sea-chart 2.0.39 → 2.0.40
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/dist/assets/css/react-data-grid-header.css +0 -213
- package/dist/components/popover/hide-column-popover/hide-column-popover-widgets/hide-column-item.js +1 -1
- package/dist/components/popover/hide-column-popover/hide-column-popover.css +6 -2
- package/dist/settings/table-element-settings/index.css +0 -4
- package/dist/settings/widgets/color-settings/index.css +1 -17
- package/package.json +3 -3
|
@@ -15,39 +15,6 @@
|
|
|
15
15
|
justify-content: space-between;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.dtable-header-setting {
|
|
19
|
-
height: 100%;
|
|
20
|
-
width: 30px;
|
|
21
|
-
float: right;
|
|
22
|
-
display: flex;
|
|
23
|
-
align-items: center;
|
|
24
|
-
color: #888;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.dtable-header-setting::after {
|
|
28
|
-
content: '';
|
|
29
|
-
display: block;
|
|
30
|
-
clear: both;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.dtable-header-setting:hover {
|
|
34
|
-
color: #444;
|
|
35
|
-
cursor: pointer;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.dtable-header-setting-submenu .dtable-dropdown-menu {
|
|
39
|
-
top: -12px !important;
|
|
40
|
-
left: -10px !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.dtable-dropdown-menu .dtable-header-setting-submenu:hover .dtable-dropdown-menu .item-icon {
|
|
44
|
-
color: #8c8c8c;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.dtable-dropdown-menu .dtable-header-setting-submenu:hover .dropdown-item:hover .item-icon {
|
|
48
|
-
color: #fff;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
18
|
.react-grid-HeaderCell {
|
|
52
19
|
-webkit-user-select: none;
|
|
53
20
|
-moz-user-select: none;
|
|
@@ -213,11 +180,6 @@
|
|
|
213
180
|
width: calc(100% - 50px);
|
|
214
181
|
}
|
|
215
182
|
|
|
216
|
-
.header-cell-container .dtable-dropdown-menu {
|
|
217
|
-
width: 20px;
|
|
218
|
-
padding: 0 5px;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
183
|
.header-icon {
|
|
222
184
|
display: inline-block;
|
|
223
185
|
padding: 0 0.3125rem;
|
|
@@ -301,53 +263,6 @@
|
|
|
301
263
|
align-items: center;
|
|
302
264
|
}
|
|
303
265
|
|
|
304
|
-
.header-dropdown {
|
|
305
|
-
position: unset;
|
|
306
|
-
display: inline-block;
|
|
307
|
-
margin-left: auto;
|
|
308
|
-
z-index: 1;
|
|
309
|
-
cursor: pointer !important;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.header-dropdown:hover {
|
|
313
|
-
cursor: pointer;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.header-dropdown > span {
|
|
317
|
-
display: inline-block;
|
|
318
|
-
padding: 0 6px;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.header-dropdown .dtable-icon-drop-down {
|
|
322
|
-
display: inline-block;
|
|
323
|
-
font-size: 12px;
|
|
324
|
-
color: #999;
|
|
325
|
-
transform: scale(0.8);
|
|
326
|
-
transition: all 0.1s;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
.header-dropdown:hover .dtable-icon-drop-down {
|
|
330
|
-
color: #aaa;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.header-dropdown .dropdown-item:hover {
|
|
334
|
-
background-color: #20a0ff;
|
|
335
|
-
color: #fff;
|
|
336
|
-
cursor: pointer;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.header-dropdown .grid-header-dropdown-item {
|
|
340
|
-
padding: 0 12px !important;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
.header-dropdown .grid-header-dropdown-item .item-icon {
|
|
344
|
-
line-height: 32px;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.dtable-dropdown-menu .grid-header-dropdown-item.formula-date-format-item {
|
|
348
|
-
padding-left: 15px;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
266
|
.react-grid-HeaderCell.add-column-icon {
|
|
352
267
|
display: flex;
|
|
353
268
|
justify-content: center;
|
|
@@ -361,134 +276,6 @@
|
|
|
361
276
|
font-size: 15px;
|
|
362
277
|
}
|
|
363
278
|
|
|
364
|
-
.dtable-io-dialog {
|
|
365
|
-
width: 560px;
|
|
366
|
-
max-width: 560px;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.dtable-io-dialog .modal-body {
|
|
370
|
-
padding: 0;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.dtable-io-dialog .download-files-header {
|
|
374
|
-
padding: 16px;
|
|
375
|
-
padding-bottom: 0;
|
|
376
|
-
color: #999;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.dtable-io-dialog .download-files-header .select-columns {
|
|
380
|
-
color: #eb8205;
|
|
381
|
-
cursor: pointer;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.dtable-io-dialog .download-files-body {
|
|
385
|
-
display: flex;
|
|
386
|
-
flex-wrap: wrap;
|
|
387
|
-
justify-content: space-between;
|
|
388
|
-
padding: 0 16px 16px;
|
|
389
|
-
height: 317px;
|
|
390
|
-
overflow: auto;
|
|
391
|
-
align-content: flex-start;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.dtable-io-dialog .download-files-item {
|
|
395
|
-
width: 255px;
|
|
396
|
-
height: 60px;
|
|
397
|
-
border: 1px solid #eeeeee;
|
|
398
|
-
margin-top: 16px;
|
|
399
|
-
box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
|
|
400
|
-
display: flex;
|
|
401
|
-
align-items: center;
|
|
402
|
-
padding: 10px;
|
|
403
|
-
padding-left: 0;
|
|
404
|
-
border-radius: 4px;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
.dtable-io-dialog .download-files-item:hover {
|
|
408
|
-
box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.1);
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.dtable-io-dialog .download-files-item .download-file-container {
|
|
412
|
-
flex: 1;
|
|
413
|
-
display: flex;
|
|
414
|
-
justify-content: space-between;
|
|
415
|
-
flex-direction: column;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.dtable-io-dialog .download-files-item .download-file-content {
|
|
419
|
-
display: flex;
|
|
420
|
-
justify-content: space-between;
|
|
421
|
-
flex: 1;
|
|
422
|
-
padding-left: 10px;
|
|
423
|
-
align-items: center;
|
|
424
|
-
font-size: 14px;
|
|
425
|
-
min-height: 24px;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.download-file-content .download-file-count {
|
|
429
|
-
color: #999999;
|
|
430
|
-
font-size: 14px;
|
|
431
|
-
margin-left: 5px;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.download-files-item .download-file-btn {
|
|
435
|
-
width: 24px;
|
|
436
|
-
height: 24px;
|
|
437
|
-
display: flex;
|
|
438
|
-
align-items: center;
|
|
439
|
-
justify-content: center;
|
|
440
|
-
color: #999;
|
|
441
|
-
cursor: pointer;
|
|
442
|
-
align-self: flex-start;
|
|
443
|
-
font-size: 14px;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.download-files-item .download-file-btn:hover {
|
|
447
|
-
color: #333;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.download-files-item .item-dropdown-menu .item-dropdown-more {
|
|
451
|
-
color: #999;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.download-files-item .dtable-icon-check-circle {
|
|
455
|
-
font-size: 12px;
|
|
456
|
-
margin-left: 4px;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.download-file-container .download-file-status {
|
|
460
|
-
display: flex;
|
|
461
|
-
justify-content: space-between;
|
|
462
|
-
flex: 1;
|
|
463
|
-
padding-left: 10px;
|
|
464
|
-
align-items: center;
|
|
465
|
-
font-size: 12px;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.download-file-status .download-file-tip {
|
|
469
|
-
color: #999;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
.download-file-status .transfer-file-tip {
|
|
473
|
-
color: green;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.download-file-status .download-file-cancel {
|
|
477
|
-
color: #f0a033;
|
|
478
|
-
cursor: pointer;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
.download-file-status .download-file-error {
|
|
482
|
-
color: red;
|
|
483
|
-
display: flex;
|
|
484
|
-
align-items: center;
|
|
485
|
-
cursor: pointer;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.download-file-status .download-file-error .download-file-again {
|
|
489
|
-
margin-left: 5px;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
279
|
.react-grid-HeaderCell-default .header-cell-container .widget-HeaderCell__value {
|
|
493
280
|
line-height: 24px;
|
|
494
281
|
}
|
|
@@ -6,8 +6,12 @@
|
|
|
6
6
|
margin: 0;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.hidden-column-popover .field-settings-body .dtable-switch.
|
|
10
|
-
padding: 0
|
|
9
|
+
.hidden-column-popover .field-settings-body .dtable-switch.column-item {
|
|
10
|
+
padding: 0 20px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.hidden-column-popover .field-settings-body .dtable-switch.column-item .custom-switch-indicator {
|
|
14
|
+
margin-right: 0;
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
.hidden-column-popover .custom-switch .dtable-font {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
display: flex;
|
|
4
4
|
align-items: center;
|
|
5
5
|
}
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
.sea-chart-color-type-selector .selected-specific-color-wrapper {
|
|
8
8
|
position: relative;
|
|
9
9
|
width: 100%;
|
|
@@ -164,10 +164,6 @@
|
|
|
164
164
|
align-items: center;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.statistic-views-dropdown .item-text {
|
|
168
|
-
flex: 1;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
167
|
.statistic-views-dropdown .icon-dropdown-toggle {
|
|
172
168
|
display: inline-flex;
|
|
173
169
|
align-items: center;
|
|
@@ -191,18 +187,6 @@
|
|
|
191
187
|
transform: scale(.8);
|
|
192
188
|
}
|
|
193
189
|
|
|
194
|
-
.statistic-views-dropdown-menu {
|
|
195
|
-
margin-top: -16px !important;
|
|
196
|
-
margin-left: -12px !important;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.statistic-views-dropdown-menu .dropdown-item {
|
|
200
|
-
display: flex;
|
|
201
|
-
align-items: center;
|
|
202
|
-
min-height: 32px;
|
|
203
|
-
padding: 3px 12px;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
190
|
.statistic-views-dropdown-menu .statistic-view-name {
|
|
207
191
|
display: inline-block;
|
|
208
192
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sea-chart",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.40",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@dnd-kit/core": "^6.1.0",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@dnd-kit/utilities": "^3.2.2",
|
|
10
10
|
"@seafile/seafile-calendar": "^1.0.8",
|
|
11
11
|
"@seafile/seafile-editor": "^3.0.26",
|
|
12
|
-
"axios": "~1.
|
|
12
|
+
"axios": "~1.16.*",
|
|
13
13
|
"classnames": "^2.3.2",
|
|
14
14
|
"d3": "~7.9.0",
|
|
15
15
|
"dayjs": "1.10.7",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"dotenv": "6.2.0",
|
|
103
103
|
"dotenv-expand": "5.1.0",
|
|
104
104
|
"dtable-store": "~6.0.11",
|
|
105
|
-
"dtable-ui-component": "6.0.
|
|
105
|
+
"dtable-ui-component": "6.0.117",
|
|
106
106
|
"ejs": "3.1.10",
|
|
107
107
|
"eslint": "^6.8.0",
|
|
108
108
|
"eslint-config-react-app": "^5.0.2",
|