@dovetail-v2/refine 0.0.12 → 0.0.14
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.6b29d662.js → MonacoYamlDiffEditor.2bd18ff6.js} +2 -3
- package/dist/{index.01461ca8.js → index.8d29d388.js} +6472 -1847
- package/dist/refine.js +47 -42
- package/dist/refine.umd.cjs +6434 -1810
- package/dist/style.css +1436 -0
- package/lib/src/Dovetail.d.ts +5 -1
- package/lib/src/components/EventsTable/EventsTable.d.ts +4 -0
- package/lib/src/components/EventsTable/index.d.ts +1 -0
- package/lib/src/components/PodLog/index.d.ts +6 -0
- package/lib/src/components/ShowContent/fields.d.ts +5 -1
- package/lib/src/components/YamlEditor/MonacoYamlEditor.d.ts +1 -1
- package/lib/src/components/YamlEditor/YamlEditorComponent.d.ts +2 -1
- package/lib/src/components/index.d.ts +1 -0
- package/lib/src/hooks/useEagleForm.d.ts +11 -9
- package/lib/src/hooks/useEagleTable/columns.d.ts +1 -0
- package/lib/src/hooks/useK8sYamlEditor.d.ts +5 -0
- package/lib/src/i18n.d.ts +14 -0
- package/lib/src/locales/zh-CN/index.d.ts +14 -0
- package/lib/src/pages/services/index.d.ts +3 -0
- package/lib/src/types/resource.d.ts +3 -1
- package/lib/src/utils/selector.d.ts +3 -0
- package/package.json +8 -5
package/dist/refine.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { af, A, ak, B, am, a4, f, C, e, Z, s, w, G, ax, L, an, al, a0, T, a8, ay, ab, D, ad, V, I, ao, as, $, O, K, U, a9, ac, M, ae, N, k, b, o, ah, c, aq, q, P, t, aj, au, at, _, az, X, R, E, z, x, av, y, H, d, ap, a1, Q, a6, S, a3, a5, a7, a2, aa, ar, ai, v, W, aw, F, J, Y, l, p, n, m, r, a, h, g, i, ag, u } from "./index.8d29d388.js";
|
|
2
2
|
import "@cloudtower/eagle";
|
|
3
3
|
import "@refinedev/core";
|
|
4
4
|
import "js-yaml";
|
|
5
|
+
import "k8s-api-provider";
|
|
5
6
|
import "react";
|
|
6
7
|
import "lodash-es";
|
|
7
8
|
import "sunflower-antd";
|
|
@@ -12,79 +13,83 @@ import "monaco-editor";
|
|
|
12
13
|
import "monaco-yaml";
|
|
13
14
|
import "react-dom";
|
|
14
15
|
import "antd";
|
|
15
|
-
import "ky";
|
|
16
|
-
import "mitt";
|
|
17
16
|
import "i18next";
|
|
18
17
|
export {
|
|
19
|
-
|
|
18
|
+
af as ALL_NS,
|
|
20
19
|
A as AgeColumnRenderer,
|
|
21
|
-
|
|
20
|
+
ak as BASE_INIT_VALUE,
|
|
22
21
|
B as Breadcrumb,
|
|
23
|
-
|
|
22
|
+
am as CRONJOB_INIT_VALUE,
|
|
23
|
+
a4 as ClusterIpField,
|
|
24
24
|
f as ColumnKeys,
|
|
25
25
|
C as CommonSorter,
|
|
26
26
|
e as CompletionsCountColumnRenderer,
|
|
27
|
-
|
|
27
|
+
Z as ConditionsField,
|
|
28
28
|
s as ConditionsTable,
|
|
29
29
|
w as CreateButton,
|
|
30
30
|
G as CronJobDropdown,
|
|
31
|
-
|
|
31
|
+
ax as CronJobModel,
|
|
32
32
|
L as CronjobJobsTable,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
an as DAEMONSET_INIT_VALUE,
|
|
34
|
+
al as DEPLOYMENT_INIT_VALUE,
|
|
35
|
+
a0 as DataField,
|
|
36
|
+
T as DeleteButton,
|
|
37
|
+
a8 as DeleteManyButton,
|
|
38
|
+
ay as Dovetail,
|
|
39
|
+
ab as DrawerShow,
|
|
40
40
|
D as DurationColumnRenderer,
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
ad as EditButton,
|
|
42
|
+
V as ImageField,
|
|
43
43
|
I as ImageNames,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
ao as JOB_INIT_VALUE,
|
|
45
|
+
as as JobModel,
|
|
46
|
+
$ as JobsField,
|
|
47
47
|
O as KeyValue,
|
|
48
48
|
K as KeyValueListWidget,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
U as Layout,
|
|
50
|
+
a9 as ListPage,
|
|
51
|
+
ac as Menu,
|
|
52
52
|
M as MetadataForm,
|
|
53
|
-
|
|
53
|
+
ae as NS_STORE_KEY,
|
|
54
54
|
N as NameColumnRenderer,
|
|
55
55
|
k as NameInputWidget,
|
|
56
56
|
b as NameSpaceColumnRenderer,
|
|
57
57
|
o as NamespaceSelectWidget,
|
|
58
|
-
|
|
58
|
+
ah as NamespacesFilter,
|
|
59
59
|
c as NodeNameColumnRenderer,
|
|
60
|
-
|
|
60
|
+
aq as POD_INIT_VALUE,
|
|
61
61
|
q as PageShow,
|
|
62
62
|
P as PhaseColumnRenderer,
|
|
63
63
|
t as PodContainersTable,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
64
|
+
aj as PodLog,
|
|
65
|
+
au as PodMetricsModel,
|
|
66
|
+
at as PodModel,
|
|
67
|
+
_ as PodsField,
|
|
68
|
+
az as RESOURCE_GROUP,
|
|
69
|
+
X as ReplicaField,
|
|
69
70
|
R as ReplicasColumnRenderer,
|
|
70
71
|
E as ResourceCRUD,
|
|
71
72
|
z as ResourceForm,
|
|
72
73
|
x as ResourceList,
|
|
73
|
-
|
|
74
|
+
av as ResourceModel,
|
|
74
75
|
y as ResourceShow,
|
|
75
76
|
H as ResourceUsageBar,
|
|
76
77
|
d as RestartCountColumnRenderer,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
78
|
+
ap as STATEFULSET_INIT_VALUE,
|
|
79
|
+
a1 as SecretDataField,
|
|
80
|
+
Q as Separator,
|
|
81
|
+
a6 as ServicePodsField,
|
|
82
|
+
S as ServiceTypeColumnRenderer,
|
|
83
|
+
a3 as ServiceTypeField,
|
|
84
|
+
a5 as SessionAffinityField,
|
|
85
|
+
a7 as ShowContent,
|
|
86
|
+
a2 as StartTimeField,
|
|
87
|
+
aa as StateTag,
|
|
88
|
+
ar as TIMESTAMP_LABEL,
|
|
89
|
+
ai as Tags,
|
|
85
90
|
v as WorkloadDropdown,
|
|
86
91
|
W as WorkloadImageColumnRenderer,
|
|
87
|
-
|
|
92
|
+
aw as WorkloadModel,
|
|
88
93
|
F as WorkloadPodsTable,
|
|
89
94
|
J as WorkloadReplicas,
|
|
90
95
|
Y as YamlEditorComponent,
|
|
@@ -97,6 +102,6 @@ export {
|
|
|
97
102
|
h as useDownloadYAML,
|
|
98
103
|
g as useEagleTable,
|
|
99
104
|
i as useEdit,
|
|
100
|
-
|
|
105
|
+
ag as useNamespacesFilter,
|
|
101
106
|
u as useSchema
|
|
102
107
|
};
|