@dovetail-v2/refine 0.0.5 → 0.0.7
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.9693667c.js → MonacoYamlDiffEditor.e4468695.js} +1 -1
- package/dist/{index.0d0d58f9.js → index.b720212a.js} +909 -877
- package/dist/refine.js +64 -53
- package/dist/refine.umd.cjs +852 -820
- package/dist/style.css +2 -2
- package/lib/src/Dovetail.d.ts +1 -0
- package/lib/src/hooks/useEagleTable/columns.d.ts +1 -1
- package/lib/src/hooks/useEagleTable/index.d.ts +2 -52
- package/lib/src/hooks/useEagleTable/useEagleTable.d.ts +52 -0
- package/package.json +1 -1
package/dist/refine.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a6, A, aa, B, ac, f, C, e, T, s, w, z, G, ad, ab, X, J, a0, ai, a2, D, a4, O, I, ae, V, H, K, L, a3, M, a5, N, k, b, o, a8, c, ag, q, P, t, U, aj, Q, R, x, E, d, af, Z, S, $, _, a1, ah, a9, v, W, y, F, Y, l, p, n, m, r, a, h, g, i, a7, u } from "./index.b720212a.js";
|
|
2
2
|
import "@cloudtower/eagle";
|
|
3
3
|
import "@refinedev/core";
|
|
4
4
|
import "js-yaml";
|
|
@@ -16,66 +16,77 @@ import "ky";
|
|
|
16
16
|
import "mitt";
|
|
17
17
|
import "i18next";
|
|
18
18
|
export {
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
a6 as ALL_NS,
|
|
20
|
+
A as AgeColumnRenderer,
|
|
21
|
+
aa as BASE_INIT_VALUE,
|
|
21
22
|
B as Breadcrumb,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
23
|
+
ac as CRONJOB_INIT_VALUE,
|
|
24
|
+
f as ColumnKeys,
|
|
25
|
+
C as CommonSorter,
|
|
26
|
+
e as CompletionsCountColumnRenderer,
|
|
27
|
+
T as ConditionsField,
|
|
28
|
+
s as ConditionsTable,
|
|
29
|
+
w as CreateButton,
|
|
30
|
+
z as CronJobDropdown,
|
|
31
|
+
G as CronjobJobsTable,
|
|
32
|
+
ad as DAEMONSET_INIT_VALUE,
|
|
33
|
+
ab as DEPLOYMENT_INIT_VALUE,
|
|
34
|
+
X as DataField,
|
|
35
|
+
J as DeleteButton,
|
|
36
|
+
a0 as DeleteManyButton,
|
|
37
|
+
ai as Dovetail,
|
|
38
|
+
a2 as DrawerShow,
|
|
39
|
+
D as DurationColumnRenderer,
|
|
40
|
+
a4 as EditButton,
|
|
41
|
+
O as ImageField,
|
|
38
42
|
I as ImageNames,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
43
|
+
ae as JOB_INIT_VALUE,
|
|
44
|
+
V as JobsField,
|
|
45
|
+
H as KeyValue,
|
|
42
46
|
K as KeyValueListWidget,
|
|
43
47
|
L as Layout,
|
|
44
|
-
|
|
48
|
+
a3 as Menu,
|
|
45
49
|
M as MetadataForm,
|
|
46
|
-
|
|
47
|
-
N as
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
50
|
+
a5 as NS_STORE_KEY,
|
|
51
|
+
N as NameColumnRenderer,
|
|
52
|
+
k as NameInputWidget,
|
|
53
|
+
b as NameSpaceColumnRenderer,
|
|
54
|
+
o as NamespaceSelectWidget,
|
|
55
|
+
a8 as NamespacesFilter,
|
|
56
|
+
c as NodeNameColumnRenderer,
|
|
57
|
+
ag as POD_INIT_VALUE,
|
|
58
|
+
q as PageShow,
|
|
59
|
+
P as PhaseColumnRenderer,
|
|
60
|
+
t as PodContainersTable,
|
|
61
|
+
U as PodsField,
|
|
62
|
+
aj as RESOURCE_GROUP,
|
|
63
|
+
Q as ReplicaField,
|
|
64
|
+
R as ReplicasColumnRenderer,
|
|
65
|
+
x as ResourceCRUD,
|
|
66
|
+
E as ResourceUsageBar,
|
|
67
|
+
d as RestartCountColumnRenderer,
|
|
68
|
+
af as STATEFULSET_INIT_VALUE,
|
|
69
|
+
Z as SecretDataField,
|
|
60
70
|
S as Separator,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
71
|
+
$ as ShowContent,
|
|
72
|
+
_ as StartTimeField,
|
|
73
|
+
a1 as StateTag,
|
|
74
|
+
ah as TIMESTAMP_LABEL,
|
|
75
|
+
a9 as Tags,
|
|
76
|
+
v as WorkloadDropdown,
|
|
77
|
+
W as WorkloadImageColumnRenderer,
|
|
78
|
+
y as WorkloadPodsTable,
|
|
79
|
+
F as WorkloadReplicas,
|
|
69
80
|
Y as YamlEditorComponent,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
81
|
+
l as dnsSubDomainRules,
|
|
82
|
+
p as namespaceRules,
|
|
83
|
+
n as rfc1035LabelRules,
|
|
84
|
+
m as rfc1123LabelRules,
|
|
74
85
|
r as routerProvider,
|
|
75
86
|
a as useDeleteModal,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
87
|
+
h as useDownloadYAML,
|
|
88
|
+
g as useEagleTable,
|
|
89
|
+
i as useEdit,
|
|
90
|
+
a7 as useNamespacesFilter,
|
|
80
91
|
u as useSchema
|
|
81
92
|
};
|