@prorobotech/openapi-k8s-toolkit 1.1.0-alpha.9 → 1.2.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 (95) hide show
  1. package/README.md +119 -0
  2. package/dist/openapi-k8s-toolkit.es.js +13172 -12249
  3. package/dist/openapi-k8s-toolkit.es.js.map +1 -1
  4. package/dist/openapi-k8s-toolkit.umd.js +13182 -12246
  5. package/dist/openapi-k8s-toolkit.umd.js.map +1 -1
  6. package/dist/types/api/bff/scopes/checkScopes.d.ts +6 -6
  7. package/dist/types/api/bff/scopes/filterScopes.d.ts +4 -4
  8. package/dist/types/api/bff/search/getKinds.d.ts +2 -2
  9. package/dist/types/api/bff/swagger/getSwagger.d.ts +2 -2
  10. package/dist/types/api/forms.d.ts +4 -0
  11. package/dist/types/api/getApiResource.d.ts +8 -8
  12. package/dist/types/api/getApiResourceTypes.d.ts +4 -4
  13. package/dist/types/api/getBuiltinResource.d.ts +8 -8
  14. package/dist/types/api/getBuiltinResourceTypes.d.ts +2 -2
  15. package/dist/types/api/getCrdData.d.ts +2 -2
  16. package/dist/types/api/getCrdResource.d.ts +5 -5
  17. package/dist/types/api/permissions.d.ts +4 -4
  18. package/dist/types/components/molecules/BlackholeForm/index.d.ts +0 -1
  19. package/dist/types/components/molecules/BlackholeForm/molecules/index.d.ts +0 -1
  20. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/BlackholeForm.d.ts +3 -3
  21. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormProvider/BlackholeFormProvider.d.ts +3 -3
  22. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/EnrichedTable.d.ts +2 -1
  23. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/types.d.ts +2 -2
  24. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/utils.d.ts +4 -2
  25. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/EnrichedTableProvider.d.ts +2 -2
  26. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/utils.d.ts +1 -1
  27. package/dist/types/components/molecules/Events/Events.d.ts +2 -2
  28. package/dist/types/components/molecules/ManageableSidebar/organisms/ManageableSidebarProvider/ManageableSidebarProvider.d.ts +1 -0
  29. package/dist/types/components/molecules/ManageableSidebar/organisms/ManageableSidebarProvider/utils.d.ts +2 -1
  30. package/dist/types/components/molecules/MarketPlace/MarketPlace.d.ts +3 -3
  31. package/dist/types/components/molecules/MarketPlace/molecules/AddEditFormModal/AddEditFormModal.d.ts +3 -3
  32. package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/MarketplaceCard.d.ts +1 -1
  33. package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/utils.d.ts +9 -9
  34. package/dist/types/components/molecules/ProjectInfoCard/ProjectInfoCard.d.ts +3 -3
  35. package/dist/types/components/molecules/{BlackholeForm/molecules/YamlEditorSingleton → YamlEditorSingleton}/YamlEditorSingleton.d.ts +2 -2
  36. package/dist/types/components/molecules/index.d.ts +2 -1
  37. package/dist/types/components/organisms/DynamicComponents/molecules/ConverterBytes/ConverterBytes.d.ts +13 -0
  38. package/dist/types/components/organisms/DynamicComponents/molecules/ConverterCores/ConverterCores.d.ts +19 -0
  39. package/dist/types/components/organisms/DynamicComponents/molecules/ConverterCores/index.d.ts +1 -0
  40. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/RefsList.d.ts +3 -2
  41. package/dist/types/components/organisms/DynamicComponents/molecules/OwnerRefs/organsisms/RefsList/molecules/RefElement/RefElement.d.ts +1 -0
  42. package/dist/types/components/organisms/DynamicComponents/molecules/PrometheusGraph/MemoryChart.d.ts +6 -0
  43. package/dist/types/components/organisms/DynamicComponents/molecules/PrometheusGraph/MemoryChartMulti.d.ts +6 -0
  44. package/dist/types/components/organisms/DynamicComponents/molecules/PrometheusGraph/hooks/usePrometheusQueryRange.d.ts +7 -0
  45. package/dist/types/components/organisms/DynamicComponents/molecules/PrometheusGraph/hooks/usePrometheusQueryRangeMulti.d.ts +7 -0
  46. package/dist/types/components/organisms/DynamicComponents/molecules/PrometheusGraph/utils/prometheus.d.ts +10 -0
  47. package/dist/types/components/organisms/DynamicComponents/molecules/PrometheusGraph/utils/prometheus.test.d.ts +1 -0
  48. package/dist/types/components/organisms/DynamicComponents/molecules/PrometheusGraph/utils/prometheusAdapter.d.ts +21 -0
  49. package/dist/types/components/organisms/DynamicComponents/molecules/Toggler/Toggler.d.ts +6 -0
  50. package/dist/types/components/organisms/DynamicComponents/molecules/Toggler/index.d.ts +1 -0
  51. package/dist/types/components/organisms/DynamicComponents/molecules/TogglerSegmented/TogglerSegmented.d.ts +6 -0
  52. package/dist/types/components/organisms/DynamicComponents/molecules/TogglerSegmented/index.d.ts +1 -0
  53. package/dist/types/components/organisms/DynamicComponents/molecules/index.d.ts +3 -0
  54. package/dist/types/components/organisms/DynamicComponents/molecules/utils.d.ts +2 -1
  55. package/dist/types/components/organisms/DynamicComponents/molecules/utils.test.d.ts +1 -0
  56. package/dist/types/components/organisms/DynamicComponents/types.d.ts +89 -20
  57. package/dist/types/hooks/useApiResource.d.ts +8 -8
  58. package/dist/types/hooks/useApisResourceTypes.d.ts +4 -4
  59. package/dist/types/hooks/useBuiltinResource.d.ts +8 -8
  60. package/dist/types/hooks/useBuiltinResourceTypes.d.ts +2 -2
  61. package/dist/types/hooks/useCrdData.d.ts +2 -2
  62. package/dist/types/hooks/useCrdResource.d.ts +5 -5
  63. package/dist/types/hooks/useK8sSmartResource/index.d.ts +4 -0
  64. package/dist/types/hooks/useK8sSmartResource/useK8sSmartResource.d.ts +29 -0
  65. package/dist/types/hooks/{useK8sSmartResource.d.ts → useK8sSmartResource/useK8sSmartResourceWithoutKinds.d.ts} +5 -4
  66. package/dist/types/hooks/useK8sSmartResource/useManyK8sSmartResource.d.ts +18 -0
  67. package/dist/types/hooks/useK8sSmartResource/useSmartResourceParams.d.ts +9 -0
  68. package/dist/types/hooks/useListThenWatch/useListWatch.d.ts +1 -0
  69. package/dist/types/hooks/usePermissions.d.ts +4 -4
  70. package/dist/types/hooks/useResourceScope/index.d.ts +1 -0
  71. package/dist/types/hooks/useResourceScope/useResourceScope.d.ts +12 -0
  72. package/dist/types/index.d.ts +2 -1
  73. package/dist/types/localTypes/bff/form.d.ts +5 -5
  74. package/dist/types/localTypes/bff/scopes.d.ts +6 -6
  75. package/dist/types/localTypes/bff/table.d.ts +4 -3
  76. package/dist/types/localTypes/factories/converterBytes.d.ts +10 -0
  77. package/dist/types/localTypes/factories/converterCores.d.ts +7 -0
  78. package/dist/types/localTypes/form.d.ts +2 -2
  79. package/dist/types/localTypes/marketplace.d.ts +1 -1
  80. package/dist/types/localTypes/navigations.d.ts +3 -0
  81. package/dist/types/localTypes/richTable.d.ts +4 -0
  82. package/dist/types/utils/converterBytes/converterBytes.d.ts +32 -0
  83. package/dist/types/utils/converterBytes/converterBytes.test.d.ts +1 -0
  84. package/dist/types/utils/converterBytes/index.d.ts +1 -0
  85. package/dist/types/utils/converterCores/converterCores.d.ts +45 -0
  86. package/dist/types/utils/converterCores/converterCores.test.d.ts +1 -0
  87. package/dist/types/utils/converterCores/index.d.ts +1 -0
  88. package/dist/types/utils/getGroupsByCategory/getGroupsByCategory.d.ts +2 -2
  89. package/dist/types/utils/index.d.ts +2 -0
  90. package/dist/types/utils/tableLocations/tableLocations.d.ts +5 -5
  91. package/package.json +2 -1
  92. package/dist/types/components/organisms/DynamicComponents/molecules/ConverterBytes/types.d.ts +0 -10
  93. package/dist/types/components/organisms/DynamicComponents/molecules/ConverterBytes/utils.d.ts +0 -15
  94. /package/dist/types/components/molecules/{BlackholeForm/molecules/YamlEditorSingleton → YamlEditorSingleton}/index.d.ts +0 -0
  95. /package/dist/types/components/molecules/{BlackholeForm/molecules/YamlEditorSingleton → YamlEditorSingleton}/styled.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.