@prorobotech/openapi-k8s-toolkit 1.4.0-alpha.16 → 1.4.0-alpha.17

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 (86) hide show
  1. package/dist/{index-Cc-4YPOA.mjs → index-B50_esSW.mjs} +86 -15
  2. package/dist/index-B50_esSW.mjs.map +1 -0
  3. package/dist/{index-Drku3xGg.mjs → index-CTYM2Lu_.mjs} +2 -2
  4. package/dist/{index-Drku3xGg.mjs.map → index-CTYM2Lu_.mjs.map} +1 -1
  5. package/dist/openapi-k8s-toolkit.es.js +1 -1
  6. package/dist/openapi-k8s-toolkit.umd.js +84 -13
  7. package/dist/openapi-k8s-toolkit.umd.js.map +1 -1
  8. package/dist/types/api/bff/plugins/getPlugins.d.ts +1 -1
  9. package/dist/types/api/bff/scopes/checkScopes.d.ts +1 -1
  10. package/dist/types/api/bff/scopes/filterScopes.d.ts +2 -2
  11. package/dist/types/api/bff/search/getKinds.d.ts +1 -1
  12. package/dist/types/api/bff/swagger/getSwagger.d.ts +1 -1
  13. package/dist/types/api/getClusterList.d.ts +1 -1
  14. package/dist/types/api/permissions.d.ts +1 -1
  15. package/dist/types/components/molecules/BlackholeForm/atoms/CustomCollapse/CustomCollapse.d.ts +1 -1
  16. package/dist/types/components/molecules/BlackholeForm/atoms/DebugNameViewer/DebugNameViewer.d.ts +1 -1
  17. package/dist/types/components/molecules/BlackholeForm/atoms/HiddenContainer/HiddenContainer.d.ts +1 -1
  18. package/dist/types/components/molecules/BlackholeForm/atoms/HiddenContainer/utils.d.ts +1 -1
  19. package/dist/types/components/molecules/BlackholeForm/atoms/PersistedCheckbox/PersistedCheckbox.d.ts +1 -1
  20. package/dist/types/components/molecules/BlackholeForm/molecules/FormArrayHeader/FormArrayHeader.d.ts +1 -1
  21. package/dist/types/components/molecules/BlackholeForm/molecules/FormBooleanInput/FormBooleanInput.d.ts +1 -1
  22. package/dist/types/components/molecules/BlackholeForm/molecules/FormEnumStringInput/FormEnumStringInput.d.ts +1 -1
  23. package/dist/types/components/molecules/BlackholeForm/molecules/FormInlineYamlEditor/FormInlineYamlEditor.d.ts +1 -1
  24. package/dist/types/components/molecules/BlackholeForm/molecules/FormListInput/FormListInput.d.ts +2 -2
  25. package/dist/types/components/molecules/BlackholeForm/molecules/FormNamespaceInput/FormNamespaceInput.d.ts +1 -1
  26. package/dist/types/components/molecules/BlackholeForm/molecules/FormNumberInput/FormNumberInput.d.ts +1 -1
  27. package/dist/types/components/molecules/BlackholeForm/molecules/FormObjectFromSwagger/FormObjectFromSwagger.d.ts +1 -1
  28. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/FormRangeInput.d.ts +2 -2
  29. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/molecules/RangeInput/RangeInput.d.ts +1 -1
  30. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/utils.d.ts +1 -1
  31. package/dist/types/components/molecules/BlackholeForm/molecules/FormStringInput/FormStringInput.d.ts +1 -1
  32. package/dist/types/components/molecules/BlackholeForm/molecules/FormStringMultilineInput/FormStringMultilineInput.d.ts +1 -1
  33. package/dist/types/components/molecules/BlackholeForm/molecules/helpers/validation.d.ts +1 -1
  34. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/BlackholeForm.d.ts +3 -3
  35. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/casts.d.ts +1 -1
  36. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/getSortedPropertyKeys.d.ts +1 -1
  37. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/helpers/hiddenExpanded.d.ts +1 -1
  38. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/utils.d.ts +2 -2
  39. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/utilsErrorHandler.d.ts +1 -1
  40. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormProvider/BlackholeFormProvider.d.ts +2 -2
  41. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/EnrichedTable.d.ts +1 -1
  42. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/utils.d.ts +2 -2
  43. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/EnrichedTableProvider.d.ts +2 -2
  44. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/utils.d.ts +2 -2
  45. package/dist/types/components/molecules/MarketPlace/molecules/AddEditFormModal/AddEditFormModal.d.ts +1 -1
  46. package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/MarketplaceCard.d.ts +1 -1
  47. package/dist/types/components/molecules/Search/Search.d.ts +1 -1
  48. package/dist/types/components/molecules/YamlEditorSingleton/YamlEditorSingleton.d.ts +1 -1
  49. package/dist/types/components/organisms/DynamicComponents/DynamicComponents.d.ts +1 -1
  50. package/dist/types/components/organisms/DynamicComponents/molecules/ActionsDropdown/permissionsMap.d.ts +1 -1
  51. package/dist/types/components/organisms/DynamicComponents/molecules/PrometheusGraph/helpers.d.ts +1 -1
  52. package/dist/types/components/organisms/DynamicComponents/molecules/UsageGraphCard/atoms/FormattedValue/utils.d.ts +2 -2
  53. package/dist/types/components/organisms/DynamicComponents/types/ContentCard.d.ts +1 -1
  54. package/dist/types/components/organisms/DynamicComponents/types/ConverterBytes.d.ts +1 -1
  55. package/dist/types/components/organisms/DynamicComponents/types/ConverterCores.d.ts +1 -1
  56. package/dist/types/components/organisms/DynamicComponents/types/EnrichedTable.d.ts +1 -1
  57. package/dist/types/components/organisms/DynamicComponents/types/PrometheusGraph.d.ts +1 -1
  58. package/dist/types/components/organisms/DynamicComponents/types/SidebarProvider.d.ts +1 -1
  59. package/dist/types/components/organisms/DynamicComponents/types/Spacer.d.ts +1 -1
  60. package/dist/types/components/organisms/DynamicRenderer/DynamicRenderer.d.ts +1 -1
  61. package/dist/types/components/organisms/DynamicRendererWithProviders/DynamicRendererWithProviders.d.ts +2 -2
  62. package/dist/types/components/organisms/DynamicRendererWithProviders/providers/hybridDataProvider/hybridDataProvider.d.ts +1 -1
  63. package/dist/types/components/organisms/DynamicRendererWithProviders/providers/multiK8sProvider/multiK8sProvider.d.ts +1 -1
  64. package/dist/types/hooks/useApiResource.d.ts +1 -1
  65. package/dist/types/hooks/useBuiltinResourceTypes.d.ts +1 -1
  66. package/dist/types/hooks/useCrdResource.d.ts +1 -1
  67. package/dist/types/hooks/useK8sSmartResource/useK8sSmartResourceWithoutKinds.d.ts +1 -1
  68. package/dist/types/hooks/useListThenWatch/reducer.d.ts +1 -1
  69. package/dist/types/hooks/useListThenWatch/types.d.ts +1 -1
  70. package/dist/types/hooks/useListThenWatch/useListWatch.d.ts +1 -1
  71. package/dist/types/hooks/useListThenWatch/utils.d.ts +1 -1
  72. package/dist/types/hooks/usePermissions.d.ts +1 -1
  73. package/dist/types/localTypes/bff/table.d.ts +1 -1
  74. package/dist/types/localTypes/dynamicRender.d.ts +1 -1
  75. package/dist/types/localTypes/search.d.ts +1 -1
  76. package/dist/types/utils/converterBytes/converterBytes.d.ts +1 -1
  77. package/dist/types/utils/converterCores/converterCores.d.ts +1 -1
  78. package/dist/types/utils/getGroupsByCategory/getGroupsByCategory.d.ts +1 -1
  79. package/dist/types/utils/getSortedKinds/getSortedKinds.d.ts +2 -2
  80. package/dist/types/utils/getSortedKindsAll/getSortedKindsAll.d.ts +2 -2
  81. package/dist/types/utils/getStringByName/getStringByName.d.ts +1 -1
  82. package/dist/types/utils/kindByGvr/kindByGvr.d.ts +1 -1
  83. package/dist/types/utils/namespacedByGvr/namespacedByGvr.d.ts +1 -1
  84. package/dist/types/utils/pluralByKind/pluralByKind.d.ts +1 -1
  85. package/package.json +1 -1
  86. package/dist/index-Cc-4YPOA.mjs.map +0 -1
@@ -1,3 +1,3 @@
1
- import { TKindIndex } from 'localTypes/bff/search';
2
- import { TKindWithVersion } from 'localTypes/search';
1
+ import { TKindIndex } from '../../localTypes/bff/search';
2
+ import { TKindWithVersion } from '../../localTypes/search';
3
3
  export declare const getSortedKinds: (index: TKindIndex) => TKindWithVersion[];
@@ -1,5 +1,5 @@
1
- import { TKindIndex } from 'localTypes/bff/search';
2
- import { TKindWithVersion } from 'localTypes/search';
1
+ import { TKindIndex } from '../../localTypes/bff/search';
2
+ import { TKindWithVersion } from '../../localTypes/search';
3
3
  /**
4
4
  * RETURNS ALL VERSIONS (one row per version).
5
5
  * The first row for each {group, kind} will be the preferred (if any),
@@ -1,2 +1,2 @@
1
- import { TFormName } from 'localTypes/form';
1
+ import { TFormName } from '../../localTypes/form';
2
2
  export declare const getStringByName: (name: TFormName) => string;
@@ -1,4 +1,4 @@
1
- import { TKindWithVersion } from 'localTypes/search';
1
+ import { TKindWithVersion } from '../../localTypes/search';
2
2
  /**
3
3
  * Build a lookup function: given "group~version~resource" return the unique kind.
4
4
  * Functional, side-effect free, and tolerant of empty group (e.g. "~v1~bindings").
@@ -1,4 +1,4 @@
1
- import { TKindWithVersion } from 'localTypes/search';
1
+ import { TKindWithVersion } from '../../localTypes/search';
2
2
  /**
3
3
  * Build a lookup function: given "group~version~resource" return the unique namespaced value.
4
4
  * Functional, side-effect free, and tolerant of empty group (e.g. "~v1~bindings").
@@ -1,4 +1,4 @@
1
- import { TKindWithVersion } from 'localTypes/search';
1
+ import { TKindWithVersion } from '../../localTypes/search';
2
2
  type ApiVersion = string;
3
3
  /**
4
4
  * Build a lookup function: given (kind, apiVersion?) return the plural resource.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prorobotech/openapi-k8s-toolkit",
3
- "version": "1.4.0-alpha.16",
3
+ "version": "1.4.0-alpha.17",
4
4
  "description": "ProRobotech OpenAPI k8s tools",
5
5
  "main": "dist/openapi-k8s-toolkit.cjs.js",
6
6
  "module": "dist/openapi-k8s-toolkit.es.js",