@prorobotech/openapi-k8s-toolkit 1.4.0-alpha.9 → 1.5.0-alpha.10

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 (162) hide show
  1. package/dist/{index-85og70S2.mjs → index-DdLZFpsh.mjs} +29 -3
  2. package/dist/index-DdLZFpsh.mjs.map +1 -0
  3. package/dist/{index-BwCZPalv.mjs → index-d03WWr4w.mjs} +6341 -1306
  4. package/dist/{index-BwCZPalv.mjs.map → index-d03WWr4w.mjs.map} +1 -1
  5. package/dist/openapi-k8s-toolkit.es.js +1 -1
  6. package/dist/openapi-k8s-toolkit.umd.js +6686 -1616
  7. package/dist/openapi-k8s-toolkit.umd.js.map +1 -1
  8. package/dist/types/api/bff/search/getKindsRaw.d.ts +4 -0
  9. package/dist/types/components/atoms/ErrorBoundary/ErrorBoundary.d.ts +38 -0
  10. package/dist/types/components/atoms/ErrorBoundary/ErrorBoundary.test.d.ts +1 -0
  11. package/dist/types/components/atoms/ErrorBoundary/ErrorBoundaryWithDataReset.d.ts +14 -0
  12. package/dist/types/components/atoms/ErrorBoundary/index.d.ts +2 -0
  13. package/dist/types/components/atoms/ResourceBadgeAbbr/index.d.ts +1 -0
  14. package/dist/types/components/atoms/ResourceBadgeAbbr/styled.d.ts +7 -0
  15. package/dist/types/components/atoms/index.d.ts +2 -0
  16. package/dist/types/components/molecules/BlackholeForm/atoms/DefaultValueButton/DefaultValueButton.d.ts +10 -0
  17. package/dist/types/components/molecules/BlackholeForm/atoms/DefaultValueButton/DefaultValueButton.test.d.ts +1 -0
  18. package/dist/types/components/molecules/BlackholeForm/atoms/DefaultValueButton/index.d.ts +1 -0
  19. package/dist/types/components/molecules/BlackholeForm/atoms/ExampleTooltipIcon/ExampleTooltipIcon.d.ts +6 -0
  20. package/dist/types/components/molecules/BlackholeForm/atoms/ExampleTooltipIcon/ExampleTooltipIcon.test.d.ts +1 -0
  21. package/dist/types/components/molecules/BlackholeForm/atoms/ExampleTooltipIcon/index.d.ts +1 -0
  22. package/dist/types/components/molecules/BlackholeForm/atoms/ExampleTooltipIcon/styled.d.ts +380 -0
  23. package/dist/types/components/molecules/BlackholeForm/atoms/NullToggleButton/NullToggleButton.d.ts +9 -0
  24. package/dist/types/components/molecules/BlackholeForm/atoms/NullToggleButton/NullToggleButton.test.d.ts +1 -0
  25. package/dist/types/components/molecules/BlackholeForm/atoms/NullToggleButton/index.d.ts +1 -0
  26. package/dist/types/components/molecules/BlackholeForm/atoms/ResetedFormItem/ResetedFormItem.d.ts +1 -1
  27. package/dist/types/components/molecules/BlackholeForm/atoms/index.d.ts +3 -0
  28. package/dist/types/components/molecules/BlackholeForm/molecules/FormBooleanInput/FormBooleanInput.d.ts +1 -0
  29. package/dist/types/components/molecules/BlackholeForm/molecules/FormBooleanInput/FormBooleanInput.test.d.ts +1 -0
  30. package/dist/types/components/molecules/BlackholeForm/molecules/FormEnumStringInput/FormEnumStringInput.d.ts +3 -0
  31. package/dist/types/components/molecules/BlackholeForm/molecules/FormListInput/FormListInput.d.ts +3 -0
  32. package/dist/types/components/molecules/BlackholeForm/molecules/FormNamespaceInput/FormNamespaceInput.d.ts +12 -0
  33. package/dist/types/components/molecules/BlackholeForm/molecules/FormNamespaceInput/FormNamespaceInput.test.d.ts +1 -0
  34. package/dist/types/components/molecules/BlackholeForm/molecules/FormNumberInput/FormNumberInput.d.ts +6 -0
  35. package/dist/types/components/molecules/BlackholeForm/molecules/FormObjectFromSwagger/FormObjectFromSwagger.d.ts +7 -6
  36. package/dist/types/components/molecules/BlackholeForm/molecules/FormObjectFromSwagger/FormObjectFromSwagger.test.d.ts +1 -0
  37. package/dist/types/components/molecules/BlackholeForm/molecules/FormStringInput/FormStringInput.d.ts +7 -0
  38. package/dist/types/components/molecules/BlackholeForm/molecules/FormStringInput/FormStringInput.test.d.ts +1 -0
  39. package/dist/types/components/molecules/BlackholeForm/molecules/FormStringMultilineInput/FormStringMultilineInput.d.ts +7 -0
  40. package/dist/types/components/molecules/BlackholeForm/molecules/FormStringMultilineInput/FormStringMultilineInput.test.d.ts +1 -0
  41. package/dist/types/components/molecules/BlackholeForm/molecules/helpers/buildPlaceholder.d.ts +12 -0
  42. package/dist/types/components/molecules/BlackholeForm/molecules/helpers/buildPlaceholder.test.d.ts +1 -0
  43. package/dist/types/components/molecules/BlackholeForm/molecules/helpers/oneOfBranch.d.ts +9 -0
  44. package/dist/types/components/molecules/BlackholeForm/molecules/helpers/oneOfBranch.test.d.ts +1 -0
  45. package/dist/types/components/molecules/BlackholeForm/molecules/helpers/useDefaultValueButton.d.ts +12 -0
  46. package/dist/types/components/molecules/BlackholeForm/molecules/helpers/useDefaultValueButton.test.d.ts +1 -0
  47. package/dist/types/components/molecules/BlackholeForm/molecules/helpers/useNullToggleButton.d.ts +16 -0
  48. package/dist/types/components/molecules/BlackholeForm/molecules/helpers/useNullToggleButton.test.d.ts +1 -0
  49. package/dist/types/components/molecules/BlackholeForm/molecules/helpers/validation.d.ts +35 -4
  50. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/BlackholeForm.d.ts +2 -2
  51. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/casts.d.ts +4 -4
  52. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/extractDefaultValue.d.ts +4 -0
  53. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/extractDefaultValue.test.d.ts +1 -0
  54. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/getSortedPropertyKeys.d.ts +2 -4
  55. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/oneOfBranchCleanup.d.ts +7 -0
  56. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/oneOfBranchCleanup.test.d.ts +1 -0
  57. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/oneOfBranchVisibility.d.ts +6 -0
  58. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/oneOfBranchVisibility.test.d.ts +1 -0
  59. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/prefills.d.ts +6 -3
  60. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/utils.d.ts +52 -29
  61. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormProvider/BlackholeFormProvider.d.ts +1 -0
  62. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormProvider/styled.d.ts +8 -0
  63. package/dist/types/components/molecules/EnrichedTable/index.d.ts +2 -2
  64. package/dist/types/components/molecules/EnrichedTable/organisms/ClusterListTable/ClusterListTable.d.ts +28 -0
  65. package/dist/types/components/molecules/EnrichedTable/organisms/ClusterListTable/ClusterListTable.test.d.ts +1 -0
  66. package/dist/types/components/molecules/EnrichedTable/organisms/ClusterListTable/index.d.ts +2 -0
  67. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/EnrichedTable.d.ts +13 -6
  68. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/EnrichedTable.test.d.ts +1 -0
  69. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/SyncedHorizontalScrollbar/SyncedHorizontalScrollbar.d.ts +7 -0
  70. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/SyncedHorizontalScrollbar/SyncedHorizontalScrollbar.test.d.ts +1 -0
  71. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/SyncedHorizontalScrollbar/index.d.ts +1 -0
  72. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TrimmedTags/styled.d.ts +851 -0
  73. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/utils.d.ts +16 -8
  74. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/EnrichedTableProvider.d.ts +3 -1
  75. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/styled.d.ts +8 -0
  76. package/dist/types/components/molecules/EnrichedTable/organisms/index.d.ts +2 -0
  77. package/dist/types/components/molecules/Events/Events.error.test.d.ts +2 -0
  78. package/dist/types/components/molecules/Events/types.d.ts +12 -1
  79. package/dist/types/components/molecules/MarketPlace/atoms/AddCard/styled.d.ts +2 -2
  80. package/dist/types/components/molecules/Search/styled.d.ts +1 -1
  81. package/dist/types/components/molecules/Terminals/PodTerminal/PodTerminal.d.ts +1 -0
  82. package/dist/types/components/molecules/Terminals/PodTerminal/utils.d.ts +1 -0
  83. package/dist/types/components/molecules/Terminals/PodTerminal/utils.test.d.ts +1 -0
  84. package/dist/types/components/molecules/YamlEditorSingleton/utils.d.ts +5 -1
  85. package/dist/types/components/molecules/index.d.ts +2 -2
  86. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/ActionsDropdown.test.d.ts +1 -0
  87. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/dropdownPlacement.d.ts +12 -0
  88. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/dropdownPlacement.test.d.ts +1 -0
  89. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/actionHandlers.d.ts +23 -0
  90. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/handlers/index.d.ts +6 -0
  91. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/handlers/useCreateFromFilesHandlers.d.ts +11 -0
  92. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/handlers/useDrainHandlers.d.ts +12 -0
  93. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/handlers/useEvictHandlers.d.ts +9 -0
  94. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/handlers/useRerunHandlers.d.ts +11 -0
  95. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/handlers/useRollbackHandlers.d.ts +11 -0
  96. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/handlers/useScaleHandlers.d.ts +11 -0
  97. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/helpers.d.ts +25 -0
  98. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/index.d.ts +3 -0
  99. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/types.d.ts +65 -0
  100. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers/useActionsDropdownHandlers.d.ts +38 -0
  101. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/modals/CreateFromFilesModal.d.ts +12 -0
  102. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/modals/CreateFromFilesModal.test.d.ts +1 -0
  103. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/modals/DownloadAsFilesModal.d.ts +11 -0
  104. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/modals/DownloadAsFilesModal.test.d.ts +1 -0
  105. package/dist/types/components/organisms/DynamicComponents/molecules/AntdResult/AntdResult.d.ts +6 -0
  106. package/dist/types/components/organisms/DynamicComponents/molecules/AntdResult/AntdResult.test.d.ts +1 -0
  107. package/dist/types/components/organisms/DynamicComponents/molecules/AntdResult/index.d.ts +1 -0
  108. package/dist/types/components/organisms/DynamicComponents/molecules/AntdResult/styled.d.ts +548 -0
  109. package/dist/types/components/organisms/DynamicComponents/molecules/AntdResult/utils.d.ts +33 -0
  110. package/dist/types/components/organisms/DynamicComponents/molecules/AntdResult/utils.test.d.ts +1 -0
  111. package/dist/types/components/organisms/DynamicComponents/molecules/EnrichedTable/EnrichedTable.error.test.d.ts +1 -0
  112. package/dist/types/components/organisms/DynamicComponents/molecules/Events/Events.permissions.test.d.ts +2 -0
  113. package/dist/types/components/organisms/DynamicComponents/molecules/MappedParsedText/MappedParsedText.d.ts +5 -0
  114. package/dist/types/components/organisms/DynamicComponents/molecules/MappedParsedText/index.d.ts +1 -0
  115. package/dist/types/components/organisms/DynamicComponents/molecules/ParsedText/ParsedText.test.d.ts +1 -0
  116. package/dist/types/components/organisms/DynamicComponents/molecules/PerRequestError/PerRequestError.d.ts +7 -0
  117. package/dist/types/components/organisms/DynamicComponents/molecules/PerRequestError/PerRequestError.test.d.ts +1 -0
  118. package/dist/types/components/organisms/DynamicComponents/molecules/PerRequestError/index.d.ts +1 -0
  119. package/dist/types/components/organisms/DynamicComponents/molecules/Volumes/Volumes.d.ts +6 -0
  120. package/dist/types/components/organisms/DynamicComponents/molecules/Volumes/Volumes.test.d.ts +1 -0
  121. package/dist/types/components/organisms/DynamicComponents/molecules/Volumes/index.d.ts +1 -0
  122. package/dist/types/components/organisms/DynamicComponents/molecules/Volumes/utils.d.ts +46 -0
  123. package/dist/types/components/organisms/DynamicComponents/molecules/hooks/index.d.ts +1 -0
  124. package/dist/types/components/organisms/DynamicComponents/molecules/hooks/mergePerRequestErrors.d.ts +10 -0
  125. package/dist/types/components/organisms/DynamicComponents/molecules/hooks/types.d.ts +5 -0
  126. package/dist/types/components/organisms/DynamicComponents/molecules/hooks/useAutoPerRequestError.d.ts +15 -0
  127. package/dist/types/components/organisms/DynamicComponents/molecules/hooks/useAutoPerRequestError.test.d.ts +1 -0
  128. package/dist/types/components/organisms/DynamicComponents/molecules/index.d.ts +3 -0
  129. package/dist/types/components/organisms/DynamicComponents/molecules/utils.d.ts +19 -0
  130. package/dist/types/components/organisms/DynamicComponents/types/ActionsDropdown.d.ts +22 -2
  131. package/dist/types/components/organisms/DynamicComponents/types/MappedParsedText.d.ts +7 -0
  132. package/dist/types/components/organisms/DynamicComponents/types/Terminals.d.ts +1 -0
  133. package/dist/types/components/organisms/DynamicComponents/types/Volumes.d.ts +19 -0
  134. package/dist/types/components/organisms/DynamicComponents/types/antdComponents.d.ts +22 -1
  135. package/dist/types/components/organisms/DynamicComponents/types/index.d.ts +6 -1
  136. package/dist/types/components/organisms/DynamicComponents/types/parsedText.d.ts +1 -0
  137. package/dist/types/components/organisms/DynamicRendererWithProviders/DynamicRendererWithProviders.d.ts +2 -0
  138. package/dist/types/components/organisms/DynamicRendererWithProviders/EffectiveAntdResultWrapper/EffectiveAntdResultWrapper.d.ts +8 -0
  139. package/dist/types/components/organisms/DynamicRendererWithProviders/EffectiveAntdResultWrapper/EffectiveAntdResultWrapper.test.d.ts +1 -0
  140. package/dist/types/components/organisms/DynamicRendererWithProviders/EffectiveAntdResultWrapper/index.d.ts +1 -0
  141. package/dist/types/components/organisms/DynamicRendererWithProviders/providers/hybridDataProvider/hybridDataProvider.d.ts +4 -0
  142. package/dist/types/hooks/useApiResource.d.ts +2 -1
  143. package/dist/types/hooks/useApisResourceTypes.d.ts +4 -2
  144. package/dist/types/hooks/useBuiltinResource.d.ts +2 -1
  145. package/dist/types/hooks/useBuiltinResourceTypes.d.ts +2 -1
  146. package/dist/types/hooks/useClusterList.d.ts +6 -3
  147. package/dist/types/hooks/useDirectUnknownResource.d.ts +2 -1
  148. package/dist/types/hooks/useK8sSmartResource/useSmartResourceParams.d.ts +3 -2
  149. package/dist/types/hooks/useKindsRaw.d.ts +8 -0
  150. package/dist/types/hooks/useListThenWatch/types.d.ts +2 -0
  151. package/dist/types/hooks/useResourceScope/useResourceScope.d.ts +2 -1
  152. package/dist/types/index.d.ts +2 -1
  153. package/dist/types/localTypes/bff/form.d.ts +6 -6
  154. package/dist/types/localTypes/bff/table.d.ts +2 -1
  155. package/dist/types/localTypes/clusterList.d.ts +3 -2
  156. package/dist/types/localTypes/dynamicRender.d.ts +5 -0
  157. package/dist/types/localTypes/formSchema.d.ts +42 -0
  158. package/dist/types/localTypes/richTable.d.ts +4 -0
  159. package/dist/types/utils/normalizeValuesForQuotas/normalizeValuesForQuotas.d.ts +2 -2
  160. package/package.json +1 -1
  161. package/dist/index-85og70S2.mjs.map +0 -1
  162. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/hooks/useActionsDropdownHandlers.d.ts +0 -77
@@ -1,2 +1,2 @@
1
- export { ab as BackToDefaultIcon, aF as BlackholeForm, aE as BlackholeFormProvider, a8 as ConfirmModal, am as ContentCard, as as CursorDefaultDiv, aq as CursorPointerTag, ar as CursorPointerTagMinContent, ap as CustomSelect, D as DeleteIcon, i as DeleteModal, k as DeleteModalMany, aa as DownIcon, aS as DynamicComponents, aR as DynamicRenderer, aT as DynamicRendererWithProviders, al as EarthIcon, g as EditIcon, aA as EnrichedTable, E as EnrichedTableProvider, aQ as Events, an as FlexGrow, ag as LockedIcon, ak as LookingGlassIcon, aw as ManageableBreadcrumbs, au as ManageableBreadcrumbsProvider, az as ManageableSidebar, ax as ManageableSidebarProvider, aH as MarketPlace, aI as MarketplaceCard, af as MinusIcon, aL as NodeTerminal, P as PaddingContainer, ai as PauseCircleIcon, ae as PlusIcon, aM as PodLogs, aN as PodLogsMonaco, aK as PodTerminal, aJ as ProjectInfoCard, at as ResourceLink, aj as ResumeCircleIcon, aP as Search, a6 as Spacer, ac as SuccessIcon, a7 as TreeWithSearch, ao as UncontrolledSelect, ah as UnlockedIcon, a9 as UpIcon, aO as VMVNC, aD as YamlEditorSingleton, J as checkIfApiInstanceNamespaceScoped, K as checkIfBuiltInInstanceNamespaceScoped, F as checkPermission, bn as convertBytes, bv as convertCompute, bs as convertCores, bq as convertStorage, b6 as createContextFactory, m as createNewEntry, b8 as deepMerge, o as deleteEntry, ad as feedbackIcons, H as filterIfApiInstanceNamespaceScoped, I as filterIfBuiltInInstanceNamespaceScoped, aW as filterSelectOptions, aY as floorToDecimal, bo as formatBytesAuto, bt as formatCoresAuto, bx as formatDateAuto, b1 as getAllPathsFromObj, r as getApiResourceSingle, y as getApiResourceTypes, z as getApiResourceTypesByApiGroup, q as getApiResources, v as getBuiltinResourceSingle, A as getBuiltinResourceTypes, t as getBuiltinResources, b4 as getBuiltinTreeData, l as getClusterList, B as getCrdData, x as getCrdResourceSingle, w as getCrdResources, C as getDirectUnknownResource, aB as getEnrichedColumns, aC as getEnrichedColumnsWithControls, b5 as getGroupsByCategory, L as getKinds, bh as getLinkToApiForm, bg as getLinkToBuiltinForm, h as getLinkToForm, bm as getNamespaceLink, aG as getObjectFormItemsDraft, b2 as getPrefixSubarrays, bl as getResourceLink, b9 as getSortedKinds, ba as getSortedKindsAll, aX as getStringByName, G as getSwagger, bc as getUppercase, b3 as groupsToTreeData, bb as hslFromString, bk as includesArray, aV as isFlatObject, bj as isMultilineFromYaml, bi as isMultilineString, by as isValidRFC3339, bd as kindByGvr, bf as namespacedByGvr, b0 as normalizeValuesForQuotasToNumber, bw as parseCoresWithUnit, aZ as parseQuotaValue, a_ as parseQuotaValueCpu, a$ as parseQuotaValueMemoryAndStorage, br as parseValueWithUnit, be as pluralByKind, av as prepareDataForManageableBreadcrumbs, ay as prepareDataForManageableSidebar, aU as prepareTemplate, b7 as prepareUrlsToFetchForDynamicRenderer, bp as toBytes, bu as toCores, n as updateEntry, O as useApiResourceSingle, W as useApiResourceTypesByGroup, N as useApiResources, V as useApisResourceTypes, S as useBuiltinResourceSingle, X as useBuiltinResourceTypes, Q as useBuiltinResources, M as useClusterList, Y as useCrdData, U as useCrdResourceSingle, T as useCrdResources, d as useDirectUnknownResource, $ as useInfiniteSentinel, e as useK8sSmartResource, a0 as useK8sVerbs, a4 as useKinds, Z as useListWatch, a1 as useManyK8sSmartResource, c as usePermissions, a5 as usePluginManifest, a3 as useResourceScope, a2 as useSmartResourceParams } from './index-BwCZPalv.mjs';
1
+ export { ai as BackToDefaultIcon, aR as BlackholeForm, aQ as BlackholeFormProvider, aM as ClusterListTable, af as ConfirmModal, at as ContentCard, az as CursorDefaultDiv, ax as CursorPointerTag, ay as CursorPointerTagMinContent, aw as CustomSelect, D as DeleteIcon, l as DeleteModal, n as DeleteModalMany, ah as DownIcon, b2 as DynamicComponents, b1 as DynamicRenderer, b3 as DynamicRendererWithProviders, as as EarthIcon, h as EditIcon, aL as EnrichedTable, E as EnrichedTableProvider, aD as ErrorBoundary, aE as ErrorBoundaryWithDataReset, b0 as Events, au as FlexGrow, an as LockedIcon, ar as LookingGlassIcon, aH as ManageableBreadcrumbs, aF as ManageableBreadcrumbsProvider, aK as ManageableSidebar, aI as ManageableSidebarProvider, aT as MarketPlace, aU as MarketplaceCard, am as MinusIcon, aX as NodeTerminal, i as PaddingContainer, ap as PauseCircleIcon, al as PlusIcon, aY as PodLogs, aZ as PodLogsMonaco, aW as PodTerminal, aV as ProjectInfoCard, aB as ResourceBadgeAbbr, aA as ResourceLink, aq as ResumeCircleIcon, a$ as Search, ad as Spacer, aj as SuccessIcon, ae as TreeWithSearch, av as UncontrolledSelect, ao as UnlockedIcon, ag as UpIcon, a_ as VMVNC, aP as YamlEditorSingleton, Q as checkIfApiInstanceNamespaceScoped, S as checkIfBuiltInInstanceNamespaceScoped, L as checkPermission, bz as convertBytes, bH as convertCompute, bE as convertCores, bC as convertStorage, bi as createContextFactory, q as createNewEntry, bk as deepMerge, t as deleteEntry, ak as feedbackIcons, N as filterIfApiInstanceNamespaceScoped, O as filterIfBuiltInInstanceNamespaceScoped, b6 as filterSelectOptions, b8 as floorToDecimal, bA as formatBytesAuto, bF as formatCoresAuto, bJ as formatDateAuto, bd as getAllPathsFromObj, z as getApiResourceSingle, G as getApiResourceTypes, H as getApiResourceTypesByApiGroup, y as getApiResources, B as getBuiltinResourceSingle, I as getBuiltinResourceTypes, A as getBuiltinResources, bg as getBuiltinTreeData, o as getClusterList, J as getCrdData, F as getCrdResourceSingle, C as getCrdResources, K as getDirectUnknownResource, aN as getEnrichedColumns, aO as getEnrichedColumnsWithControls, bh as getGroupsByCategory, T as getKinds, bt as getLinkToApiForm, bs as getLinkToBuiltinForm, k as getLinkToForm, by as getNamespaceLink, aS as getObjectFormItemsDraft, be as getPrefixSubarrays, bx as getResourceLink, bl as getSortedKinds, bm as getSortedKindsAll, b7 as getStringByName, M as getSwagger, bo as getUppercase, bf as groupsToTreeData, bn as hslFromString, bw as includesArray, b5 as isFlatObject, bv as isMultilineFromYaml, bu as isMultilineString, bK as isValidRFC3339, bp as kindByGvr, br as namespacedByGvr, bc as normalizeValuesForQuotasToNumber, bI as parseCoresWithUnit, b9 as parseQuotaValue, ba as parseQuotaValueCpu, bb as parseQuotaValueMemoryAndStorage, bD as parseValueWithUnit, x as patchEntryWithDeleteOp, w as patchEntryWithMergePatch, v as patchEntryWithReplaceOp, bq as pluralByKind, aG as prepareDataForManageableBreadcrumbs, aJ as prepareDataForManageableSidebar, b4 as prepareTemplate, bj as prepareUrlsToFetchForDynamicRenderer, aC as resourceBadgeAbbrCss, bB as toBytes, bG as toCores, r as updateEntry, W as useApiResourceSingle, a1 as useApiResourceTypesByGroup, V as useApiResources, a0 as useApisResourceTypes, Y as useBuiltinResourceSingle, a2 as useBuiltinResourceTypes, X as useBuiltinResources, U as useClusterList, a3 as useCrdData, $ as useCrdResourceSingle, Z as useCrdResources, e as useDirectUnknownResource, a5 as useInfiniteSentinel, f as useK8sSmartResource, a6 as useK8sVerbs, aa as useKinds, ab as useKindsRaw, a4 as useListWatch, a7 as useManyK8sSmartResource, d as usePermissions, ac as usePluginManifest, a9 as useResourceScope, a8 as useSmartResourceParams } from './index-d03WWr4w.mjs';
2
2
  //# sourceMappingURL=openapi-k8s-toolkit.es.js.map