cc-core-cli 1.0.67 → 1.0.69

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -600,6 +600,10 @@
600
600
  border: 0.5px solid @list-layouts-border;
601
601
  }
602
602
 
603
+ .table-card {
604
+ border: none !important;
605
+ }
606
+
603
607
  .template-block {
604
608
  overflow-wrap: break-word;
605
609
  border: 0.5px solid @list-layouts-border !important;
@@ -27,6 +27,7 @@
27
27
  @import "calendar.less";
28
28
  @import "datepicker.less";
29
29
  @import "pipeline.less";
30
+ @import "tree_theme_minimal.less";
30
31
 
31
32
  //----- Custom table ------//
32
33
  .ant-table-column-sorters {
@@ -1710,17 +1711,16 @@ h4.ant-typography {
1710
1711
  }
1711
1712
 
1712
1713
  .customNode-add {
1713
- display: flex;
1714
- justify-content: center;
1715
- width: 200px;
1714
+ display: flex;
1715
+ justify-content: center;
1716
+ width: 200px;
1716
1717
  }
1717
1718
 
1718
1719
  .customNode.custom-node-add {
1719
1720
  border: 1px dashed @text-color-disabled;
1720
-
1721
1721
  }
1722
1722
 
1723
- .custom-node-add-radius {
1723
+ .custom-node-add-radius {
1724
1724
  padding: 4px 8px;
1725
1725
  border: 1px dashed @text-color-disabled;
1726
1726
  border-radius: 50%;
@@ -1794,9 +1794,9 @@ h4.ant-typography {
1794
1794
  }
1795
1795
  }
1796
1796
 
1797
- .custom-node-content {
1797
+ .custom-node-content {
1798
1798
  width: 100%;
1799
- display: flex;
1799
+ display: flex;
1800
1800
  }
1801
1801
 
1802
1802
  .custom-node-content-text span {
@@ -1806,5 +1806,90 @@ h4.ant-typography {
1806
1806
 
1807
1807
  .custom-node-content-tag {
1808
1808
  display: flex;
1809
- justify-content: end;
1809
+ justify-content: end;
1810
+ }
1811
+
1812
+ .sticky-header {
1813
+ position: sticky;
1814
+ top: 0;
1815
+ background-color: #fff;
1816
+ z-index: 100;
1817
+ }
1818
+ .customNode-flow {
1819
+ padding: 4px 8px;
1820
+ border: 1px solid @primary-color;
1821
+ border-radius: 4px;
1822
+ background-color: white;
1823
+ height: 70px;
1824
+ width: 200px;
1825
+ justify-content: center;
1826
+ align-items: center;
1827
+ display: flex;
1828
+ flex-direction: column;
1829
+ // position: absolute;
1830
+ }
1831
+
1832
+ .customNode-start-flow {
1833
+ display: flex;
1834
+ justify-content: center;
1835
+ width: 200px;
1836
+ }
1837
+
1838
+ .customNode.customNode-start-flow {
1839
+ border: 1px dashed @text-color-disabled;
1840
+ }
1841
+
1842
+ .customNode-start-flow-radius {
1843
+ padding: 4px 8px;
1844
+ border: 1px dashed @text-color-disabled;
1845
+ border-radius: 50%;
1846
+ background-color: white;
1847
+ height: 50px;
1848
+ width: 50px;
1849
+ justify-content: center;
1850
+ align-items: center;
1851
+ display: flex;
1852
+ position: relative;
1853
+ }
1854
+
1855
+ .customNode-add-flow {
1856
+ display: flex;
1857
+ justify-content: center;
1858
+ width: 200px;
1859
+ }
1860
+
1861
+ .custom-node-add-radius-flow {
1862
+ padding: 4px 8px;
1863
+ border: 1px dashed @text-color-disabled;
1864
+ border-radius: 50%;
1865
+ background-color: white;
1866
+ height: 30px;
1867
+ width: 30px;
1868
+ justify-content: center;
1869
+ align-items: center;
1870
+ display: flex;
1871
+ position: relative;
1872
+ }
1873
+
1874
+ .line-between-node {
1875
+ left: 50%;
1876
+ height: 25px;
1877
+ width: 2px;
1878
+ background-color: #000;
1879
+ position: relative;
1880
+ margin-left: -1px;
1881
+ }
1882
+ .custom-node-distribution-btn {
1883
+ padding: 4px 8px;
1884
+ border: 1px solid @text-color-disabled;
1885
+ border-radius: 50%;
1886
+ color: black;
1887
+ height: 30px;
1888
+ width: 30px;
1889
+ justify-content: center;
1890
+ align-items: center;
1891
+ display: flex;
1892
+ margin-top: -15px;
1893
+ z-index: 100;
1894
+ position: absolute;
1810
1895
  }
@@ -0,0 +1,321 @@
1
+ @import "custom-antd.less";
2
+
3
+ .node {
4
+ width: 50%;
5
+ white-space: nowrap;
6
+ position: relative;
7
+ text-align: left;
8
+ min-width: 100%;
9
+ overflow: hidden;
10
+ }
11
+
12
+ .nodeContent{
13
+ position: absolute;
14
+ top: 0;
15
+ bottom: 0;
16
+ // width: 80%;
17
+ width: 100%;
18
+ // margin-right: 40px;
19
+ }
20
+
21
+ .validDrop {
22
+ background: #26C281;
23
+ }
24
+
25
+ .invalidDrop {
26
+ background: #C0392B;
27
+ }
28
+
29
+ .highlight {
30
+ background: rgba(240, 240, 240, 0.7);
31
+ height: 100%;
32
+ cursor: pointer;
33
+ }
34
+
35
+
36
+
37
+
38
+ .rowWrapper {
39
+ padding: 2px 2px 2px 0;
40
+ height: 100%;
41
+ box-sizing: border-box;
42
+ cursor: move;
43
+
44
+ &:hover {
45
+ opacity: 0.7;
46
+ padding: 3px 3px 3px 0;
47
+ }
48
+
49
+ &:active {
50
+ opacity: 1;
51
+ }
52
+ }
53
+
54
+ .rowWrapperDragDisabled {
55
+ cursor: default;
56
+ &:hover {
57
+ opacity: 1;
58
+ }
59
+ }
60
+
61
+ .row {
62
+ height: 100%;
63
+ white-space: nowrap;
64
+ display: flex;
65
+
66
+ & > * {
67
+ box-sizing: border-box;
68
+ }
69
+ }
70
+
71
+ .rowLandingPad {
72
+ border: none !important;
73
+ box-shadow: none !important;
74
+ outline: none !important;
75
+ width: 500px;
76
+ * {
77
+ opacity: 0 !important;
78
+ }
79
+
80
+ &::before {
81
+ background-color: lightblue;
82
+ content: '';
83
+ position: absolute;
84
+ top: 0;
85
+ right: 0;
86
+ bottom: 0;
87
+ left: 0;
88
+ z-index: -1;
89
+ width: 100%;
90
+ }
91
+ }
92
+
93
+ .rowCancelPad {
94
+ .rowLandingPad;
95
+
96
+ &::before {
97
+ background-color: #e6a8ad;
98
+ }
99
+ }
100
+
101
+ .rowSearchMatch {
102
+ outline: solid 1px #0080ff;
103
+ }
104
+
105
+ .rowSearchFocus {
106
+ outline: solid 1px #fc6421;
107
+ }
108
+
109
+ .rowItem {
110
+ display: inline-block;
111
+ vertical-align: middle;
112
+ }
113
+
114
+ .move-drag-source {
115
+ display: flex;
116
+ height: 100%;
117
+ align-items: center;
118
+ padding: 5px;
119
+ /* justify-content: center; */
120
+ background: #f6f7f9;
121
+ }
122
+
123
+ .rowContents {
124
+ display: inline-block;
125
+ vertical-align: middle;
126
+ position: relative;
127
+ height: 100%;
128
+ // padding: 0 5px 0 30px;
129
+ min-width: 230px;
130
+ flex: 1 0 auto;
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: space-between;
134
+ background-color: white;
135
+ border: 1px dashed rgb(217, 217, 217);
136
+ border-radius: 5px;
137
+ box-shadow :none !important;
138
+ transition:none !important;
139
+
140
+ // box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
141
+ // transition: all 0.3s cubic-bezier(.25,.8,.25,1);
142
+
143
+ }
144
+
145
+ .rowLabel {
146
+ display: inline-block;
147
+ vertical-align: middle;
148
+ flex: 0 1 auto;
149
+ padding-right: 20px;
150
+ width: 100%;
151
+ }
152
+
153
+ .rowToolbar {
154
+ display: inline-block;
155
+ vertical-align: middle;
156
+ flex: 0 1 auto;
157
+ display: flex;
158
+ }
159
+
160
+ .moveHandle {
161
+ display: inline-block;
162
+ vertical-align: middle;
163
+ height: 100%;
164
+ width: 44px;
165
+ background: #d9d9d9
166
+ url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIuOSIgPjxwYXRoIGQ9Ik0xNCAxNS43aDE0LjQiLz48cGF0aCBkPSJNMTQgMjEuNGgxNC40Ii8+PHBhdGggZD0iTTE0IDI3LjFoMTQuNCIvPjwvZz4KPC9zdmc+')
167
+ no-repeat center;
168
+ border: solid #aaa 1px;
169
+ box-shadow: 0 2px 2px -2px;
170
+ cursor: move;
171
+ border-radius: 1px;
172
+ z-index: 1;
173
+ }
174
+
175
+ .loadingHandle {
176
+ display: inline-block;
177
+ vertical-align: middle;
178
+ height: 100%;
179
+ width: 44px;
180
+ background: #d9d9d9
181
+ url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIuOSIgPjxwYXRoIGQ9Ik0xNCAxNS43aDE0LjQiLz48cGF0aCBkPSJNMTQgMjEuNGgxNC40Ii8+PHBhdGggZD0iTTE0IDI3LjFoMTQuNCIvPjwvZz4KPC9zdmc+')
182
+ no-repeat center;
183
+ border: solid #aaa 1px;
184
+ box-shadow: 0 2px 2px -2px;
185
+ cursor: move;
186
+ border-radius: 1px;
187
+ z-index: 1;
188
+
189
+ cursor: default;
190
+ background: #d9d9d9;
191
+ }
192
+
193
+ @keyframes pointFade {
194
+ 0%,
195
+ 19.999%,
196
+ 100% {
197
+ opacity: 0;
198
+ }
199
+ 20% {
200
+ opacity: 1;
201
+ }
202
+ }
203
+
204
+ .loadingCircle {
205
+ width: 80%;
206
+ height: 80%;
207
+ margin: 10%;
208
+ position: relative;
209
+ }
210
+
211
+ .loadingCirclePoint {
212
+ width: 100%;
213
+ height: 100%;
214
+ position: absolute;
215
+ left: 0;
216
+ top: 0;
217
+
218
+
219
+ &:before {
220
+ content: '';
221
+ display: block;
222
+ margin: 0 auto;
223
+ width: 11%;
224
+ height: 30%;
225
+ background-color: #fff;
226
+ border-radius: 30%;
227
+ // animation: pointFade 800ms infinite ease-in-out both;
228
+ }
229
+ }
230
+
231
+ .toolbarButton {
232
+ display: inline-block;
233
+ vertical-align: middle;
234
+ }
235
+
236
+ .rowTitle {
237
+ // font-weight: bold;
238
+ cursor: pointer;
239
+ }
240
+
241
+ .rowTitleWithSubtitle {
242
+ display: block;
243
+ }
244
+
245
+ .rowSubtitle {
246
+ font-size: 70%;
247
+ line-height: 0.7;
248
+ width: 95%;
249
+ overflow: hidden;
250
+ white-space: nowrap;
251
+ text-overflow: ellipsis;
252
+ display: inline-block;
253
+ }
254
+
255
+ .collapseButton,
256
+ .expandButton {
257
+ appearance: none;
258
+ background: none;
259
+ border: none;
260
+ position: absolute;
261
+ width: 16px;
262
+ height: 16px;
263
+ top: 50%;
264
+ // padding-left: 120px;
265
+ right: 10px;
266
+ cursor: pointer;
267
+ z-index: 1000;
268
+ transform: translate(-50%, -50%);
269
+ cursor: pointer;
270
+ &:focus {outline:0;}
271
+ }
272
+
273
+ .collapseButton {
274
+ &:before {
275
+ content: "\25bc";
276
+ }
277
+ }
278
+
279
+ .expandButton {
280
+ &:before {
281
+ content:"\25b6";
282
+ }
283
+ }
284
+
285
+ .lineChildren {
286
+ height: 100%;
287
+ display: inline-block;
288
+ position: absolute;
289
+ }
290
+
291
+ .contentContainer {
292
+ width: 75%;
293
+ }
294
+
295
+ .name-row {
296
+ font-size : 14px;
297
+ }
298
+
299
+ .name-description {
300
+ padding-left: 15px;
301
+ font-size : 12px;
302
+ color : #9c9c9c;
303
+ }
304
+
305
+ .remove-icon {
306
+ padding-right: 10px;
307
+ cursor: pointer;
308
+ display: none;
309
+ }
310
+
311
+ .rowContents {
312
+ &:hover {
313
+ .remove-icon {
314
+ display: flex !important;
315
+ }
316
+
317
+ // transition: all 0.3s cubic-bezier(.25,.8,.25,1);
318
+ // box-shadow: 0 5px 10px rgba(113, 5, 5, 0.19), 0 3px 3px rgba(221, 5, 5, 0.23) !important;
319
+
320
+ }
321
+ }