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
@@ -1,24 +0,0 @@
1
- .form-filters {
2
- .fiiter-item {
3
- .ant-checkbox-wrapper {
4
- margin-bottom: 5px;
5
- }
6
-
7
- .checked-content {
8
- .options-select {
9
- width : 100%;
10
- margin-bottom: 12px;
11
- }
12
-
13
- .ant-form-item {
14
- margin-bottom: 12px;
15
- }
16
-
17
- .ant-select,
18
- .ant-input-number,
19
- .ant-picker {
20
- width: 100%;
21
- }
22
- }
23
- }
24
- }
@@ -1,154 +0,0 @@
1
- .ant-drawer.filters {
2
- .ant-drawer-content-wrapper {
3
- @media (min-width: 768px) {
4
- width: 450px !important;
5
- }
6
-
7
- @media (max-width: 768px) {
8
- width: 100% !important;
9
- }
10
- .ant-drawer-wrapper-body {
11
- .ant-drawer-title {
12
- svg {
13
- margin-right: 6px;
14
- }
15
- }
16
-
17
- .ant-drawer-body {
18
- padding: 0px 0px;
19
-
20
- .title-type {
21
- margin-bottom: 15px;
22
- padding: 0px 24px;
23
- }
24
-
25
- .import-export-content {
26
- margin-bottom: 3px;
27
- padding: 8px 24px;
28
-
29
- .left-section {
30
- .ant-typography {
31
- line-height: 32px;
32
- }
33
- }
34
- }
35
-
36
- h3.ant-typography {
37
- color: @success-color;
38
- }
39
-
40
- .progress {
41
- padding: 0px 24px;
42
- margin-bottom: 15px;
43
- }
44
- }
45
- }
46
- }
47
-
48
- .filter-list {
49
- padding: 10px 20px;
50
- }
51
-
52
- .editable-row {
53
- background-color: #f1f2f5;
54
- padding: 5px;
55
- border-radius: 3px;
56
- display: flex;
57
- }
58
-
59
- .editable-row-icon {
60
- cursor: pointer;
61
- padding-right: 5px;
62
- padding-left: 5px;
63
- }
64
-
65
- .edit-icon {
66
- color: @btn-primary-bg;
67
- }
68
-
69
- .del-icon {
70
- color: @btn-danger-bg;
71
- }
72
- .drag-wrap {
73
- background: #f1f2f5;
74
- }
75
- .drag-row {
76
- background-color: white;
77
- // background-color: #F1F2F5;
78
- padding: 10px;
79
- display: flex;
80
- box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
81
- }
82
- .drag-row:only-child {
83
- background-color: white;
84
- // background-color: #F1F2F5;
85
- padding: 10px;
86
- display: flex;
87
- box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
88
- border-radius: 7px 7px 7px 7px;
89
- }
90
- .drag-row:first-child:not(:only-child) {
91
- background-color: white;
92
- padding: 10px;
93
- display: flex;
94
- box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
95
- border-radius: 7px 7px 0px 0px;
96
- }
97
- .drag-row:last-child:not(:only-child) {
98
- background-color: white;
99
- padding: 10px;
100
- display: flex;
101
- box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
102
- border-radius: 0px 0px 7px 7px;
103
- }
104
-
105
- .drag-row-icon {
106
- cursor: pointer;
107
- padding-right: 5px;
108
- padding-left: 5px;
109
- margin-left: -7px;
110
- }
111
- }
112
-
113
- .anticon-plus.add-filter {
114
- color: @btn-primary-bg;
115
- cursor: pointer;
116
- margin-left: 10px;
117
- }
118
-
119
- .anticon-minus.del-filter {
120
- color: @btn-danger-bg;
121
- cursor: pointer;
122
- }
123
-
124
- .text-filter {
125
- font-weight: 700;
126
- font-size: 16px;
127
- line-height: 19px;
128
- }
129
-
130
- .box-filter {
131
- background: #f1f2f5;
132
- padding: 20px 20px;
133
- }
134
- .box-inside-filter {
135
- background: #ffffff;
136
- padding: 10px 20px;
137
- }
138
- .total-filter {
139
- vertical-align: baseline;
140
- width: 410px;
141
- height: 37px;
142
- background: #f6f7f9;
143
- padding: 7px 10px 10px 10px;
144
- }
145
-
146
- .filter-name {
147
- padding-top: 7px;
148
- width: 47px;
149
- height: 17px;
150
- font-weight: 400;
151
- font-size: 14px;
152
- line-height: 17px;
153
- color: #625f6e;
154
- }
@@ -1,142 +0,0 @@
1
- @import 'custom-antd.less';
2
-
3
- .filter-item {
4
- margin-left: 15px;
5
- display: flex;
6
-
7
- .title {
8
- margin-right: 5px;
9
- }
10
- }
11
-
12
- .hook-item {
13
- border-bottom: 1px solid #EFEFEF;
14
- width: 100%;
15
- padding: 10px;
16
- display: flex;
17
- align-items: center;
18
- }
19
-
20
- .hook-tabs {
21
- height: 100%;
22
-
23
- .ant-tabs-content {
24
- height: 100%;
25
- }
26
-
27
- .ant-tabs-nav-list {
28
- width: 100%;
29
- }
30
-
31
- .ant-tabs-nav {
32
- margin-bottom: 0px;
33
- }
34
-
35
- .ant-tabs-tab {
36
- flex: 1;
37
- justify-content: center;
38
- margin-right: 0px !important;
39
- border-radius: 0px !important;
40
- }
41
-
42
- .list-container {
43
- min-height: 500px;
44
- border: 1px solid @border-color-split;
45
- border-top: 0px;
46
- display: flex;
47
- flex-direction: column;
48
- height: 100%;
49
- }
50
- }
51
-
52
- .method-item {
53
- font-size: 12px;
54
- border: 1px solid @border-color-base;
55
- padding: 2px 10px;
56
- display: flex;
57
- justify-content: center;
58
- align-items: center;
59
- cursor: pointer;
60
-
61
- span {
62
- margin-right: 3px;
63
- }
64
-
65
- &.active {
66
- color: @primary-color;
67
- border-color: @primary-color;
68
- }
69
- }
70
-
71
- .method-filter-item {
72
- &.active {
73
- background-color: @primary-color;
74
- }
75
- }
76
-
77
- .hook-filter-row {
78
- padding: 10px 6px;
79
- border-bottom: 1px solid @border-color-split;
80
- }
81
-
82
- .filter-wrapper {
83
- flex: 1;
84
- display: flex;
85
- height: 32px;
86
-
87
- .method-item:first-child {
88
- border-top-left-radius: 15px;
89
- border-bottom-left-radius: 15px;
90
- }
91
-
92
- .method-item:last-child {
93
- border-top-right-radius: 15px;
94
- border-bottom-right-radius: 15px;
95
- }
96
- }
97
-
98
- .hook-add-new-row {
99
- padding: 10px 0px;
100
- border-bottom: 1px solid @border-color-split;
101
- }
102
-
103
- .hook-list-item {
104
- height: 65px;
105
- background-color: white;
106
- border-bottom: 1px solid @border-color-split;
107
- display: flex;
108
- margin-bottom: 5px;
109
- border-radius: 5px;
110
- cursor: pointer;
111
-
112
- &.active {
113
- background-color: fade(@system-yellow-color, 50%);
114
- }
115
- }
116
-
117
- .hook-flex {
118
- display: flex;
119
- }
120
-
121
- .hook-space-between {
122
- justify-content: space-between;
123
- }
124
-
125
- .hook-mr-10 {
126
- margin-right: 10px;
127
- }
128
-
129
- .hook-mt-10 {
130
- margin-top: 10px;
131
- }
132
-
133
- .hook-input {
134
- width: 100%;
135
- }
136
-
137
- .hook-params-container {
138
- margin: 5px;
139
- padding: 5px 10px;
140
- background-color: #EFEFEF;
141
- border-radius: 5px;
142
- }
@@ -1,62 +0,0 @@
1
- .ant-drawer.import-export {
2
- .ant-drawer-content-wrapper {
3
- width: 450px !important;
4
-
5
- .ant-drawer-wrapper-body {
6
- .ant-drawer-title {
7
- svg {
8
- margin-right: 6px;
9
- }
10
- }
11
-
12
- .ant-drawer-body {
13
- padding: 24px 0px;
14
-
15
- .title-type {
16
- margin-bottom: 15px;
17
- padding: 0px 24px;
18
- }
19
-
20
- .import-export-content {
21
- margin-bottom: 3px;
22
- padding: 8px 24px;
23
-
24
- .left-section {
25
- .ant-typography {
26
- line-height: 32px;
27
- }
28
- }
29
- }
30
-
31
- h3.ant-typography {
32
- color: @success-color;
33
- }
34
-
35
- .progress {
36
- padding: 0px 24px;
37
- margin-bottom: 15px;
38
- }
39
- }
40
- }
41
- }
42
- }
43
-
44
- .ant-modal.import-export {
45
- .ant-modal-body {
46
- .progress {
47
- padding: 10px 0px;
48
-
49
- button {
50
- margin-top: 15px;
51
- }
52
- }
53
- }
54
- }
55
-
56
- @media (max-width: @screen-sm-max) {
57
- .ant-drawer.import-export {
58
- .ant-drawer-content-wrapper {
59
- width: 85% !important;
60
- }
61
- }
62
- }