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