@dovetail-v2/refine 0.1.14-alpha.1 → 0.1.14-alpha.3
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-c3cc3648.js → MonacoYamlDiffEditor-cc759677.js} +1 -1
- package/dist/{index-cfefd39c.js → index-bae71e98.js} +305 -298
- package/dist/refine.js +1 -1
- package/dist/refine.umd.cjs +304 -297
- package/lib/components/CronJobDropdown/index.d.ts +9 -0
- package/lib/components/K8sDropdown/index.d.ts +9 -0
- package/lib/components/PodDropdown/index.d.ts +9 -0
- package/lib/components/ReplicasDropdown/index.d.ts +9 -0
- package/lib/components/Table/TableToolBar.d.ts +9 -0
- package/lib/components/Table/TableWidgets.d.ts +6 -0
- package/lib/components/WorkloadDropdown/index.d.ts +9 -0
- package/lib/constants/k8s.d.ts +4 -2
- package/lib/pages/storageclasses/index.d.ts +3 -1
- 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 +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 +17 -0
- package/lib/src/components/Form/useFieldsConfig.d.ts +4 -0
- package/lib/src/components/Form/useReactHookForm.d.ts +30 -0
- package/lib/src/components/Form/useRefineForm.d.ts +13 -0
- package/lib/src/components/Form/useYamlForm.d.ts +50 -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/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/Layout/index.d.ts +3 -0
- package/lib/src/components/LinkFallback/index.d.ts +4 -0
- package/lib/src/components/ListPage/index.d.ts +10 -0
- package/lib/src/components/Menu/index.d.ts +2 -0
- package/lib/src/components/NamespacesFilter/index.d.ts +11 -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/PVCDistributeStorage/index.d.ts +16 -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/PodShell.d.ts +18 -0
- package/lib/src/components/PodShellModal/index.d.ts +10 -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/ResourceFiledDisplays.d.ts +7 -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/ResourceTable/index.d.ts +9 -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/Shell/ShellToolbar.d.ts +16 -0
- package/lib/src/components/Shell/index.d.ts +74 -0
- package/lib/src/components/ShowContent/ShowContent.d.ts +18 -0
- package/lib/src/components/ShowContent/fields.d.ts +76 -0
- package/lib/src/components/ShowContent/groups.d.ts +24 -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/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/index.d.ts +49 -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 +522 -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/useEagleTable/columns.d.ts +47 -0
- package/lib/src/hooks/useEagleTable/index.d.ts +2 -0
- package/lib/src/hooks/useEagleTable/useEagleTable.d.ts +56 -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/useNamespaceRefineFilter.d.ts +5 -0
- package/lib/src/hooks/useOpenForm.d.ts +8 -0
- package/lib/src/hooks/useSchema.d.ts +21 -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 +371 -0
- package/lib/src/index.d.ts +12 -0
- package/lib/src/locales/en-US/index.d.ts +175 -0
- package/lib/src/locales/index.d.ts +2 -0
- package/lib/src/locales/zh-CN/index.d.ts +193 -0
- package/lib/src/main.d.ts +3 -0
- package/lib/src/models/cronjob-model.d.ts +15 -0
- package/lib/src/models/daemonset-model.d.ts +15 -0
- package/lib/src/models/deployment-model.d.ts +13 -0
- package/lib/src/models/event-model.d.ts +7 -0
- package/lib/src/models/index.d.ts +19 -0
- package/lib/src/models/ingress-model.d.ts +20 -0
- package/lib/src/models/job-model.d.ts +20 -0
- package/lib/src/models/network-policy-model.d.ts +9 -0
- package/lib/src/models/node-model.d.ts +17 -0
- package/lib/src/models/persistent-volume-claim.d.ts +13 -0
- package/lib/src/models/persistent-volume.d.ts +13 -0
- package/lib/src/models/pod-metrics-model.d.ts +8 -0
- package/lib/src/models/pod-model.d.ts +20 -0
- package/lib/src/models/resource-model.d.ts +21 -0
- package/lib/src/models/service-model.d.ts +24 -0
- package/lib/src/models/statefulset-model.d.ts +13 -0
- package/lib/src/models/storage-class.d.ts +16 -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 +12 -0
- package/lib/src/models/workload-model.d.ts +18 -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/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/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/persistentvolumeclaims/index.d.ts +4 -0
- package/lib/src/pages/persistentvolumes/index.d.ts +4 -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/index.d.ts +4 -0
- package/lib/src/pages/storageclasses/form/index.d.ts +9 -0
- package/lib/src/pages/storageclasses/index.d.ts +48 -0
- package/lib/src/plugins/index.d.ts +4 -0
- package/lib/src/plugins/model-plugin.d.ts +13 -0
- package/lib/src/plugins/relation-plugin.d.ts +26 -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/styles/button.d.ts +1 -0
- package/lib/src/styles/modal.d.ts +1 -0
- package/lib/src/types/index.d.ts +1 -0
- package/lib/src/types/resource.d.ts +62 -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/index.d.ts +1 -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 +40 -0
- package/lib/src/utils/schema.d.ts +18 -0
- package/lib/src/utils/selector.d.ts +3 -0
- package/lib/src/utils/shell.d.ts +16 -0
- package/lib/src/utils/storage.d.ts +13 -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 +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { PodModel } from '../../models';
|
|
3
|
+
import { DropdownSize } from '../K8sDropdown';
|
|
4
|
+
type Props<Model extends PodModel> = {
|
|
5
|
+
record: Model;
|
|
6
|
+
size?: DropdownSize;
|
|
7
|
+
};
|
|
8
|
+
export declare function PodDropdown<Model extends PodModel>(props: React.PropsWithChildren<Props<Model>>): JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { WorkloadModel } from '../../models';
|
|
3
|
+
import { DropdownSize } from '../K8sDropdown';
|
|
4
|
+
type Props<Model extends WorkloadModel> = {
|
|
5
|
+
record: Model;
|
|
6
|
+
size?: DropdownSize;
|
|
7
|
+
};
|
|
8
|
+
export declare function ReplicasDropdown<Model extends WorkloadModel>(props: React.PropsWithChildren<Props<Model>>): JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ColumnTitle: React.FC<{
|
|
3
|
+
sortOrder?: 'descend' | 'ascend' | null;
|
|
4
|
+
title: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const AuxiliaryLine: import("@linaria/react").StyledComponent<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { WorkloadModel } from '../../models';
|
|
3
|
+
import { DropdownSize } from '../K8sDropdown';
|
|
4
|
+
type Props<Model extends WorkloadModel> = {
|
|
5
|
+
record: Model;
|
|
6
|
+
size?: DropdownSize;
|
|
7
|
+
};
|
|
8
|
+
export declare function WorkloadDropdown<Model extends WorkloadModel>(props: React.PropsWithChildren<Props<Model>>): JSX.Element;
|
|
9
|
+
export {};
|
package/lib/constants/k8s.d.ts
CHANGED
|
@@ -482,7 +482,9 @@ export declare const STORAGE_CLASS_INIT_VALUE: {
|
|
|
482
482
|
metadata: {
|
|
483
483
|
name: string;
|
|
484
484
|
};
|
|
485
|
-
parameters: {
|
|
485
|
+
parameters: {
|
|
486
|
+
'csi.storage.k8s.io/fstype': string;
|
|
487
|
+
};
|
|
486
488
|
provisioner: string;
|
|
487
489
|
reclaimPolicy: string;
|
|
488
490
|
allowVolumeExpansion: boolean;
|
|
@@ -511,7 +513,7 @@ export declare const PVC_INIT_VALUE: {
|
|
|
511
513
|
namespace: string;
|
|
512
514
|
};
|
|
513
515
|
spec: {
|
|
514
|
-
accessModes:
|
|
516
|
+
accessModes: never[];
|
|
515
517
|
resources: {
|
|
516
518
|
requests: {
|
|
517
519
|
storage: string;
|
|
@@ -13,7 +13,9 @@ export declare const StorageClassConfig: (i18n: I18n) => {
|
|
|
13
13
|
metadata: {
|
|
14
14
|
name: string;
|
|
15
15
|
};
|
|
16
|
-
parameters: {
|
|
16
|
+
parameters: {
|
|
17
|
+
'csi.storage.k8s.io/fstype': string;
|
|
18
|
+
};
|
|
17
19
|
provisioner: string;
|
|
18
20
|
reclaimPolicy: string;
|
|
19
21
|
allowVolumeExpansion: boolean;
|
package/lib/src/App.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AccessControlProvider } from '@refinedev/core';
|
|
2
|
+
import { History } from 'history';
|
|
3
|
+
import { GlobalStore } from 'k8s-api-provider';
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { ResourceConfig } from './types';
|
|
6
|
+
import './styles.css';
|
|
7
|
+
type Props = {
|
|
8
|
+
resourcesConfig: ResourceConfig[];
|
|
9
|
+
useHashUrl?: boolean;
|
|
10
|
+
urlPrefix?: string;
|
|
11
|
+
Layout?: React.FC<unknown>;
|
|
12
|
+
history: History;
|
|
13
|
+
globalStore: GlobalStore;
|
|
14
|
+
accessControlProvider?: AccessControlProvider;
|
|
15
|
+
routerProvider?: any;
|
|
16
|
+
};
|
|
17
|
+
export declare const Dovetail: React.FC<Props>;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ConditionsTable';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { CronJobModel } from '../../models';
|
|
3
|
+
import { DropdownSize } from '../K8sDropdown';
|
|
4
|
+
type Props<Model extends CronJobModel> = {
|
|
5
|
+
record: Model;
|
|
6
|
+
size?: DropdownSize;
|
|
7
|
+
};
|
|
8
|
+
export declare function CronJobDropdown<Model extends CronJobModel>(props: Props<Model>): JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ResourceModel } from '../../models';
|
|
3
|
+
import { ShowConfig } from '../ShowContent';
|
|
4
|
+
type Props<Model extends ResourceModel> = {
|
|
5
|
+
showConfig: ShowConfig<Model>;
|
|
6
|
+
formatter?: (r: Model) => Model;
|
|
7
|
+
};
|
|
8
|
+
export declare const DrawerShow: <Model extends ResourceModel<import("k8s-api-provider").Unstructured>>(props: Props<Model>) => JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DrawerShow';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface EditFieldModalProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
submitting?: boolean;
|
|
5
|
+
errorMsgs?: string[];
|
|
6
|
+
formRef: React.MutableRefObject<{
|
|
7
|
+
submit: () => (Promise<unknown> | undefined);
|
|
8
|
+
} | null>;
|
|
9
|
+
renderContent: () => React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
export declare function EditFieldModal(props: EditFieldModalProps): JSX.Element;
|
|
12
|
+
export interface EditField {
|
|
13
|
+
modalProps: EditFieldModalProps;
|
|
14
|
+
}
|
|
15
|
+
export declare function EditField(props: EditField): JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ErrorWrapper: import("@linaria/react").StyledComponent<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
3
|
+
export declare const ErrorContent: import("@linaria/react").StyledComponent<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
4
|
+
export declare enum ErrorContentType {
|
|
5
|
+
List = "list",
|
|
6
|
+
Card = "card",
|
|
7
|
+
Widget = "widget"
|
|
8
|
+
}
|
|
9
|
+
export type WidgetErrorContentProps = {
|
|
10
|
+
className?: string;
|
|
11
|
+
style?: React.CSSProperties;
|
|
12
|
+
errorText?: string;
|
|
13
|
+
type?: ErrorContentType;
|
|
14
|
+
refetch?: () => void;
|
|
15
|
+
};
|
|
16
|
+
declare const WidgetErrorContent: React.FunctionComponent<WidgetErrorContentProps>;
|
|
17
|
+
export default WidgetErrorContent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './EventsTable';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { YamlFormProps } from './YamlForm';
|
|
3
|
+
export type FormModalProps = {
|
|
4
|
+
resource?: string;
|
|
5
|
+
id?: string;
|
|
6
|
+
formProps?: YamlFormProps;
|
|
7
|
+
renderForm?: (props: YamlFormProps) => React.ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export declare function FormModal(props: FormModalProps): JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { UseFormReturnType } from '@refinedev/react-hook-form';
|
|
3
|
+
import { ResourceModel } from '../../models';
|
|
4
|
+
import { ResourceConfig } from '../../types';
|
|
5
|
+
type Props<Model extends ResourceModel> = {
|
|
6
|
+
config?: ResourceConfig<Model>;
|
|
7
|
+
formResult: UseFormReturnType;
|
|
8
|
+
errorMsg?: string;
|
|
9
|
+
resourceId?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const RefineFormContent: <Model extends ResourceModel<import("k8s-api-provider").Unstructured>>(props: Props<Model>) => JSX.Element;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FormAction } from '@refinedev/core';
|
|
3
|
+
import { Unstructured } from 'k8s-api-provider';
|
|
4
|
+
import useYamlForm from './useYamlForm';
|
|
5
|
+
export declare enum SchemaStrategy {
|
|
6
|
+
Required = "Required",
|
|
7
|
+
Optional = "Optional",
|
|
8
|
+
None = "None"
|
|
9
|
+
}
|
|
10
|
+
export interface YamlFormProps {
|
|
11
|
+
id?: string;
|
|
12
|
+
action?: FormAction;
|
|
13
|
+
initialValues?: Record<string, unknown>;
|
|
14
|
+
schemaStrategy?: SchemaStrategy;
|
|
15
|
+
isShowLayout?: boolean;
|
|
16
|
+
useFormProps?: Parameters<typeof useYamlForm>[0];
|
|
17
|
+
transformInitValues?: (values: Record<string, unknown>) => Record<string, unknown>;
|
|
18
|
+
transformApplyValues?: (values: Unstructured) => Unstructured;
|
|
19
|
+
onSaveButtonPropsChange?: (saveButtonProps: {
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
onClick: () => void;
|
|
22
|
+
loading?: boolean | {
|
|
23
|
+
delay?: number | undefined;
|
|
24
|
+
};
|
|
25
|
+
}) => void;
|
|
26
|
+
onErrorsChange?: (errors: string[]) => void;
|
|
27
|
+
onFinish?: () => void;
|
|
28
|
+
}
|
|
29
|
+
export declare function YamlForm(props: YamlFormProps): JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Control } from 'react-hook-form';
|
|
3
|
+
export type RefineFormValidator = (value: unknown, formValue: unknown) => {
|
|
4
|
+
isValid: boolean;
|
|
5
|
+
errorMsg: string;
|
|
6
|
+
};
|
|
7
|
+
export type RefineFormField = {
|
|
8
|
+
path: string[];
|
|
9
|
+
key: string;
|
|
10
|
+
label: string;
|
|
11
|
+
placeholder?: string;
|
|
12
|
+
helperText?: React.ReactNode;
|
|
13
|
+
type?: 'number';
|
|
14
|
+
validators?: RefineFormValidator[];
|
|
15
|
+
disabledWhenEdit?: boolean;
|
|
16
|
+
render?: (value: unknown, onChange: (event: unknown) => void, formValue: unknown, onBlur: () => void, action: 'edit' | 'create', control: Control) => React.ReactElement;
|
|
17
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ResourceModel } from 'src/models';
|
|
2
|
+
import { ResourceConfig } from 'src/types';
|
|
3
|
+
declare function useFieldsConfig<Model extends ResourceModel>(config?: ResourceConfig<Model>, resourceId?: string): import("./type").RefineFormField[] | undefined;
|
|
4
|
+
export default useFieldsConfig;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { BaseRecord, HttpError, UseFormProps as UseFormCoreProps, UseFormReturnType as UseFormReturnTypeCore } from '@refinedev/core';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { UseFormProps as UseHookFormProps, UseFormReturn, FieldValues } from 'react-hook-form';
|
|
4
|
+
export type UseFormReturnType<TQueryFnData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables extends FieldValues = FieldValues, TContext extends object = object, TData extends BaseRecord = TQueryFnData, TResponse extends BaseRecord = TData, TResponseError extends HttpError = TError> = UseFormReturn<TVariables, TContext> & {
|
|
5
|
+
refineCore: UseFormReturnTypeCore<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError>;
|
|
6
|
+
saveButtonProps: {
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
onClick: (e: React.BaseSyntheticEvent) => void;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export type UseFormProps<TQueryFnData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables extends FieldValues = FieldValues, TContext extends object = object, TData extends BaseRecord = TQueryFnData, TResponse extends BaseRecord = TData, TResponseError extends HttpError = TError> = {
|
|
12
|
+
/**
|
|
13
|
+
* Configuration object for the core of the [useForm](/docs/api-reference/core/hooks/useForm/)
|
|
14
|
+
* @type [`UseFormCoreProps<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError>`](/docs/api-reference/core/hooks/useForm/#properties)
|
|
15
|
+
*/
|
|
16
|
+
refineCoreProps?: UseFormCoreProps<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError>;
|
|
17
|
+
/**
|
|
18
|
+
* When you have unsaved changes and try to leave the current page, **refine** shows a confirmation modal box.
|
|
19
|
+
* @default `false*`
|
|
20
|
+
*/
|
|
21
|
+
warnWhenUnsavedChanges?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Disables server-side validation
|
|
24
|
+
* @default false
|
|
25
|
+
* @see {@link https://refine.dev/docs/advanced-tutorials/forms/server-side-form-validation/}
|
|
26
|
+
*/
|
|
27
|
+
disableServerSideValidation?: boolean;
|
|
28
|
+
transformApplyValues?: (values: TVariables) => TVariables;
|
|
29
|
+
} & UseHookFormProps<TVariables, TContext>;
|
|
30
|
+
export declare const useForm: <TQueryFnData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables extends FieldValues = FieldValues, TContext extends object = object, TData extends BaseRecord = TQueryFnData, TResponse extends BaseRecord = TData, TResponseError extends HttpError = TError>({ refineCoreProps, warnWhenUnsavedChanges: warnWhenUnsavedChangesProp, disableServerSideValidation: disableServerSideValidationProp, transformApplyValues, ...rest }?: UseFormProps<TQueryFnData, TError, TVariables, TContext, TData, TResponse, TResponseError>) => UseFormReturnType<TQueryFnData, TError, TVariables, TContext, TData, TResponse, TResponseError>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ResourceConfig } from '../../types';
|
|
2
|
+
import { UseFormProps } from './useReactHookForm';
|
|
3
|
+
export declare const useRefineForm: (props: {
|
|
4
|
+
config: ResourceConfig;
|
|
5
|
+
id?: string;
|
|
6
|
+
refineProps?: UseFormProps['refineCoreProps'];
|
|
7
|
+
useFormProps?: UseFormProps;
|
|
8
|
+
}) => {
|
|
9
|
+
formResult: import("./useReactHookForm").UseFormReturnType<import("@refinedev/core").BaseRecord, import("@refinedev/core").HttpError, {
|
|
10
|
+
[x: string]: any;
|
|
11
|
+
}, {}, import("@refinedev/core").BaseRecord, import("@refinedev/core").BaseRecord, import("@refinedev/core").HttpError>;
|
|
12
|
+
responseErrorMsg: string;
|
|
13
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { HttpError, BaseRecord, UseFormReturnType as UseFormReturnTypeCore, UseFormProps as UseFormPropsCore, CreateResponse, UpdateResponse } from '@refinedev/core';
|
|
2
|
+
import { ButtonProps } from 'antd/lib/button';
|
|
3
|
+
import { FormInstance, FormProps } from 'antd/lib/form';
|
|
4
|
+
import { JSONSchema7 } from 'json-schema';
|
|
5
|
+
import { Unstructured } from 'k8s-api-provider';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { type YamlEditorHandle, type YamlEditorProps } from 'src/components/YamlEditor';
|
|
8
|
+
type EditorProps = YamlEditorProps & {
|
|
9
|
+
ref: React.RefObject<YamlEditorHandle>;
|
|
10
|
+
};
|
|
11
|
+
export type UseFormProps<TQueryFnData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables extends object = object, TData extends BaseRecord = TQueryFnData, TResponse extends BaseRecord = TData, TResponseError extends HttpError = TError> = UseFormPropsCore<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError> & {
|
|
12
|
+
submitOnEnter?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Shows notification when unsaved changes exist
|
|
15
|
+
*/
|
|
16
|
+
warnWhenUnsavedChanges?: boolean;
|
|
17
|
+
editorOptions?: {
|
|
18
|
+
isGenerateAnnotations?: boolean;
|
|
19
|
+
isSkipSchema?: boolean;
|
|
20
|
+
};
|
|
21
|
+
initialValuesForCreate?: Record<string, unknown>;
|
|
22
|
+
transformInitValues?: (values: Record<string, unknown>) => Record<string, unknown>;
|
|
23
|
+
transformApplyValues?: (values: Unstructured) => Unstructured;
|
|
24
|
+
};
|
|
25
|
+
export type UseFormReturnType<TQueryFnData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables extends object = object, TData extends BaseRecord = TQueryFnData, TResponse extends BaseRecord = TData, TResponseError extends HttpError = TError> = UseFormReturnTypeCore<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError> & {
|
|
26
|
+
form: FormInstance;
|
|
27
|
+
formProps: Omit<FormProps, 'onFinish'> & {
|
|
28
|
+
onFinish: (values?: TVariables) => Promise<CreateResponse<TResponse> | UpdateResponse<TResponse> | void> | undefined;
|
|
29
|
+
};
|
|
30
|
+
saveButtonProps: ButtonProps & {
|
|
31
|
+
onClick: () => void;
|
|
32
|
+
};
|
|
33
|
+
editorProps: EditorProps;
|
|
34
|
+
schemas: JSONSchema7[] | null;
|
|
35
|
+
isLoadingSchema: boolean;
|
|
36
|
+
loadSchemaError: Error | null;
|
|
37
|
+
fetchSchema: () => void;
|
|
38
|
+
enableEditor: boolean;
|
|
39
|
+
errorResponseBody?: Record<string, unknown> | null;
|
|
40
|
+
switchEditor: () => void;
|
|
41
|
+
onFinish: (values?: TVariables) => Promise<CreateResponse<TResponse> | UpdateResponse<TResponse> | void>;
|
|
42
|
+
};
|
|
43
|
+
declare const useYamlForm: <TQueryFnData extends Unstructured = Unstructured & {
|
|
44
|
+
id: string;
|
|
45
|
+
}, TError extends HttpError = HttpError, TVariables extends {
|
|
46
|
+
[prop: string]: unknown;
|
|
47
|
+
} = {
|
|
48
|
+
[prop: string]: unknown;
|
|
49
|
+
}, TData extends Unstructured = TQueryFnData, TResponse extends BaseRecord = TData, TResponseError extends HttpError = TError>({ action: actionFromProps, resource, onMutationSuccess: onMutationSuccessProp, onMutationError, submitOnEnter, warnWhenUnsavedChanges: warnWhenUnsavedChangesProp, redirect, successNotification, errorNotification, meta, metaData, queryMeta, mutationMeta, liveMode, liveParams, mutationMode, dataProviderName, onLiveEvent, invalidates, undoableTimeout, queryOptions, createMutationOptions, updateMutationOptions, id: idFromProps, overtimeOptions, editorOptions, initialValuesForCreate, transformInitValues, transformApplyValues, }?: UseFormProps<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError>) => UseFormReturnType<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError>;
|
|
50
|
+
export default useYamlForm;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { FormWidgetProps } from './widget';
|
|
3
|
+
export type KeyValueListWidgetProps = FormWidgetProps<Record<string, string>> & {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare function KeyValueListWidget(props: KeyValueListWidgetProps): JSX.Element;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AntdInputProps } from '@cloudtower/eagle';
|
|
3
|
+
export declare function NameInputWidget(props: AntdInputProps): JSX.Element;
|
|
4
|
+
export declare const dnsSubDomainRules: ({
|
|
5
|
+
required: boolean;
|
|
6
|
+
message: string;
|
|
7
|
+
pattern?: undefined;
|
|
8
|
+
max?: undefined;
|
|
9
|
+
} | {
|
|
10
|
+
pattern: RegExp;
|
|
11
|
+
message: string;
|
|
12
|
+
required?: undefined;
|
|
13
|
+
max?: undefined;
|
|
14
|
+
} | {
|
|
15
|
+
max: number;
|
|
16
|
+
message: string;
|
|
17
|
+
required?: undefined;
|
|
18
|
+
pattern?: undefined;
|
|
19
|
+
})[];
|
|
20
|
+
export declare const rfc1123LabelRules: ({
|
|
21
|
+
required: boolean;
|
|
22
|
+
message: string;
|
|
23
|
+
pattern?: undefined;
|
|
24
|
+
max?: undefined;
|
|
25
|
+
} | {
|
|
26
|
+
pattern: RegExp;
|
|
27
|
+
message: string;
|
|
28
|
+
required?: undefined;
|
|
29
|
+
max?: undefined;
|
|
30
|
+
} | {
|
|
31
|
+
max: number;
|
|
32
|
+
message: string;
|
|
33
|
+
required?: undefined;
|
|
34
|
+
pattern?: undefined;
|
|
35
|
+
})[];
|
|
36
|
+
export declare const rfc1035LabelRules: ({
|
|
37
|
+
required: boolean;
|
|
38
|
+
message: string;
|
|
39
|
+
pattern?: undefined;
|
|
40
|
+
max?: undefined;
|
|
41
|
+
} | {
|
|
42
|
+
pattern: RegExp;
|
|
43
|
+
message: string;
|
|
44
|
+
required?: undefined;
|
|
45
|
+
max?: undefined;
|
|
46
|
+
} | {
|
|
47
|
+
max: number;
|
|
48
|
+
message: string;
|
|
49
|
+
required?: undefined;
|
|
50
|
+
pattern?: undefined;
|
|
51
|
+
})[];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { FormWidgetProps } from './widget';
|
|
3
|
+
type NamespaceSelectProps = FormWidgetProps<string | string[]>;
|
|
4
|
+
export declare function NamespaceSelectWidget(props: NamespaceSelectProps): JSX.Element;
|
|
5
|
+
export declare const namespaceRules: {
|
|
6
|
+
required: boolean;
|
|
7
|
+
message: string;
|
|
8
|
+
}[];
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './IngressRulesTable';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ResourceModel } from '../../models';
|
|
3
|
+
export type DropdownSize = 'normal' | 'large';
|
|
4
|
+
interface K8sDropdownProps {
|
|
5
|
+
record: ResourceModel;
|
|
6
|
+
size?: DropdownSize;
|
|
7
|
+
}
|
|
8
|
+
export declare function K8sDropdown(props: React.PropsWithChildren<K8sDropdownProps>): JSX.Element;
|
|
9
|
+
export default K8sDropdown;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TableProps } from 'src/components/Table';
|
|
3
|
+
import { ResourceModel } from '../../models';
|
|
4
|
+
interface ListPageProps<T extends ResourceModel> {
|
|
5
|
+
selectedKeys: string[];
|
|
6
|
+
tableProps: TableProps<T>;
|
|
7
|
+
contentClassName?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function ListPage<T extends ResourceModel>(props: ListPageProps<T>): JSX.Element;
|
|
10
|
+
export {};
|