@dovetail-v2/refine 0.0.17 → 0.0.18
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.dc83b657.js → MonacoYamlDiffEditor-63ab8a31.js} +2 -2
- package/dist/assets/{yaml.worker.bb17811d.js → yaml.worker-5e5f190c.js} +2153 -992
- package/dist/{index.d48047e6.js → index-9b2c04b5.js} +2835 -2380
- package/dist/refine.js +76 -74
- package/dist/refine.umd.cjs +2835 -2387
- package/dist/style.css +2 -2
- package/lib/src/components/DrawerShow/DrawerShow.d.ts +2 -2
- package/lib/src/components/FormModal/index.d.ts +2 -4
- package/lib/src/components/PageShow/PageShow.d.ts +2 -2
- package/lib/src/components/ReferenceLink/index.d.ts +8 -0
- package/lib/src/components/ResourceCRUD/show/index.d.ts +2 -2
- package/lib/src/components/ShowContent/ShowContent.d.ts +2 -2
- package/lib/src/components/ShowContent/fields.d.ts +23 -6
- package/lib/src/components/WorkloadDropdown/index.d.ts +0 -2
- package/lib/src/components/WorkloadReplicas/index.d.ts +6 -3
- package/lib/src/components/YamlForm/index.d.ts +5 -7
- package/lib/src/components/index.d.ts +1 -0
- package/lib/src/hooks/useEagleTable/columns.d.ts +2 -1
- package/lib/src/hooks/useSubmitForm.d.ts +1 -0
- package/lib/src/i18n.d.ts +4 -0
- package/lib/src/locales/zh-CN/index.d.ts +4 -0
- package/lib/src/models/job-model.d.ts +3 -1
- package/lib/src/models/service-model.d.ts +10 -0
- package/lib/src/models/workload-model.d.ts +2 -0
- package/lib/src/types/resource.d.ts +2 -2
- package/lib/src/utils/error.d.ts +3 -3
- package/lib/src/utils/time.d.ts +6 -1
- package/lib/vite.config.d.ts +1 -1
- package/package.json +9 -9
- package/lib/src/components/ModalContextProvider/index.d.ts +0 -12
- package/lib/src/hooks/useModal.d.ts +0 -0
package/dist/refine.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ak, A, aq, B, as, a7, h, C, f, aD, a0, w, aF, z, L, aM, T, at, ar, aP, a3, X, ac, aO, aA, af, D, ah, aN, ap, aC, aE, _, I, au, aG, a2, U, K, Z, ad, ag, M, aj, N, n, b, s, am, d, aw, v, x, ao, aK, aJ, P, a1, aR, aB, ai, $, R, H, G, E, aL, F, O, e, ax, av, ab, a4, V, a9, g, a6, a8, aa, a5, S, ae, aQ, ay, an, aI, y, W, aH, J, Q, c, az, Y, o, t, q, p, r, a, k, i, l, m, al, u } from "./index-9b2c04b5.js";
|
|
2
2
|
import "@cloudtower/eagle";
|
|
3
3
|
import "@refinedev/core";
|
|
4
4
|
import "js-yaml";
|
|
@@ -15,98 +15,100 @@ import "react-dom";
|
|
|
15
15
|
import "antd";
|
|
16
16
|
import "k8s-api-provider";
|
|
17
17
|
export {
|
|
18
|
-
|
|
18
|
+
ak as ALL_NS,
|
|
19
19
|
A as AgeColumnRenderer,
|
|
20
|
-
|
|
20
|
+
aq as BASE_INIT_VALUE,
|
|
21
21
|
B as Breadcrumb,
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
as as CRONJOB_INIT_VALUE,
|
|
23
|
+
a7 as ClusterIpField,
|
|
24
24
|
h 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
|
-
|
|
27
|
+
aD as ComponentContext,
|
|
28
|
+
a0 as ConditionsField,
|
|
29
|
+
w as ConditionsTable,
|
|
30
|
+
aF as ConfigsContext,
|
|
31
|
+
z as CreateButton,
|
|
32
|
+
L as CronJobDropdown,
|
|
33
|
+
aM as CronJobModel,
|
|
34
|
+
T as CronjobJobsTable,
|
|
35
|
+
at as DAEMONSET_INIT_VALUE,
|
|
36
|
+
ar as DEPLOYMENT_INIT_VALUE,
|
|
37
|
+
aP as DaemonSetModel,
|
|
38
|
+
a3 as DataField,
|
|
39
|
+
X as DeleteButton,
|
|
40
|
+
ac as DeleteManyButton,
|
|
41
|
+
aO as DeploymentModel,
|
|
42
|
+
aA as Dovetail,
|
|
43
|
+
af as DrawerShow,
|
|
44
44
|
D as DurationColumnRenderer,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
ah as EditButton,
|
|
46
|
+
aN as EventModel,
|
|
47
|
+
ap as FormModal,
|
|
48
|
+
aC as FormType,
|
|
49
|
+
aE as GlobalStoreContext,
|
|
50
|
+
_ as ImageField,
|
|
51
51
|
I as ImageNames,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
52
|
+
au as JOB_INIT_VALUE,
|
|
53
|
+
aG as JobModel,
|
|
54
|
+
a2 as JobsField,
|
|
55
|
+
U as KeyValue,
|
|
56
56
|
K as KeyValueListWidget,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
Z as Layout,
|
|
58
|
+
ad as ListPage,
|
|
59
|
+
ag as Menu,
|
|
60
60
|
M as MetadataForm,
|
|
61
|
-
|
|
61
|
+
aj as NS_STORE_KEY,
|
|
62
62
|
N as NameColumnRenderer,
|
|
63
63
|
n as NameInputWidget,
|
|
64
64
|
b as NameSpaceColumnRenderer,
|
|
65
65
|
s as NamespaceSelectWidget,
|
|
66
|
-
|
|
66
|
+
am as NamespacesFilter,
|
|
67
67
|
d as NodeNameColumnRenderer,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
68
|
+
aw as POD_INIT_VALUE,
|
|
69
|
+
v as PageShow,
|
|
70
|
+
x as PodContainersTable,
|
|
71
|
+
ao as PodLog,
|
|
72
|
+
aK as PodMetricsModel,
|
|
73
|
+
aJ as PodModel,
|
|
74
|
+
P as PodWorkloadColumnRenderer,
|
|
75
|
+
a1 as PodsField,
|
|
76
|
+
aR as ProviderPlugins,
|
|
77
|
+
aB as RESOURCE_GROUP,
|
|
78
|
+
ai as ReferenceLink,
|
|
79
|
+
$ as ReplicaField,
|
|
78
80
|
R as ReplicasColumnRenderer,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
81
|
+
H as ResourceCRUD,
|
|
82
|
+
G as ResourceForm,
|
|
83
|
+
E as ResourceList,
|
|
84
|
+
aL as ResourceModel,
|
|
85
|
+
F as ResourceShow,
|
|
86
|
+
O as ResourceUsageBar,
|
|
85
87
|
e as RestartCountColumnRenderer,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
88
|
+
ax as SERVICE_INIT_VALUE,
|
|
89
|
+
av as STATEFULSET_INIT_VALUE,
|
|
90
|
+
ab as SchemaStrategy,
|
|
91
|
+
a4 as SecretDataField,
|
|
92
|
+
V as Separator,
|
|
93
|
+
a9 as ServicePodsField,
|
|
92
94
|
g as ServiceTypeColumnRenderer,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
a6 as ServiceTypeField,
|
|
96
|
+
a8 as SessionAffinityField,
|
|
97
|
+
aa as ShowContent,
|
|
98
|
+
a5 as StartTimeField,
|
|
97
99
|
S as StateDisplayColumnRenderer,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
100
|
+
ae as StateTag,
|
|
101
|
+
aQ as StatefulSetModel,
|
|
102
|
+
ay as TIMESTAMP_LABEL,
|
|
103
|
+
an as Tags,
|
|
104
|
+
aI as WorkloadBaseModel,
|
|
105
|
+
y as WorkloadDropdown,
|
|
104
106
|
W as WorkloadImageColumnRenderer,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
107
|
+
aH as WorkloadModel,
|
|
108
|
+
J as WorkloadPodsTable,
|
|
109
|
+
Q as WorkloadReplicas,
|
|
108
110
|
c as WorkloadRestartsColumnRenderer,
|
|
109
|
-
|
|
111
|
+
az as WorkloadState,
|
|
110
112
|
Y as YamlEditorComponent,
|
|
111
113
|
o as dnsSubDomainRules,
|
|
112
114
|
t as namespaceRules,
|
|
@@ -118,6 +120,6 @@ export {
|
|
|
118
120
|
i as useEagleTable,
|
|
119
121
|
l as useEdit,
|
|
120
122
|
m as useGlobalStore,
|
|
121
|
-
|
|
123
|
+
al as useNamespacesFilter,
|
|
122
124
|
u as useSchema
|
|
123
125
|
};
|