@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.
Files changed (249) hide show
  1. package/dist/openapi-k8s-toolkit.es.js +2867 -1815
  2. package/dist/openapi-k8s-toolkit.es.js.map +1 -1
  3. package/dist/openapi-k8s-toolkit.umd.js +2876 -1819
  4. package/dist/openapi-k8s-toolkit.umd.js.map +1 -1
  5. package/dist/types/api/bff/scopes/checkScopes.d.ts +6 -6
  6. package/dist/types/api/bff/scopes/filterScopes.d.ts +4 -4
  7. package/dist/types/api/bff/search/getKinds.d.ts +2 -2
  8. package/dist/types/api/bff/swagger/getSwagger.d.ts +2 -2
  9. package/dist/types/api/forms.d.ts +4 -0
  10. package/dist/types/api/getApiResource.d.ts +8 -8
  11. package/dist/types/api/getApiResourceTypes.d.ts +4 -4
  12. package/dist/types/api/getBuiltinResource.d.ts +8 -8
  13. package/dist/types/api/getBuiltinResourceTypes.d.ts +2 -2
  14. package/dist/types/api/getCrdData.d.ts +2 -2
  15. package/dist/types/api/getCrdResource.d.ts +5 -5
  16. package/dist/types/api/permissions.d.ts +4 -4
  17. package/dist/types/components/atoms/CursorDefaultDiv/CursorDefaultDiv.d.ts +2 -2
  18. package/dist/types/components/atoms/CursorDefaultDiv/index.d.ts +1 -1
  19. package/dist/types/components/atoms/CursorPointerTag/index.d.ts +1 -1
  20. package/dist/types/components/atoms/CursorPointerTagMinContent/index.d.ts +1 -1
  21. package/dist/types/components/atoms/CustomSelect/index.d.ts +1 -1
  22. package/dist/types/components/atoms/FlexGrow/index.d.ts +1 -1
  23. package/dist/types/components/atoms/PaddingContainer/index.d.ts +1 -1
  24. package/dist/types/components/atoms/ResourceLink/ResourceLink.d.ts +19 -0
  25. package/dist/types/components/atoms/ResourceLink/index.d.ts +1 -0
  26. package/dist/types/components/atoms/ResourceLink/styled.d.ts +8 -0
  27. package/dist/types/components/atoms/UncontrolledSelect/index.d.ts +1 -1
  28. package/dist/types/components/atoms/index.d.ts +19 -13
  29. package/dist/types/components/molecules/BlackholeForm/atoms/ArrayInsideContainer/ArrayInsideContainer.d.ts +2 -2
  30. package/dist/types/components/molecules/BlackholeForm/atoms/ArrayInsideContainer/index.d.ts +1 -1
  31. package/dist/types/components/molecules/BlackholeForm/atoms/CustomCollapse/index.d.ts +1 -1
  32. package/dist/types/components/molecules/BlackholeForm/atoms/CustomSizeTitle/index.d.ts +1 -1
  33. package/dist/types/components/molecules/BlackholeForm/atoms/DebugNameViewer/index.d.ts +1 -1
  34. package/dist/types/components/molecules/BlackholeForm/atoms/HeightContainer/index.d.ts +1 -1
  35. package/dist/types/components/molecules/BlackholeForm/atoms/HiddenContainer/HiddenContainer.d.ts +4 -2
  36. package/dist/types/components/molecules/BlackholeForm/atoms/HiddenContainer/index.d.ts +1 -1
  37. package/dist/types/components/molecules/BlackholeForm/atoms/PersistedCheckbox/index.d.ts +1 -1
  38. package/dist/types/components/molecules/BlackholeForm/atoms/PossibleHiddenContainer/index.d.ts +1 -1
  39. package/dist/types/components/molecules/BlackholeForm/atoms/ResetedFormItem/index.d.ts +1 -1
  40. package/dist/types/components/molecules/BlackholeForm/atoms/index.d.ts +9 -9
  41. package/dist/types/components/molecules/BlackholeForm/index.d.ts +2 -2
  42. package/dist/types/components/molecules/BlackholeForm/molecules/FormArrayHeader/index.d.ts +1 -1
  43. package/dist/types/components/molecules/BlackholeForm/molecules/FormBooleanInput/index.d.ts +1 -1
  44. package/dist/types/components/molecules/BlackholeForm/molecules/FormEnumStringInput/index.d.ts +1 -1
  45. package/dist/types/components/molecules/BlackholeForm/molecules/FormInlineYamlEditor/FormInlineYamlEditor.d.ts +4 -2
  46. package/dist/types/components/molecules/BlackholeForm/molecules/FormInlineYamlEditor/index.d.ts +1 -1
  47. package/dist/types/components/molecules/BlackholeForm/molecules/FormListInput/index.d.ts +1 -1
  48. package/dist/types/components/molecules/BlackholeForm/molecules/FormNamespaceInput/index.d.ts +1 -1
  49. package/dist/types/components/molecules/BlackholeForm/molecules/FormNumberInput/index.d.ts +1 -1
  50. package/dist/types/components/molecules/BlackholeForm/molecules/FormObjectFromSwagger/index.d.ts +1 -1
  51. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/index.d.ts +1 -1
  52. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/molecules/RangeInput/index.d.ts +1 -1
  53. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/molecules/index.d.ts +1 -1
  54. package/dist/types/components/molecules/BlackholeForm/molecules/FormStringInput/index.d.ts +1 -1
  55. package/dist/types/components/molecules/BlackholeForm/molecules/FormStringMultilineInput/index.d.ts +1 -1
  56. package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditor/index.d.ts +1 -1
  57. package/dist/types/components/molecules/BlackholeForm/molecules/index.d.ts +12 -13
  58. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/BlackholeForm.d.ts +5 -6
  59. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/index.d.ts +1 -0
  60. package/dist/types/components/molecules/BlackholeForm/organisms/{BlackholeFormDataProvider/BlackholeFormDataProvider.d.ts → BlackholeFormProvider/BlackholeFormProvider.d.ts} +5 -5
  61. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormProvider/index.d.ts +2 -0
  62. package/dist/types/components/molecules/BlackholeForm/organisms/index.d.ts +4 -2
  63. package/dist/types/components/molecules/EnrichedTable/index.d.ts +2 -1
  64. package/dist/types/components/molecules/EnrichedTable/molecules/index.d.ts +1 -1
  65. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/FilterDropdown/index.d.ts +1 -1
  66. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/ShortenedTextWithTooltip/index.d.ts +1 -1
  67. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TableComponents/index.d.ts +1 -1
  68. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TextAlignContainer/index.d.ts +1 -1
  69. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TinyButton/index.d.ts +1 -1
  70. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TrimmedTags/index.d.ts +1 -1
  71. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/index.d.ts +6 -6
  72. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/types.d.ts +2 -2
  73. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/EnrichedTableProvider.d.ts +2 -2
  74. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/utils.d.ts +1 -1
  75. package/dist/types/components/molecules/EnrichedTable/organisms/index.d.ts +4 -2
  76. package/dist/types/components/molecules/Events/Events.d.ts +3 -2
  77. package/dist/types/components/molecules/Events/index.d.ts +1 -0
  78. package/dist/types/components/molecules/Events/molecules/EventRow/EventRow.d.ts +1 -0
  79. package/dist/types/components/molecules/Events/molecules/EventRow/utils.d.ts +0 -20
  80. package/dist/types/components/molecules/ManageableBreadcrumbs/index.d.ts +2 -3
  81. package/dist/types/components/molecules/ManageableBreadcrumbs/molecules/CollapsibleBreadcrumb/index.d.ts +1 -1
  82. package/dist/types/components/molecules/ManageableBreadcrumbs/molecules/index.d.ts +1 -1
  83. package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/ManageableBreadcrumbs/ManageableBreadcrumbs.d.ts +8 -0
  84. package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/ManageableBreadcrumbs/index.d.ts +2 -0
  85. package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/ManageableBreadcrumbsProvider/ManageableBreadcrumbsProvider.d.ts +12 -0
  86. package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/ManageableBreadcrumbsProvider/index.d.ts +3 -0
  87. package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/ManageableBreadcrumbsProvider/styled.d.ts +276 -0
  88. package/dist/types/components/molecules/ManageableBreadcrumbs/organisms/index.d.ts +4 -0
  89. package/dist/types/components/molecules/ManageableSidebar/index.d.ts +2 -3
  90. package/dist/types/components/molecules/ManageableSidebar/organisms/ManageableSidebar/ManageableSidebar.d.ts +10 -0
  91. package/dist/types/components/molecules/ManageableSidebar/organisms/ManageableSidebar/index.d.ts +2 -0
  92. package/dist/types/components/molecules/ManageableSidebar/organisms/ManageableSidebarProvider/ManageableSidebarProvider.d.ts +16 -0
  93. package/dist/types/components/molecules/ManageableSidebar/organisms/ManageableSidebarProvider/index.d.ts +3 -0
  94. package/dist/types/components/molecules/ManageableSidebar/{utils.d.ts → organisms/ManageableSidebarProvider/utils.d.ts} +2 -1
  95. package/dist/types/components/molecules/ManageableSidebar/organisms/index.d.ts +4 -0
  96. package/dist/types/components/molecules/MarketPlace/MarketPlace.d.ts +3 -3
  97. package/dist/types/components/molecules/MarketPlace/atoms/AddCard/index.d.ts +1 -1
  98. package/dist/types/components/molecules/MarketPlace/atoms/index.d.ts +1 -1
  99. package/dist/types/components/molecules/MarketPlace/molecules/AddEditFormModal/AddEditFormModal.d.ts +3 -3
  100. package/dist/types/components/molecules/MarketPlace/molecules/AddEditFormModal/index.d.ts +1 -1
  101. package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/MarketplaceCard.d.ts +1 -1
  102. package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/index.d.ts +2 -1
  103. package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/utils.d.ts +9 -9
  104. package/dist/types/components/molecules/MarketPlace/molecules/SearchTextInput/index.d.ts +1 -1
  105. package/dist/types/components/molecules/MarketPlace/molecules/index.d.ts +4 -3
  106. package/dist/types/components/molecules/ProjectInfoCard/ProjectInfoCard.d.ts +3 -3
  107. package/dist/types/components/molecules/ProjectInfoCard/molecules/DropdownAccessGroups/index.d.ts +1 -1
  108. package/dist/types/components/molecules/ProjectInfoCard/molecules/DropdownActions/index.d.ts +1 -1
  109. package/dist/types/components/molecules/ProjectInfoCard/molecules/index.d.ts +2 -2
  110. package/dist/types/components/molecules/Search/Search.d.ts +1 -2
  111. package/dist/types/components/molecules/Search/index.d.ts +1 -0
  112. package/dist/types/components/molecules/Terminals/NodeTerminal/molecules/XTerminal/index.d.ts +1 -1
  113. package/dist/types/components/molecules/Terminals/NodeTerminal/molecules/index.d.ts +1 -1
  114. package/dist/types/components/molecules/Terminals/PodLogs/molecules/XTerminal/index.d.ts +1 -1
  115. package/dist/types/components/molecules/Terminals/PodLogs/molecules/index.d.ts +1 -1
  116. package/dist/types/components/molecules/Terminals/PodLogsMonaco/molecules/MonacoEditor/index.d.ts +1 -1
  117. package/dist/types/components/molecules/Terminals/PodLogsMonaco/molecules/index.d.ts +1 -1
  118. package/dist/types/components/molecules/Terminals/PodTerminal/molecules/XTerminal/index.d.ts +1 -1
  119. package/dist/types/components/molecules/Terminals/PodTerminal/molecules/index.d.ts +1 -1
  120. package/dist/types/components/molecules/Terminals/index.d.ts +8 -4
  121. package/dist/types/components/molecules/{BlackholeForm/molecules/YamlEditorSingleton → YamlEditorSingleton}/YamlEditorSingleton.d.ts +2 -2
  122. package/dist/types/components/molecules/YamlEditorSingleton/index.d.ts +1 -0
  123. package/dist/types/components/molecules/index.d.ts +19 -9
  124. package/dist/types/components/organisms/DynamicComponents/molecules/Annotations/index.d.ts +1 -1
  125. package/dist/types/components/organisms/DynamicComponents/molecules/Annotations/molecules/EditModal/index.d.ts +1 -1
  126. package/dist/types/components/organisms/DynamicComponents/molecules/Annotations/molecules/index.d.ts +1 -1
  127. package/dist/types/components/organisms/DynamicComponents/molecules/AntdButton/index.d.ts +1 -1
  128. package/dist/types/components/organisms/DynamicComponents/molecules/AntdCard/index.d.ts +1 -1
  129. package/dist/types/components/organisms/DynamicComponents/molecules/AntdCol/index.d.ts +1 -1
  130. package/dist/types/components/organisms/DynamicComponents/molecules/AntdFlex/index.d.ts +1 -1
  131. package/dist/types/components/organisms/DynamicComponents/molecules/AntdLink/index.d.ts +1 -1
  132. package/dist/types/components/organisms/DynamicComponents/molecules/AntdRow/index.d.ts +1 -1
  133. package/dist/types/components/organisms/DynamicComponents/molecules/AntdTabs/index.d.ts +1 -1
  134. package/dist/types/components/organisms/DynamicComponents/molecules/AntdText/index.d.ts +1 -1
  135. package/dist/types/components/organisms/DynamicComponents/molecules/ArrayOfObjectsToKeyValues/index.d.ts +1 -1
  136. package/dist/types/components/organisms/DynamicComponents/molecules/ContentCard/index.d.ts +1 -1
  137. package/dist/types/components/organisms/DynamicComponents/molecules/ConverterBytes/index.d.ts +1 -1
  138. package/dist/types/components/organisms/DynamicComponents/molecules/DefaultDiv/index.d.ts +1 -1
  139. package/dist/types/components/organisms/DynamicComponents/molecules/EnrichedTable/index.d.ts +1 -1
  140. package/dist/types/components/organisms/DynamicComponents/molecules/Events/index.d.ts +1 -1
  141. package/dist/types/components/organisms/DynamicComponents/molecules/ItemCounter/index.d.ts +1 -1
  142. package/dist/types/components/organisms/DynamicComponents/molecules/KeyCounter/index.d.ts +1 -1
  143. package/dist/types/components/organisms/DynamicComponents/molecules/Labels/index.d.ts +1 -1
  144. package/dist/types/components/organisms/DynamicComponents/molecules/Labels/molecules/EditModal/index.d.ts +1 -1
  145. package/dist/types/components/organisms/DynamicComponents/molecules/Labels/molecules/index.d.ts +1 -1
  146. package/dist/types/components/organisms/DynamicComponents/molecules/LabelsToSearchParams/index.d.ts +1 -1
  147. package/dist/types/components/organisms/DynamicComponents/molecules/MarketplaceCard/index.d.ts +1 -1
  148. package/dist/types/components/organisms/DynamicComponents/molecules/MultiQuery/index.d.ts +1 -1
  149. package/dist/types/components/organisms/DynamicComponents/molecules/NodeTerminal/index.d.ts +1 -1
  150. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/OwnerRefs.d.ts +6 -0
  151. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/guard.d.ts +2 -0
  152. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/index.d.ts +1 -0
  153. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/RefsList.d.ts +22 -0
  154. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/index.d.ts +1 -0
  155. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/molecules/RefElement/RefElement.d.ts +21 -0
  156. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/molecules/RefElement/index.d.ts +1 -0
  157. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/molecules/RefElement/utils.d.ts +5 -0
  158. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/molecules/index.d.ts +1 -0
  159. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/types.d.ts +6 -0
  160. package/dist/types/components/organisms/DynamicComponents/molecules/ParsedText/index.d.ts +1 -1
  161. package/dist/types/components/organisms/DynamicComponents/molecules/PartsOfUrl/index.d.ts +1 -1
  162. package/dist/types/components/organisms/DynamicComponents/molecules/PodLogs/index.d.ts +1 -1
  163. package/dist/types/components/organisms/DynamicComponents/molecules/PodTerminal/index.d.ts +1 -1
  164. package/dist/types/components/organisms/DynamicComponents/molecules/ProjectInfoCard/index.d.ts +1 -1
  165. package/dist/types/components/organisms/DynamicComponents/molecules/ResourceBadge/index.d.ts +1 -1
  166. package/dist/types/components/organisms/DynamicComponents/molecules/SecretBase64Plain/index.d.ts +1 -1
  167. package/dist/types/components/organisms/DynamicComponents/molecules/SidebarProvider/index.d.ts +1 -1
  168. package/dist/types/components/organisms/DynamicComponents/molecules/Spacer/index.d.ts +1 -1
  169. package/dist/types/components/organisms/DynamicComponents/molecules/StatusText/index.d.ts +1 -1
  170. package/dist/types/components/organisms/DynamicComponents/molecules/Taints/index.d.ts +1 -1
  171. package/dist/types/components/organisms/DynamicComponents/molecules/Taints/molecules/EditModal/index.d.ts +1 -1
  172. package/dist/types/components/organisms/DynamicComponents/molecules/Taints/molecules/index.d.ts +1 -1
  173. package/dist/types/components/organisms/DynamicComponents/molecules/Toggler/Toggler.d.ts +6 -0
  174. package/dist/types/components/organisms/DynamicComponents/molecules/Toggler/index.d.ts +1 -0
  175. package/dist/types/components/organisms/DynamicComponents/molecules/TogglerSegmented/TogglerSegmented.d.ts +6 -0
  176. package/dist/types/components/organisms/DynamicComponents/molecules/TogglerSegmented/index.d.ts +1 -0
  177. package/dist/types/components/organisms/DynamicComponents/molecules/Tolerations/index.d.ts +1 -1
  178. package/dist/types/components/organisms/DynamicComponents/molecules/Tolerations/molecules/EditModal/index.d.ts +1 -1
  179. package/dist/types/components/organisms/DynamicComponents/molecules/Tolerations/molecules/index.d.ts +1 -1
  180. package/dist/types/components/organisms/DynamicComponents/molecules/VisibilityContainer/index.d.ts +1 -1
  181. package/dist/types/components/organisms/DynamicComponents/molecules/YamlEditorSingleton/index.d.ts +1 -1
  182. package/dist/types/components/organisms/DynamicComponents/molecules/YamlEditorSingleton/utils.d.ts +10 -0
  183. package/dist/types/components/organisms/DynamicComponents/molecules/index.d.ts +39 -36
  184. package/dist/types/components/organisms/DynamicComponents/types.d.ts +92 -16
  185. package/dist/types/components/organisms/DynamicRendererWithProviders/DynamicRendererWithProviders.d.ts +2 -1
  186. package/dist/types/components/organisms/DynamicRendererWithProviders/hybridDataProvider.d.ts +22 -0
  187. package/dist/types/components/organisms/DynamicRendererWithProviders/multiK8sProvider.d.ts +22 -0
  188. package/dist/types/components/organisms/index.d.ts +5 -3
  189. package/dist/types/hooks/useApiResource.d.ts +9 -8
  190. package/dist/types/hooks/useApisResourceTypes.d.ts +4 -4
  191. package/dist/types/hooks/useBuiltinResource.d.ts +9 -8
  192. package/dist/types/hooks/useBuiltinResourceTypes.d.ts +2 -2
  193. package/dist/types/hooks/useCrdData.d.ts +2 -2
  194. package/dist/types/hooks/useCrdResource.d.ts +6 -5
  195. package/dist/types/hooks/useK8sSmartResource/index.d.ts +4 -0
  196. package/dist/types/hooks/useK8sSmartResource/useK8sSmartResource.d.ts +28 -0
  197. package/dist/types/hooks/{useK8sSmartResource.d.ts → useK8sSmartResource/useK8sSmartResourceWithoutKinds.d.ts} +5 -5
  198. package/dist/types/hooks/useK8sSmartResource/useManyK8sSmartResource.d.ts +17 -0
  199. package/dist/types/hooks/useK8sSmartResource/useSmartResourceParams.d.ts +9 -0
  200. package/dist/types/hooks/useListThenWatch/types.d.ts +10 -1
  201. package/dist/types/hooks/useListThenWatch/useListWatch.d.ts +1 -0
  202. package/dist/types/hooks/usePermissions.d.ts +4 -4
  203. package/dist/types/index.d.ts +2 -1
  204. package/dist/types/localTypes/bff/form.d.ts +5 -5
  205. package/dist/types/localTypes/bff/scopes.d.ts +6 -6
  206. package/dist/types/localTypes/bff/table.d.ts +2 -1
  207. package/dist/types/localTypes/dynamicRender.d.ts +2 -1
  208. package/dist/types/localTypes/form.d.ts +2 -2
  209. package/dist/types/localTypes/k8s.d.ts +1 -0
  210. package/dist/types/localTypes/marketplace.d.ts +1 -1
  211. package/dist/types/localTypes/navigations.d.ts +24 -0
  212. package/dist/types/utils/createContextFactory/index.d.ts +1 -1
  213. package/dist/types/utils/deepMerge/index.d.ts +1 -1
  214. package/dist/types/utils/filterSelectOptions/index.d.ts +1 -1
  215. package/dist/types/utils/getAllPathsFromObj/index.d.ts +1 -1
  216. package/dist/types/utils/getGroupsByCategory/getGroupsByCategory.d.ts +2 -2
  217. package/dist/types/utils/getGroupsByCategory/index.d.ts +1 -1
  218. package/dist/types/utils/getPrefixSubArrays/index.d.ts +1 -1
  219. package/dist/types/utils/getResourceLink/getResourceLink.d.ts +27 -0
  220. package/dist/types/utils/getResourceLink/index.d.ts +1 -0
  221. package/dist/types/utils/getSortedKinds/index.d.ts +1 -1
  222. package/dist/types/utils/getSortedKindsAll/index.d.ts +1 -1
  223. package/dist/types/utils/getStringByName/index.d.ts +1 -1
  224. package/dist/types/utils/getUppercase/index.d.ts +1 -1
  225. package/dist/types/utils/groupsToTreeData/index.d.ts +2 -1
  226. package/dist/types/utils/hslFromString/index.d.ts +1 -1
  227. package/dist/types/utils/index.d.ts +25 -22
  228. package/dist/types/utils/isFlatObject/index.d.ts +1 -1
  229. package/dist/types/utils/kindByGvr/index.d.ts +1 -1
  230. package/dist/types/utils/namespacedByGvr/index.d.ts +1 -1
  231. package/dist/types/utils/nestedStringsArrayInclude/index.d.ts +1 -1
  232. package/dist/types/utils/normalizeValuesForQuotas/index.d.ts +1 -1
  233. package/dist/types/utils/parseForQuotaValues/index.d.ts +1 -1
  234. package/dist/types/utils/pluralByKind/index.d.ts +1 -1
  235. package/dist/types/utils/prepareTemplate/index.d.ts +1 -1
  236. package/dist/types/utils/prepareUrlsToFetchForDynamicRenderer/index.d.ts +1 -1
  237. package/dist/types/utils/tableLocations/index.d.ts +1 -1
  238. package/dist/types/utils/tableLocations/tableLocations.d.ts +5 -5
  239. package/package.json +1 -1
  240. package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditorSingleton/index.d.ts +0 -1
  241. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormDataProvider/index.d.ts +0 -2
  242. package/dist/types/components/molecules/ManageableBreadcrumbs/ManageableBreadcrumbs.d.ts +0 -19
  243. package/dist/types/components/molecules/ManageableSidebar/ManageableSidebar.d.ts +0 -24
  244. /package/dist/types/components/molecules/ManageableBreadcrumbs/{styled.d.ts → organisms/ManageableBreadcrumbs/styled.d.ts} +0 -0
  245. /package/dist/types/components/molecules/ManageableBreadcrumbs/{types.d.ts → organisms/ManageableBreadcrumbsProvider/types.d.ts} +0 -0
  246. /package/dist/types/components/molecules/ManageableBreadcrumbs/{utils.d.ts → organisms/ManageableBreadcrumbsProvider/utils.d.ts} +0 -0
  247. /package/dist/types/components/molecules/ManageableSidebar/{styled.d.ts → organisms/ManageableSidebar/styled.d.ts} +0 -0
  248. /package/dist/types/components/molecules/ManageableSidebar/{types.d.ts → organisms/ManageableSidebarProvider/types.d.ts} +0 -0
  249. /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: ({ typeName, apiGroup, apiVersion, clusterName, }: {
3
- typeName: string;
2
+ export declare const checkIfApiInstanceNamespaceScoped: ({ plural, apiGroup, apiVersion, cluster, }: {
3
+ plural: string;
4
4
  apiGroup: string;
5
5
  apiVersion: string;
6
- clusterName: string;
6
+ cluster: string;
7
7
  }) => Promise<TCheckIfApiInstanceNamespaceScopedRes>;
8
- export declare const checkIfBuiltInInstanceNamespaceScoped: ({ typeName, clusterName, }: {
9
- typeName: string;
10
- clusterName: string;
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: ({ namespace, data, apiGroup, apiVersion, clusterName, }: {
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
- clusterName: string;
16
+ cluster: string;
17
17
  }) => Promise<TFilterIfApiInstanceNamespaceScopedRes>;
18
- export declare const filterIfBuiltInInstanceNamespaceScoped: ({ namespace, data, clusterName, }: {
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,4 +1,4 @@
1
1
  import { TKindIndex } from '../../../localTypes/bff/search';
2
- export declare const getKinds: ({ clusterName }: {
3
- clusterName: string;
2
+ export declare const getKinds: ({ cluster }: {
3
+ cluster: string;
4
4
  }) => Promise<TKindIndex>;
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from 'axios';
2
2
  import { TGetDerefedSwaggerRes } from '../../../localTypes/bff/swagger';
3
- export declare const getSwagger: ({ clusterName, }: {
4
- clusterName: string;
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>({ clusterName, namespace, apiGroup, apiVersion, typeName, specificName, labels, fields, limit, }: {
3
- clusterName: string;
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
- typeName: string;
8
- specificName?: string | undefined;
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>({ clusterName, namespace, apiGroup, apiVersion, typeName, entryName, }: {
14
- clusterName: string;
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
- typeName: string;
19
- entryName: string;
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>({ clusterName }: {
3
- clusterName: string;
2
+ export declare const getApiResourceTypes: <T>({ cluster }: {
3
+ cluster: string;
4
4
  }) => Promise<AxiosResponse<T, any, {}>>;
5
- export declare const getApiResourceTypesByApiGroup: <T>({ clusterName, apiGroup, apiVersion, }: {
6
- clusterName: string;
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>({ clusterName, namespace, typeName, specificName, labels, fields, limit, }: {
3
- clusterName: string;
2
+ export declare const getBuiltinResources: <T>({ cluster, namespace, plural, name, labels, fields, limit, }: {
3
+ cluster: string;
4
4
  namespace?: string | undefined;
5
- typeName: string;
6
- specificName?: string | undefined;
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>({ clusterName, namespace, typeName, entryName, }: {
12
- clusterName: string;
11
+ export declare const getBuiltinResourceSingle: <T>({ cluster, namespace, plural, name, }: {
12
+ cluster: string;
13
13
  namespace?: string | undefined;
14
- typeName: string;
15
- entryName: string;
14
+ plural: string;
15
+ name: string;
16
16
  }) => Promise<AxiosResponse<T, any, {}>>;
@@ -1,4 +1,4 @@
1
1
  import { AxiosResponse } from 'axios';
2
- export declare const getBuiltinResourceTypes: <T>({ clusterName, }: {
3
- clusterName: string;
2
+ export declare const getBuiltinResourceTypes: <T>({ cluster }: {
3
+ cluster: string;
4
4
  }) => Promise<AxiosResponse<T, any, {}>>;
@@ -1,6 +1,6 @@
1
1
  import { AxiosResponse } from 'axios';
2
- export declare const getCrdData: <T>({ clusterName, apiExtensionVersion, crdName, }: {
3
- clusterName: string;
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>({ clusterName, namespace, apiGroup, apiVersion, crdName, }: {
3
- clusterName: string;
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>({ clusterName, namespace, apiGroup, apiVersion, crdName, entryName, }: {
10
- clusterName: string;
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
- entryName: string;
15
+ name: string;
16
16
  }) => Promise<AxiosResponse<T, any, {}>>;
@@ -1,9 +1,9 @@
1
1
  import { AxiosResponse } from 'axios';
2
- export declare const checkPermission: ({ clusterName, body, }: {
3
- clusterName: string;
2
+ export declare const checkPermission: ({ cluster, body, }: {
3
+ cluster: string;
4
4
  body: {
5
- group?: string;
6
- resource: string;
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 TCursorDefaultDiv = {
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>, TCursorDefaultDiv>>;
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 * from './CursorDefaultDiv';
1
+ export { CursorDefaultDiv } from './CursorDefaultDiv';
@@ -1 +1 @@
1
- export * from './CursorPointerTag';
1
+ export { CursorPointerTag } from './CursorPointerTag';
@@ -1 +1 @@
1
- export * from './CursorPointerTagMinContent';
1
+ export { CursorPointerTagMinContent } from './CursorPointerTagMinContent';
@@ -1 +1 @@
1
- export * from './CustomSelect';
1
+ export { CustomSelect } from './CustomSelect';
@@ -1 +1 @@
1
- export * from './FlexGrow';
1
+ export { FlexGrow } from './FlexGrow';
@@ -1 +1 @@
1
- export * from './PaddingContainer';
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 * from './UncontrolledSelect';
1
+ export { UncontrolledSelect } from './UncontrolledSelect';
@@ -1,13 +1,19 @@
1
- export * from './Spacer';
2
- export * from './TreeWithSearch';
3
- export * from './DeleteModal';
4
- export * from './DeleteModalMany';
5
- export * from './Icons';
6
- export * from './ContentCard';
7
- export * from './FlexGrow';
8
- export * from './UncontrolledSelect';
9
- export * from './CustomSelect';
10
- export * from './CursorPointerTag';
11
- export * from './CursorPointerTagMinContent';
12
- export * from './CursorDefaultDiv';
13
- export * from './PaddingContainer';
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 ArrayInsideContainer = PropsWithChildren;
3
- export declare const ArrayInsideContainer: FC<ArrayInsideContainer>;
2
+ type TArrayInsideContainerProps = PropsWithChildren;
3
+ export declare const ArrayInsideContainer: FC<TArrayInsideContainerProps>;
4
4
  export {};
@@ -1 +1 @@
1
- export * from './ArrayInsideContainer';
1
+ export { ArrayInsideContainer } from './ArrayInsideContainer';
@@ -1 +1 @@
1
- export * from './CustomCollapse';
1
+ export { CustomCollapse } from './CustomCollapse';
@@ -1 +1 @@
1
- export * from './CustomSizeTitle';
1
+ export { CustomSizeTitle } from './CustomSizeTitle';
@@ -1 +1 @@
1
- export * from './DebugNameViewer';
1
+ export { DebugNameViewer } from './DebugNameViewer';
@@ -1 +1 @@
1
- export * from './HeightContainer';
1
+ export { HeightContainer } from './HeightContainer';
@@ -1,6 +1,8 @@
1
1
  import { FC, PropsWithChildren } from 'react';
2
2
  import { TFormName } from '../../../../../localTypes/form';
3
- export declare const HiddenContainer: FC<PropsWithChildren<{
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 * from './HiddenContainer';
1
+ export { HiddenContainer } from './HiddenContainer';
@@ -1 +1 @@
1
- export * from './PersistedCheckbox';
1
+ export { PersistedCheckbox } from './PersistedCheckbox';
@@ -1 +1 @@
1
- export * from './PossibleHiddenContainer';
1
+ export { PossibleHiddenContainer } from './PossibleHiddenContainer';
@@ -1 +1 @@
1
- export * from './ResetedFormItem';
1
+ export { ResetedFormItem } from './ResetedFormItem';
@@ -1,9 +1,9 @@
1
- export * from './CustomCollapse';
2
- export * from './PersistedCheckbox';
3
- export * from './DebugNameViewer';
4
- export * from './PossibleHiddenContainer';
5
- export * from './ResetedFormItem';
6
- export * from './CustomSizeTitle';
7
- export * from './ArrayInsideContainer';
8
- export * from './HiddenContainer';
9
- export * from './HeightContainer';
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 * from './organisms';
2
- export { YamlEditorSingleton } from './molecules';
1
+ export { BlackholeFormProvider, BlackholeForm, getObjectFormItemsDraft } from './organisms';
2
+ export type { TBlackholeFormProviderProps, TBlackholeFormProps } from './organisms';
@@ -1 +1 @@
1
- export * from './FormArrayHeader';
1
+ export { FormArrayHeader } from './FormArrayHeader';
@@ -1 +1 @@
1
- export * from './FormBooleanInput';
1
+ export { FormBooleanInput } from './FormBooleanInput';
@@ -1 +1 @@
1
- export * from './FormEnumStringInput';
1
+ export { FormEnumStringInput } from './FormEnumStringInput';
@@ -1,7 +1,9 @@
1
1
  import { FC } from 'react';
2
2
  import { TFormName, TPersistedControls } from '../../../../../localTypes/form';
3
- export declare const FormInlineYamlEditor: FC<{
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 {};
@@ -1 +1 @@
1
- export * from './FormInlineYamlEditor';
1
+ export { FormInlineYamlEditor } from './FormInlineYamlEditor';
@@ -1 +1 @@
1
- export * from './FormListInput';
1
+ export { FormListInput } from './FormListInput';
@@ -1 +1 @@
1
- export * from './FormNamespaceInput';
1
+ export { FormNamespaceInput } from './FormNamespaceInput';
@@ -1 +1 @@
1
- export * from './FormNumberInput';
1
+ export { FormNumberInput } from './FormNumberInput';
@@ -1 +1 @@
1
- export * from './FormObjectFromSwagger';
1
+ export { FormObjectFromSwagger } from './FormObjectFromSwagger';
@@ -1 +1 @@
1
- export * from './FormRangeInput';
1
+ export { FormRangeInput } from './FormRangeInput';
@@ -1 +1 @@
1
- export * from './RangeInput';
1
+ export { RangeInput } from './RangeInput';
@@ -1 +1 @@
1
- export * from './RangeInput';
1
+ export { RangeInput } from './RangeInput';
@@ -1 +1 @@
1
- export * from './FormStringInput';
1
+ export { FormStringInput } from './FormStringInput';
@@ -1 +1 @@
1
- export * from './FormStringMultilineInput';
1
+ export { FormStringMultilineInput } from './FormStringMultilineInput';
@@ -1 +1 @@
1
- export * from './YamlEditor';
1
+ export { YamlEditor } from './YamlEditor';
@@ -1,13 +1,12 @@
1
- export * from './YamlEditor';
2
- export * from './YamlEditorSingleton';
3
- export * from './FormListInput';
4
- export * from './FormRangeInput';
5
- export * from './FormNamespaceInput';
6
- export * from './FormStringInput';
7
- export * from './FormStringMultilineInput';
8
- export * from './FormBooleanInput';
9
- export * from './FormEnumStringInput';
10
- export * from './FormNumberInput';
11
- export * from './FormObjectFromSwagger';
12
- export * from './FormArrayHeader';
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';
@@ -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 TBlackholeFormCreateProps = {
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
- typeName?: string;
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
- kindName: string;
28
- typeName: string;
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<TBlackholeFormCreateProps>;
34
- export {};
33
+ export declare const BlackholeForm: FC<TBlackholeFormProps>;
@@ -1,2 +1,3 @@
1
1
  export { BlackholeForm } from './BlackholeForm';
2
+ export type { TBlackholeFormProps } from './BlackholeForm';
2
3
  export { getObjectFormItemsDraft } from './utils';
@@ -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 TBlackholeFormDataProviderProps = {
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
- typeName?: string;
10
+ plural?: string;
11
11
  };
12
12
  data: {
13
13
  type: 'builtin';
14
- typeName: string;
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
- typeName: string;
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 BlackholeFormDataProvider: FC<TBlackholeFormDataProviderProps>;
36
+ export declare const BlackholeFormProvider: FC<TBlackholeFormProviderProps>;
@@ -0,0 +1,2 @@
1
+ export { BlackholeFormProvider } from './BlackholeFormProvider';
2
+ export type { TBlackholeFormProviderProps } from './BlackholeFormProvider';
@@ -1,2 +1,4 @@
1
- export * from './BlackholeForm';
2
- export * from './BlackholeFormDataProvider';
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 * from './organisms';
1
+ export { EnrichedTableProvider, EnrichedTable, getEnrichedColumns, getEnrichedColumnsWithControls } from './organisms';
2
+ export type { TEnrichedTableProviderProps, TEnrichedTableProps } from './organisms';
@@ -1 +1 @@
1
- export * from './TableFactory';
1
+ export { TableFactory } from './TableFactory';
@@ -1 +1 @@
1
- export * from './FilterDropdown';
1
+ export { FilterDropdown } from './FilterDropdown';
@@ -1 +1 @@
1
- export * from './ShortenedTextWithTooltip';
1
+ export { ShortenedTextWithTooltip } from './ShortenedTextWithTooltip';
@@ -1 +1 @@
1
- export * from './TableComponents';
1
+ export { TableComponents } from './TableComponents';