@dovetail-v2/refine 0.0.0-pod-exec.0
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/README.MD +49 -0
- package/dist/MonacoYamlDiffEditor-9f67fdf5.js +55 -0
- package/dist/assets/yaml.worker-5e5f190c.js +40608 -0
- package/dist/favicon.ico +0 -0
- package/dist/images/flags/de.svg +1 -0
- package/dist/images/flags/en.svg +1 -0
- package/dist/index-cd4b193d.js +34099 -0
- package/dist/locales/de/common.json +167 -0
- package/dist/locales/en/common.json +167 -0
- package/dist/refine.js +207 -0
- package/dist/refine.umd.cjs +34144 -0
- package/dist/style.css +1767 -0
- package/lib/src/App.d.ts +3 -0
- package/lib/src/Dovetail.d.ts +18 -0
- package/lib/src/components/Breadcrumb/index.d.ts +6 -0
- package/lib/src/components/ConditionsTable/ConditionsTable.d.ts +7 -0
- package/lib/src/components/ConditionsTable/index.d.ts +1 -0
- package/lib/src/components/CreateButton/index.d.ts +2 -0
- package/lib/src/components/CronJobDropdown/index.d.ts +9 -0
- package/lib/src/components/CronjobJobsTable/index.d.ts +8 -0
- package/lib/src/components/DeleteButton/index.d.ts +2 -0
- package/lib/src/components/DeleteManyButton/index.d.ts +4 -0
- package/lib/src/components/DrawerShow/DrawerShow.d.ts +9 -0
- package/lib/src/components/DrawerShow/index.d.ts +1 -0
- package/lib/src/components/DurationTime/index.d.ts +6 -0
- package/lib/src/components/EditButton/index.d.ts +2 -0
- package/lib/src/components/EditField/index.d.ts +15 -0
- package/lib/src/components/ErrorContent/index.d.ts +17 -0
- package/lib/src/components/EventsTable/EventsTable.d.ts +6 -0
- package/lib/src/components/EventsTable/index.d.ts +1 -0
- package/lib/src/components/Form/FormModal.d.ts +10 -0
- package/lib/src/components/Form/KeyValueListWidget.d.ts +6 -0
- package/lib/src/components/Form/MetadataForm.d.ts +2 -0
- package/lib/src/components/Form/NameInputWidget.d.ts +51 -0
- package/lib/src/components/Form/NamespaceSelectWidget.d.ts +9 -0
- package/lib/src/components/Form/RefineFormContent.d.ts +12 -0
- package/lib/src/components/Form/RefineFormPage.d.ts +7 -0
- package/lib/src/components/Form/YamlForm.d.ts +29 -0
- package/lib/src/components/Form/index.d.ts +7 -0
- package/lib/src/components/Form/type.d.ts +16 -0
- package/lib/src/components/Form/useReactHookForm.d.ts +29 -0
- package/lib/src/components/Form/useRefineForm.d.ts +10 -0
- package/lib/src/components/Form/useYamlForm.d.ts +51 -0
- package/lib/src/components/Form/widget.d.ts +5 -0
- package/lib/src/components/FormErrorAlert/index.d.ts +9 -0
- package/lib/src/components/FormLayout/index.d.ts +7 -0
- package/lib/src/components/FormModal/index.d.ts +10 -0
- package/lib/src/components/FormWidgets/KeyValueListWidget.d.ts +6 -0
- package/lib/src/components/FormWidgets/MetadataForm.d.ts +2 -0
- package/lib/src/components/FormWidgets/NameInputWidget.d.ts +51 -0
- package/lib/src/components/FormWidgets/NamespaceSelectWidget.d.ts +9 -0
- package/lib/src/components/FormWidgets/index.d.ts +4 -0
- package/lib/src/components/FormWidgets/widget.d.ts +5 -0
- package/lib/src/components/ImageNames/index.d.ts +5 -0
- package/lib/src/components/IngressRulesComponent/index.d.ts +5 -0
- package/lib/src/components/IngressRulesTable/IngressRulesTable.d.ts +7 -0
- package/lib/src/components/IngressRulesTable/index.d.ts +1 -0
- package/lib/src/components/K8sDropdown/index.d.ts +9 -0
- package/lib/src/components/KeyValue/KeyValue.d.ts +7 -0
- package/lib/src/components/KeyValue/KeyValueAnnotation.d.ts +6 -0
- package/lib/src/components/KeyValue/KeyValueSecret.d.ts +5 -0
- package/lib/src/components/KeyValue/index.d.ts +3 -0
- package/lib/src/components/KeyValueData/index.d.ts +6 -0
- package/lib/src/components/Layout/index.d.ts +3 -0
- package/lib/src/components/LinkFallback/index.d.ts +4 -0
- package/lib/src/components/ListPage/index.d.ts +9 -0
- package/lib/src/components/Menu/index.d.ts +2 -0
- package/lib/src/components/ModalContextProvider/index.d.ts +12 -0
- package/lib/src/components/NamespacesFilter/index.d.ts +11 -0
- package/lib/src/components/NetworkPolicyRulesTable/NetworkPolicyRulesTable.d.ts +8 -0
- package/lib/src/components/NetworkPolicyRulesTable/index.d.ts +1 -0
- package/lib/src/components/NetworkPolicyRulesViewer/NetworkPolicyRulesViewer.d.ts +8 -0
- package/lib/src/components/NetworkPolicyRulesViewer/index.d.ts +1 -0
- package/lib/src/components/PageShow/PageShow.d.ts +12 -0
- package/lib/src/components/PageShow/index.d.ts +1 -0
- package/lib/src/components/PodContainersTable/PodContainersTable.d.ts +8 -0
- package/lib/src/components/PodContainersTable/index.d.ts +1 -0
- package/lib/src/components/PodDropdown/index.d.ts +9 -0
- package/lib/src/components/PodLog/index.d.ts +6 -0
- package/lib/src/components/PodSelectorTable/index.d.ts +6 -0
- package/lib/src/components/PodShellModal/index.d.ts +7 -0
- package/lib/src/components/PortsTable/index.d.ts +7 -0
- package/lib/src/components/ReferenceLink/index.d.ts +8 -0
- package/lib/src/components/ReplicasDropdown/index.d.ts +9 -0
- package/lib/src/components/ResourceCRUD/ResourceCRUD.d.ts +8 -0
- package/lib/src/components/ResourceCRUD/create/index.d.ts +8 -0
- package/lib/src/components/ResourceCRUD/index.d.ts +4 -0
- package/lib/src/components/ResourceCRUD/list/index.d.ts +9 -0
- package/lib/src/components/ResourceCRUD/show/index.d.ts +9 -0
- package/lib/src/components/ResourceLink/index.d.ts +8 -0
- package/lib/src/components/ResourceSelect/index.d.ts +12 -0
- package/lib/src/components/ResourceUsageBar/index.d.ts +8 -0
- package/lib/src/components/Separator/index.d.ts +2 -0
- package/lib/src/components/ServiceComponents/index.d.ts +10 -0
- package/lib/src/components/ShowContent/ShowContent.d.ts +18 -0
- package/lib/src/components/ShowContent/fields.d.ts +57 -0
- package/lib/src/components/ShowContent/groups.d.ts +22 -0
- package/lib/src/components/ShowContent/index.d.ts +4 -0
- package/lib/src/components/ShowContent/tabs.d.ts +5 -0
- package/lib/src/components/StateTag/StateTag.d.ts +10 -0
- package/lib/src/components/StateTag/index.d.ts +1 -0
- package/lib/src/components/Table/ErrorContent.d.ts +10 -0
- package/lib/src/components/Table/TableToolBar.d.ts +8 -0
- package/lib/src/components/Table/TableWidgets.d.ts +6 -0
- package/lib/src/components/Table/index.d.ts +43 -0
- package/lib/src/components/Tabs/index.d.ts +10 -0
- package/lib/src/components/Tags/index.d.ts +6 -0
- package/lib/src/components/TextTags/index.d.ts +6 -0
- package/lib/src/components/Time/index.d.ts +8 -0
- package/lib/src/components/ValueDisplay/index.d.ts +9 -0
- package/lib/src/components/WorkloadDropdown/index.d.ts +9 -0
- package/lib/src/components/WorkloadPodsTable/WorkloadPodsTable.d.ts +9 -0
- package/lib/src/components/WorkloadPodsTable/index.d.ts +1 -0
- package/lib/src/components/WorkloadReplicas/index.d.ts +17 -0
- package/lib/src/components/YamlEditor/MonacoYamlDiffEditor.d.ts +9 -0
- package/lib/src/components/YamlEditor/MonacoYamlEditor.d.ts +19 -0
- package/lib/src/components/YamlEditor/YamlEditorComponent.d.ts +27 -0
- package/lib/src/components/YamlEditor/index.d.ts +1 -0
- package/lib/src/components/YamlEditor/style.d.ts +11 -0
- package/lib/src/components/YamlEditor/yaml.worker.d.ts +1 -0
- package/lib/src/components/YamlForm/index.d.ts +25 -0
- package/lib/src/components/index.d.ts +42 -0
- package/lib/src/constants/auth.d.ts +5 -0
- package/lib/src/constants/index.d.ts +3 -0
- package/lib/src/constants/k8s.d.ts +469 -0
- package/lib/src/constants/state.d.ts +15 -0
- package/lib/src/contexts/component.d.ts +8 -0
- package/lib/src/contexts/configs.d.ts +4 -0
- package/lib/src/contexts/global-store.d.ts +6 -0
- package/lib/src/contexts/index.d.ts +3 -0
- package/lib/src/hooks/index.d.ts +8 -0
- package/lib/src/hooks/useDeleteModal/index.d.ts +1 -0
- package/lib/src/hooks/useDeleteModal/useDeleteManyModal.d.ts +8 -0
- package/lib/src/hooks/useDeleteModal/useDeleteModal.d.ts +7 -0
- package/lib/src/hooks/useDownloadYAML.d.ts +7 -0
- package/lib/src/hooks/useEagleForm.d.ts +48 -0
- package/lib/src/hooks/useEagleTable/columns.d.ts +35 -0
- package/lib/src/hooks/useEagleTable/index.d.ts +2 -0
- package/lib/src/hooks/useEagleTable/useEagleTable.d.ts +55 -0
- package/lib/src/hooks/useEdit.d.ts +4 -0
- package/lib/src/hooks/useGlobalStore.d.ts +3 -0
- package/lib/src/hooks/useK8sYamlEditor.d.ts +5 -0
- package/lib/src/hooks/useModal.d.ts +0 -0
- package/lib/src/hooks/useNamespaceFilter.d.ts +5 -0
- package/lib/src/hooks/useNamespaceRefineFilter.d.ts +5 -0
- package/lib/src/hooks/useOpenForm.d.ts +8 -0
- package/lib/src/hooks/useSchema.d.ts +14 -0
- package/lib/src/hooks/useSubmitForm.d.ts +14 -0
- package/lib/src/hooks/useTableData.d.ts +20 -0
- package/lib/src/i18n.d.ts +325 -0
- package/lib/src/index.d.ts +11 -0
- package/lib/src/locales/en-US/index.d.ts +161 -0
- package/lib/src/locales/index.d.ts +2 -0
- package/lib/src/locales/zh-CN/index.d.ts +161 -0
- package/lib/src/main.d.ts +3 -0
- package/lib/src/model/cronjob-model.d.ts +9 -0
- package/lib/src/model/index.d.ts +6 -0
- package/lib/src/model/job-model.d.ts +10 -0
- package/lib/src/model/pod-metrics-model.d.ts +7 -0
- package/lib/src/model/pod-model.d.ts +15 -0
- package/lib/src/model/resource-model.d.ts +17 -0
- package/lib/src/model/workload-model.d.ts +17 -0
- package/lib/src/models/cronjob-model.d.ts +16 -0
- package/lib/src/models/daemonset-model.d.ts +16 -0
- package/lib/src/models/deployment-model.d.ts +14 -0
- package/lib/src/models/event-model.d.ts +8 -0
- package/lib/src/models/index.d.ts +15 -0
- package/lib/src/models/ingress-model.d.ts +20 -0
- package/lib/src/models/job-model.d.ts +21 -0
- package/lib/src/models/network-policy-model.d.ts +10 -0
- package/lib/src/models/node-model.d.ts +15 -0
- package/lib/src/models/persistent-volume-claim.d.ts +10 -0
- package/lib/src/models/persistent-volume.d.ts +10 -0
- package/lib/src/models/pod-metrics-model.d.ts +9 -0
- package/lib/src/models/pod-model.d.ts +21 -0
- package/lib/src/models/resource-model.d.ts +21 -0
- package/lib/src/models/service-model.d.ts +25 -0
- package/lib/src/models/statefulset-model.d.ts +14 -0
- package/lib/src/models/storage-class.d.ts +10 -0
- package/lib/src/models/types/index.d.ts +1 -0
- package/lib/src/models/types/metric.d.ts +25 -0
- package/lib/src/models/workload-base-model.d.ts +13 -0
- package/lib/src/models/workload-model.d.ts +19 -0
- package/lib/src/pages/configmaps/index.d.ts +4 -0
- package/lib/src/pages/cronjobs/create/index.d.ts +3 -0
- package/lib/src/pages/cronjobs/index.d.ts +3 -0
- package/lib/src/pages/cronjobs/list/index.d.ts +3 -0
- package/lib/src/pages/cronjobs/show/index.d.ts +3 -0
- package/lib/src/pages/daemonsets/create/index.d.ts +3 -0
- package/lib/src/pages/daemonsets/index.d.ts +3 -0
- package/lib/src/pages/daemonsets/list/index.d.ts +3 -0
- package/lib/src/pages/daemonsets/show/index.d.ts +3 -0
- package/lib/src/pages/deployments/create/index.d.ts +3 -0
- package/lib/src/pages/deployments/index.d.ts +2 -0
- package/lib/src/pages/deployments/list/index.d.ts +3 -0
- package/lib/src/pages/deployments/show/index.d.ts +3 -0
- package/lib/src/pages/ingresses/index.d.ts +4 -0
- package/lib/src/pages/jobs/index.d.ts +4 -0
- package/lib/src/pages/networkPolicies/index.d.ts +4 -0
- package/lib/src/pages/nodes/hooks/useNodeMetrics.d.ts +17 -0
- package/lib/src/pages/nodes/index.d.ts +2 -0
- package/lib/src/pages/nodes/list/index.d.ts +3 -0
- package/lib/src/pages/nodes/show/index.d.ts +3 -0
- package/lib/src/pages/pods/create/index.d.ts +3 -0
- package/lib/src/pages/pods/index.d.ts +3 -0
- package/lib/src/pages/pods/list/index.d.ts +3 -0
- package/lib/src/pages/pods/show/index.d.ts +3 -0
- package/lib/src/pages/secrets/index.d.ts +4 -0
- package/lib/src/pages/services/index.d.ts +4 -0
- package/lib/src/pages/statefulsets/create/index.d.ts +3 -0
- package/lib/src/pages/statefulsets/index.d.ts +4 -0
- package/lib/src/pages/statefulsets/list/index.d.ts +3 -0
- package/lib/src/pages/statefulsets/show/index.d.ts +3 -0
- package/lib/src/pages/storageclasses/form/index.d.ts +9 -0
- package/lib/src/pages/storageclasses/index.d.ts +44 -0
- package/lib/src/pages/storageclasses/list/index.d.ts +3 -0
- package/lib/src/pages/storageclasses/show/index.d.ts +3 -0
- package/lib/src/plugins/index.d.ts +2 -0
- package/lib/src/plugins/model-plugin.d.ts +12 -0
- package/lib/src/plugins/relation-plugin.d.ts +27 -0
- package/lib/src/plugins/type.d.ts +8 -0
- package/lib/src/providers/index.d.ts +1 -0
- package/lib/src/providers/router-provider/index.d.ts +21 -0
- package/lib/src/types/index.d.ts +1 -0
- package/lib/src/types/metric.d.ts +25 -0
- package/lib/src/types/resource.d.ts +60 -0
- package/lib/src/utils/addId.d.ts +3 -0
- package/lib/src/utils/download.d.ts +1 -0
- package/lib/src/utils/error.d.ts +20 -0
- package/lib/src/utils/form.d.ts +3 -0
- package/lib/src/utils/k8s.d.ts +3 -0
- package/lib/src/utils/labels.d.ts +9 -0
- package/lib/src/utils/match-selector.d.ts +3 -0
- package/lib/src/utils/openapi.d.ts +45 -0
- package/lib/src/utils/schema.d.ts +17 -0
- package/lib/src/utils/selector.d.ts +3 -0
- package/lib/src/utils/shell.d.ts +16 -0
- package/lib/src/utils/string.d.ts +1 -0
- package/lib/src/utils/time.d.ts +13 -0
- package/lib/src/utils/unit.d.ts +12 -0
- package/lib/src/utils/yaml.d.ts +2 -0
- package/lib/vite.config.d.ts +2 -0
- package/package.json +112 -0
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": {
|
|
3
|
+
"login": {
|
|
4
|
+
"title": "Melden Sie sich bei Ihrem Konto an",
|
|
5
|
+
"signin": "Einloggen",
|
|
6
|
+
"signup": "Anmelden",
|
|
7
|
+
"divider": "oder",
|
|
8
|
+
"fields": {
|
|
9
|
+
"email": "Email",
|
|
10
|
+
"password": "Passwort"
|
|
11
|
+
},
|
|
12
|
+
"errors": {
|
|
13
|
+
"validEmail": "Ungültige E-Mail-Adresse"
|
|
14
|
+
},
|
|
15
|
+
"buttons": {
|
|
16
|
+
"submit": "Anmeldung",
|
|
17
|
+
"forgotPassword": "Passwort vergessen?",
|
|
18
|
+
"noAccount": "Sie haben kein Konto?",
|
|
19
|
+
"rememberMe": "Erinnere dich an mich"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"forgotPassword": {
|
|
23
|
+
"title": "Haben Sie Ihr Passwort vergessen?",
|
|
24
|
+
"fields": {
|
|
25
|
+
"email": "Email"
|
|
26
|
+
},
|
|
27
|
+
"errors": {
|
|
28
|
+
"validEmail": "Ungültige E-Mail-Adresse"
|
|
29
|
+
},
|
|
30
|
+
"buttons": {
|
|
31
|
+
"submit": "Anweisungen zum Zurücksetzen senden"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"register": {
|
|
35
|
+
"title": "Registrieren Sie sich für Ihr Konto",
|
|
36
|
+
"fields": {
|
|
37
|
+
"email": "Email",
|
|
38
|
+
"password": "Passwort"
|
|
39
|
+
},
|
|
40
|
+
"errors": {
|
|
41
|
+
"validEmail": "Ungültige E-Mail-Adresse"
|
|
42
|
+
},
|
|
43
|
+
"buttons": {
|
|
44
|
+
"submit": "Registrieren",
|
|
45
|
+
"haveAccount": "Ein Konto haben?"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"updatePassword": {
|
|
49
|
+
"title": "Kennwort aktualisieren",
|
|
50
|
+
"fields": {
|
|
51
|
+
"password": "Neues Passwort",
|
|
52
|
+
"confirmPassword": "Bestätige neues Passwort"
|
|
53
|
+
},
|
|
54
|
+
"errors": {
|
|
55
|
+
"confirmPasswordNotMatch": "Passwörter stimmen nicht überein"
|
|
56
|
+
},
|
|
57
|
+
"buttons": {
|
|
58
|
+
"submit": "Aktualisieren"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"error": {
|
|
62
|
+
"info": "Sie haben vergessen, {{action}} component zu {{resource}} hinzufügen.",
|
|
63
|
+
"404": "Leider existiert diese Seite nicht.",
|
|
64
|
+
"resource404": "Haben Sie die {{resource}} resource erstellt?",
|
|
65
|
+
"backHome": "Zurück"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"actions": {
|
|
69
|
+
"list": "Aufführen",
|
|
70
|
+
"create": "Erstellen",
|
|
71
|
+
"edit": "Bearbeiten",
|
|
72
|
+
"show": "Zeigen"
|
|
73
|
+
},
|
|
74
|
+
"buttons": {
|
|
75
|
+
"create": "Erstellen",
|
|
76
|
+
"save": "Speichern",
|
|
77
|
+
"logout": "Abmelden",
|
|
78
|
+
"delete": "Löschen",
|
|
79
|
+
"edit": "Bearbeiten",
|
|
80
|
+
"cancel": "Abbrechen",
|
|
81
|
+
"confirm": "Sicher?",
|
|
82
|
+
"filter": "Filter",
|
|
83
|
+
"clear": "Löschen",
|
|
84
|
+
"refresh": "Erneuern",
|
|
85
|
+
"show": "Zeigen",
|
|
86
|
+
"undo": "Undo",
|
|
87
|
+
"import": "Importieren",
|
|
88
|
+
"clone": "Klon",
|
|
89
|
+
"notAccessTitle": "Sie haben keine zugriffsberechtigung"
|
|
90
|
+
},
|
|
91
|
+
"warnWhenUnsavedChanges": "Nicht gespeicherte Änderungen werden nicht übernommen.",
|
|
92
|
+
"notifications": {
|
|
93
|
+
"success": "Erfolg",
|
|
94
|
+
"error": "Fehler (status code: {{statusCode}})",
|
|
95
|
+
"undoable": "Sie haben {{seconds}} Sekunden Zeit für Undo.",
|
|
96
|
+
"createSuccess": "{{resource}} erfolgreich erstellt.",
|
|
97
|
+
"createError": "Fehler beim Erstellen {{resource}} (status code: {{statusCode}})",
|
|
98
|
+
"deleteSuccess": "{{resource}} erfolgreich gelöscht.",
|
|
99
|
+
"deleteError": "Fehler beim Löschen {{resource}} (status code: {{statusCode}})",
|
|
100
|
+
"editSuccess": "{{resource}} erfolgreich bearbeitet.",
|
|
101
|
+
"editError": "Fehler beim Bearbeiten {{resource}} (status code: {{statusCode}})",
|
|
102
|
+
"importProgress": "{{processed}}/{{total}} importiert"
|
|
103
|
+
},
|
|
104
|
+
"loading": "Wird geladen",
|
|
105
|
+
"tags": {
|
|
106
|
+
"clone": "Klon"
|
|
107
|
+
},
|
|
108
|
+
"dashboard": {
|
|
109
|
+
"title": "Dashboard"
|
|
110
|
+
},
|
|
111
|
+
"blog_posts": {
|
|
112
|
+
"blog_posts": "Blogbeiträge",
|
|
113
|
+
"fields": {
|
|
114
|
+
"id": "Id",
|
|
115
|
+
"title": "Titel",
|
|
116
|
+
"content": "Inhalt",
|
|
117
|
+
"status": "Status",
|
|
118
|
+
"createdAt": "Erstellt am",
|
|
119
|
+
"category": "Kategorien"
|
|
120
|
+
},
|
|
121
|
+
"titles": {
|
|
122
|
+
"create": "Erstellen",
|
|
123
|
+
"edit": "Bearbeiten",
|
|
124
|
+
"list": "Einträge",
|
|
125
|
+
"show": "Eintrag zeigen"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"categories": {
|
|
129
|
+
"categories": "Kategorien",
|
|
130
|
+
"fields": {
|
|
131
|
+
"id": "Id",
|
|
132
|
+
"title": "Titel",
|
|
133
|
+
"createdAt": "Erstellt am"
|
|
134
|
+
},
|
|
135
|
+
"titles": {
|
|
136
|
+
"create": "Erstellen",
|
|
137
|
+
"edit": "Bearbeiten",
|
|
138
|
+
"list": "Einträge",
|
|
139
|
+
"show": "Eintrag zeigen"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"documentTitle": {
|
|
143
|
+
"default": "refine",
|
|
144
|
+
"suffix": " | refine",
|
|
145
|
+
"blog_posts": {
|
|
146
|
+
"list": "Blogbeiträge | refine",
|
|
147
|
+
"show": "#{{id}} Show Blogeintrag | refine",
|
|
148
|
+
"edit": "#{{id}} Edit Blogeintrag | refine",
|
|
149
|
+
"create": "Create new Blogeintrag | refine",
|
|
150
|
+
"clone": "#{{id}} Clone Blogeintrag | refine"
|
|
151
|
+
},
|
|
152
|
+
"categories": {
|
|
153
|
+
"list": "Kategorien | refine",
|
|
154
|
+
"show": "#{{id}} Zeigen Kategorien | refine",
|
|
155
|
+
"edit": "#{{id}} Bearbeiten Kategorien | refine",
|
|
156
|
+
"create": "Neue Kategorie Erstellen | refine",
|
|
157
|
+
"clone": "#{{id}} Klon Kategorie | refine"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"table": {
|
|
161
|
+
"actions": "Aktionen"
|
|
162
|
+
},
|
|
163
|
+
"pagination": {
|
|
164
|
+
"go": "Gehen Sie zur Seite",
|
|
165
|
+
"show": "Zeigen"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": {
|
|
3
|
+
"login": {
|
|
4
|
+
"title": "Sign in to your account",
|
|
5
|
+
"signin": "Sign in",
|
|
6
|
+
"signup": "Sign up",
|
|
7
|
+
"divider": "or",
|
|
8
|
+
"fields": {
|
|
9
|
+
"email": "Email",
|
|
10
|
+
"password": "Password"
|
|
11
|
+
},
|
|
12
|
+
"errors": {
|
|
13
|
+
"validEmail": "Invalid email address"
|
|
14
|
+
},
|
|
15
|
+
"buttons": {
|
|
16
|
+
"submit": "Login",
|
|
17
|
+
"forgotPassword": "Forgot password?",
|
|
18
|
+
"noAccount": "Don’t have an account?",
|
|
19
|
+
"rememberMe": "Remember me"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"forgotPassword": {
|
|
23
|
+
"title": "Forgot your password?",
|
|
24
|
+
"fields": {
|
|
25
|
+
"email": "Email"
|
|
26
|
+
},
|
|
27
|
+
"errors": {
|
|
28
|
+
"validEmail": "Invalid email address"
|
|
29
|
+
},
|
|
30
|
+
"buttons": {
|
|
31
|
+
"submit": "Send reset instructions"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"register": {
|
|
35
|
+
"title": "Sign up for your account",
|
|
36
|
+
"fields": {
|
|
37
|
+
"email": "Email",
|
|
38
|
+
"password": "Password"
|
|
39
|
+
},
|
|
40
|
+
"errors": {
|
|
41
|
+
"validEmail": "Invalid email address"
|
|
42
|
+
},
|
|
43
|
+
"buttons": {
|
|
44
|
+
"submit": "Register",
|
|
45
|
+
"haveAccount": "Have an account?"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"updatePassword": {
|
|
49
|
+
"title": "Update password",
|
|
50
|
+
"fields": {
|
|
51
|
+
"password": "New Password",
|
|
52
|
+
"confirmPassword": "Confirm new password"
|
|
53
|
+
},
|
|
54
|
+
"errors": {
|
|
55
|
+
"confirmPasswordNotMatch": "Passwords do not match"
|
|
56
|
+
},
|
|
57
|
+
"buttons": {
|
|
58
|
+
"submit": "Update"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"error": {
|
|
62
|
+
"info": "You may have forgotten to add the {{action}} component to {{resource}} resource.",
|
|
63
|
+
"404": "Sorry, the page you visited does not exist.",
|
|
64
|
+
"resource404": "Are you sure you have created the {{resource}} resource.",
|
|
65
|
+
"backHome": "Back Home"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"actions": {
|
|
69
|
+
"list": "List",
|
|
70
|
+
"create": "Create",
|
|
71
|
+
"edit": "Edit",
|
|
72
|
+
"show": "Show"
|
|
73
|
+
},
|
|
74
|
+
"buttons": {
|
|
75
|
+
"create": "Create",
|
|
76
|
+
"save": "Save",
|
|
77
|
+
"logout": "Logout",
|
|
78
|
+
"delete": "Delete",
|
|
79
|
+
"edit": "Edit",
|
|
80
|
+
"cancel": "Cancel",
|
|
81
|
+
"confirm": "Are you sure?",
|
|
82
|
+
"filter": "Filter",
|
|
83
|
+
"clear": "Clear",
|
|
84
|
+
"refresh": "Refresh",
|
|
85
|
+
"show": "Show",
|
|
86
|
+
"undo": "Undo",
|
|
87
|
+
"import": "Import",
|
|
88
|
+
"clone": "Clone",
|
|
89
|
+
"notAccessTitle": "You don't have permission to access"
|
|
90
|
+
},
|
|
91
|
+
"warnWhenUnsavedChanges": "Are you sure you want to leave? You have unsaved changes.",
|
|
92
|
+
"notifications": {
|
|
93
|
+
"success": "Successful",
|
|
94
|
+
"error": "Error (status code: {{statusCode}})",
|
|
95
|
+
"undoable": "You have {{seconds}} seconds to undo",
|
|
96
|
+
"createSuccess": "Successfully created {{resource}}",
|
|
97
|
+
"createError": "There was an error creating {{resource}} (status code: {{statusCode}})",
|
|
98
|
+
"deleteSuccess": "Successfully deleted {{resource}}",
|
|
99
|
+
"deleteError": "Error when deleting {{resource}} (status code: {{statusCode}})",
|
|
100
|
+
"editSuccess": "Successfully edited {{resource}}",
|
|
101
|
+
"editError": "Error when editing {{resource}} (status code: {{statusCode}})",
|
|
102
|
+
"importProgress": "Importing: {{processed}}/{{total}}"
|
|
103
|
+
},
|
|
104
|
+
"loading": "Loading",
|
|
105
|
+
"tags": {
|
|
106
|
+
"clone": "Clone"
|
|
107
|
+
},
|
|
108
|
+
"dashboard": {
|
|
109
|
+
"title": "Dashboard"
|
|
110
|
+
},
|
|
111
|
+
"blog_posts": {
|
|
112
|
+
"blog_posts": "Blog Posts",
|
|
113
|
+
"fields": {
|
|
114
|
+
"id": "Id",
|
|
115
|
+
"title": "Title",
|
|
116
|
+
"content": "Content",
|
|
117
|
+
"status": "Status",
|
|
118
|
+
"createdAt": "Created At",
|
|
119
|
+
"category": "Category"
|
|
120
|
+
},
|
|
121
|
+
"titles": {
|
|
122
|
+
"create": "Create Blog Post",
|
|
123
|
+
"edit": "Edit Blog Post",
|
|
124
|
+
"list": "Blog Posts",
|
|
125
|
+
"show": "Show Blog Post"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"categories": {
|
|
129
|
+
"categories": "Categories",
|
|
130
|
+
"fields": {
|
|
131
|
+
"id": "Id",
|
|
132
|
+
"title": "Title",
|
|
133
|
+
"createdAt": "Created At"
|
|
134
|
+
},
|
|
135
|
+
"titles": {
|
|
136
|
+
"create": "Create Category",
|
|
137
|
+
"edit": "Edit Category",
|
|
138
|
+
"list": "Categories",
|
|
139
|
+
"show": "Show Category"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"documentTitle": {
|
|
143
|
+
"default": "refine",
|
|
144
|
+
"suffix": " | refine",
|
|
145
|
+
"blog_posts": {
|
|
146
|
+
"list": "Blog Posts | refine",
|
|
147
|
+
"show": "#{{id}} Show Blog Post | refine",
|
|
148
|
+
"edit": "#{{id}} Edit Blog Post | refine",
|
|
149
|
+
"create": "Create new Blog Post | refine",
|
|
150
|
+
"clone": "#{{id}} Clone Blog Post | refine"
|
|
151
|
+
},
|
|
152
|
+
"categories": {
|
|
153
|
+
"list": "Categories | refine",
|
|
154
|
+
"show": "#{{id}} Show Category | refine",
|
|
155
|
+
"edit": "#{{id}} Edit Category | refine",
|
|
156
|
+
"create": "Create new Category | refine",
|
|
157
|
+
"clone": "#{{id}} Clone Category | refine"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"table": {
|
|
161
|
+
"actions": "Actions"
|
|
162
|
+
},
|
|
163
|
+
"pagination": {
|
|
164
|
+
"go": "Go to Page",
|
|
165
|
+
"show": "Show"
|
|
166
|
+
}
|
|
167
|
+
}
|
package/dist/refine.js
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
import { b8, bN, A, aB, aD, al, bp, aL, H, bD, br, av, x, C, h, bR, ao, aP, Z, bT, a2, a9, c0, ad, bs, bq, c3, ar, aV, v, aj, a_, c2, bO, b2, D, aI, b4, c1, aJ, az, bc, bQ, bb, bS, bB, am, a3, q, p, bU, I, aS, ay, s, bt, bW, aq, aR, ae, af, U, ag, aC, ak, a$, b3, V, M, bC, b7, N, J, c, aA, Q, ba, aX, aW, bV, bn, f, bv, X, P, aN, t, _, a1, bm, aK, b_, bZ, aG, aT, o, ap, aM, w, aU, aH, c7, bP, b5, bd, be, an, R, a0, a7, a6, b6, a4, b$, a5, aa, g, bI, bL, bH, bG, bJ, bK, bE, bw, bz, bA, by, bx, bu, bf, as, aQ, ah, l, bi, k, aE, c6, n, bj, aF, m, ax, aO, i, c5, au, aw, aZ, aY, at, S, b1, b0, c4, bF, bo, bk, bl, Y, bY, $, W, bX, a8, ac, ab, e, bM, ai, bg, y, K, d, T, O, L, r, b, B, z, E, F, u, b9, G, bh, a } from "./index-cd4b193d.js";
|
|
2
|
+
import "@cloudtower/eagle";
|
|
3
|
+
import "@refinedev/core";
|
|
4
|
+
import "@cloudtower/icons-react";
|
|
5
|
+
import "lodash-es";
|
|
6
|
+
import "react";
|
|
7
|
+
import "js-yaml";
|
|
8
|
+
import "sunflower-antd";
|
|
9
|
+
import "i18next";
|
|
10
|
+
import "qs";
|
|
11
|
+
import "react-router-dom";
|
|
12
|
+
import "k8s-api-provider";
|
|
13
|
+
import "monaco-editor";
|
|
14
|
+
import "monaco-yaml";
|
|
15
|
+
import "react-dom";
|
|
16
|
+
import "antd";
|
|
17
|
+
export {
|
|
18
|
+
b8 as ALL_NS,
|
|
19
|
+
bN as AccessControlAuth,
|
|
20
|
+
A as AgeColumnRenderer,
|
|
21
|
+
aB as AgeField,
|
|
22
|
+
aD as AnnotationsField,
|
|
23
|
+
al as AreaType,
|
|
24
|
+
bp as BASE_INIT_VALUE,
|
|
25
|
+
aL as BasicGroup,
|
|
26
|
+
H as Breadcrumb,
|
|
27
|
+
bD as CONFIG_MAP_INIT_VALUE,
|
|
28
|
+
br as CRONJOB_INIT_VALUE,
|
|
29
|
+
av as ClusterIpField,
|
|
30
|
+
x as ColumnKeys,
|
|
31
|
+
C as CommonSorter,
|
|
32
|
+
h as CompletionsCountColumnRenderer,
|
|
33
|
+
bR as ComponentContext,
|
|
34
|
+
ao as ConditionsField,
|
|
35
|
+
aP as ConditionsGroup,
|
|
36
|
+
Z as ConditionsTable,
|
|
37
|
+
bT as ConfigsContext,
|
|
38
|
+
a2 as CreateButton,
|
|
39
|
+
a9 as CronJobDropdown,
|
|
40
|
+
c0 as CronJobModel,
|
|
41
|
+
ad as CronjobJobsTable,
|
|
42
|
+
bs as DAEMONSET_INIT_VALUE,
|
|
43
|
+
bq as DEPLOYMENT_INIT_VALUE,
|
|
44
|
+
c3 as DaemonSetModel,
|
|
45
|
+
ar as DataField,
|
|
46
|
+
aV as DataGroup,
|
|
47
|
+
v as DataKeysColumnRenderer,
|
|
48
|
+
aj as DeleteButton,
|
|
49
|
+
a_ as DeleteManyButton,
|
|
50
|
+
c2 as DeploymentModel,
|
|
51
|
+
bO as Dovetail,
|
|
52
|
+
b2 as DrawerShow,
|
|
53
|
+
D as DurationColumnRenderer,
|
|
54
|
+
aI as DurationField,
|
|
55
|
+
b4 as EditButton,
|
|
56
|
+
c1 as EventModel,
|
|
57
|
+
aJ as EventsTab,
|
|
58
|
+
az as EventsTableTabField,
|
|
59
|
+
bc as FormModal,
|
|
60
|
+
bQ as FormType,
|
|
61
|
+
bb as FullscreenModalStyle,
|
|
62
|
+
bS as GlobalStoreContext,
|
|
63
|
+
bB as INGRESS_INIT_VALUE,
|
|
64
|
+
am as ImageField,
|
|
65
|
+
a3 as ImageNames,
|
|
66
|
+
q as IngressClassColumnRenderer,
|
|
67
|
+
p as IngressDefaultBackendColumnRenderer,
|
|
68
|
+
bU as IngressModel,
|
|
69
|
+
I as IngressRulesColumnRenderer,
|
|
70
|
+
aS as IngressRulesGroup,
|
|
71
|
+
ay as IngressRulesTableTabField,
|
|
72
|
+
s as IngressTlsColumnRenderer,
|
|
73
|
+
bt as JOB_INIT_VALUE,
|
|
74
|
+
bW as JobModel,
|
|
75
|
+
aq as JobsField,
|
|
76
|
+
aR as JobsGroup,
|
|
77
|
+
ae as KeyValue,
|
|
78
|
+
af as KeyValueAnnotation,
|
|
79
|
+
U as KeyValueListWidget,
|
|
80
|
+
ag as KeyValueSecret,
|
|
81
|
+
aC as LabelsField,
|
|
82
|
+
ak as Layout,
|
|
83
|
+
a$ as ListPage,
|
|
84
|
+
b3 as Menu,
|
|
85
|
+
V as MetadataForm,
|
|
86
|
+
M as ModalStyle,
|
|
87
|
+
bC as NETWORK_POLICY_INIT_VALUE,
|
|
88
|
+
b7 as NS_STORE_KEY,
|
|
89
|
+
N as NameColumnRenderer,
|
|
90
|
+
J as NameInputWidget,
|
|
91
|
+
c as NameSpaceColumnRenderer,
|
|
92
|
+
aA as NamespaceField,
|
|
93
|
+
Q as NamespaceSelectWidget,
|
|
94
|
+
ba as NamespacesFilter,
|
|
95
|
+
aX as NetworkPolicyEgressRulesGroup,
|
|
96
|
+
aW as NetworkPolicyIngressRulesGroup,
|
|
97
|
+
bV as NetworkPolicyModel,
|
|
98
|
+
bn as NetworkPolicyRulesViewer,
|
|
99
|
+
f as NodeNameColumnRenderer,
|
|
100
|
+
bv as POD_INIT_VALUE,
|
|
101
|
+
X as PageShow,
|
|
102
|
+
P as PlainTextNameColumnRenderer,
|
|
103
|
+
aN as PodContainersGroup,
|
|
104
|
+
t as PodContainersNumColumnRenderer,
|
|
105
|
+
_ as PodContainersTable,
|
|
106
|
+
a1 as PodDropdown,
|
|
107
|
+
bm as PodLog,
|
|
108
|
+
aK as PodLogTab,
|
|
109
|
+
b_ as PodMetricsModel,
|
|
110
|
+
bZ as PodModel,
|
|
111
|
+
aG as PodSelectorField,
|
|
112
|
+
aT as PodSelectorGroup,
|
|
113
|
+
o as PodWorkloadColumnRenderer,
|
|
114
|
+
ap as PodsField,
|
|
115
|
+
aM as PodsGroup,
|
|
116
|
+
w as PortMappingColumnRenderer,
|
|
117
|
+
aU as PortsGroup,
|
|
118
|
+
aH as PortsTableField,
|
|
119
|
+
c7 as ProviderPlugins,
|
|
120
|
+
bP as RESOURCE_GROUP,
|
|
121
|
+
b5 as ReferenceLink,
|
|
122
|
+
bd as RefineFormContent,
|
|
123
|
+
be as RefineFormPage,
|
|
124
|
+
an as ReplicaField,
|
|
125
|
+
R as ReplicasColumnRenderer,
|
|
126
|
+
a0 as ReplicasDropdown,
|
|
127
|
+
a7 as ResourceCRUD,
|
|
128
|
+
a6 as ResourceForm,
|
|
129
|
+
b6 as ResourceLink,
|
|
130
|
+
a4 as ResourceList,
|
|
131
|
+
b$ as ResourceModel,
|
|
132
|
+
a5 as ResourceShow,
|
|
133
|
+
aa as ResourceUsageBar,
|
|
134
|
+
g as RestartCountColumnRenderer,
|
|
135
|
+
bI as SECRET_BASIC_AUTH_INIT_VALUE,
|
|
136
|
+
bL as SECRET_CUSTOM_INIT_VALUE,
|
|
137
|
+
bH as SECRET_IMAGE_REPO_INIT_VALUE,
|
|
138
|
+
bG as SECRET_OPAQUE_INIT_VALUE,
|
|
139
|
+
bJ as SECRET_SSH_AUTH_INIT_VALUE,
|
|
140
|
+
bK as SECRET_TLS_INIT_VALUE,
|
|
141
|
+
bE as SERVER_INSTANCE_INIT_VALUE,
|
|
142
|
+
bw as SERVICE_CLUSTER_IP_INIT_VALUE,
|
|
143
|
+
bz as SERVICE_EXTERNAL_NAME_INIT_VALUE,
|
|
144
|
+
bA as SERVICE_HEADLESS_INIT_VALUE,
|
|
145
|
+
by as SERVICE_LOAD_BALANCER_INIT_VALUE,
|
|
146
|
+
bx as SERVICE_NODE_PORT_INIT_VALUE,
|
|
147
|
+
bu as STATEFULSET_INIT_VALUE,
|
|
148
|
+
bf as SchemaStrategy,
|
|
149
|
+
as as SecretDataField,
|
|
150
|
+
aQ as SecretDataGroup,
|
|
151
|
+
ah as Separator,
|
|
152
|
+
l as ServiceInClusterAccessColumnRenderer,
|
|
153
|
+
bi as ServiceInClusterAccessComponent,
|
|
154
|
+
k as ServiceInClusterAccessTitle,
|
|
155
|
+
aE as ServiceInnerClusterAccessField,
|
|
156
|
+
c6 as ServiceModel,
|
|
157
|
+
n as ServiceOutClusterAccessColumnRenderer,
|
|
158
|
+
bj as ServiceOutClusterAccessComponent,
|
|
159
|
+
aF as ServiceOutClusterAccessField,
|
|
160
|
+
m as ServiceOutClusterAccessTitle,
|
|
161
|
+
ax as ServicePodsField,
|
|
162
|
+
aO as ServicePodsGroup,
|
|
163
|
+
i as ServiceTypeColumnRenderer,
|
|
164
|
+
c5 as ServiceTypeEnum,
|
|
165
|
+
au as ServiceTypeField,
|
|
166
|
+
aw as SessionAffinityField,
|
|
167
|
+
aZ as ShowContent,
|
|
168
|
+
aY as ShowGroupComponent,
|
|
169
|
+
at as StartTimeField,
|
|
170
|
+
S as StateDisplayColumnRenderer,
|
|
171
|
+
b1 as StateTag,
|
|
172
|
+
b0 as StateTagStyle,
|
|
173
|
+
c4 as StatefulSetModel,
|
|
174
|
+
bF as TIMESTAMP_LABEL,
|
|
175
|
+
bo as Tabs,
|
|
176
|
+
bk as Tags,
|
|
177
|
+
bl as TextTags,
|
|
178
|
+
Y as Time,
|
|
179
|
+
bY as WorkloadBaseModel,
|
|
180
|
+
$ as WorkloadDropdown,
|
|
181
|
+
W as WorkloadImageColumnRenderer,
|
|
182
|
+
bX as WorkloadModel,
|
|
183
|
+
a8 as WorkloadPodsTable,
|
|
184
|
+
ac as WorkloadReplicas,
|
|
185
|
+
ab as WorkloadReplicasForm,
|
|
186
|
+
e as WorkloadRestartsColumnRenderer,
|
|
187
|
+
bM as WorkloadState,
|
|
188
|
+
ai as YamlEditorComponent,
|
|
189
|
+
bg as YamlForm,
|
|
190
|
+
y as addDefaultRenderToColumns,
|
|
191
|
+
K as dnsSubDomainRules,
|
|
192
|
+
d as dovetailRefineI18n,
|
|
193
|
+
T as namespaceRules,
|
|
194
|
+
O as rfc1035LabelRules,
|
|
195
|
+
L as rfc1123LabelRules,
|
|
196
|
+
r as routerProvider,
|
|
197
|
+
b as useDeleteModal,
|
|
198
|
+
B as useDownloadYAML,
|
|
199
|
+
z as useEagleTable,
|
|
200
|
+
E as useEdit,
|
|
201
|
+
F as useGlobalStore,
|
|
202
|
+
u as useNamespaceRefineFilter,
|
|
203
|
+
b9 as useNamespacesFilter,
|
|
204
|
+
G as useOpenForm,
|
|
205
|
+
bh as useRefineForm,
|
|
206
|
+
a as useSchema
|
|
207
|
+
};
|