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