@dovetail-v2/refine 0.3.1 → 0.3.3
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/{MonacoYamlEditor-9b8b7cef.cjs → MonacoYamlEditor-1554bc96.cjs} +15 -7
- package/dist/{MonacoYamlEditor-5e4c98ce.js → MonacoYamlEditor-be20caed.js} +15 -7
- package/dist/components/PageShow/PageShow.d.ts +2 -2
- package/dist/components/PodLog/index.d.ts +1 -0
- package/dist/components/ShowContent/ShowContent.d.ts +3 -15
- package/dist/components/ShowContent/ShowContentView.d.ts +23 -0
- package/dist/components/ShowContent/fields.d.ts +1 -0
- package/dist/components/ShowContent/index.d.ts +1 -0
- package/dist/components/ShowContent/tabs.d.ts +1 -1
- package/dist/components/YamlEditor/MonacoYamlEditor.d.ts +5 -5
- package/dist/components/YamlEditor/YamlEditorComponent.d.ts +9 -7
- package/dist/hooks/useEagleTable/columns.d.ts +1 -1
- package/dist/i18n.d.ts +2 -0
- package/dist/{index-c4f4f337.js → index-96fcca10.js} +653 -425
- package/dist/{index-e9523181.cjs → index-c1aada44.cjs} +540 -312
- package/dist/locales/zh-CN/index.d.ts +2 -0
- package/dist/models/deployment-model.d.ts +5 -1
- package/dist/models/index.d.ts +1 -1
- package/dist/models/replicaset-model.d.ts +17 -0
- package/dist/models/service-model.d.ts +4 -0
- package/dist/models/workload-model.d.ts +6 -0
- package/dist/refine.cjs +4 -1
- package/dist/refine.js +114 -111
- package/dist/style.css +175 -159
- package/dist/utils/match-selector.d.ts +2 -2
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1553,164 +1553,6 @@
|
|
|
1553
1553
|
/* box shadow */
|
|
1554
1554
|
/* fisheye */
|
|
1555
1555
|
/* z-index */
|
|
1556
|
-
.s9agep2 {
|
|
1557
|
-
height: 100%;
|
|
1558
|
-
display: flex;
|
|
1559
|
-
flex-direction: column;
|
|
1560
|
-
background: linear-gradient(180deg, #fff 0%, #edf0f7 100%);
|
|
1561
|
-
}
|
|
1562
|
-
.s9agep2 .ant-row {
|
|
1563
|
-
margin-right: 0 !important;
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
.bo89gfi {
|
|
1567
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1568
|
-
line-height: 18px;
|
|
1569
|
-
cursor: pointer;
|
|
1570
|
-
display: inline-flex;
|
|
1571
|
-
align-items: center;
|
|
1572
|
-
align-self: flex-start;
|
|
1573
|
-
}
|
|
1574
|
-
.bo89gfi:hover {
|
|
1575
|
-
color: #0080ff;
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
.t1ohe42f {
|
|
1579
|
-
display: flex;
|
|
1580
|
-
flex-direction: column;
|
|
1581
|
-
padding: 16px 24px 8px 24px;
|
|
1582
|
-
background-color: #fff;
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
.nqm4qz0 {
|
|
1586
|
-
color: #00122e;
|
|
1587
|
-
margin-right: 8px;
|
|
1588
|
-
}
|
|
1589
|
-
|
|
1590
|
-
.ticl0qc {
|
|
1591
|
-
justify-content: space-between;
|
|
1592
|
-
width: 100%;
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
.so9uwk1 {
|
|
1596
|
-
width: 100%;
|
|
1597
|
-
}
|
|
1598
|
-
|
|
1599
|
-
.ge26ou0 {
|
|
1600
|
-
padding: 12px 16px;
|
|
1601
|
-
padding-bottom: 4px;
|
|
1602
|
-
border-radius: 8px;
|
|
1603
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
1604
|
-
box-shadow: 0px 0px 2.003px 0px rgba(107, 125, 153, 0.15), 0px 0px 16px 0px rgba(107, 125, 153, 0.08);
|
|
1605
|
-
background-color: #fff;
|
|
1606
|
-
margin: 0 24px;
|
|
1607
|
-
overflow: auto;
|
|
1608
|
-
width: calc(100% - 48px);
|
|
1609
|
-
max-width: 1592px;
|
|
1610
|
-
margin-bottom: 24px;
|
|
1611
|
-
}
|
|
1612
|
-
.ge26ou0:first-of-type {
|
|
1613
|
-
margin-top: 16px;
|
|
1614
|
-
}
|
|
1615
|
-
.ge26ou0 .pagination-wrapper {
|
|
1616
|
-
padding-top: 12px;
|
|
1617
|
-
padding-bottom: 0;
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
|
-
.g17f8vl9 {
|
|
1621
|
-
display: flex;
|
|
1622
|
-
color: #1d326c;
|
|
1623
|
-
margin-bottom: 10px;
|
|
1624
|
-
justify-content: space-between;
|
|
1625
|
-
align-items: center;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
.fykgn2i {
|
|
1629
|
-
background-color: #fff;
|
|
1630
|
-
height: 100%;
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
.fngr745 {
|
|
1634
|
-
display: flex;
|
|
1635
|
-
flex-wrap: nowrap;
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
|
-
.t11wg61l {
|
|
1639
|
-
padding-bottom: 16px;
|
|
1640
|
-
display: flex;
|
|
1641
|
-
flex-direction: column;
|
|
1642
|
-
align-items: center;
|
|
1643
|
-
min-width: 904px;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.v1x3rivf {
|
|
1647
|
-
color: #00122e;
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
.tf5s6s.ant-tabs {
|
|
1651
|
-
flex: 1;
|
|
1652
|
-
min-height: 0;
|
|
1653
|
-
}
|
|
1654
|
-
.tf5s6s.ant-tabs .ant-tabs-nav {
|
|
1655
|
-
margin-bottom: 0;
|
|
1656
|
-
margin-right: 24px;
|
|
1657
|
-
}
|
|
1658
|
-
.tf5s6s.ant-tabs .ant-tabs-nav-list {
|
|
1659
|
-
margin-left: 24px;
|
|
1660
|
-
}
|
|
1661
|
-
.tf5s6s.ant-tabs .ant-tabs-content-holder {
|
|
1662
|
-
overflow: auto;
|
|
1663
|
-
}
|
|
1664
|
-
.tf5s6s.ant-tabs .ant-tabs-content-holder .ant-tabs-content,
|
|
1665
|
-
.tf5s6s.ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane-active {
|
|
1666
|
-
height: 100%;
|
|
1667
|
-
}/* // basic */
|
|
1668
|
-
/* FishEye Color Variables and Functions */
|
|
1669
|
-
/*
|
|
1670
|
-
--------------------------- Primary Color ---------------------------
|
|
1671
|
-
*/
|
|
1672
|
-
/*
|
|
1673
|
-
---------------------------When necessary to add at any time---------------------------
|
|
1674
|
-
*/
|
|
1675
|
-
/* computed */
|
|
1676
|
-
/* blue */
|
|
1677
|
-
/* green */
|
|
1678
|
-
/* yellow */
|
|
1679
|
-
/* red */
|
|
1680
|
-
/* purple */
|
|
1681
|
-
/* palette global token*/
|
|
1682
|
-
/* color opaque */
|
|
1683
|
-
/* color transparent */
|
|
1684
|
-
/* blue transparent */
|
|
1685
|
-
/* green transparent */
|
|
1686
|
-
/* yellow transparent */
|
|
1687
|
-
/* red transparent */
|
|
1688
|
-
/* gray transparent */
|
|
1689
|
-
/* white transparent */
|
|
1690
|
-
/* gradient opaque */
|
|
1691
|
-
/* blue radial gradient */
|
|
1692
|
-
/* blue linear gradient */
|
|
1693
|
-
/* green radial gradient */
|
|
1694
|
-
/* yellow radial gradient */
|
|
1695
|
-
/* red radial gradient */
|
|
1696
|
-
/* gray radial gradient */
|
|
1697
|
-
/* white to gray radial gradient */
|
|
1698
|
-
/* white to gray linear gradient */
|
|
1699
|
-
/* gradient transparent */
|
|
1700
|
-
/* secondary palette */
|
|
1701
|
-
/* purple radial gradient */
|
|
1702
|
-
/* refine alias color */
|
|
1703
|
-
/* text */
|
|
1704
|
-
/* link */
|
|
1705
|
-
/* fill */
|
|
1706
|
-
/* fill element */
|
|
1707
|
-
/* fill interaction */
|
|
1708
|
-
/* stroke */
|
|
1709
|
-
/* background */
|
|
1710
|
-
/* dim */
|
|
1711
|
-
/* box shadow */
|
|
1712
|
-
/* fisheye */
|
|
1713
|
-
/* z-index */
|
|
1714
1556
|
.b11tbgf7.ant-btn-quiet.ant-btn {
|
|
1715
1557
|
color: rgba(44, 56, 82, 0.75);
|
|
1716
1558
|
}
|
|
@@ -3386,7 +3228,6 @@
|
|
|
3386
3228
|
/* fisheye */
|
|
3387
3229
|
/* z-index */
|
|
3388
3230
|
.wve7dfm {
|
|
3389
|
-
padding: 0 24px;
|
|
3390
3231
|
height: 100%;
|
|
3391
3232
|
display: flex;
|
|
3392
3233
|
flex-direction: column;
|
|
@@ -3513,6 +3354,181 @@
|
|
|
3513
3354
|
/* box shadow */
|
|
3514
3355
|
/* fisheye */
|
|
3515
3356
|
/* z-index */
|
|
3357
|
+
.soapvs9 {
|
|
3358
|
+
height: 100%;
|
|
3359
|
+
display: flex;
|
|
3360
|
+
flex-direction: column;
|
|
3361
|
+
background: linear-gradient(180deg, #fff 0%, #edf0f7 100%);
|
|
3362
|
+
}
|
|
3363
|
+
.soapvs9 .ant-row {
|
|
3364
|
+
margin-right: 0 !important;
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3367
|
+
.b13d603q {
|
|
3368
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3369
|
+
line-height: 18px;
|
|
3370
|
+
cursor: pointer;
|
|
3371
|
+
display: inline-flex;
|
|
3372
|
+
align-items: center;
|
|
3373
|
+
align-self: flex-start;
|
|
3374
|
+
}
|
|
3375
|
+
.b13d603q:hover {
|
|
3376
|
+
color: #0080ff;
|
|
3377
|
+
}
|
|
3378
|
+
|
|
3379
|
+
.tm8eaia {
|
|
3380
|
+
display: flex;
|
|
3381
|
+
flex-direction: column;
|
|
3382
|
+
padding: 16px 24px 8px 24px;
|
|
3383
|
+
background-color: #fff;
|
|
3384
|
+
}
|
|
3385
|
+
|
|
3386
|
+
.nhnus27 {
|
|
3387
|
+
color: #00122e;
|
|
3388
|
+
margin-right: 8px;
|
|
3389
|
+
}
|
|
3390
|
+
|
|
3391
|
+
.t16t20f5 {
|
|
3392
|
+
justify-content: space-between;
|
|
3393
|
+
width: 100%;
|
|
3394
|
+
}
|
|
3395
|
+
|
|
3396
|
+
.s97y2wr {
|
|
3397
|
+
width: 100%;
|
|
3398
|
+
}
|
|
3399
|
+
|
|
3400
|
+
.g1rhnxqx {
|
|
3401
|
+
padding: 12px 16px;
|
|
3402
|
+
padding-bottom: 4px;
|
|
3403
|
+
border-radius: 8px;
|
|
3404
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
3405
|
+
box-shadow: 0px 0px 2.003px 0px rgba(107, 125, 153, 0.15), 0px 0px 16px 0px rgba(107, 125, 153, 0.08);
|
|
3406
|
+
background-color: #fff;
|
|
3407
|
+
margin: 0 24px;
|
|
3408
|
+
overflow: auto;
|
|
3409
|
+
width: calc(100% - 48px);
|
|
3410
|
+
max-width: 1592px;
|
|
3411
|
+
margin-bottom: 24px;
|
|
3412
|
+
}
|
|
3413
|
+
.g1rhnxqx:first-of-type {
|
|
3414
|
+
margin-top: 16px;
|
|
3415
|
+
}
|
|
3416
|
+
.g1rhnxqx .pagination-wrapper {
|
|
3417
|
+
padding-top: 12px;
|
|
3418
|
+
padding-bottom: 0;
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3421
|
+
.b1f1s2pc {
|
|
3422
|
+
margin: 0 24px;
|
|
3423
|
+
overflow: auto;
|
|
3424
|
+
margin-bottom: 16;
|
|
3425
|
+
}
|
|
3426
|
+
|
|
3427
|
+
.g1qw3bxx {
|
|
3428
|
+
display: flex;
|
|
3429
|
+
color: #1d326c;
|
|
3430
|
+
margin-bottom: 10px;
|
|
3431
|
+
justify-content: space-between;
|
|
3432
|
+
align-items: center;
|
|
3433
|
+
}
|
|
3434
|
+
|
|
3435
|
+
.flfewds {
|
|
3436
|
+
background-color: #fff;
|
|
3437
|
+
height: 100%;
|
|
3438
|
+
}
|
|
3439
|
+
|
|
3440
|
+
.f1c7cta8 {
|
|
3441
|
+
display: flex;
|
|
3442
|
+
flex-wrap: nowrap;
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3445
|
+
.t1pt61xk {
|
|
3446
|
+
padding-bottom: 16px;
|
|
3447
|
+
display: flex;
|
|
3448
|
+
flex-direction: column;
|
|
3449
|
+
align-items: center;
|
|
3450
|
+
min-width: 904px;
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3453
|
+
.v1to6fie {
|
|
3454
|
+
color: #00122e;
|
|
3455
|
+
}
|
|
3456
|
+
|
|
3457
|
+
.tca5959.ant-tabs {
|
|
3458
|
+
flex: 1;
|
|
3459
|
+
min-height: 0;
|
|
3460
|
+
}
|
|
3461
|
+
.tca5959.ant-tabs .ant-tabs-nav {
|
|
3462
|
+
margin-bottom: 0;
|
|
3463
|
+
margin-right: 24px;
|
|
3464
|
+
}
|
|
3465
|
+
.tca5959.ant-tabs .ant-tabs-nav-list {
|
|
3466
|
+
margin-left: 24px;
|
|
3467
|
+
}
|
|
3468
|
+
.tca5959.ant-tabs .ant-tabs-content-holder {
|
|
3469
|
+
overflow: auto;
|
|
3470
|
+
}
|
|
3471
|
+
.tca5959.ant-tabs .ant-tabs-content-holder .ant-tabs-content,
|
|
3472
|
+
.tca5959.ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane-active {
|
|
3473
|
+
height: 100%;
|
|
3474
|
+
}
|
|
3475
|
+
|
|
3476
|
+
.k3dcesi {
|
|
3477
|
+
margin: auto 0;
|
|
3478
|
+
margin-right: 8px;
|
|
3479
|
+
border: 1px solid rgba(172, 186, 211, 0.6);
|
|
3480
|
+
background-color: white;
|
|
3481
|
+
}
|
|
3482
|
+
|
|
3483
|
+
.czyzuo8 {
|
|
3484
|
+
padding: 4px 0;
|
|
3485
|
+
}/* // basic */
|
|
3486
|
+
/* FishEye Color Variables and Functions */
|
|
3487
|
+
/*
|
|
3488
|
+
--------------------------- Primary Color ---------------------------
|
|
3489
|
+
*/
|
|
3490
|
+
/*
|
|
3491
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3492
|
+
*/
|
|
3493
|
+
/* computed */
|
|
3494
|
+
/* blue */
|
|
3495
|
+
/* green */
|
|
3496
|
+
/* yellow */
|
|
3497
|
+
/* red */
|
|
3498
|
+
/* purple */
|
|
3499
|
+
/* palette global token*/
|
|
3500
|
+
/* color opaque */
|
|
3501
|
+
/* color transparent */
|
|
3502
|
+
/* blue transparent */
|
|
3503
|
+
/* green transparent */
|
|
3504
|
+
/* yellow transparent */
|
|
3505
|
+
/* red transparent */
|
|
3506
|
+
/* gray transparent */
|
|
3507
|
+
/* white transparent */
|
|
3508
|
+
/* gradient opaque */
|
|
3509
|
+
/* blue radial gradient */
|
|
3510
|
+
/* blue linear gradient */
|
|
3511
|
+
/* green radial gradient */
|
|
3512
|
+
/* yellow radial gradient */
|
|
3513
|
+
/* red radial gradient */
|
|
3514
|
+
/* gray radial gradient */
|
|
3515
|
+
/* white to gray radial gradient */
|
|
3516
|
+
/* white to gray linear gradient */
|
|
3517
|
+
/* gradient transparent */
|
|
3518
|
+
/* secondary palette */
|
|
3519
|
+
/* purple radial gradient */
|
|
3520
|
+
/* refine alias color */
|
|
3521
|
+
/* text */
|
|
3522
|
+
/* link */
|
|
3523
|
+
/* fill */
|
|
3524
|
+
/* fill element */
|
|
3525
|
+
/* fill interaction */
|
|
3526
|
+
/* stroke */
|
|
3527
|
+
/* background */
|
|
3528
|
+
/* dim */
|
|
3529
|
+
/* box shadow */
|
|
3530
|
+
/* fisheye */
|
|
3531
|
+
/* z-index */
|
|
3516
3532
|
.w1akirqw {
|
|
3517
3533
|
height: 100%;
|
|
3518
3534
|
display: flex;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { LabelSelector } from 'kubernetes-types/meta/v1';
|
|
2
|
-
import {
|
|
3
|
-
export declare function matchSelector(pod:
|
|
2
|
+
import { ResourceModel } from '../models/resource-model';
|
|
3
|
+
export declare function matchSelector(pod: ResourceModel, selector?: LabelSelector, namespace?: string): boolean;
|