@prorobotech/openapi-k8s-toolkit 1.1.0-alpha.2 → 1.1.0-alpha.21
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 +2867 -1815
- package/dist/openapi-k8s-toolkit.es.js.map +1 -1
- package/dist/openapi-k8s-toolkit.umd.js +2876 -1819
- package/dist/openapi-k8s-toolkit.umd.js.map +1 -1
- package/dist/types/api/bff/scopes/checkScopes.d.ts +6 -6
- package/dist/types/api/bff/scopes/filterScopes.d.ts +4 -4
- package/dist/types/api/bff/search/getKinds.d.ts +2 -2
- package/dist/types/api/bff/swagger/getSwagger.d.ts +2 -2
- package/dist/types/api/forms.d.ts +4 -0
- package/dist/types/api/getApiResource.d.ts +8 -8
- package/dist/types/api/getApiResourceTypes.d.ts +4 -4
- package/dist/types/api/getBuiltinResource.d.ts +8 -8
- package/dist/types/api/getBuiltinResourceTypes.d.ts +2 -2
- package/dist/types/api/getCrdData.d.ts +2 -2
- package/dist/types/api/getCrdResource.d.ts +5 -5
- package/dist/types/api/permissions.d.ts +4 -4
- package/dist/types/components/atoms/CursorDefaultDiv/CursorDefaultDiv.d.ts +2 -2
- package/dist/types/components/atoms/CursorDefaultDiv/index.d.ts +1 -1
- package/dist/types/components/atoms/CursorPointerTag/index.d.ts +1 -1
- package/dist/types/components/atoms/CursorPointerTagMinContent/index.d.ts +1 -1
- package/dist/types/components/atoms/CustomSelect/index.d.ts +1 -1
- package/dist/types/components/atoms/FlexGrow/index.d.ts +1 -1
- package/dist/types/components/atoms/PaddingContainer/index.d.ts +1 -1
- package/dist/types/components/atoms/ResourceLink/ResourceLink.d.ts +19 -0
- package/dist/types/components/atoms/ResourceLink/index.d.ts +1 -0
- package/dist/types/components/atoms/ResourceLink/styled.d.ts +8 -0
- package/dist/types/components/atoms/UncontrolledSelect/index.d.ts +1 -1
- package/dist/types/components/atoms/index.d.ts +19 -13
- package/dist/types/components/molecules/BlackholeForm/atoms/ArrayInsideContainer/ArrayInsideContainer.d.ts +2 -2
- package/dist/types/components/molecules/BlackholeForm/atoms/ArrayInsideContainer/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/CustomCollapse/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/CustomSizeTitle/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/DebugNameViewer/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/HeightContainer/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/HiddenContainer/HiddenContainer.d.ts +4 -2
- package/dist/types/components/molecules/BlackholeForm/atoms/HiddenContainer/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/PersistedCheckbox/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/PossibleHiddenContainer/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/ResetedFormItem/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/index.d.ts +9 -9
- package/dist/types/components/molecules/BlackholeForm/index.d.ts +2 -2
- package/dist/types/components/molecules/BlackholeForm/molecules/FormArrayHeader/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormBooleanInput/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormEnumStringInput/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormInlineYamlEditor/FormInlineYamlEditor.d.ts +4 -2
- package/dist/types/components/molecules/BlackholeForm/molecules/FormInlineYamlEditor/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormListInput/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormNamespaceInput/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormNumberInput/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormObjectFromSwagger/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/molecules/RangeInput/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/molecules/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormStringInput/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/FormStringMultilineInput/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditor/index.d.ts +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/index.d.ts +12 -13
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/BlackholeForm.d.ts +5 -6
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/index.d.ts +1 -0
- package/dist/types/components/molecules/BlackholeForm/organisms/{BlackholeFormDataProvider/BlackholeFormDataProvider.d.ts → BlackholeFormProvider/BlackholeFormProvider.d.ts} +5 -5
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormProvider/index.d.ts +2 -0
- package/dist/types/components/molecules/BlackholeForm/organisms/index.d.ts +4 -2
- package/dist/types/components/molecules/EnrichedTable/index.d.ts +2 -1
- package/dist/types/components/molecules/EnrichedTable/molecules/index.d.ts +1 -1
- package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/FilterDropdown/index.d.ts +1 -1
- package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/ShortenedTextWithTooltip/index.d.ts +1 -1
- package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TableComponents/index.d.ts +1 -1
- package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TextAlignContainer/index.d.ts +1 -1
- package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TinyButton/index.d.ts +1 -1
- package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TrimmedTags/index.d.ts +1 -1
- package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/index.d.ts +6 -6
- package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/types.d.ts +2 -2
- package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/EnrichedTableProvider.d.ts +2 -2
- package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/utils.d.ts +1 -1
- package/dist/types/components/molecules/EnrichedTable/organisms/index.d.ts +4 -2
- package/dist/types/components/molecules/Events/Events.d.ts +3 -2
- package/dist/types/components/molecules/Events/index.d.ts +1 -0
- package/dist/types/components/molecules/Events/molecules/EventRow/EventRow.d.ts +1 -0
- package/dist/types/components/molecules/Events/molecules/EventRow/utils.d.ts +0 -20
- package/dist/types/components/molecules/ManageableBreadcrumbs/index.d.ts +2 -3
- package/dist/types/components/molecules/ManageableBreadcrumbs/molecules/CollapsibleBreadcrumb/index.d.ts +1 -1
- package/dist/types/components/molecules/ManageableBreadcrumbs/molecules/index.d.ts +1 -1
- package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/ManageableBreadcrumbs/ManageableBreadcrumbs.d.ts +8 -0
- package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/ManageableBreadcrumbs/index.d.ts +2 -0
- package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/ManageableBreadcrumbsProvider/ManageableBreadcrumbsProvider.d.ts +12 -0
- package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/ManageableBreadcrumbsProvider/index.d.ts +3 -0
- package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/ManageableBreadcrumbsProvider/styled.d.ts +276 -0
- package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/index.d.ts +4 -0
- package/dist/types/components/molecules/ManageableSidebar/index.d.ts +2 -3
- package/dist/types/components/molecules/ManageableSidebar/organisms/ManageableSidebar/ManageableSidebar.d.ts +10 -0
- package/dist/types/components/molecules/ManageableSidebar/organisms/ManageableSidebar/index.d.ts +2 -0
- package/dist/types/components/molecules/ManageableSidebar/organisms/ManageableSidebarProvider/ManageableSidebarProvider.d.ts +16 -0
- package/dist/types/components/molecules/ManageableSidebar/organisms/ManageableSidebarProvider/index.d.ts +3 -0
- package/dist/types/components/molecules/ManageableSidebar/{utils.d.ts → organisms/ManageableSidebarProvider/utils.d.ts} +2 -1
- package/dist/types/components/molecules/ManageableSidebar/organisms/index.d.ts +4 -0
- package/dist/types/components/molecules/MarketPlace/MarketPlace.d.ts +3 -3
- package/dist/types/components/molecules/MarketPlace/atoms/AddCard/index.d.ts +1 -1
- package/dist/types/components/molecules/MarketPlace/atoms/index.d.ts +1 -1
- package/dist/types/components/molecules/MarketPlace/molecules/AddEditFormModal/AddEditFormModal.d.ts +3 -3
- package/dist/types/components/molecules/MarketPlace/molecules/AddEditFormModal/index.d.ts +1 -1
- package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/MarketplaceCard.d.ts +1 -1
- package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/index.d.ts +2 -1
- package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/utils.d.ts +9 -9
- package/dist/types/components/molecules/MarketPlace/molecules/SearchTextInput/index.d.ts +1 -1
- package/dist/types/components/molecules/MarketPlace/molecules/index.d.ts +4 -3
- package/dist/types/components/molecules/ProjectInfoCard/ProjectInfoCard.d.ts +3 -3
- package/dist/types/components/molecules/ProjectInfoCard/molecules/DropdownAccessGroups/index.d.ts +1 -1
- package/dist/types/components/molecules/ProjectInfoCard/molecules/DropdownActions/index.d.ts +1 -1
- package/dist/types/components/molecules/ProjectInfoCard/molecules/index.d.ts +2 -2
- package/dist/types/components/molecules/Search/Search.d.ts +1 -2
- package/dist/types/components/molecules/Search/index.d.ts +1 -0
- package/dist/types/components/molecules/Terminals/NodeTerminal/molecules/XTerminal/index.d.ts +1 -1
- package/dist/types/components/molecules/Terminals/NodeTerminal/molecules/index.d.ts +1 -1
- package/dist/types/components/molecules/Terminals/PodLogs/molecules/XTerminal/index.d.ts +1 -1
- package/dist/types/components/molecules/Terminals/PodLogs/molecules/index.d.ts +1 -1
- package/dist/types/components/molecules/Terminals/PodLogsMonaco/molecules/MonacoEditor/index.d.ts +1 -1
- package/dist/types/components/molecules/Terminals/PodLogsMonaco/molecules/index.d.ts +1 -1
- package/dist/types/components/molecules/Terminals/PodTerminal/molecules/XTerminal/index.d.ts +1 -1
- package/dist/types/components/molecules/Terminals/PodTerminal/molecules/index.d.ts +1 -1
- package/dist/types/components/molecules/Terminals/index.d.ts +8 -4
- package/dist/types/components/molecules/{BlackholeForm/molecules/YamlEditorSingleton → YamlEditorSingleton}/YamlEditorSingleton.d.ts +2 -2
- package/dist/types/components/molecules/YamlEditorSingleton/index.d.ts +1 -0
- package/dist/types/components/molecules/index.d.ts +19 -9
- package/dist/types/components/organisms/DynamicComponents/molecules/Annotations/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Annotations/molecules/EditModal/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Annotations/molecules/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/AntdButton/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/AntdCard/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/AntdCol/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/AntdFlex/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/AntdLink/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/AntdRow/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/AntdTabs/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/AntdText/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/ArrayOfObjectsToKeyValues/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/ContentCard/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/ConverterBytes/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/DefaultDiv/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/EnrichedTable/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Events/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/ItemCounter/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/KeyCounter/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Labels/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Labels/molecules/EditModal/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Labels/molecules/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/LabelsToSearchParams/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/MarketplaceCard/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/MultiQuery/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/NodeTerminal/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/OwnerRefs.d.ts +6 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/guard.d.ts +2 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/index.d.ts +1 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/RefsList.d.ts +22 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/index.d.ts +1 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/molecules/RefElement/RefElement.d.ts +21 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/molecules/RefElement/index.d.ts +1 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/molecules/RefElement/utils.d.ts +5 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/molecules/index.d.ts +1 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/types.d.ts +6 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/ParsedText/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/PartsOfUrl/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/PodLogs/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/PodTerminal/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/ProjectInfoCard/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/ResourceBadge/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/SecretBase64Plain/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/SidebarProvider/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Spacer/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/StatusText/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Taints/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Taints/molecules/EditModal/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Taints/molecules/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Toggler/Toggler.d.ts +6 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/Toggler/index.d.ts +1 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/TogglerSegmented/TogglerSegmented.d.ts +6 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/TogglerSegmented/index.d.ts +1 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/Tolerations/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Tolerations/molecules/EditModal/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/Tolerations/molecules/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/VisibilityContainer/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/YamlEditorSingleton/index.d.ts +1 -1
- package/dist/types/components/organisms/DynamicComponents/molecules/YamlEditorSingleton/utils.d.ts +10 -0
- package/dist/types/components/organisms/DynamicComponents/molecules/index.d.ts +39 -36
- package/dist/types/components/organisms/DynamicComponents/types.d.ts +92 -16
- package/dist/types/components/organisms/DynamicRendererWithProviders/DynamicRendererWithProviders.d.ts +2 -1
- package/dist/types/components/organisms/DynamicRendererWithProviders/hybridDataProvider.d.ts +22 -0
- package/dist/types/components/organisms/DynamicRendererWithProviders/multiK8sProvider.d.ts +22 -0
- package/dist/types/components/organisms/index.d.ts +5 -3
- package/dist/types/hooks/useApiResource.d.ts +9 -8
- package/dist/types/hooks/useApisResourceTypes.d.ts +4 -4
- package/dist/types/hooks/useBuiltinResource.d.ts +9 -8
- package/dist/types/hooks/useBuiltinResourceTypes.d.ts +2 -2
- package/dist/types/hooks/useCrdData.d.ts +2 -2
- package/dist/types/hooks/useCrdResource.d.ts +6 -5
- package/dist/types/hooks/useK8sSmartResource/index.d.ts +4 -0
- package/dist/types/hooks/useK8sSmartResource/useK8sSmartResource.d.ts +28 -0
- package/dist/types/hooks/{useK8sSmartResource.d.ts → useK8sSmartResource/useK8sSmartResourceWithoutKinds.d.ts} +5 -5
- package/dist/types/hooks/useK8sSmartResource/useManyK8sSmartResource.d.ts +17 -0
- package/dist/types/hooks/useK8sSmartResource/useSmartResourceParams.d.ts +9 -0
- package/dist/types/hooks/useListThenWatch/types.d.ts +10 -1
- package/dist/types/hooks/useListThenWatch/useListWatch.d.ts +1 -0
- package/dist/types/hooks/usePermissions.d.ts +4 -4
- package/dist/types/index.d.ts +2 -1
- package/dist/types/localTypes/bff/form.d.ts +5 -5
- package/dist/types/localTypes/bff/scopes.d.ts +6 -6
- package/dist/types/localTypes/bff/table.d.ts +2 -1
- package/dist/types/localTypes/dynamicRender.d.ts +2 -1
- package/dist/types/localTypes/form.d.ts +2 -2
- package/dist/types/localTypes/k8s.d.ts +1 -0
- package/dist/types/localTypes/marketplace.d.ts +1 -1
- package/dist/types/localTypes/navigations.d.ts +24 -0
- package/dist/types/utils/createContextFactory/index.d.ts +1 -1
- package/dist/types/utils/deepMerge/index.d.ts +1 -1
- package/dist/types/utils/filterSelectOptions/index.d.ts +1 -1
- package/dist/types/utils/getAllPathsFromObj/index.d.ts +1 -1
- package/dist/types/utils/getGroupsByCategory/getGroupsByCategory.d.ts +2 -2
- package/dist/types/utils/getGroupsByCategory/index.d.ts +1 -1
- package/dist/types/utils/getPrefixSubArrays/index.d.ts +1 -1
- package/dist/types/utils/getResourceLink/getResourceLink.d.ts +27 -0
- package/dist/types/utils/getResourceLink/index.d.ts +1 -0
- package/dist/types/utils/getSortedKinds/index.d.ts +1 -1
- package/dist/types/utils/getSortedKindsAll/index.d.ts +1 -1
- package/dist/types/utils/getStringByName/index.d.ts +1 -1
- package/dist/types/utils/getUppercase/index.d.ts +1 -1
- package/dist/types/utils/groupsToTreeData/index.d.ts +2 -1
- package/dist/types/utils/hslFromString/index.d.ts +1 -1
- package/dist/types/utils/index.d.ts +25 -22
- package/dist/types/utils/isFlatObject/index.d.ts +1 -1
- package/dist/types/utils/kindByGvr/index.d.ts +1 -1
- package/dist/types/utils/namespacedByGvr/index.d.ts +1 -1
- package/dist/types/utils/nestedStringsArrayInclude/index.d.ts +1 -1
- package/dist/types/utils/normalizeValuesForQuotas/index.d.ts +1 -1
- package/dist/types/utils/parseForQuotaValues/index.d.ts +1 -1
- package/dist/types/utils/pluralByKind/index.d.ts +1 -1
- package/dist/types/utils/prepareTemplate/index.d.ts +1 -1
- package/dist/types/utils/prepareUrlsToFetchForDynamicRenderer/index.d.ts +1 -1
- package/dist/types/utils/tableLocations/index.d.ts +1 -1
- package/dist/types/utils/tableLocations/tableLocations.d.ts +5 -5
- package/package.json +1 -1
- package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditorSingleton/index.d.ts +0 -1
- package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormDataProvider/index.d.ts +0 -2
- package/dist/types/components/molecules/ManageableBreadcrumbs/ManageableBreadcrumbs.d.ts +0 -19
- package/dist/types/components/molecules/ManageableSidebar/ManageableSidebar.d.ts +0 -24
- /package/dist/types/components/molecules/ManageableBreadcrumbs/{styled.d.ts → organisms/ManageableBreadcrumbs/styled.d.ts} +0 -0
- /package/dist/types/components/molecules/ManageableBreadcrumbs/{types.d.ts → organisms/ManageableBreadcrumbsProvider/types.d.ts} +0 -0
- /package/dist/types/components/molecules/ManageableBreadcrumbs/{utils.d.ts → organisms/ManageableBreadcrumbsProvider/utils.d.ts} +0 -0
- /package/dist/types/components/molecules/ManageableSidebar/{styled.d.ts → organisms/ManageableSidebar/styled.d.ts} +0 -0
- /package/dist/types/components/molecules/ManageableSidebar/{types.d.ts → organisms/ManageableSidebarProvider/types.d.ts} +0 -0
- /package/dist/types/components/molecules/{BlackholeForm/molecules/YamlEditorSingleton → YamlEditorSingleton}/styled.d.ts +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TCheckIfApiInstanceNamespaceScopedRes, TCheckIfBuiltInInstanceNamespaceScopedRes } from '../../../localTypes/bff/scopes';
|
|
2
|
-
export declare const checkIfApiInstanceNamespaceScoped: ({
|
|
3
|
-
|
|
2
|
+
export declare const checkIfApiInstanceNamespaceScoped: ({ plural, apiGroup, apiVersion, cluster, }: {
|
|
3
|
+
plural: string;
|
|
4
4
|
apiGroup: string;
|
|
5
5
|
apiVersion: string;
|
|
6
|
-
|
|
6
|
+
cluster: string;
|
|
7
7
|
}) => Promise<TCheckIfApiInstanceNamespaceScopedRes>;
|
|
8
|
-
export declare const checkIfBuiltInInstanceNamespaceScoped: ({
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
export declare const checkIfBuiltInInstanceNamespaceScoped: ({ plural, cluster, }: {
|
|
9
|
+
plural: string;
|
|
10
|
+
cluster: string;
|
|
11
11
|
}) => Promise<TCheckIfBuiltInInstanceNamespaceScopedRes>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TFilterIfApiInstanceNamespaceScopedRes, TFilterIfBuiltInInstanceNamespaceScopedRes } from '../../../localTypes/bff/scopes';
|
|
2
2
|
import { TApiGroupResourceTypeList, TBuiltinResourceTypeList } from '../../../localTypes/k8s';
|
|
3
|
-
export declare const filterIfApiInstanceNamespaceScoped: ({
|
|
3
|
+
export declare const filterIfApiInstanceNamespaceScoped: ({ cluster, namespace, apiGroup, apiVersion, data, }: {
|
|
4
4
|
namespace?: string | undefined;
|
|
5
5
|
data?: {
|
|
6
6
|
apiVersion: string;
|
|
@@ -13,10 +13,10 @@ export declare const filterIfApiInstanceNamespaceScoped: ({ namespace, data, api
|
|
|
13
13
|
} | undefined;
|
|
14
14
|
apiGroup: string;
|
|
15
15
|
apiVersion: string;
|
|
16
|
-
|
|
16
|
+
cluster: string;
|
|
17
17
|
}) => Promise<TFilterIfApiInstanceNamespaceScopedRes>;
|
|
18
|
-
export declare const filterIfBuiltInInstanceNamespaceScoped: ({ namespace, data,
|
|
18
|
+
export declare const filterIfBuiltInInstanceNamespaceScoped: ({ cluster, namespace, data, }: {
|
|
19
|
+
cluster: string;
|
|
19
20
|
namespace?: string | undefined;
|
|
20
21
|
data?: TBuiltinResourceTypeList | undefined;
|
|
21
|
-
clusterName: string;
|
|
22
22
|
}) => Promise<TFilterIfBuiltInInstanceNamespaceScopedRes>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AxiosResponse } from 'axios';
|
|
2
2
|
import { TGetDerefedSwaggerRes } from '../../../localTypes/bff/swagger';
|
|
3
|
-
export declare const getSwagger: ({
|
|
4
|
-
|
|
3
|
+
export declare const getSwagger: ({ cluster }: {
|
|
4
|
+
cluster: string;
|
|
5
5
|
}) => Promise<AxiosResponse<TGetDerefedSwaggerRes>>;
|
|
@@ -15,3 +15,7 @@ export declare const patchEntryWithReplaceOp: <T>({ endpoint, pathToValue, body,
|
|
|
15
15
|
pathToValue: string;
|
|
16
16
|
body: unknown;
|
|
17
17
|
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
18
|
+
export declare const patchEntryWithDeleteOp: <T>({ endpoint, pathToValue, }: {
|
|
19
|
+
endpoint: string;
|
|
20
|
+
pathToValue: string;
|
|
21
|
+
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { AxiosResponse } from 'axios';
|
|
2
|
-
export declare const getApiResources: <T>({
|
|
3
|
-
|
|
2
|
+
export declare const getApiResources: <T>({ cluster, namespace, apiGroup, apiVersion, plural, name, labels, fields, limit, }: {
|
|
3
|
+
cluster: string;
|
|
4
4
|
namespace?: string | undefined;
|
|
5
5
|
apiGroup: string;
|
|
6
6
|
apiVersion: string;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
plural: string;
|
|
8
|
+
name?: string | undefined;
|
|
9
9
|
labels?: string[] | undefined;
|
|
10
10
|
fields?: string[] | undefined;
|
|
11
11
|
limit: string | null;
|
|
12
12
|
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
13
|
-
export declare const getApiResourceSingle: <T>({
|
|
14
|
-
|
|
13
|
+
export declare const getApiResourceSingle: <T>({ cluster, namespace, apiGroup, apiVersion, plural, name, }: {
|
|
14
|
+
cluster: string;
|
|
15
15
|
namespace?: string | undefined;
|
|
16
16
|
apiGroup: string;
|
|
17
17
|
apiVersion: string;
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
plural: string;
|
|
19
|
+
name: string;
|
|
20
20
|
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { AxiosResponse } from 'axios';
|
|
2
|
-
export declare const getApiResourceTypes: <T>({
|
|
3
|
-
|
|
2
|
+
export declare const getApiResourceTypes: <T>({ cluster }: {
|
|
3
|
+
cluster: string;
|
|
4
4
|
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
5
|
-
export declare const getApiResourceTypesByApiGroup: <T>({
|
|
6
|
-
|
|
5
|
+
export declare const getApiResourceTypesByApiGroup: <T>({ cluster, apiGroup, apiVersion, }: {
|
|
6
|
+
cluster: string;
|
|
7
7
|
apiGroup: string;
|
|
8
8
|
apiVersion: string;
|
|
9
9
|
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { AxiosResponse } from 'axios';
|
|
2
|
-
export declare const getBuiltinResources: <T>({
|
|
3
|
-
|
|
2
|
+
export declare const getBuiltinResources: <T>({ cluster, namespace, plural, name, labels, fields, limit, }: {
|
|
3
|
+
cluster: string;
|
|
4
4
|
namespace?: string | undefined;
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
plural: string;
|
|
6
|
+
name?: string | undefined;
|
|
7
7
|
labels?: string[] | undefined;
|
|
8
8
|
fields?: string[] | undefined;
|
|
9
9
|
limit: string | null;
|
|
10
10
|
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
11
|
-
export declare const getBuiltinResourceSingle: <T>({
|
|
12
|
-
|
|
11
|
+
export declare const getBuiltinResourceSingle: <T>({ cluster, namespace, plural, name, }: {
|
|
12
|
+
cluster: string;
|
|
13
13
|
namespace?: string | undefined;
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
plural: string;
|
|
15
|
+
name: string;
|
|
16
16
|
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AxiosResponse } from 'axios';
|
|
2
|
-
export declare const getCrdData: <T>({
|
|
3
|
-
|
|
2
|
+
export declare const getCrdData: <T>({ cluster, apiExtensionVersion, crdName, }: {
|
|
3
|
+
cluster: string;
|
|
4
4
|
apiExtensionVersion: string;
|
|
5
5
|
crdName: string;
|
|
6
6
|
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { AxiosResponse } from 'axios';
|
|
2
|
-
export declare const getCrdResources: <T>({
|
|
3
|
-
|
|
2
|
+
export declare const getCrdResources: <T>({ cluster, namespace, apiGroup, apiVersion, crdName, }: {
|
|
3
|
+
cluster: string;
|
|
4
4
|
namespace?: string | undefined;
|
|
5
5
|
apiGroup: string;
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
crdName: string;
|
|
8
8
|
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
9
|
-
export declare const getCrdResourceSingle: <T>({
|
|
10
|
-
|
|
9
|
+
export declare const getCrdResourceSingle: <T>({ cluster, namespace, apiGroup, apiVersion, crdName, name, }: {
|
|
10
|
+
cluster: string;
|
|
11
11
|
namespace?: string | undefined;
|
|
12
12
|
apiGroup: string;
|
|
13
13
|
apiVersion: string;
|
|
14
14
|
crdName: string;
|
|
15
|
-
|
|
15
|
+
name: string;
|
|
16
16
|
}) => Promise<AxiosResponse<T, any, {}>>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { AxiosResponse } from 'axios';
|
|
2
|
-
export declare const checkPermission: ({
|
|
3
|
-
|
|
2
|
+
export declare const checkPermission: ({ cluster, body, }: {
|
|
3
|
+
cluster: string;
|
|
4
4
|
body: {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
apiGroup?: string;
|
|
6
|
+
plural: string;
|
|
7
7
|
verb: 'get' | 'list' | 'watch' | 'create' | 'delete' | 'patch' | 'update';
|
|
8
8
|
namespace?: string;
|
|
9
9
|
name?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
type
|
|
2
|
+
type TCursorDefaultDivProps = {
|
|
3
3
|
$default?: boolean;
|
|
4
4
|
};
|
|
5
|
-
export declare const CursorDefaultDiv: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
5
|
+
export declare const CursorDefaultDiv: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TCursorDefaultDivProps>>;
|
|
6
6
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CursorDefaultDiv } from './CursorDefaultDiv';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CursorPointerTag } from './CursorPointerTag';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CursorPointerTagMinContent } from './CursorPointerTagMinContent';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CustomSelect } from './CustomSelect';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FlexGrow } from './FlexGrow';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { PaddingContainer } from './PaddingContainer';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
type TResourceLinkProps = {
|
|
3
|
+
kind?: string;
|
|
4
|
+
apiVersion: string;
|
|
5
|
+
namespace?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
forcedName?: string;
|
|
8
|
+
theme: 'dark' | 'light';
|
|
9
|
+
baseprefix?: string;
|
|
10
|
+
cluster: string;
|
|
11
|
+
getPlural?: (kind: string, apiVersion?: string) => string | undefined;
|
|
12
|
+
baseFactoryNamespacedAPIKey: string;
|
|
13
|
+
baseFactoryClusterSceopedAPIKey: string;
|
|
14
|
+
baseFactoryNamespacedBuiltinKey: string;
|
|
15
|
+
baseFactoryClusterSceopedBuiltinKey: string;
|
|
16
|
+
baseFactoriesMapping?: Record<string, string>;
|
|
17
|
+
};
|
|
18
|
+
export declare const ResourceLink: FC<TResourceLinkProps>;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ResourceLink } from './ResourceLink';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
type TAbbrProps = {
|
|
3
|
+
$bgColor: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const Styled: {
|
|
6
|
+
Abbr: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, TAbbrProps>>;
|
|
7
|
+
};
|
|
8
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { UncontrolledSelect } from './UncontrolledSelect';
|
|
@@ -1,13 +1,19 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
1
|
+
export { Spacer } from './Spacer';
|
|
2
|
+
export type { TSpacerProps } from './Spacer';
|
|
3
|
+
export { TreeWithSearch } from './TreeWithSearch';
|
|
4
|
+
export type { TTreeWithSearchProps } from './TreeWithSearch';
|
|
5
|
+
export { DeleteModal } from './DeleteModal';
|
|
6
|
+
export type { TDeleteModalProps } from './DeleteModal';
|
|
7
|
+
export { DeleteModalMany } from './DeleteModalMany';
|
|
8
|
+
export type { TDeleteModalManyProps } from './DeleteModalMany';
|
|
9
|
+
export { DeleteIcon, EditIcon, UpIcon, DownIcon, BackToDefaultIcon, SuccessIcon, feedbackIcons, PlusIcon, MinusIcon, LockedIcon, UnlockedIcon, PauseCircleIcon, ResumeCircleIcon, LookingGlassIcon, EarthIcon, } from './Icons';
|
|
10
|
+
export { ContentCard } from './ContentCard';
|
|
11
|
+
export type { TContentCardProps } from './ContentCard';
|
|
12
|
+
export { FlexGrow } from './FlexGrow';
|
|
13
|
+
export { UncontrolledSelect } from './UncontrolledSelect';
|
|
14
|
+
export { CustomSelect } from './CustomSelect';
|
|
15
|
+
export { CursorPointerTag } from './CursorPointerTag';
|
|
16
|
+
export { CursorPointerTagMinContent } from './CursorPointerTagMinContent';
|
|
17
|
+
export { CursorDefaultDiv } from './CursorDefaultDiv';
|
|
18
|
+
export { PaddingContainer } from './PaddingContainer';
|
|
19
|
+
export { ResourceLink } from './ResourceLink';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FC, PropsWithChildren } from 'react';
|
|
2
|
-
type
|
|
3
|
-
export declare const ArrayInsideContainer: FC<
|
|
2
|
+
type TArrayInsideContainerProps = PropsWithChildren;
|
|
3
|
+
export declare const ArrayInsideContainer: FC<TArrayInsideContainerProps>;
|
|
4
4
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { ArrayInsideContainer } from './ArrayInsideContainer';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CustomCollapse } from './CustomCollapse';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CustomSizeTitle } from './CustomSizeTitle';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { DebugNameViewer } from './DebugNameViewer';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { HeightContainer } from './HeightContainer';
|
package/dist/types/components/molecules/BlackholeForm/atoms/HiddenContainer/HiddenContainer.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { FC, PropsWithChildren } from 'react';
|
|
2
2
|
import { TFormName } from '../../../../../localTypes/form';
|
|
3
|
-
|
|
3
|
+
type THiddenContainerProps = PropsWithChildren<{
|
|
4
4
|
name?: TFormName;
|
|
5
5
|
secondName?: TFormName;
|
|
6
|
-
}
|
|
6
|
+
}>;
|
|
7
|
+
export declare const HiddenContainer: FC<THiddenContainerProps>;
|
|
8
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { HiddenContainer } from './HiddenContainer';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { PersistedCheckbox } from './PersistedCheckbox';
|
package/dist/types/components/molecules/BlackholeForm/atoms/PossibleHiddenContainer/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { PossibleHiddenContainer } from './PossibleHiddenContainer';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { ResetedFormItem } from './ResetedFormItem';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
1
|
+
export { CustomCollapse } from './CustomCollapse';
|
|
2
|
+
export { PersistedCheckbox } from './PersistedCheckbox';
|
|
3
|
+
export { DebugNameViewer } from './DebugNameViewer';
|
|
4
|
+
export { PossibleHiddenContainer } from './PossibleHiddenContainer';
|
|
5
|
+
export { ResetedFormItem } from './ResetedFormItem';
|
|
6
|
+
export { CustomSizeTitle } from './CustomSizeTitle';
|
|
7
|
+
export { ArrayInsideContainer } from './ArrayInsideContainer';
|
|
8
|
+
export { HiddenContainer } from './HiddenContainer';
|
|
9
|
+
export { HeightContainer } from './HeightContainer';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export {
|
|
1
|
+
export { BlackholeFormProvider, BlackholeForm, getObjectFormItemsDraft } from './organisms';
|
|
2
|
+
export type { TBlackholeFormProviderProps, TBlackholeFormProps } from './organisms';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormArrayHeader } from './FormArrayHeader';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormBooleanInput } from './FormBooleanInput';
|
package/dist/types/components/molecules/BlackholeForm/molecules/FormEnumStringInput/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormEnumStringInput } from './FormEnumStringInput';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { TFormName, TPersistedControls } from '../../../../../localTypes/form';
|
|
3
|
-
|
|
3
|
+
type TFormInlineYamlEditorProps = {
|
|
4
4
|
path: TFormName;
|
|
5
5
|
persistedControls: TPersistedControls;
|
|
6
6
|
externalValue?: unknown;
|
|
7
|
-
}
|
|
7
|
+
};
|
|
8
|
+
export declare const FormInlineYamlEditor: FC<TFormInlineYamlEditorProps>;
|
|
9
|
+
export {};
|
package/dist/types/components/molecules/BlackholeForm/molecules/FormInlineYamlEditor/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormInlineYamlEditor } from './FormInlineYamlEditor';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormListInput } from './FormListInput';
|
package/dist/types/components/molecules/BlackholeForm/molecules/FormNamespaceInput/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormNamespaceInput } from './FormNamespaceInput';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormNumberInput } from './FormNumberInput';
|
package/dist/types/components/molecules/BlackholeForm/molecules/FormObjectFromSwagger/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormObjectFromSwagger } from './FormObjectFromSwagger';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormRangeInput } from './FormRangeInput';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { RangeInput } from './RangeInput';
|
package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/molecules/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { RangeInput } from './RangeInput';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormStringInput } from './FormStringInput';
|
package/dist/types/components/molecules/BlackholeForm/molecules/FormStringMultilineInput/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormStringMultilineInput } from './FormStringMultilineInput';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { YamlEditor } from './YamlEditor';
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export * from './FormInlineYamlEditor';
|
|
1
|
+
export { YamlEditor } from './YamlEditor';
|
|
2
|
+
export { FormListInput } from './FormListInput';
|
|
3
|
+
export { FormRangeInput } from './FormRangeInput';
|
|
4
|
+
export { FormNamespaceInput } from './FormNamespaceInput';
|
|
5
|
+
export { FormStringInput } from './FormStringInput';
|
|
6
|
+
export { FormStringMultilineInput } from './FormStringMultilineInput';
|
|
7
|
+
export { FormBooleanInput } from './FormBooleanInput';
|
|
8
|
+
export { FormEnumStringInput } from './FormEnumStringInput';
|
|
9
|
+
export { FormNumberInput } from './FormNumberInput';
|
|
10
|
+
export { FormObjectFromSwagger } from './FormObjectFromSwagger';
|
|
11
|
+
export { FormArrayHeader } from './FormArrayHeader';
|
|
12
|
+
export { FormInlineYamlEditor } from './FormInlineYamlEditor';
|
package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/BlackholeForm.d.ts
CHANGED
|
@@ -3,13 +3,13 @@ import { OpenAPIV2 } from 'openapi-types';
|
|
|
3
3
|
import { TJSON } from '../../../../../localTypes/JSON';
|
|
4
4
|
import { TUrlParams } from '../../../../../localTypes/form';
|
|
5
5
|
import { TFormPrefill } from '../../../../../localTypes/formExtensions';
|
|
6
|
-
type
|
|
6
|
+
export type TBlackholeFormProps = {
|
|
7
7
|
cluster: string;
|
|
8
8
|
theme: 'light' | 'dark';
|
|
9
9
|
urlParams: TUrlParams;
|
|
10
10
|
urlParamsForPermissions: {
|
|
11
11
|
apiGroup?: string;
|
|
12
|
-
|
|
12
|
+
plural?: string;
|
|
13
13
|
};
|
|
14
14
|
formsPrefills?: TFormPrefill;
|
|
15
15
|
staticProperties: OpenAPIV2.SchemaObject['properties'];
|
|
@@ -24,11 +24,10 @@ type TBlackholeFormCreateProps = {
|
|
|
24
24
|
isCreate?: boolean;
|
|
25
25
|
type: 'builtin' | 'apis';
|
|
26
26
|
apiGroupApiVersion: string;
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
kind: string;
|
|
28
|
+
plural: string;
|
|
29
29
|
backlink?: string | null;
|
|
30
30
|
designNewLayout?: boolean;
|
|
31
31
|
designNewLayoutHeight?: number;
|
|
32
32
|
};
|
|
33
|
-
export declare const BlackholeForm: FC<
|
|
34
|
-
export {};
|
|
33
|
+
export declare const BlackholeForm: FC<TBlackholeFormProps>;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { TJSON } from '../../../../../localTypes/JSON';
|
|
3
3
|
import { TUrlParams } from '../../../../../localTypes/form';
|
|
4
|
-
export type
|
|
4
|
+
export type TBlackholeFormProviderProps = {
|
|
5
5
|
theme: 'light' | 'dark';
|
|
6
6
|
cluster: string;
|
|
7
7
|
urlParams: TUrlParams;
|
|
8
8
|
urlParamsForPermissions: {
|
|
9
9
|
apiGroup?: string;
|
|
10
|
-
|
|
10
|
+
plural?: string;
|
|
11
11
|
};
|
|
12
12
|
data: {
|
|
13
13
|
type: 'builtin';
|
|
14
|
-
|
|
14
|
+
plural: string;
|
|
15
15
|
prefillValuesSchema?: TJSON;
|
|
16
16
|
prefillValueNamespaceOnly?: string;
|
|
17
17
|
} | {
|
|
18
18
|
type: 'apis';
|
|
19
19
|
apiGroup: string;
|
|
20
20
|
apiVersion: string;
|
|
21
|
-
|
|
21
|
+
plural: string;
|
|
22
22
|
prefillValuesSchema?: TJSON;
|
|
23
23
|
prefillValueNamespaceOnly?: string;
|
|
24
24
|
};
|
|
@@ -33,4 +33,4 @@ export type TBlackholeFormDataProviderProps = {
|
|
|
33
33
|
designNewLayout?: boolean;
|
|
34
34
|
designNewLayoutHeight?: number;
|
|
35
35
|
};
|
|
36
|
-
export declare const
|
|
36
|
+
export declare const BlackholeFormProvider: FC<TBlackholeFormProviderProps>;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { BlackholeForm, getObjectFormItemsDraft } from './BlackholeForm';
|
|
2
|
+
export type { TBlackholeFormProps } from './BlackholeForm';
|
|
3
|
+
export { BlackholeFormProvider } from './BlackholeFormProvider';
|
|
4
|
+
export type { TBlackholeFormProviderProps } from './BlackholeFormProvider';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { EnrichedTableProvider, EnrichedTable, getEnrichedColumns, getEnrichedColumnsWithControls } from './organisms';
|
|
2
|
+
export type { TEnrichedTableProviderProps, TEnrichedTableProps } from './organisms';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { TableFactory } from './TableFactory';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FilterDropdown } from './FilterDropdown';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { ShortenedTextWithTooltip } from './ShortenedTextWithTooltip';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { TableComponents } from './TableComponents';
|