@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.19 → 0.0.1-alpha.20
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/openapi-k8s-toolkit.es.js +4196 -4116
- package/dist/openapi-k8s-toolkit.es.js.map +1 -1
- package/dist/openapi-k8s-toolkit.umd.js +120 -120
- package/dist/openapi-k8s-toolkit.umd.js.map +1 -1
- package/dist/types/api/getClusterList.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/CustomCollapse/CustomCollapse.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/DebugNameViewer/DebugNameViewer.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/PersistedCheckbox/PersistedCheckbox.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormBooleanInput/FormBooleanInput.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormEnumStringInput/FormEnumStringInput.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormListInput/FormListInput.d.ts +2 -2
- package/dist/types/components/molecules/BlackholeForm/molecules/FormNamespaceInput/FormNamespaceInput.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormNumberInput/FormNumberInput.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/FormRangeInput.d.ts +2 -2
- package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/molecules/RangeInput/RangeInput.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/utils.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormStringInput/FormStringInput.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditorSingleton/YamlEditorSingleton.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/BlackholeForm.d.ts +3 -3
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/guards.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/utils.d.ts +2 -2
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormDataProvider/BlackholeFormDataProvider.d.ts +3 -3
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormDataProvider/guards.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormDataProvider/helpers.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormDataProvider/utils.d.ts +2 -2
- package/dist/types/components/molecules/EnrichedTable/EnrichedTable.d.ts +1 -1
- package/dist/types/components/molecules/EnrichedTable/utils.d.ts +1 -1
- package/dist/types/components/molecules/EnrichedTableProvider/EnrichedTableProvider.d.ts +2 -2
- package/dist/types/components/molecules/EnrichedTableProvider/utils.d.ts +2 -2
- package/dist/types/components/organisms/DynamicComponents/DynamicComponents.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/MultiQuery/MultiQuery.d.ts +5 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/MultiQuery/index.d.ts +1 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/ParsedText/ParsedText.d.ts +5 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/ParsedText/index.d.ts +1 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/index.d.ts +2 -0
- package/dist/types/components/organisms/DynamicComponents/types.d.ts +8 -0
- package/dist/types/components/organisms/DynamicRenderer/DynamicRenderer.d.ts +1 -1
- package/dist/types/components/organisms/DynamicRendererWithProviders/DynamicRendererWithProviders.d.ts +4 -2
- package/dist/types/components/organisms/DynamicRendererWithProviders/multiQueryProvider.d.ts +17 -0
- package/dist/types/hooks/useApiResource.d.ts +1 -1
- package/dist/types/hooks/useBuiltinResourceTypes.d.ts +1 -1
- package/dist/types/hooks/useCrdResource.d.ts +1 -1
- package/dist/types/localTypes/dynamicRender.d.ts +1 -0
- package/dist/types/utils/getGroupsByCategory/getGroupsByCategory.d.ts +1 -1
- package/dist/types/utils/getStringByName/getStringByName.d.ts +1 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/parseColumnsOverrides/guards.d.ts +1 -1
- package/dist/types/utils/parseColumnsOverrides/parseColumnsOverrides.d.ts +2 -2
- package/dist/types/utils/prepareTableMappings/prepareTableMappings.d.ts +1 -1
- package/dist/types/utils/prepareUrlsToFetchForDynamicRenderer/index.d.ts +1 -0
- package/dist/types/utils/prepareUrlsToFetchForDynamicRenderer/prepareUrlsToFetchForDynamicRenderer.d.ts +4 -0
- package/dist/types/utils/removeEmptyFormValues/removeEmptyFormValues.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/components/molecules/BlackholeForm/atoms/CustomCollapse/CustomCollapse.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC, ReactNode, PropsWithChildren } from 'react';
|
|
2
|
-
import { TFormName, TExpandedControls } from '
|
|
2
|
+
import { TFormName, TExpandedControls } from 'localTypes/form';
|
|
3
3
|
type TCustomCollapseProps = PropsWithChildren<{
|
|
4
4
|
title: string | ReactNode;
|
|
5
5
|
formName: TFormName;
|
package/dist/types/components/molecules/BlackholeForm/atoms/PersistedCheckbox/PersistedCheckbox.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { TFormName, TPersistedControls } from '
|
|
2
|
+
import { TFormName, TPersistedControls } from 'localTypes/form';
|
|
3
3
|
type TPersistedCheckboxProps = {
|
|
4
4
|
formName: TFormName;
|
|
5
5
|
persistedControls: TPersistedControls;
|
package/dist/types/components/molecules/BlackholeForm/molecules/FormListInput/FormListInput.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { TFormName, TPersistedControls, TUrlParams } from '
|
|
3
|
-
import { TListInputCustomProps } from '
|
|
2
|
+
import { TFormName, TPersistedControls, TUrlParams } from 'localTypes/form';
|
|
3
|
+
import { TListInputCustomProps } from 'localTypes/formExtensions';
|
|
4
4
|
type TFormListInputProps = {
|
|
5
5
|
name: TFormName;
|
|
6
6
|
arrKey?: number;
|
package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/FormRangeInput.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { TFormName, TPersistedControls, TUrlParams } from '
|
|
3
|
-
import { TRangeInputCustomProps } from '
|
|
2
|
+
import { TFormName, TPersistedControls, TUrlParams } from 'localTypes/form';
|
|
3
|
+
import { TRangeInputCustomProps } from 'localTypes/formExtensions';
|
|
4
4
|
type TFormRangeInputProps = {
|
|
5
5
|
name: TFormName;
|
|
6
6
|
arrKey?: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { SliderBaseProps } from 'antd/es/slider';
|
|
3
|
-
import { TFormName, TPersistedControls } from '
|
|
3
|
+
import { TFormName, TPersistedControls } from 'localTypes/form';
|
|
4
4
|
export type TRangeInputProps = {
|
|
5
5
|
name: TFormName;
|
|
6
6
|
arrKey?: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TRangeInputCustomValuesBlock } from '
|
|
1
|
+
import { TRangeInputCustomValuesBlock } from 'localTypes/formExtensions';
|
|
2
2
|
export declare const prepareMinAndMaxValues: ({ minMaxAndStep, minValueObj, minSubstractFirstValueObj, minSubstractSecondValueObj, minAddFirstValueObj, minAddSecondValueObj, maxValueObj, maxSubstractFirstValueObj, maxSubstractSecondValueObj, maxAddFirstValueObj, maxAddSecondValueObj, logic, }: {
|
|
3
3
|
minMaxAndStep: TRangeInputCustomValuesBlock;
|
|
4
4
|
minValueObj: unknown;
|
package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/BlackholeForm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { OpenAPIV2 } from 'openapi-types';
|
|
3
|
-
import { TJSON } from '
|
|
4
|
-
import { TUrlParams } from '
|
|
5
|
-
import { TFormsPrefillsData } from '
|
|
3
|
+
import { TJSON } from 'localTypes/JSON';
|
|
4
|
+
import { TUrlParams } from 'localTypes/form';
|
|
5
|
+
import { TFormsPrefillsData } from 'localTypes/formExtensions';
|
|
6
6
|
type TBlackholeFormCreateProps = {
|
|
7
7
|
cluster: string;
|
|
8
8
|
theme: 'light' | 'dark';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TFormPrefill } from '
|
|
1
|
+
import { TFormPrefill } from 'localTypes/formExtensions';
|
|
2
2
|
export declare const isFormPrefill: (root: unknown) => root is TFormPrefill;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OpenAPIV2 } from 'openapi-types';
|
|
2
|
-
import { TListInputCustomProps, TRangeInputCustomProps } from '
|
|
3
|
-
import { TFormName, TExpandedControls, TNamespaceData, TPersistedControls, TUrlParams } from '
|
|
2
|
+
import { TListInputCustomProps, TRangeInputCustomProps } from 'localTypes/formExtensions';
|
|
3
|
+
import { TFormName, TExpandedControls, TNamespaceData, TPersistedControls, TUrlParams } from 'localTypes/form';
|
|
4
4
|
export declare const getStringFormItemFromSwagger: ({ name, arrKey, arrName, persistName, required, forceNonRequired, isHidden, description, namespaceData, isAdditionalProperties, removeField, persistedControls, }: {
|
|
5
5
|
name: TFormName;
|
|
6
6
|
arrKey?: number | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { TJSON } from '
|
|
2
|
+
import { TJSON } from 'localTypes/JSON';
|
|
3
3
|
import { OpenAPIV2 } from 'openapi-types';
|
|
4
|
-
import { TUrlParams } from '
|
|
5
|
-
import { TFormsPrefillsData, TFormsOverridesData } from '
|
|
4
|
+
import { TUrlParams } from 'localTypes/form';
|
|
5
|
+
import { TFormsPrefillsData, TFormsOverridesData } from 'localTypes/formExtensions';
|
|
6
6
|
export type TBlackholeFormDataProviderProps = {
|
|
7
7
|
theme: 'light' | 'dark';
|
|
8
8
|
cluster: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TFormOverride } from '
|
|
1
|
+
import { TFormOverride } from 'localTypes/formExtensions';
|
|
2
2
|
export declare const isFormOverride: (root: unknown) => root is TFormOverride;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OpenAPIV2 } from 'openapi-types';
|
|
2
|
-
import { TJSON } from '
|
|
2
|
+
import { TJSON } from 'localTypes/JSON';
|
|
3
3
|
export declare const getPathsWithAdditionalProperties: ({ properties, currentPath, result, }: {
|
|
4
4
|
properties: OpenAPIV2.SchemaObject['properties'];
|
|
5
5
|
currentPath?: (string | number)[] | undefined;
|
package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormDataProvider/utils.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { TJSON } from '
|
|
1
|
+
import { TJSON } from 'localTypes/JSON';
|
|
2
2
|
import { OpenAPIV2 } from 'openapi-types';
|
|
3
|
-
import { TFormOverride } from '
|
|
3
|
+
import { TFormOverride } from 'localTypes/formExtensions';
|
|
4
4
|
export declare const getSwaggerPathAndIsNamespaceScoped: ({ swagger, data, }: {
|
|
5
5
|
swagger: OpenAPIV2.Document;
|
|
6
6
|
data: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { FC, ReactNode } from 'react';
|
|
2
2
|
import { TableProps, TablePaginationConfig } from 'antd';
|
|
3
|
-
import { TAdditionalPrinterColumnsColWidths, TAdditionalPrinterColumnsTrimLengths, TAdditionalPrinterColumnsUndefinedValues } from '
|
|
3
|
+
import { TAdditionalPrinterColumnsColWidths, TAdditionalPrinterColumnsTrimLengths, TAdditionalPrinterColumnsUndefinedValues } from 'localTypes/richTable';
|
|
4
4
|
export type TEnrichedTableProps = {
|
|
5
5
|
theme: 'light' | 'dark';
|
|
6
6
|
baseprefix?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { NavigateFunction } from 'react-router-dom';
|
|
3
3
|
import { TableProps } from 'antd';
|
|
4
|
-
import { TAdditionalPrinterColumnsColWidths, TAdditionalPrinterColumnsTrimLengths, TAdditionalPrinterColumnsUndefinedValues } from '
|
|
4
|
+
import { TAdditionalPrinterColumnsColWidths, TAdditionalPrinterColumnsTrimLengths, TAdditionalPrinterColumnsUndefinedValues } from 'localTypes/richTable';
|
|
5
5
|
export declare const getEnrichedColumns: ({ columns, additionalPrinterColumnsUndefinedValues, additionalPrinterColumnsTrimLengths, additionalPrinterColumnsColWidths, }: {
|
|
6
6
|
columns: TableProps['columns'];
|
|
7
7
|
additionalPrinterColumnsUndefinedValues?: TAdditionalPrinterColumnsUndefinedValues | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { FC, ReactNode } from 'react';
|
|
2
2
|
import { TablePaginationConfig } from 'antd';
|
|
3
|
-
import { TAdditionalPrinterColumns, TAdditionalPrinterColumnsUndefinedValues, TAdditionalPrinterColumnsTrimLengths, TAdditionalPrinterColumnsColWidths } from '
|
|
4
|
-
import { TJSON } from '
|
|
3
|
+
import { TAdditionalPrinterColumns, TAdditionalPrinterColumnsUndefinedValues, TAdditionalPrinterColumnsTrimLengths, TAdditionalPrinterColumnsColWidths } from 'localTypes/richTable';
|
|
4
|
+
import { TJSON } from 'localTypes/JSON';
|
|
5
5
|
export type TEnrichedTableProviderProps = {
|
|
6
6
|
theme: 'light' | 'dark';
|
|
7
7
|
baseprefix?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TableProps } from 'antd';
|
|
2
|
-
import { TJSON } from '
|
|
3
|
-
import { TAdditionalPrinterColumns } from '
|
|
2
|
+
import { TJSON } from 'localTypes/JSON';
|
|
3
|
+
import { TAdditionalPrinterColumns } from 'localTypes/richTable';
|
|
4
4
|
export declare const prepareDataForEnrichedColumns: ({ dataItems, resourceSchema, dataForControls, additionalPrinterColumns, }: {
|
|
5
5
|
dataItems: TJSON[];
|
|
6
6
|
resourceSchema?: TJSON | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TRendererComponents } from '
|
|
1
|
+
import { TRendererComponents } from 'localTypes/dynamicRender';
|
|
2
2
|
import { TDynamicComponentsAppTypeMap } from './types';
|
|
3
3
|
export declare const DynamicComponents: TRendererComponents<TDynamicComponentsAppTypeMap>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './MultiQuery';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ParsedText';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
|
-
import { TItemTypeMap, TRenderableItem, TRendererComponents } from '
|
|
2
|
+
import { TItemTypeMap, TRenderableItem, TRendererComponents } from 'localTypes/dynamicRender';
|
|
3
3
|
export type TDynamicRendererProps<T extends TItemTypeMap> = {
|
|
4
4
|
items: readonly TRenderableItem<T>[];
|
|
5
5
|
components: TRendererComponents<T>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
|
-
import { TItemTypeMap } from '
|
|
2
|
+
import { TItemTypeMap } from 'localTypes/dynamicRender';
|
|
3
3
|
import { TDynamicRendererProps } from '../DynamicRenderer';
|
|
4
|
-
export declare const DynamicRendererWithProviders: <T extends TItemTypeMap>(props: TDynamicRendererProps<T>
|
|
4
|
+
export declare const DynamicRendererWithProviders: <T extends TItemTypeMap>(props: TDynamicRendererProps<T> & {
|
|
5
|
+
urlsToFetch: string[];
|
|
6
|
+
}) => ReactElement;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
type TDataMap = {
|
|
3
|
+
[key: string]: any;
|
|
4
|
+
};
|
|
5
|
+
interface MultiQueryContextType {
|
|
6
|
+
data: TDataMap;
|
|
7
|
+
isLoading: boolean;
|
|
8
|
+
isError: boolean;
|
|
9
|
+
errors: (Error | null)[];
|
|
10
|
+
}
|
|
11
|
+
type TMultiQueryProviderProps = {
|
|
12
|
+
urls: string[];
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
};
|
|
15
|
+
export declare const MultiQueryProvider: FC<TMultiQueryProviderProps>;
|
|
16
|
+
export declare const useMultiQuery: () => MultiQueryContextType;
|
|
17
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TApiResources } from '
|
|
1
|
+
import { TApiResources } from 'localTypes/k8s';
|
|
2
2
|
export declare const useApiResources: ({ clusterName, namespace, apiGroup, apiVersion, typeName, limit, refetchInterval, }: {
|
|
3
3
|
clusterName: string;
|
|
4
4
|
namespace?: string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TBuiltinResourceTypeList } from '
|
|
1
|
+
import { TBuiltinResourceTypeList } from 'localTypes/k8s';
|
|
2
2
|
export declare const useBuiltinResourceTypes: ({ clusterName }: {
|
|
3
3
|
clusterName: string;
|
|
4
4
|
}) => import("@tanstack/react-query/build/legacy/types").UseQueryResult<TBuiltinResourceTypeList, Error>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TJSON } from '
|
|
1
|
+
import { TJSON } from 'localTypes/JSON';
|
|
2
2
|
export declare const useCrdResources: <T = TJSON[]>({ clusterName, namespace, apiGroup, apiVersion, crdName, refetchInterval, }: {
|
|
3
3
|
clusterName: string;
|
|
4
4
|
namespace?: string | undefined;
|
|
@@ -15,6 +15,7 @@ export type TRendererComponents<T extends TItemTypeMap> = {
|
|
|
15
15
|
};
|
|
16
16
|
export type TFactoryDataK8s<T extends TItemTypeMap> = {
|
|
17
17
|
key: string;
|
|
18
|
+
urlsToFetch: string[];
|
|
18
19
|
data: TRenderableItem<T>[];
|
|
19
20
|
};
|
|
20
21
|
export type TFactoryResource<T extends TItemTypeMap> = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OpenAPIV2 } from 'openapi-types';
|
|
2
|
-
import { TApiGroupList, TBuiltinResourceTypeList } from '
|
|
2
|
+
import { TApiGroupList, TBuiltinResourceTypeList } from 'localTypes/k8s';
|
|
3
3
|
export declare const getGroupsByCategory: ({ swagger, apiGroupListData, builtinResourceTypesData, namespace, noncrds, }: {
|
|
4
4
|
swagger: OpenAPIV2.Document | undefined;
|
|
5
5
|
namespace?: string | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TFormName } from '
|
|
1
|
+
import { TFormName } from 'localTypes/form';
|
|
2
2
|
export declare const getStringByName: (name: TFormName) => string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TAdditionalPrinterColumns, TAdditionalPrinterColumnsUndefinedValues, TAdditionalPrinterColumnsTrimLengths, TAdditionalPrinterColumnsColWidths } from '
|
|
1
|
+
import { TAdditionalPrinterColumns, TAdditionalPrinterColumnsUndefinedValues, TAdditionalPrinterColumnsTrimLengths, TAdditionalPrinterColumnsColWidths } from 'localTypes/richTable';
|
|
2
2
|
export declare const isWithAdditionalPrinterColumns: (x: any) => x is {
|
|
3
3
|
spec: {
|
|
4
4
|
additionalPrinterColumns: TAdditionalPrinterColumns;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TCrdResources } from '
|
|
2
|
-
import { TAdditionalPrinterColumns, TAdditionalPrinterColumnsUndefinedValues, TAdditionalPrinterColumnsColWidths, TAdditionalPrinterColumnsTrimLengths } from '
|
|
1
|
+
import { TCrdResources } from 'localTypes/k8s';
|
|
2
|
+
import { TAdditionalPrinterColumns, TAdditionalPrinterColumnsUndefinedValues, TAdditionalPrinterColumnsColWidths, TAdditionalPrinterColumnsTrimLengths } from 'localTypes/richTable';
|
|
3
3
|
export declare const parseCustomOverrides: ({ columnsOverridesData, overrideType, }: {
|
|
4
4
|
columnsOverridesData?: {
|
|
5
5
|
kind: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TTableMappingData } from '
|
|
1
|
+
import { TTableMappingData } from 'localTypes/richTable';
|
|
2
2
|
export declare const prepareTableMappings: ({ data, clusterName, projectName, instanceName, namespace, syntheticProject, entryType, apiGroup, apiVersion, typeName, entryName, apiExtensionVersion, crdName, pathname, }: {
|
|
3
3
|
data: Partial<TTableMappingData>[];
|
|
4
4
|
clusterName?: string | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './prepareUrlsToFetchForDynamicRenderer';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TFormName } from '
|
|
1
|
+
import { TFormName } from 'localTypes/form';
|
|
2
2
|
export declare const removeEmptyFormValues: (object: any, persistedKeys: TFormName[], currentPath?: (string | number)[]) => any;
|
|
3
3
|
export declare const renameBrokenFieldBack: (object: any) => any;
|
|
4
4
|
export declare const renameBrokenFieldBackToFormAgain: (object: any) => any;
|
package/package.json
CHANGED