@dovetail-v2/refine 0.0.35-beta.4 → 0.0.36
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-68b40e77.js → MonacoYamlDiffEditor-112df8f9.js} +1 -1
- package/dist/{index-8f13370f.js → index-0bd6a58e.js} +418 -319
- package/dist/refine.js +167 -164
- package/dist/refine.umd.cjs +252 -153
- package/dist/style.css +2 -1
- package/lib/src/Dovetail.d.ts +2 -0
- package/lib/src/components/ErrorContent/index.d.ts +0 -1
- package/lib/src/components/ShowContent/fields.d.ts +3 -3
- package/lib/src/constants/index.d.ts +1 -0
- package/lib/src/hooks/useEagleTable/columns.d.ts +5 -2
- package/lib/src/models/service-model.d.ts +5 -1
- package/package.json +1 -1
package/dist/refine.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b5, bJ, A, ay, aA, ai, bl, aI, G, bz, bn, as, w, C, g, bN, al, aM, X, bP, $, a6, bY, aa, bo, bm, b$, ao, aS, t, ag, aX, b_, bK, a$, D, aF, b1, bZ, aG, aw, b8, bM, bO, bx, aj, a0, p, o, bQ, I, aP, av, q, bp, bS, an, aO, ab, ac, Q, ad, az, ah, aY, b0, T, by, b4, N, H, b, ax, M, b7, aU, aT, bR, bj, e, br, U, P, aK, s, Y, bi, aH, bW, bV, aD, aQ, n, am, aJ, v, aR, aE, c3, bL, b2, b9, ba, ak, R, _, a4, a3, b3, a1, bX, a2, a7, f, bE, bH, bD, bC, bF, bG, bA, bs, bv, bw, bu, bt, bq, bb, ap, aN, ae, k, be, i, aB, c2, m, bf, aC, l, au, aL, h, c1, ar, at, aW, aV, aq, S, a_, aZ, c0, bB, bk, bg, bh, V, bU, Z, W, bT, a5, a9, a8, c, bI, af, bc, x, J, d, O, L, K, r, a, z, y, B, E, b6, F, bd, u } from "./index-0bd6a58e.js";
|
|
2
2
|
import "@cloudtower/eagle";
|
|
3
3
|
import "@refinedev/core";
|
|
4
4
|
import "@cloudtower/icons-react";
|
|
@@ -15,186 +15,189 @@ import "react-dom";
|
|
|
15
15
|
import "antd";
|
|
16
16
|
import "k8s-api-provider";
|
|
17
17
|
export {
|
|
18
|
-
|
|
18
|
+
b5 as ALL_NS,
|
|
19
|
+
bJ as AccessControlAuth,
|
|
19
20
|
A as AgeColumnRenderer,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
21
|
+
ay as AgeField,
|
|
22
|
+
aA as AnnotationsField,
|
|
23
|
+
ai as AreaType,
|
|
24
|
+
bl as BASE_INIT_VALUE,
|
|
25
|
+
aI as BasicGroup,
|
|
26
|
+
G as Breadcrumb,
|
|
27
|
+
bz as CONFIG_MAP_INIT_VALUE,
|
|
28
|
+
bn as CRONJOB_INIT_VALUE,
|
|
29
|
+
as as ClusterIpField,
|
|
30
|
+
w as ColumnKeys,
|
|
30
31
|
C as CommonSorter,
|
|
31
32
|
g as CompletionsCountColumnRenderer,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
33
|
+
bN as ComponentContext,
|
|
34
|
+
al as ConditionsField,
|
|
35
|
+
aM as ConditionsGroup,
|
|
36
|
+
X as ConditionsTable,
|
|
37
|
+
bP as ConfigsContext,
|
|
38
|
+
$ as CreateButton,
|
|
39
|
+
a6 as CronJobDropdown,
|
|
40
|
+
bY as CronJobModel,
|
|
41
|
+
aa as CronjobJobsTable,
|
|
42
|
+
bo as DAEMONSET_INIT_VALUE,
|
|
43
|
+
bm as DEPLOYMENT_INIT_VALUE,
|
|
44
|
+
b$ as DaemonSetModel,
|
|
45
|
+
ao as DataField,
|
|
46
|
+
aS as DataGroup,
|
|
47
|
+
t as DataKeysColumnRenderer,
|
|
48
|
+
ag as DeleteButton,
|
|
49
|
+
aX as DeleteManyButton,
|
|
50
|
+
b_ as DeploymentModel,
|
|
51
|
+
bK as Dovetail,
|
|
52
|
+
a$ as DrawerShow,
|
|
52
53
|
D as DurationColumnRenderer,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
54
|
+
aF as DurationField,
|
|
55
|
+
b1 as EditButton,
|
|
56
|
+
bZ as EventModel,
|
|
57
|
+
aG as EventsTab,
|
|
58
|
+
aw as EventsTableTabField,
|
|
59
|
+
b8 as FormModal,
|
|
60
|
+
bM as FormType,
|
|
61
|
+
bO as GlobalStoreContext,
|
|
62
|
+
bx as INGRESS_INIT_VALUE,
|
|
63
|
+
aj as ImageField,
|
|
64
|
+
a0 as ImageNames,
|
|
65
|
+
p as IngressClassColumnRenderer,
|
|
66
|
+
o as IngressDefaultBackendColumnRenderer,
|
|
67
|
+
bQ as IngressModel,
|
|
67
68
|
I as IngressRulesColumnRenderer,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
69
|
+
aP as IngressRulesGroup,
|
|
70
|
+
av as IngressRulesTableTabField,
|
|
71
|
+
q as IngressTlsColumnRenderer,
|
|
72
|
+
bp as JOB_INIT_VALUE,
|
|
73
|
+
bS as JobModel,
|
|
74
|
+
an as JobsField,
|
|
75
|
+
aO as JobsGroup,
|
|
76
|
+
ab as KeyValue,
|
|
77
|
+
ac as KeyValueAnnotation,
|
|
78
|
+
Q as KeyValueListWidget,
|
|
79
|
+
ad as KeyValueSecret,
|
|
80
|
+
az as LabelsField,
|
|
81
|
+
ah as Layout,
|
|
82
|
+
aY as ListPage,
|
|
83
|
+
b0 as Menu,
|
|
84
|
+
T as MetadataForm,
|
|
85
|
+
by as NETWORK_POLICY_INIT_VALUE,
|
|
86
|
+
b4 as NS_STORE_KEY,
|
|
86
87
|
N as NameColumnRenderer,
|
|
87
|
-
|
|
88
|
+
H as NameInputWidget,
|
|
88
89
|
b as NameSpaceColumnRenderer,
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
90
|
+
ax as NamespaceField,
|
|
91
|
+
M as NamespaceSelectWidget,
|
|
92
|
+
b7 as NamespacesFilter,
|
|
93
|
+
aU as NetworkPolicyEgressRulesGroup,
|
|
94
|
+
aT as NetworkPolicyIngressRulesGroup,
|
|
95
|
+
bR as NetworkPolicyModel,
|
|
96
|
+
bj as NetworkPolicyRulesViewer,
|
|
96
97
|
e as NodeNameColumnRenderer,
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
br as POD_INIT_VALUE,
|
|
99
|
+
U as PageShow,
|
|
99
100
|
P as PlainTextNameColumnRenderer,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
101
|
+
aK as PodContainersGroup,
|
|
102
|
+
s as PodContainersNumColumnRenderer,
|
|
103
|
+
Y as PodContainersTable,
|
|
104
|
+
bi as PodLog,
|
|
105
|
+
aH as PodLogTab,
|
|
106
|
+
bW as PodMetricsModel,
|
|
107
|
+
bV as PodModel,
|
|
108
|
+
aD as PodSelectorField,
|
|
109
|
+
aQ as PodSelectorGroup,
|
|
110
|
+
n as PodWorkloadColumnRenderer,
|
|
111
|
+
am as PodsField,
|
|
112
|
+
aJ as PodsGroup,
|
|
113
|
+
v as PortMappingColumnRenderer,
|
|
114
|
+
aR as PortsGroup,
|
|
115
|
+
aE as PortsTableField,
|
|
116
|
+
c3 as ProviderPlugins,
|
|
117
|
+
bL as RESOURCE_GROUP,
|
|
118
|
+
b2 as ReferenceLink,
|
|
119
|
+
b9 as RefineFormContent,
|
|
120
|
+
ba as RefineFormPage,
|
|
121
|
+
ak as ReplicaField,
|
|
121
122
|
R as ReplicasColumnRenderer,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
123
|
+
_ as ReplicasDropdown,
|
|
124
|
+
a4 as ResourceCRUD,
|
|
125
|
+
a3 as ResourceForm,
|
|
126
|
+
b3 as ResourceLink,
|
|
127
|
+
a1 as ResourceList,
|
|
128
|
+
bX as ResourceModel,
|
|
129
|
+
a2 as ResourceShow,
|
|
130
|
+
a7 as ResourceUsageBar,
|
|
130
131
|
f as RestartCountColumnRenderer,
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
132
|
+
bE as SECRET_BASIC_AUTH_INIT_VALUE,
|
|
133
|
+
bH as SECRET_CUSTOM_INIT_VALUE,
|
|
134
|
+
bD as SECRET_IMAGE_REPO_INIT_VALUE,
|
|
135
|
+
bC as SECRET_OPAQUE_INIT_VALUE,
|
|
136
|
+
bF as SECRET_SSH_AUTH_INIT_VALUE,
|
|
137
|
+
bG as SECRET_TLS_INIT_VALUE,
|
|
138
|
+
bA as SERVER_INSTANCE_INIT_VALUE,
|
|
139
|
+
bs as SERVICE_CLUSTER_IP_INIT_VALUE,
|
|
140
|
+
bv as SERVICE_EXTERNAL_NAME_INIT_VALUE,
|
|
141
|
+
bw as SERVICE_HEADLESS_INIT_VALUE,
|
|
142
|
+
bu as SERVICE_LOAD_BALANCER_INIT_VALUE,
|
|
143
|
+
bt as SERVICE_NODE_PORT_INIT_VALUE,
|
|
144
|
+
bq as STATEFULSET_INIT_VALUE,
|
|
145
|
+
bb as SchemaStrategy,
|
|
146
|
+
ap as SecretDataField,
|
|
147
|
+
aN as SecretDataGroup,
|
|
148
|
+
ae as Separator,
|
|
149
|
+
k as ServiceInClusterAccessColumnRenderer,
|
|
150
|
+
be as ServiceInClusterAccessComponent,
|
|
151
|
+
i as ServiceInClusterAccessTitle,
|
|
152
|
+
aB as ServiceInnerClusterAccessField,
|
|
153
|
+
c2 as ServiceModel,
|
|
154
|
+
m as ServiceOutClusterAccessColumnRenderer,
|
|
155
|
+
bf as ServiceOutClusterAccessComponent,
|
|
156
|
+
aC as ServiceOutClusterAccessField,
|
|
157
|
+
l as ServiceOutClusterAccessTitle,
|
|
158
|
+
au as ServicePodsField,
|
|
159
|
+
aL as ServicePodsGroup,
|
|
157
160
|
h as ServiceTypeColumnRenderer,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
161
|
+
c1 as ServiceTypeEnum,
|
|
162
|
+
ar as ServiceTypeField,
|
|
163
|
+
at as SessionAffinityField,
|
|
164
|
+
aW as ShowContent,
|
|
165
|
+
aV as ShowGroupComponent,
|
|
166
|
+
aq as StartTimeField,
|
|
164
167
|
S as StateDisplayColumnRenderer,
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
168
|
+
a_ as StateTag,
|
|
169
|
+
aZ as StateTagStyle,
|
|
170
|
+
c0 as StatefulSetModel,
|
|
171
|
+
bB as TIMESTAMP_LABEL,
|
|
172
|
+
bk as Tabs,
|
|
173
|
+
bg as Tags,
|
|
174
|
+
bh as TextTags,
|
|
175
|
+
V as Time,
|
|
176
|
+
bU as WorkloadBaseModel,
|
|
177
|
+
Z as WorkloadDropdown,
|
|
175
178
|
W as WorkloadImageColumnRenderer,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
179
|
+
bT as WorkloadModel,
|
|
180
|
+
a5 as WorkloadPodsTable,
|
|
181
|
+
a9 as WorkloadReplicas,
|
|
182
|
+
a8 as WorkloadReplicasForm,
|
|
180
183
|
c as WorkloadRestartsColumnRenderer,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
bI as WorkloadState,
|
|
185
|
+
af as YamlEditorComponent,
|
|
186
|
+
bc as YamlForm,
|
|
187
|
+
x as addDefaultRenderToColumns,
|
|
188
|
+
J as dnsSubDomainRules,
|
|
186
189
|
d as dovetailRefineI18n,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
+
O as namespaceRules,
|
|
191
|
+
L as rfc1035LabelRules,
|
|
192
|
+
K as rfc1123LabelRules,
|
|
190
193
|
r as routerProvider,
|
|
191
194
|
a as useDeleteModal,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
195
|
+
z as useDownloadYAML,
|
|
196
|
+
y as useEagleTable,
|
|
197
|
+
B as useEdit,
|
|
198
|
+
E as useGlobalStore,
|
|
199
|
+
b6 as useNamespacesFilter,
|
|
200
|
+
F as useOpenForm,
|
|
201
|
+
bd as useRefineForm,
|
|
199
202
|
u as useSchema
|
|
200
203
|
};
|