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