@dovetail-v2/refine 0.3.12-alpha.1 → 0.3.13-alpha.0
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/components/KeyValue/KeyValue.d.ts +2 -0
- package/dist/components/LabelsAndAnnotationsShow/index.d.ts +8 -0
- package/dist/components/ResourceSelect/index.d.ts +1 -0
- package/dist/components/ShowContent/ShowContentView.d.ts +8 -1
- package/dist/components/ShowContent/fields.d.ts +8 -4
- package/dist/components/ShowContent/groups.d.ts +1 -4
- package/dist/components/ShowContent/tabs.d.ts +25 -4
- package/dist/components/index.d.ts +1 -0
- package/dist/hooks/useEagleTable/columns.d.ts +1 -1
- package/dist/i18n.d.ts +4 -2
- package/dist/locales/en-US/index.d.ts +0 -1
- package/dist/locales/zh-CN/index.d.ts +4 -1
- package/dist/models/cronjob-model.d.ts +2 -0
- package/dist/models/ingress-model.d.ts +1 -1
- package/dist/models/job-model.d.ts +1 -0
- package/dist/refine.cjs +608 -341
- package/dist/refine.js +610 -343
- package/dist/style.css +191 -18
- package/dist/styles/show.d.ts +2 -0
- package/dist/utils/match-selector.d.ts +1 -1
- package/package.json +1 -1
- package/dist/utils/selector.d.ts +0 -3
package/dist/style.css
CHANGED
|
@@ -588,6 +588,60 @@
|
|
|
588
588
|
/* box shadow */
|
|
589
589
|
/* fisheye */
|
|
590
590
|
/* z-index */
|
|
591
|
+
.smzfpl7 {
|
|
592
|
+
color: #00122e;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.d85h4vb {
|
|
596
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
597
|
+
padding-bottom: 1px;
|
|
598
|
+
}/* // basic */
|
|
599
|
+
/* FishEye Color Variables and Functions */
|
|
600
|
+
/*
|
|
601
|
+
--------------------------- Primary Color ---------------------------
|
|
602
|
+
*/
|
|
603
|
+
/*
|
|
604
|
+
---------------------------When necessary to add at any time---------------------------
|
|
605
|
+
*/
|
|
606
|
+
/* computed */
|
|
607
|
+
/* blue */
|
|
608
|
+
/* green */
|
|
609
|
+
/* yellow */
|
|
610
|
+
/* red */
|
|
611
|
+
/* purple */
|
|
612
|
+
/* palette global token*/
|
|
613
|
+
/* color opaque */
|
|
614
|
+
/* color transparent */
|
|
615
|
+
/* blue transparent */
|
|
616
|
+
/* green transparent */
|
|
617
|
+
/* yellow transparent */
|
|
618
|
+
/* red transparent */
|
|
619
|
+
/* gray transparent */
|
|
620
|
+
/* white transparent */
|
|
621
|
+
/* gradient opaque */
|
|
622
|
+
/* blue radial gradient */
|
|
623
|
+
/* blue linear gradient */
|
|
624
|
+
/* green radial gradient */
|
|
625
|
+
/* yellow radial gradient */
|
|
626
|
+
/* red radial gradient */
|
|
627
|
+
/* gray radial gradient */
|
|
628
|
+
/* white to gray radial gradient */
|
|
629
|
+
/* white to gray linear gradient */
|
|
630
|
+
/* gradient transparent */
|
|
631
|
+
/* secondary palette */
|
|
632
|
+
/* purple radial gradient */
|
|
633
|
+
/* refine alias color */
|
|
634
|
+
/* text */
|
|
635
|
+
/* link */
|
|
636
|
+
/* fill */
|
|
637
|
+
/* fill element */
|
|
638
|
+
/* fill interaction */
|
|
639
|
+
/* stroke */
|
|
640
|
+
/* background */
|
|
641
|
+
/* dim */
|
|
642
|
+
/* box shadow */
|
|
643
|
+
/* fisheye */
|
|
644
|
+
/* z-index */
|
|
591
645
|
.b142d7q8 {
|
|
592
646
|
display: flex;
|
|
593
647
|
}
|
|
@@ -1471,12 +1525,16 @@
|
|
|
1471
1525
|
/* box shadow */
|
|
1472
1526
|
/* fisheye */
|
|
1473
1527
|
/* z-index */
|
|
1474
|
-
.
|
|
1475
|
-
|
|
1528
|
+
.c11tbgf7 {
|
|
1529
|
+
align-self: flex-end;
|
|
1530
|
+
justify-self: flex-start;
|
|
1476
1531
|
}
|
|
1477
1532
|
|
|
1478
|
-
.
|
|
1479
|
-
|
|
1533
|
+
.ctbyh5g {
|
|
1534
|
+
display: flex;
|
|
1535
|
+
flex-direction: column;
|
|
1536
|
+
gap: 8px;
|
|
1537
|
+
height: 100%;
|
|
1480
1538
|
}/* // basic */
|
|
1481
1539
|
/* FishEye Color Variables and Functions */
|
|
1482
1540
|
/*
|
|
@@ -1859,6 +1917,122 @@
|
|
|
1859
1917
|
|
|
1860
1918
|
.v1ixr1me {
|
|
1861
1919
|
color: #00122E;
|
|
1920
|
+
}/* // basic */
|
|
1921
|
+
/* FishEye Color Variables and Functions */
|
|
1922
|
+
/*
|
|
1923
|
+
--------------------------- Primary Color ---------------------------
|
|
1924
|
+
*/
|
|
1925
|
+
/*
|
|
1926
|
+
---------------------------When necessary to add at any time---------------------------
|
|
1927
|
+
*/
|
|
1928
|
+
/* computed */
|
|
1929
|
+
/* blue */
|
|
1930
|
+
/* green */
|
|
1931
|
+
/* yellow */
|
|
1932
|
+
/* red */
|
|
1933
|
+
/* purple */
|
|
1934
|
+
/* palette global token*/
|
|
1935
|
+
/* color opaque */
|
|
1936
|
+
/* color transparent */
|
|
1937
|
+
/* blue transparent */
|
|
1938
|
+
/* green transparent */
|
|
1939
|
+
/* yellow transparent */
|
|
1940
|
+
/* red transparent */
|
|
1941
|
+
/* gray transparent */
|
|
1942
|
+
/* white transparent */
|
|
1943
|
+
/* gradient opaque */
|
|
1944
|
+
/* blue radial gradient */
|
|
1945
|
+
/* blue linear gradient */
|
|
1946
|
+
/* green radial gradient */
|
|
1947
|
+
/* yellow radial gradient */
|
|
1948
|
+
/* red radial gradient */
|
|
1949
|
+
/* gray radial gradient */
|
|
1950
|
+
/* white to gray radial gradient */
|
|
1951
|
+
/* white to gray linear gradient */
|
|
1952
|
+
/* gradient transparent */
|
|
1953
|
+
/* secondary palette */
|
|
1954
|
+
/* purple radial gradient */
|
|
1955
|
+
/* refine alias color */
|
|
1956
|
+
/* text */
|
|
1957
|
+
/* link */
|
|
1958
|
+
/* fill */
|
|
1959
|
+
/* fill element */
|
|
1960
|
+
/* fill interaction */
|
|
1961
|
+
/* stroke */
|
|
1962
|
+
/* background */
|
|
1963
|
+
/* dim */
|
|
1964
|
+
/* box shadow */
|
|
1965
|
+
/* fisheye */
|
|
1966
|
+
/* z-index */
|
|
1967
|
+
.c91cpym {
|
|
1968
|
+
padding: 16px 24px;
|
|
1969
|
+
height: 100%;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
.ca9k82k {
|
|
1973
|
+
padding: 8px 24px 24px 24px;
|
|
1974
|
+
height: 100%;
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1977
|
+
.c1k4htrr {
|
|
1978
|
+
padding: 0 24px;
|
|
1979
|
+
height: 100%;
|
|
1980
|
+
}/* // basic */
|
|
1981
|
+
/* FishEye Color Variables and Functions */
|
|
1982
|
+
/*
|
|
1983
|
+
--------------------------- Primary Color ---------------------------
|
|
1984
|
+
*/
|
|
1985
|
+
/*
|
|
1986
|
+
---------------------------When necessary to add at any time---------------------------
|
|
1987
|
+
*/
|
|
1988
|
+
/* computed */
|
|
1989
|
+
/* blue */
|
|
1990
|
+
/* green */
|
|
1991
|
+
/* yellow */
|
|
1992
|
+
/* red */
|
|
1993
|
+
/* purple */
|
|
1994
|
+
/* palette global token*/
|
|
1995
|
+
/* color opaque */
|
|
1996
|
+
/* color transparent */
|
|
1997
|
+
/* blue transparent */
|
|
1998
|
+
/* green transparent */
|
|
1999
|
+
/* yellow transparent */
|
|
2000
|
+
/* red transparent */
|
|
2001
|
+
/* gray transparent */
|
|
2002
|
+
/* white transparent */
|
|
2003
|
+
/* gradient opaque */
|
|
2004
|
+
/* blue radial gradient */
|
|
2005
|
+
/* blue linear gradient */
|
|
2006
|
+
/* green radial gradient */
|
|
2007
|
+
/* yellow radial gradient */
|
|
2008
|
+
/* red radial gradient */
|
|
2009
|
+
/* gray radial gradient */
|
|
2010
|
+
/* white to gray radial gradient */
|
|
2011
|
+
/* white to gray linear gradient */
|
|
2012
|
+
/* gradient transparent */
|
|
2013
|
+
/* secondary palette */
|
|
2014
|
+
/* purple radial gradient */
|
|
2015
|
+
/* refine alias color */
|
|
2016
|
+
/* text */
|
|
2017
|
+
/* link */
|
|
2018
|
+
/* fill */
|
|
2019
|
+
/* fill element */
|
|
2020
|
+
/* fill interaction */
|
|
2021
|
+
/* stroke */
|
|
2022
|
+
/* background */
|
|
2023
|
+
/* dim */
|
|
2024
|
+
/* box shadow */
|
|
2025
|
+
/* fisheye */
|
|
2026
|
+
/* z-index */
|
|
2027
|
+
.i1hk9uwu {
|
|
2028
|
+
display: flex;
|
|
2029
|
+
flex-direction: column;
|
|
2030
|
+
gap: 8px;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
.c1wn08fn {
|
|
2034
|
+
display: flex;
|
|
2035
|
+
flex-direction: column;
|
|
1862
2036
|
}.pf-v5-t-light {
|
|
1863
2037
|
--pf-v5-global--Color--100: var(--pf-v5-global--Color--dark-100);
|
|
1864
2038
|
--pf-v5-global--Color--200: var(--pf-v5-global--Color--dark-200);
|
|
@@ -3337,7 +3511,7 @@
|
|
|
3337
3511
|
}
|
|
3338
3512
|
|
|
3339
3513
|
.b1f1s2pc {
|
|
3340
|
-
margin: 0 24px;
|
|
3514
|
+
margin: 0 24px 0 24px;
|
|
3341
3515
|
overflow: auto;
|
|
3342
3516
|
}
|
|
3343
3517
|
|
|
@@ -3350,7 +3524,6 @@
|
|
|
3350
3524
|
}
|
|
3351
3525
|
|
|
3352
3526
|
.flfewds {
|
|
3353
|
-
background-color: #fff;
|
|
3354
3527
|
height: 100%;
|
|
3355
3528
|
}
|
|
3356
3529
|
|
|
@@ -3374,6 +3547,7 @@
|
|
|
3374
3547
|
.tca5959.ant-tabs {
|
|
3375
3548
|
flex: 1;
|
|
3376
3549
|
min-height: 0;
|
|
3550
|
+
margin-top: 16px;
|
|
3377
3551
|
}
|
|
3378
3552
|
.tca5959.ant-tabs .ant-tabs-nav {
|
|
3379
3553
|
margin-bottom: 0;
|
|
@@ -3390,14 +3564,18 @@
|
|
|
3390
3564
|
height: 100%;
|
|
3391
3565
|
}
|
|
3392
3566
|
|
|
3393
|
-
.
|
|
3567
|
+
.s3dcesi.ant-tabs {
|
|
3568
|
+
margin-top: 12px;
|
|
3569
|
+
}
|
|
3570
|
+
|
|
3571
|
+
.kzyzuo8 {
|
|
3394
3572
|
margin: auto 0;
|
|
3395
3573
|
margin-right: 8px;
|
|
3396
3574
|
border: 1px solid rgba(172, 186, 211, 0.6);
|
|
3397
3575
|
background-color: white;
|
|
3398
3576
|
}
|
|
3399
3577
|
|
|
3400
|
-
.
|
|
3578
|
+
.cxd8k68 {
|
|
3401
3579
|
padding: 4px 0;
|
|
3402
3580
|
}/* // basic */
|
|
3403
3581
|
/* FishEye Color Variables and Functions */
|
|
@@ -4578,15 +4756,15 @@
|
|
|
4578
4756
|
}
|
|
4579
4757
|
|
|
4580
4758
|
.p16qejqa {
|
|
4581
|
-
margin-bottom:
|
|
4759
|
+
margin-bottom: 8px;
|
|
4582
4760
|
}
|
|
4583
4761
|
|
|
4584
4762
|
.pt2a81g {
|
|
4585
|
-
padding:
|
|
4763
|
+
padding: 12px;
|
|
4586
4764
|
}
|
|
4587
4765
|
|
|
4588
4766
|
.p19ai3gf {
|
|
4589
|
-
padding: 8px
|
|
4767
|
+
padding: 8px 12px;
|
|
4590
4768
|
display: flex;
|
|
4591
4769
|
justify-content: flex-end;
|
|
4592
4770
|
gap: 8px;
|
|
@@ -4595,7 +4773,7 @@
|
|
|
4595
4773
|
.f1mk2u31 {
|
|
4596
4774
|
display: flex;
|
|
4597
4775
|
flex-direction: column;
|
|
4598
|
-
gap:
|
|
4776
|
+
gap: 8px;
|
|
4599
4777
|
}/* // basic */
|
|
4600
4778
|
/* FishEye Color Variables and Functions */
|
|
4601
4779
|
/*
|
|
@@ -4643,12 +4821,7 @@
|
|
|
4643
4821
|
/* box shadow */
|
|
4644
4822
|
/* fisheye */
|
|
4645
4823
|
/* z-index */
|
|
4646
|
-
.
|
|
4647
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
4648
|
-
padding-bottom: 1px;
|
|
4649
|
-
}
|
|
4650
|
-
|
|
4651
|
-
.s1fcgan.ant-tooltip .ant-tooltip-inner {
|
|
4824
|
+
.sh5j833.ant-tooltip .ant-tooltip-inner {
|
|
4652
4825
|
width: 256px;
|
|
4653
4826
|
}body,
|
|
4654
4827
|
#root {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { LabelSelector } from 'kubernetes-types/meta/v1';
|
|
2
2
|
import { ResourceModel } from '../models/resource-model';
|
|
3
|
-
export declare function matchSelector(pod: ResourceModel, selector?: LabelSelector, namespace?: string): boolean;
|
|
3
|
+
export declare function matchSelector(pod: ResourceModel, selector?: LabelSelector | Record<string, string>, namespace?: string): boolean;
|
package/package.json
CHANGED
package/dist/utils/selector.d.ts
DELETED