@dovetail-v2/refine 0.0.18 → 0.0.20
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/{MonacoYamlDiffEditor-63ab8a31.js → MonacoYamlDiffEditor-caec6da3.js} +1 -1
- package/dist/{index-9b2c04b5.js → index-dce89c8c.js} +4956 -4575
- package/dist/refine.js +98 -88
- package/dist/refine.umd.cjs +4863 -4482
- package/dist/style.css +22 -12
- package/lib/src/components/IngressRulesComponent/index.d.ts +5 -0
- package/lib/src/components/IngressRulesTable/IngressRulesTable.d.ts +7 -0
- package/lib/src/components/IngressRulesTable/index.d.ts +1 -0
- package/lib/src/components/KeyValueData/index.d.ts +6 -0
- package/lib/src/components/NetworkPolicyRulesTable/NetworkPolicyRulesTable.d.ts +7 -0
- package/lib/src/components/NetworkPolicyRulesTable/index.d.ts +1 -0
- package/lib/src/components/ResourceLink/index.d.ts +8 -0
- package/lib/src/components/ShowContent/fields.d.ts +3 -1
- package/lib/src/components/StateTag/StateTag.d.ts +1 -0
- package/lib/src/components/Tags/index.d.ts +1 -1
- package/lib/src/components/WorkloadPodsTable/WorkloadPodsTable.d.ts +5 -2
- package/lib/src/components/index.d.ts +2 -0
- package/lib/src/constants/k8s.d.ts +43 -0
- package/lib/src/hooks/useEagleTable/columns.d.ts +3 -1
- package/lib/src/i18n.d.ts +6 -0
- package/lib/src/locales/zh-CN/index.d.ts +6 -0
- package/lib/src/models/index.d.ts +2 -0
- package/lib/src/models/ingress-model.d.ts +18 -0
- package/lib/src/models/network-policy-model.d.ts +10 -0
- package/lib/src/pages/ingresses/index.d.ts +3 -0
- package/lib/src/pages/networkPolicies/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/refine.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ap, A, aw, B, ay, a9, i, C, f, aL, a2, x, aN, E, Q, aW, V, az, ax, aZ, a5, _, ag, aY, aI, aj, D, al, aX, ad, au, aK, aM, aE, a0, F, h, aO, I, ac, aA, aQ, a4, X, K, $, ah, ak, M, aF, ao, N, o, b, t, ar, aP, av, d, aC, w, y, at, aU, aT, P, a3, a$, aJ, am, a1, R, L, J, an, G, aV, H, T, e, aD, aB, af, a6, Y, ab, g, a8, aa, ae, a7, S, ai, a_, aG, as, aS, z, W, aR, O, U, c, aH, Z, p, v, s, q, r, a, l, k, m, n, aq, u } from "./index-dce89c8c.js";
|
|
2
2
|
import "@cloudtower/eagle";
|
|
3
3
|
import "@refinedev/core";
|
|
4
4
|
import "js-yaml";
|
|
@@ -15,111 +15,121 @@ import "react-dom";
|
|
|
15
15
|
import "antd";
|
|
16
16
|
import "k8s-api-provider";
|
|
17
17
|
export {
|
|
18
|
-
|
|
18
|
+
ap as ALL_NS,
|
|
19
19
|
A as AgeColumnRenderer,
|
|
20
|
-
|
|
20
|
+
aw as BASE_INIT_VALUE,
|
|
21
21
|
B as Breadcrumb,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
ay as CRONJOB_INIT_VALUE,
|
|
23
|
+
a9 as ClusterIpField,
|
|
24
|
+
i as ColumnKeys,
|
|
25
25
|
C as CommonSorter,
|
|
26
26
|
f as CompletionsCountColumnRenderer,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
27
|
+
aL as ComponentContext,
|
|
28
|
+
a2 as ConditionsField,
|
|
29
|
+
x as ConditionsTable,
|
|
30
|
+
aN as ConfigsContext,
|
|
31
|
+
E as CreateButton,
|
|
32
|
+
Q as CronJobDropdown,
|
|
33
|
+
aW as CronJobModel,
|
|
34
|
+
V as CronjobJobsTable,
|
|
35
|
+
az as DAEMONSET_INIT_VALUE,
|
|
36
|
+
ax as DEPLOYMENT_INIT_VALUE,
|
|
37
|
+
aZ as DaemonSetModel,
|
|
38
|
+
a5 as DataField,
|
|
39
|
+
_ as DeleteButton,
|
|
40
|
+
ag as DeleteManyButton,
|
|
41
|
+
aY as DeploymentModel,
|
|
42
|
+
aI as Dovetail,
|
|
43
|
+
aj as DrawerShow,
|
|
44
44
|
D as DurationColumnRenderer,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
45
|
+
al as EditButton,
|
|
46
|
+
aX as EventModel,
|
|
47
|
+
ad as EventsTableTabField,
|
|
48
|
+
au as FormModal,
|
|
49
|
+
aK as FormType,
|
|
50
|
+
aM as GlobalStoreContext,
|
|
51
|
+
aE as INGRESS_INIT_VALUE,
|
|
52
|
+
a0 as ImageField,
|
|
53
|
+
F as ImageNames,
|
|
54
|
+
h as IngressDefaultBackendColumnRenderer,
|
|
55
|
+
aO as IngressModel,
|
|
56
|
+
I as IngressRulesColumnRenderer,
|
|
57
|
+
ac as IngressRulesTableTabField,
|
|
58
|
+
aA as JOB_INIT_VALUE,
|
|
59
|
+
aQ as JobModel,
|
|
60
|
+
a4 as JobsField,
|
|
61
|
+
X as KeyValue,
|
|
56
62
|
K as KeyValueListWidget,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
63
|
+
$ as Layout,
|
|
64
|
+
ah as ListPage,
|
|
65
|
+
ak as Menu,
|
|
60
66
|
M as MetadataForm,
|
|
61
|
-
|
|
67
|
+
aF as NETWORK_POLICY_INIT_VALUE,
|
|
68
|
+
ao as NS_STORE_KEY,
|
|
62
69
|
N as NameColumnRenderer,
|
|
63
|
-
|
|
70
|
+
o as NameInputWidget,
|
|
64
71
|
b as NameSpaceColumnRenderer,
|
|
65
|
-
|
|
66
|
-
|
|
72
|
+
t as NamespaceSelectWidget,
|
|
73
|
+
ar as NamespacesFilter,
|
|
74
|
+
aP as NetworkPolicyModel,
|
|
75
|
+
av as NetworkPolicyRulesTable,
|
|
67
76
|
d as NodeNameColumnRenderer,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
77
|
+
aC as POD_INIT_VALUE,
|
|
78
|
+
w as PageShow,
|
|
79
|
+
y as PodContainersTable,
|
|
80
|
+
at as PodLog,
|
|
81
|
+
aU as PodMetricsModel,
|
|
82
|
+
aT as PodModel,
|
|
74
83
|
P as PodWorkloadColumnRenderer,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
84
|
+
a3 as PodsField,
|
|
85
|
+
a$ as ProviderPlugins,
|
|
86
|
+
aJ as RESOURCE_GROUP,
|
|
87
|
+
am as ReferenceLink,
|
|
88
|
+
a1 as ReplicaField,
|
|
80
89
|
R as ReplicasColumnRenderer,
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
90
|
+
L as ResourceCRUD,
|
|
91
|
+
J as ResourceForm,
|
|
92
|
+
an as ResourceLink,
|
|
93
|
+
G as ResourceList,
|
|
94
|
+
aV as ResourceModel,
|
|
95
|
+
H as ResourceShow,
|
|
96
|
+
T as ResourceUsageBar,
|
|
87
97
|
e as RestartCountColumnRenderer,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
98
|
+
aD as SERVICE_INIT_VALUE,
|
|
99
|
+
aB as STATEFULSET_INIT_VALUE,
|
|
100
|
+
af as SchemaStrategy,
|
|
101
|
+
a6 as SecretDataField,
|
|
102
|
+
Y as Separator,
|
|
103
|
+
ab as ServicePodsField,
|
|
94
104
|
g as ServiceTypeColumnRenderer,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
105
|
+
a8 as ServiceTypeField,
|
|
106
|
+
aa as SessionAffinityField,
|
|
107
|
+
ae as ShowContent,
|
|
108
|
+
a7 as StartTimeField,
|
|
99
109
|
S as StateDisplayColumnRenderer,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
110
|
+
ai as StateTag,
|
|
111
|
+
a_ as StatefulSetModel,
|
|
112
|
+
aG as TIMESTAMP_LABEL,
|
|
113
|
+
as as Tags,
|
|
114
|
+
aS as WorkloadBaseModel,
|
|
115
|
+
z as WorkloadDropdown,
|
|
106
116
|
W as WorkloadImageColumnRenderer,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
117
|
+
aR as WorkloadModel,
|
|
118
|
+
O as WorkloadPodsTable,
|
|
119
|
+
U as WorkloadReplicas,
|
|
110
120
|
c as WorkloadRestartsColumnRenderer,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
121
|
+
aH as WorkloadState,
|
|
122
|
+
Z as YamlEditorComponent,
|
|
123
|
+
p as dnsSubDomainRules,
|
|
124
|
+
v as namespaceRules,
|
|
125
|
+
s as rfc1035LabelRules,
|
|
126
|
+
q as rfc1123LabelRules,
|
|
117
127
|
r as routerProvider,
|
|
118
128
|
a as useDeleteModal,
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
129
|
+
l as useDownloadYAML,
|
|
130
|
+
k as useEagleTable,
|
|
131
|
+
m as useEdit,
|
|
132
|
+
n as useGlobalStore,
|
|
133
|
+
aq as useNamespacesFilter,
|
|
124
134
|
u as useSchema
|
|
125
135
|
};
|