@dovetail-v2/refine 0.0.4 → 0.0.6
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.0954476c.js → MonacoYamlDiffEditor.8bad293e.js} +2 -1
- package/dist/{index.ea039602.js → index.294b375a.js} +4052 -2784
- package/dist/refine.js +58 -8
- package/dist/refine.umd.cjs +4026 -2759
- package/dist/style.css +18 -16
- package/lib/src/App.d.ts +0 -3
- package/lib/src/Dovetail.d.ts +4 -0
- package/lib/src/components/ResourceUsageBar/index.d.ts +8 -0
- package/lib/src/components/ShowContent/fields.d.ts +1 -0
- package/lib/src/components/index.d.ts +33 -0
- package/lib/src/constants/index.d.ts +1 -0
- package/lib/src/hooks/index.d.ts +4 -0
- package/lib/src/hooks/useEagleTable/columns.d.ts +1 -1
- package/lib/src/index.d.ts +3 -2
- package/lib/src/main.d.ts +1 -1
- package/lib/src/model/index.d.ts +1 -0
- package/lib/src/model/job-model.d.ts +2 -2
- package/lib/src/model/pod-metrics-model.d.ts +7 -0
- package/lib/src/model/pod-model.d.ts +5 -2
- package/lib/src/model/resource-model.d.ts +2 -2
- package/lib/src/model/workload-model.d.ts +2 -2
- package/lib/src/providers/router-provider/index.d.ts +1 -1
- package/lib/src/types/metric.d.ts +25 -0
- package/lib/src/types/resource.d.ts +2 -0
- package/lib/src/utils/unit.d.ts +12 -0
- package/package.json +4 -1
package/dist/refine.js
CHANGED
|
@@ -1,31 +1,81 @@
|
|
|
1
|
-
import { D, K, M, N,
|
|
1
|
+
import { V, $, B, a1, C, x, i, l, o, s, a2, a0, z, D, G, a7, O, T, v, I, a3, J, t, K, L, Q, M, U, N, h, Z, a5, P, k, y, a8, w, R, p, a4, A, S, F, E, H, a6, _, W, m, q, Y, e, n, g, f, r, a, c, b, d, X, u } from "./index.294b375a.js";
|
|
2
2
|
import "@cloudtower/eagle";
|
|
3
3
|
import "@refinedev/core";
|
|
4
4
|
import "js-yaml";
|
|
5
5
|
import "react";
|
|
6
6
|
import "lodash-es";
|
|
7
7
|
import "sunflower-antd";
|
|
8
|
+
import "@cloudtower/icons-react";
|
|
8
9
|
import "qs";
|
|
9
10
|
import "react-router-dom";
|
|
10
|
-
import "@cloudtower/icons-react";
|
|
11
11
|
import "monaco-editor";
|
|
12
12
|
import "monaco-yaml";
|
|
13
13
|
import "react-dom";
|
|
14
|
+
import "antd";
|
|
14
15
|
import "ky";
|
|
15
16
|
import "mitt";
|
|
16
17
|
import "i18next";
|
|
17
18
|
export {
|
|
18
|
-
|
|
19
|
+
V as ALL_NS,
|
|
20
|
+
$ as BASE_INIT_VALUE,
|
|
21
|
+
B as Breadcrumb,
|
|
22
|
+
a1 as CRONJOB_INIT_VALUE,
|
|
23
|
+
C as ColumnKeys,
|
|
24
|
+
x as ConditionsField,
|
|
25
|
+
i as ConditionsTable,
|
|
26
|
+
l as CreateButton,
|
|
27
|
+
o as CronJobDropdown,
|
|
28
|
+
s as CronjobJobsTable,
|
|
29
|
+
a2 as DAEMONSET_INIT_VALUE,
|
|
30
|
+
a0 as DEPLOYMENT_INIT_VALUE,
|
|
31
|
+
z as DataField,
|
|
32
|
+
D as DeleteButton,
|
|
33
|
+
G as DeleteManyButton,
|
|
34
|
+
a7 as Dovetail,
|
|
35
|
+
O as DrawerShow,
|
|
36
|
+
T as EditButton,
|
|
37
|
+
v as ImageField,
|
|
38
|
+
I as ImageNames,
|
|
39
|
+
a3 as JOB_INIT_VALUE,
|
|
40
|
+
J as JobsField,
|
|
41
|
+
t as KeyValue,
|
|
19
42
|
K as KeyValueListWidget,
|
|
43
|
+
L as Layout,
|
|
44
|
+
Q as Menu,
|
|
20
45
|
M as MetadataForm,
|
|
46
|
+
U as NS_STORE_KEY,
|
|
21
47
|
N as NameInputWidget,
|
|
22
|
-
|
|
23
|
-
|
|
48
|
+
h as NamespaceSelectWidget,
|
|
49
|
+
Z as NamespacesFilter,
|
|
50
|
+
a5 as POD_INIT_VALUE,
|
|
51
|
+
P as PageShow,
|
|
52
|
+
k as PodContainersTable,
|
|
53
|
+
y as PodsField,
|
|
54
|
+
a8 as RESOURCE_GROUP,
|
|
55
|
+
w as ReplicaField,
|
|
24
56
|
R as ResourceCRUD,
|
|
25
|
-
|
|
57
|
+
p as ResourceUsageBar,
|
|
58
|
+
a4 as STATEFULSET_INIT_VALUE,
|
|
59
|
+
A as SecretDataField,
|
|
60
|
+
S as Separator,
|
|
61
|
+
F as ShowContent,
|
|
62
|
+
E as StartTimeField,
|
|
63
|
+
H as StateTag,
|
|
64
|
+
a6 as TIMESTAMP_LABEL,
|
|
65
|
+
_ as Tags,
|
|
66
|
+
W as WorkloadDropdown,
|
|
67
|
+
m as WorkloadPodsTable,
|
|
68
|
+
q as WorkloadReplicas,
|
|
69
|
+
Y as YamlEditorComponent,
|
|
70
|
+
e as dnsSubDomainRules,
|
|
26
71
|
n as namespaceRules,
|
|
27
|
-
|
|
28
|
-
|
|
72
|
+
g as rfc1035LabelRules,
|
|
73
|
+
f as rfc1123LabelRules,
|
|
29
74
|
r as routerProvider,
|
|
75
|
+
a as useDeleteModal,
|
|
76
|
+
c as useDownloadYAML,
|
|
77
|
+
b as useEagleTable,
|
|
78
|
+
d as useEdit,
|
|
79
|
+
X as useNamespacesFilter,
|
|
30
80
|
u as useSchema
|
|
31
81
|
};
|