@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.8 → 0.0.1-alpha.80

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 (311) hide show
  1. package/dist/openapi-k8s-toolkit.es.js +46863 -4172
  2. package/dist/openapi-k8s-toolkit.es.js.map +1 -1
  3. package/dist/openapi-k8s-toolkit.umd.js +47128 -89
  4. package/dist/openapi-k8s-toolkit.umd.js.map +1 -1
  5. package/dist/style.css +218 -0
  6. package/dist/types/api/bff/scopes/checkScopes.d.ts +11 -0
  7. package/dist/types/api/bff/scopes/filterScopes.d.ts +22 -0
  8. package/dist/types/api/bff/swagger/getSwagger.d.ts +5 -0
  9. package/dist/types/api/forms.d.ts +12 -0
  10. package/dist/types/api/getApiResource.d.ts +17 -0
  11. package/dist/types/api/getApiResourceTypes.d.ts +9 -0
  12. package/dist/types/api/getBuiltinResource.d.ts +13 -0
  13. package/dist/types/api/getBuiltinResourceTypes.d.ts +4 -0
  14. package/dist/types/api/getClusterList.d.ts +3 -0
  15. package/dist/types/api/getCrdData.d.ts +6 -0
  16. package/dist/types/api/getCrdResource.d.ts +16 -0
  17. package/dist/types/api/permissions.d.ts +14 -0
  18. package/dist/types/components/atoms/ContentCard/ContentCard.d.ts +9 -0
  19. package/dist/types/components/atoms/ContentCard/index.d.ts +2 -0
  20. package/dist/types/components/atoms/ContentCard/styled.d.ts +14 -0
  21. package/dist/types/components/atoms/DeleteModal/DeleteModal.d.ts +7 -0
  22. package/dist/types/components/atoms/DeleteModal/index.d.ts +2 -0
  23. package/dist/types/components/atoms/DeleteModalMany/DeleteModalMany.d.ts +9 -0
  24. package/dist/types/components/atoms/DeleteModalMany/index.d.ts +2 -0
  25. package/dist/types/components/atoms/Icons/BackToDefaultIcon.d.ts +2 -0
  26. package/dist/types/components/atoms/Icons/CustomFeedBackIcons.d.ts +6 -0
  27. package/dist/types/components/atoms/Icons/DeleteIcon.d.ts +2 -0
  28. package/dist/types/components/atoms/Icons/DownIcon.d.ts +2 -0
  29. package/dist/types/components/atoms/Icons/EditIcon.d.ts +2 -0
  30. package/dist/types/components/atoms/Icons/LockedIcon.d.ts +2 -0
  31. package/dist/types/components/atoms/Icons/MinusIcon.d.ts +2 -0
  32. package/dist/types/components/atoms/Icons/PauseCircleIcon.d.ts +2 -0
  33. package/dist/types/components/atoms/Icons/PlusIcon.d.ts +2 -0
  34. package/dist/types/components/atoms/Icons/ResumeCircleIcon.d.ts +2 -0
  35. package/dist/types/components/atoms/Icons/SuccessIcon.d.ts +2 -0
  36. package/dist/types/components/atoms/Icons/UnlockedIcon.d.ts +2 -0
  37. package/dist/types/components/atoms/Icons/UpIcon.d.ts +2 -0
  38. package/dist/types/components/atoms/Icons/index.d.ts +13 -0
  39. package/dist/types/components/atoms/Spacer/Spacer.d.ts +7 -0
  40. package/dist/types/components/atoms/Spacer/index.d.ts +2 -0
  41. package/dist/types/components/atoms/TreeWithSearch/TreeWithSearch.d.ts +7 -0
  42. package/dist/types/components/atoms/TreeWithSearch/index.d.ts +2 -0
  43. package/dist/types/components/atoms/TreeWithSearch/styled.d.ts +276 -0
  44. package/dist/types/components/atoms/index.d.ts +6 -0
  45. package/dist/types/components/index.d.ts +2 -0
  46. package/dist/types/components/molecules/BlackholeForm/atoms/ArrayInsideContainer/ArrayInsideContainer.d.ts +4 -0
  47. package/dist/types/components/molecules/BlackholeForm/atoms/ArrayInsideContainer/index.d.ts +1 -0
  48. package/dist/types/components/molecules/BlackholeForm/atoms/ArrayInsideContainer/styled.d.ts +9 -0
  49. package/dist/types/components/molecules/BlackholeForm/atoms/CustomCollapse/CustomCollapse.d.ts +13 -0
  50. package/dist/types/components/molecules/BlackholeForm/atoms/CustomCollapse/index.d.ts +1 -0
  51. package/dist/types/components/molecules/BlackholeForm/atoms/CustomCollapse/styled.d.ts +288 -0
  52. package/dist/types/components/molecules/BlackholeForm/atoms/CustomSizeTitle/CustomSizeTitle.d.ts +6 -0
  53. package/dist/types/components/molecules/BlackholeForm/atoms/CustomSizeTitle/index.d.ts +1 -0
  54. package/dist/types/components/molecules/BlackholeForm/atoms/DebugNameViewer/DebugNameViewer.d.ts +11 -0
  55. package/dist/types/components/molecules/BlackholeForm/atoms/DebugNameViewer/index.d.ts +1 -0
  56. package/dist/types/components/molecules/BlackholeForm/atoms/HeightContainer/HeightContainer.d.ts +6 -0
  57. package/dist/types/components/molecules/BlackholeForm/atoms/HeightContainer/index.d.ts +1 -0
  58. package/dist/types/components/molecules/BlackholeForm/atoms/HiddenContainer/HiddenContainer.d.ts +8 -0
  59. package/dist/types/components/molecules/BlackholeForm/atoms/HiddenContainer/index.d.ts +1 -0
  60. package/dist/types/components/molecules/BlackholeForm/atoms/PersistedCheckbox/PersistedCheckbox.d.ts +9 -0
  61. package/dist/types/components/molecules/BlackholeForm/atoms/PersistedCheckbox/index.d.ts +1 -0
  62. package/dist/types/components/molecules/BlackholeForm/atoms/PossibleHiddenContainer/PossibleHiddenContainer.d.ts +6 -0
  63. package/dist/types/components/molecules/BlackholeForm/atoms/PossibleHiddenContainer/index.d.ts +1 -0
  64. package/dist/types/components/molecules/BlackholeForm/atoms/ResetedFormItem/ResetedFormItem.d.ts +49 -0
  65. package/dist/types/components/molecules/BlackholeForm/atoms/ResetedFormItem/index.d.ts +1 -0
  66. package/dist/types/components/molecules/BlackholeForm/atoms/index.d.ts +9 -0
  67. package/dist/types/components/molecules/BlackholeForm/index.d.ts +2 -0
  68. package/dist/types/components/molecules/BlackholeForm/molecules/FormArrayHeader/FormArrayHeader.d.ts +16 -0
  69. package/dist/types/components/molecules/BlackholeForm/molecules/FormArrayHeader/index.d.ts +1 -0
  70. package/dist/types/components/molecules/BlackholeForm/molecules/FormBooleanInput/FormBooleanInput.d.ts +16 -0
  71. package/dist/types/components/molecules/BlackholeForm/molecules/FormBooleanInput/index.d.ts +1 -0
  72. package/dist/types/components/molecules/BlackholeForm/molecules/FormBooleanInput/styled.d.ts +548 -0
  73. package/dist/types/components/molecules/BlackholeForm/molecules/FormEnumStringInput/FormEnumStringInput.d.ts +20 -0
  74. package/dist/types/components/molecules/BlackholeForm/molecules/FormEnumStringInput/index.d.ts +1 -0
  75. package/dist/types/components/molecules/BlackholeForm/molecules/FormListInput/FormListInput.d.ts +22 -0
  76. package/dist/types/components/molecules/BlackholeForm/molecules/FormListInput/index.d.ts +1 -0
  77. package/dist/types/components/molecules/BlackholeForm/molecules/FormNamespaceInput/FormNamespaceInput.d.ts +12 -0
  78. package/dist/types/components/molecules/BlackholeForm/molecules/FormNamespaceInput/index.d.ts +1 -0
  79. package/dist/types/components/molecules/BlackholeForm/molecules/FormNumberInput/FormNumberInput.d.ts +20 -0
  80. package/dist/types/components/molecules/BlackholeForm/molecules/FormNumberInput/index.d.ts +1 -0
  81. package/dist/types/components/molecules/BlackholeForm/molecules/FormObjectFromSwagger/FormObjectFromSwagger.d.ts +35 -0
  82. package/dist/types/components/molecules/BlackholeForm/molecules/FormObjectFromSwagger/index.d.ts +1 -0
  83. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/FormRangeInput.d.ts +19 -0
  84. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/index.d.ts +1 -0
  85. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/molecules/RangeInput/RangeInput.d.ts +19 -0
  86. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/molecules/RangeInput/index.d.ts +1 -0
  87. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/molecules/index.d.ts +1 -0
  88. package/dist/types/components/molecules/BlackholeForm/molecules/FormRangeInput/utils.d.ts +18 -0
  89. package/dist/types/components/molecules/BlackholeForm/molecules/FormStringInput/FormStringInput.d.ts +19 -0
  90. package/dist/types/components/molecules/BlackholeForm/molecules/FormStringInput/index.d.ts +1 -0
  91. package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditor/YamlEditor.d.ts +8 -0
  92. package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditor/index.d.ts +1 -0
  93. package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditor/styled.d.ts +276 -0
  94. package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditorSingleton/YamlEditorSingleton.d.ts +18 -0
  95. package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditorSingleton/index.d.ts +1 -0
  96. package/dist/types/components/molecules/BlackholeForm/molecules/YamlEditorSingleton/styled.d.ts +286 -0
  97. package/dist/types/components/molecules/BlackholeForm/molecules/index.d.ts +11 -0
  98. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/BlackholeForm.d.ts +33 -0
  99. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/context.d.ts +27 -0
  100. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/index.d.ts +2 -0
  101. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/styled.d.ts +583 -0
  102. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/utils.d.ts +192 -0
  103. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeForm/utilsErrorHandler.d.ts +16 -0
  104. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormDataProvider/BlackholeFormDataProvider.d.ts +36 -0
  105. package/dist/types/components/molecules/BlackholeForm/organisms/BlackholeFormDataProvider/index.d.ts +2 -0
  106. package/dist/types/components/molecules/BlackholeForm/organisms/index.d.ts +2 -0
  107. package/dist/types/components/molecules/EnrichedTable/index.d.ts +1 -0
  108. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/EnrichedTable.d.ts +34 -0
  109. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/FilterDropdown/FilterDropdown.d.ts +11 -0
  110. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/FilterDropdown/index.d.ts +1 -0
  111. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/ShortenedTextWithTooltip/ShortenedTextWithTooltip.d.ts +8 -0
  112. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/ShortenedTextWithTooltip/index.d.ts +1 -0
  113. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/ShortenedTextWithTooltip/styled.d.ts +9 -0
  114. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TableComponents/TableComponents.d.ts +284 -0
  115. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TableComponents/index.d.ts +1 -0
  116. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TextAlignContainer/TextAlignContainer.d.ts +6 -0
  117. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TextAlignContainer/index.d.ts +1 -0
  118. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TinyButton/TinyButton.d.ts +314 -0
  119. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TinyButton/index.d.ts +1 -0
  120. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TrimmedTags/TrimmedTags.d.ts +7 -0
  121. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/TrimmedTags/index.d.ts +1 -0
  122. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/atoms/index.d.ts +6 -0
  123. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/index.d.ts +3 -0
  124. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/types.d.ts +16 -0
  125. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTable/utils.d.ts +17 -0
  126. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/EnrichedTableProvider.d.ts +47 -0
  127. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/index.d.ts +2 -0
  128. package/dist/types/components/molecules/EnrichedTable/organisms/EnrichedTableProvider/utils.d.ts +25 -0
  129. package/dist/types/components/molecules/EnrichedTable/organisms/index.d.ts +2 -0
  130. package/dist/types/components/molecules/ManageableBreadcrumbs/ManageableBreadcrumbs.d.ts +5 -4
  131. package/dist/types/components/molecules/ManageableBreadcrumbs/molecules/CollapsibleBreadcrumb/CollapsibleBreadcrumb.d.ts +7 -0
  132. package/dist/types/components/molecules/ManageableBreadcrumbs/molecules/CollapsibleBreadcrumb/index.d.ts +1 -0
  133. package/dist/types/components/molecules/ManageableBreadcrumbs/molecules/CollapsibleBreadcrumb/styled.d.ts +820 -0
  134. package/dist/types/components/molecules/ManageableBreadcrumbs/molecules/index.d.ts +1 -0
  135. package/dist/types/components/molecules/ManageableBreadcrumbs/styled.d.ts +3 -3
  136. package/dist/types/components/molecules/ManageableBreadcrumbs/types.d.ts +1 -1
  137. package/dist/types/components/molecules/ManageableBreadcrumbs/utils.d.ts +3 -7
  138. package/dist/types/components/molecules/ManageableSidebar/ManageableSidebar.d.ts +22 -0
  139. package/dist/types/components/molecules/ManageableSidebar/index.d.ts +3 -0
  140. package/dist/types/components/molecules/ManageableSidebar/styled.d.ts +10 -0
  141. package/dist/types/components/molecules/ManageableSidebar/types.d.ts +19 -0
  142. package/dist/types/components/molecules/ManageableSidebar/utils.d.ts +16 -0
  143. package/dist/types/components/molecules/MarketPlace/MarketPlace.d.ts +11 -0
  144. package/dist/types/components/molecules/MarketPlace/atoms/AddCard/AddCard.d.ts +6 -0
  145. package/dist/types/components/molecules/MarketPlace/atoms/AddCard/index.d.ts +1 -0
  146. package/dist/types/components/molecules/MarketPlace/atoms/AddCard/styled.d.ts +297 -0
  147. package/dist/types/components/molecules/MarketPlace/atoms/index.d.ts +1 -0
  148. package/dist/types/components/molecules/MarketPlace/index.d.ts +4 -0
  149. package/dist/types/components/molecules/MarketPlace/molecules/AddEditFormModal/AddEditFormModal.d.ts +17 -0
  150. package/dist/types/components/molecules/MarketPlace/molecules/AddEditFormModal/index.d.ts +1 -0
  151. package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/MarketplaceCard.d.ts +12 -0
  152. package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/index.d.ts +1 -0
  153. package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/styled.d.ts +1925 -0
  154. package/dist/types/components/molecules/MarketPlace/molecules/MarketplaceCard/utils.d.ts +28 -0
  155. package/dist/types/components/molecules/MarketPlace/molecules/SearchTextInput/SearchTextInput.d.ts +8 -0
  156. package/dist/types/components/molecules/MarketPlace/molecules/SearchTextInput/index.d.ts +1 -0
  157. package/dist/types/components/molecules/MarketPlace/molecules/index.d.ts +3 -0
  158. package/dist/types/components/molecules/MarketPlace/styled.d.ts +276 -0
  159. package/dist/types/components/molecules/ProjectInfoCard/ProjectInfoCard.d.ts +15 -0
  160. package/dist/types/components/molecules/ProjectInfoCard/index.d.ts +2 -0
  161. package/dist/types/components/molecules/ProjectInfoCard/molecules/DropdownAccessGroups/DropdownAccessGroups.d.ts +6 -0
  162. package/dist/types/components/molecules/ProjectInfoCard/molecules/DropdownAccessGroups/index.d.ts +1 -0
  163. package/dist/types/components/molecules/ProjectInfoCard/molecules/DropdownActions/DropdownActions.d.ts +7 -0
  164. package/dist/types/components/molecules/ProjectInfoCard/molecules/DropdownActions/index.d.ts +1 -0
  165. package/dist/types/components/molecules/ProjectInfoCard/molecules/index.d.ts +2 -0
  166. package/dist/types/components/molecules/ProjectInfoCard/styled.d.ts +548 -0
  167. package/dist/types/components/molecules/Terminals/NodeTerminal/NodeTerminal.d.ts +8 -0
  168. package/dist/types/components/molecules/Terminals/NodeTerminal/index.d.ts +2 -0
  169. package/dist/types/components/molecules/Terminals/NodeTerminal/molecules/XTerminal/XTerminal.d.ts +10 -0
  170. package/dist/types/components/molecules/Terminals/NodeTerminal/molecules/XTerminal/index.d.ts +1 -0
  171. package/dist/types/components/molecules/Terminals/NodeTerminal/molecules/XTerminal/styled.d.ts +17 -0
  172. package/dist/types/components/molecules/Terminals/NodeTerminal/molecules/index.d.ts +1 -0
  173. package/dist/types/components/molecules/Terminals/NodeTerminal/styled.d.ts +276 -0
  174. package/dist/types/components/molecules/Terminals/PodLogs/PodLogs.d.ts +9 -0
  175. package/dist/types/components/molecules/Terminals/PodLogs/index.d.ts +2 -0
  176. package/dist/types/components/molecules/Terminals/PodLogs/molecules/XTerminal/XTerminal.d.ts +11 -0
  177. package/dist/types/components/molecules/Terminals/PodLogs/molecules/XTerminal/index.d.ts +1 -0
  178. package/dist/types/components/molecules/Terminals/PodLogs/molecules/XTerminal/styled.d.ts +13 -0
  179. package/dist/types/components/molecules/Terminals/PodLogs/molecules/index.d.ts +1 -0
  180. package/dist/types/components/molecules/Terminals/PodLogs/styled.d.ts +276 -0
  181. package/dist/types/components/molecules/Terminals/PodLogsMonaco/PodLogsMonaco.d.ts +22 -0
  182. package/dist/types/components/molecules/Terminals/PodLogsMonaco/index.d.ts +2 -0
  183. package/dist/types/components/molecules/Terminals/PodLogsMonaco/molecules/MonacoEditor/MonacoEditor.d.ts +12 -0
  184. package/dist/types/components/molecules/Terminals/PodLogsMonaco/molecules/MonacoEditor/index.d.ts +1 -0
  185. package/dist/types/components/molecules/Terminals/PodLogsMonaco/molecules/MonacoEditor/styled.d.ts +829 -0
  186. package/dist/types/components/molecules/Terminals/PodLogsMonaco/molecules/index.d.ts +1 -0
  187. package/dist/types/components/molecules/Terminals/PodLogsMonaco/styled.d.ts +548 -0
  188. package/dist/types/components/molecules/Terminals/PodTerminal/PodTerminal.d.ts +9 -0
  189. package/dist/types/components/molecules/Terminals/PodTerminal/index.d.ts +2 -0
  190. package/dist/types/components/molecules/Terminals/PodTerminal/molecules/XTerminal/XTerminal.d.ts +11 -0
  191. package/dist/types/components/molecules/Terminals/PodTerminal/molecules/XTerminal/index.d.ts +1 -0
  192. package/dist/types/components/molecules/Terminals/PodTerminal/molecules/XTerminal/styled.d.ts +13 -0
  193. package/dist/types/components/molecules/Terminals/PodTerminal/molecules/index.d.ts +1 -0
  194. package/dist/types/components/molecules/Terminals/PodTerminal/styled.d.ts +276 -0
  195. package/dist/types/components/molecules/Terminals/index.d.ts +4 -0
  196. package/dist/types/components/molecules/index.d.ts +6 -0
  197. package/dist/types/components/organisms/DynamicComponents/DynamicComponents.d.ts +3 -0
  198. package/dist/types/components/organisms/DynamicComponents/index.d.ts +2 -0
  199. package/dist/types/components/organisms/DynamicComponents/molecules/AntdButton/AntdButton.d.ts +6 -0
  200. package/dist/types/components/organisms/DynamicComponents/molecules/AntdButton/index.d.ts +1 -0
  201. package/dist/types/components/organisms/DynamicComponents/molecules/AntdCard/AntdCard.d.ts +6 -0
  202. package/dist/types/components/organisms/DynamicComponents/molecules/AntdCard/index.d.ts +1 -0
  203. package/dist/types/components/organisms/DynamicComponents/molecules/AntdCol/AntdCol.d.ts +6 -0
  204. package/dist/types/components/organisms/DynamicComponents/molecules/AntdCol/index.d.ts +1 -0
  205. package/dist/types/components/organisms/DynamicComponents/molecules/AntdFlex/AntdFlex.d.ts +6 -0
  206. package/dist/types/components/organisms/DynamicComponents/molecules/AntdFlex/index.d.ts +1 -0
  207. package/dist/types/components/organisms/DynamicComponents/molecules/AntdLink/AntdLink.d.ts +6 -0
  208. package/dist/types/components/organisms/DynamicComponents/molecules/AntdLink/index.d.ts +1 -0
  209. package/dist/types/components/organisms/DynamicComponents/molecules/AntdRow/AntdRow.d.ts +6 -0
  210. package/dist/types/components/organisms/DynamicComponents/molecules/AntdRow/index.d.ts +1 -0
  211. package/dist/types/components/organisms/DynamicComponents/molecules/AntdTabs/AntdTabs.d.ts +6 -0
  212. package/dist/types/components/organisms/DynamicComponents/molecules/AntdTabs/index.d.ts +1 -0
  213. package/dist/types/components/organisms/DynamicComponents/molecules/AntdText/AntdText.d.ts +6 -0
  214. package/dist/types/components/organisms/DynamicComponents/molecules/AntdText/index.d.ts +1 -0
  215. package/dist/types/components/organisms/DynamicComponents/molecules/ContentCard/ContentCard.d.ts +6 -0
  216. package/dist/types/components/organisms/DynamicComponents/molecules/ContentCard/index.d.ts +1 -0
  217. package/dist/types/components/organisms/DynamicComponents/molecules/DefaultDiv/DefaultDiv.d.ts +6 -0
  218. package/dist/types/components/organisms/DynamicComponents/molecules/DefaultDiv/index.d.ts +1 -0
  219. package/dist/types/components/organisms/DynamicComponents/molecules/EnrichedTable/EnrichedTable.d.ts +6 -0
  220. package/dist/types/components/organisms/DynamicComponents/molecules/EnrichedTable/index.d.ts +1 -0
  221. package/dist/types/components/organisms/DynamicComponents/molecules/EnrichedTable/utils.d.ts +1 -0
  222. package/dist/types/components/organisms/DynamicComponents/molecules/MarketplaceCard/MarketplaceCard.d.ts +6 -0
  223. package/dist/types/components/organisms/DynamicComponents/molecules/MarketplaceCard/index.d.ts +1 -0
  224. package/dist/types/components/organisms/DynamicComponents/molecules/MultiQuery/MultiQuery.d.ts +5 -0
  225. package/dist/types/components/organisms/DynamicComponents/molecules/MultiQuery/index.d.ts +1 -0
  226. package/dist/types/components/organisms/DynamicComponents/molecules/NodeTerminal/NodeTerminal.d.ts +6 -0
  227. package/dist/types/components/organisms/DynamicComponents/molecules/NodeTerminal/index.d.ts +1 -0
  228. package/dist/types/components/organisms/DynamicComponents/molecules/ParsedText/ParsedText.d.ts +5 -0
  229. package/dist/types/components/organisms/DynamicComponents/molecules/ParsedText/index.d.ts +1 -0
  230. package/dist/types/components/organisms/DynamicComponents/molecules/PartsOfUrl/PartsOfUrl.d.ts +5 -0
  231. package/dist/types/components/organisms/DynamicComponents/molecules/PartsOfUrl/index.d.ts +1 -0
  232. package/dist/types/components/organisms/DynamicComponents/molecules/PodLogs/PodLogs.d.ts +6 -0
  233. package/dist/types/components/organisms/DynamicComponents/molecules/PodLogs/index.d.ts +1 -0
  234. package/dist/types/components/organisms/DynamicComponents/molecules/PodLogs/utils.d.ts +16 -0
  235. package/dist/types/components/organisms/DynamicComponents/molecules/PodTerminal/PodTerminal.d.ts +6 -0
  236. package/dist/types/components/organisms/DynamicComponents/molecules/PodTerminal/index.d.ts +1 -0
  237. package/dist/types/components/organisms/DynamicComponents/molecules/PodTerminal/utils.d.ts +10 -0
  238. package/dist/types/components/organisms/DynamicComponents/molecules/ProjectInfoCard/ProjectInfoCard.d.ts +6 -0
  239. package/dist/types/components/organisms/DynamicComponents/molecules/ProjectInfoCard/index.d.ts +1 -0
  240. package/dist/types/components/organisms/DynamicComponents/molecules/SidebarProvider/SidebarProvider.d.ts +6 -0
  241. package/dist/types/components/organisms/DynamicComponents/molecules/SidebarProvider/index.d.ts +1 -0
  242. package/dist/types/components/organisms/DynamicComponents/molecules/Spacer/Spacer.d.ts +6 -0
  243. package/dist/types/components/organisms/DynamicComponents/molecules/Spacer/index.d.ts +1 -0
  244. package/dist/types/components/organisms/DynamicComponents/molecules/StatusText/StatusText.d.ts +6 -0
  245. package/dist/types/components/organisms/DynamicComponents/molecules/StatusText/index.d.ts +1 -0
  246. package/dist/types/components/organisms/DynamicComponents/molecules/YamlEditorSingleton/YamlEditorSingleton.d.ts +6 -0
  247. package/dist/types/components/organisms/DynamicComponents/molecules/YamlEditorSingleton/index.d.ts +1 -0
  248. package/dist/types/components/organisms/DynamicComponents/molecules/index.d.ts +23 -0
  249. package/dist/types/components/organisms/DynamicComponents/molecules/utils.d.ts +21 -0
  250. package/dist/types/components/organisms/DynamicComponents/types.d.ts +139 -0
  251. package/dist/types/components/organisms/DynamicRenderer/DynamicRenderer.d.ts +7 -0
  252. package/dist/types/components/organisms/DynamicRenderer/index.d.ts +2 -0
  253. package/dist/types/components/organisms/DynamicRendererWithProviders/DynamicRendererWithProviders.d.ts +8 -0
  254. package/dist/types/components/organisms/DynamicRendererWithProviders/factoryConfigProvider.d.ts +9 -0
  255. package/dist/types/components/organisms/DynamicRendererWithProviders/index.d.ts +1 -0
  256. package/dist/types/components/organisms/DynamicRendererWithProviders/multiQueryProvider.d.ts +17 -0
  257. package/dist/types/components/organisms/DynamicRendererWithProviders/partsOfUrlContext.d.ts +9 -0
  258. package/dist/types/components/organisms/DynamicRendererWithProviders/themeContext.d.ts +8 -0
  259. package/dist/types/components/organisms/index.d.ts +3 -0
  260. package/dist/types/hooks/useApiResource.d.ts +28 -0
  261. package/dist/types/hooks/useApisResourceTypes.d.ts +30 -0
  262. package/dist/types/hooks/useBuiltinResource.d.ts +24 -0
  263. package/dist/types/hooks/useBuiltinResourceTypes.d.ts +4 -0
  264. package/dist/types/hooks/useClusterList.d.ts +3 -0
  265. package/dist/types/hooks/useCrdData.d.ts +25 -0
  266. package/dist/types/hooks/useCrdResource.d.ts +38 -0
  267. package/dist/types/hooks/useDirectUnknownResource.d.ts +2 -1
  268. package/dist/types/hooks/usePermissions.d.ts +13 -0
  269. package/dist/types/index.d.ts +34 -0
  270. package/dist/types/localTypes/JSON.d.ts +3 -0
  271. package/dist/types/localTypes/api.d.ts +8 -0
  272. package/dist/types/localTypes/bff/form.d.ts +52 -0
  273. package/dist/types/localTypes/bff/scopes.d.ts +33 -0
  274. package/dist/types/localTypes/bff/swagger.d.ts +2 -0
  275. package/dist/types/localTypes/bff/table.d.ts +15 -0
  276. package/dist/types/localTypes/clusterList.d.ts +7 -0
  277. package/dist/types/localTypes/dynamicRender.d.ts +31 -0
  278. package/dist/types/localTypes/form.d.ts +26 -0
  279. package/dist/types/localTypes/formExtensions.d.ts +52 -0
  280. package/dist/types/localTypes/k8s.d.ts +96 -0
  281. package/dist/types/localTypes/marketplace.d.ts +27 -0
  282. package/dist/types/localTypes/richTable.d.ts +17 -0
  283. package/dist/types/utils/createContextFactory/createContextFactory.d.ts +7 -0
  284. package/dist/types/utils/createContextFactory/index.d.ts +1 -0
  285. package/dist/types/utils/filterSelectOptions/filterSelectOptions.d.ts +2 -0
  286. package/dist/types/utils/filterSelectOptions/index.d.ts +1 -0
  287. package/dist/types/utils/getAllPathsFromObj/getAllPathsFromObj.d.ts +3 -0
  288. package/dist/types/utils/getAllPathsFromObj/index.d.ts +1 -0
  289. package/dist/types/utils/getGroupsByCategory/getGroupsByCategory.d.ts +53 -0
  290. package/dist/types/utils/getGroupsByCategory/index.d.ts +1 -0
  291. package/dist/types/utils/getPrefixSubArrays/getPrefixSubArrays.d.ts +1 -0
  292. package/dist/types/utils/getPrefixSubArrays/index.d.ts +1 -0
  293. package/dist/types/utils/getStringByName/getStringByName.d.ts +2 -0
  294. package/dist/types/utils/getStringByName/index.d.ts +1 -0
  295. package/dist/types/utils/groupsToTreeData/groupsToTreeData.d.ts +7 -0
  296. package/dist/types/utils/groupsToTreeData/index.d.ts +1 -0
  297. package/dist/types/utils/index.d.ts +12 -0
  298. package/dist/types/utils/isFlatObject/index.d.ts +1 -0
  299. package/dist/types/utils/isFlatObject/isFlatObject.d.ts +1 -0
  300. package/dist/types/utils/nestedStringsArrayInclude/index.d.ts +1 -0
  301. package/dist/types/utils/nestedStringsArrayInclude/nestedStringsArrayInclude.d.ts +1 -0
  302. package/dist/types/utils/normalizeValuesForQuotas/index.d.ts +1 -0
  303. package/dist/types/utils/normalizeValuesForQuotas/normalizeValuesForQuotas.d.ts +2 -0
  304. package/dist/types/utils/parseForQuotaValues/index.d.ts +1 -0
  305. package/dist/types/utils/parseForQuotaValues/parseForQuotaValues.d.ts +4 -0
  306. package/dist/types/utils/prepareTemplate/index.d.ts +1 -0
  307. package/dist/types/utils/prepareTemplate/prepareTemplate.d.ts +4 -0
  308. package/dist/types/utils/prepareUrlsToFetchForDynamicRenderer/index.d.ts +1 -0
  309. package/dist/types/utils/prepareUrlsToFetchForDynamicRenderer/prepareUrlsToFetchForDynamicRenderer.d.ts +4 -0
  310. package/package.json +15 -9
  311. /package/dist/types/{components/molecules/ManageableBreadcrumbs → utils/prepareTemplate}/prepareTemplate.test.d.ts +0 -0
package/dist/style.css ADDED
@@ -0,0 +1,218 @@
1
+ /**
2
+ * Copyright (c) 2014 The xterm.js authors. All rights reserved.
3
+ * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
4
+ * https://github.com/chjj/term.js
5
+ * @license MIT
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in
15
+ * all copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
+ * THE SOFTWARE.
24
+ *
25
+ * Originally forked from (with the author's permission):
26
+ * Fabrice Bellard's javascript vt100 for jslinux:
27
+ * http://bellard.org/jslinux/
28
+ * Copyright (c) 2011 Fabrice Bellard
29
+ * The original design remains. The terminal itself
30
+ * has been extended to include xterm CSI codes, among
31
+ * other features.
32
+ */
33
+
34
+ /**
35
+ * Default styles for xterm.js
36
+ */
37
+
38
+ .xterm {
39
+ cursor: text;
40
+ position: relative;
41
+ user-select: none;
42
+ -ms-user-select: none;
43
+ -webkit-user-select: none;
44
+ }
45
+
46
+ .xterm.focus,
47
+ .xterm:focus {
48
+ outline: none;
49
+ }
50
+
51
+ .xterm .xterm-helpers {
52
+ position: absolute;
53
+ top: 0;
54
+ /**
55
+ * The z-index of the helpers must be higher than the canvases in order for
56
+ * IMEs to appear on top.
57
+ */
58
+ z-index: 5;
59
+ }
60
+
61
+ .xterm .xterm-helper-textarea {
62
+ padding: 0;
63
+ border: 0;
64
+ margin: 0;
65
+ /* Move textarea out of the screen to the far left, so that the cursor is not visible */
66
+ position: absolute;
67
+ opacity: 0;
68
+ left: -9999em;
69
+ top: 0;
70
+ width: 0;
71
+ height: 0;
72
+ z-index: -5;
73
+ /** Prevent wrapping so the IME appears against the textarea at the correct position */
74
+ white-space: nowrap;
75
+ overflow: hidden;
76
+ resize: none;
77
+ }
78
+
79
+ .xterm .composition-view {
80
+ /* TODO: Composition position got messed up somewhere */
81
+ background: #000;
82
+ color: #FFF;
83
+ display: none;
84
+ position: absolute;
85
+ white-space: nowrap;
86
+ z-index: 1;
87
+ }
88
+
89
+ .xterm .composition-view.active {
90
+ display: block;
91
+ }
92
+
93
+ .xterm .xterm-viewport {
94
+ /* On OS X this is required in order for the scroll bar to appear fully opaque */
95
+ background-color: #000;
96
+ overflow-y: scroll;
97
+ cursor: default;
98
+ position: absolute;
99
+ right: 0;
100
+ left: 0;
101
+ top: 0;
102
+ bottom: 0;
103
+ }
104
+
105
+ .xterm .xterm-screen {
106
+ position: relative;
107
+ }
108
+
109
+ .xterm .xterm-screen canvas {
110
+ position: absolute;
111
+ left: 0;
112
+ top: 0;
113
+ }
114
+
115
+ .xterm .xterm-scroll-area {
116
+ visibility: hidden;
117
+ }
118
+
119
+ .xterm-char-measure-element {
120
+ display: inline-block;
121
+ visibility: hidden;
122
+ position: absolute;
123
+ top: 0;
124
+ left: -9999em;
125
+ line-height: normal;
126
+ }
127
+
128
+ .xterm.enable-mouse-events {
129
+ /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
130
+ cursor: default;
131
+ }
132
+
133
+ .xterm.xterm-cursor-pointer,
134
+ .xterm .xterm-cursor-pointer {
135
+ cursor: pointer;
136
+ }
137
+
138
+ .xterm.column-select.focus {
139
+ /* Column selection mode */
140
+ cursor: crosshair;
141
+ }
142
+
143
+ .xterm .xterm-accessibility:not(.debug),
144
+ .xterm .xterm-message {
145
+ position: absolute;
146
+ left: 0;
147
+ top: 0;
148
+ bottom: 0;
149
+ right: 0;
150
+ z-index: 10;
151
+ color: transparent;
152
+ pointer-events: none;
153
+ }
154
+
155
+ .xterm .xterm-accessibility-tree:not(.debug) *::selection {
156
+ color: transparent;
157
+ }
158
+
159
+ .xterm .xterm-accessibility-tree {
160
+ user-select: text;
161
+ white-space: pre;
162
+ }
163
+
164
+ .xterm .live-region {
165
+ position: absolute;
166
+ left: -9999px;
167
+ width: 1px;
168
+ height: 1px;
169
+ overflow: hidden;
170
+ }
171
+
172
+ .xterm-dim {
173
+ /* Dim should not apply to background, so the opacity of the foreground color is applied
174
+ * explicitly in the generated class and reset to 1 here */
175
+ opacity: 1 !important;
176
+ }
177
+
178
+ .xterm-underline-1 { text-decoration: underline; }
179
+ .xterm-underline-2 { text-decoration: double underline; }
180
+ .xterm-underline-3 { text-decoration: wavy underline; }
181
+ .xterm-underline-4 { text-decoration: dotted underline; }
182
+ .xterm-underline-5 { text-decoration: dashed underline; }
183
+
184
+ .xterm-overline {
185
+ text-decoration: overline;
186
+ }
187
+
188
+ .xterm-overline.xterm-underline-1 { text-decoration: overline underline; }
189
+ .xterm-overline.xterm-underline-2 { text-decoration: overline double underline; }
190
+ .xterm-overline.xterm-underline-3 { text-decoration: overline wavy underline; }
191
+ .xterm-overline.xterm-underline-4 { text-decoration: overline dotted underline; }
192
+ .xterm-overline.xterm-underline-5 { text-decoration: overline dashed underline; }
193
+
194
+ .xterm-strikethrough {
195
+ text-decoration: line-through;
196
+ }
197
+
198
+ .xterm-screen .xterm-decoration-container .xterm-decoration {
199
+ z-index: 6;
200
+ position: absolute;
201
+ }
202
+
203
+ .xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer {
204
+ z-index: 7;
205
+ }
206
+
207
+ .xterm-decoration-overview-ruler {
208
+ z-index: 8;
209
+ position: absolute;
210
+ top: 0;
211
+ right: 0;
212
+ pointer-events: none;
213
+ }
214
+
215
+ .xterm-decoration-top {
216
+ z-index: 2;
217
+ position: relative;
218
+ }
@@ -0,0 +1,11 @@
1
+ import { TCheckIfApiInstanceNamespaceScopedRes, TCheckIfBuiltInInstanceNamespaceScopedRes } from '../../../localTypes/bff/scopes';
2
+ export declare const checkIfApiInstanceNamespaceScoped: ({ typeName, apiGroup, apiVersion, clusterName, }: {
3
+ typeName: string;
4
+ apiGroup: string;
5
+ apiVersion: string;
6
+ clusterName: string;
7
+ }) => Promise<TCheckIfApiInstanceNamespaceScopedRes>;
8
+ export declare const checkIfBuiltInInstanceNamespaceScoped: ({ typeName, clusterName, }: {
9
+ typeName: string;
10
+ clusterName: string;
11
+ }) => Promise<TCheckIfBuiltInInstanceNamespaceScopedRes>;
@@ -0,0 +1,22 @@
1
+ import { TFilterIfApiInstanceNamespaceScopedRes, TFilterIfBuiltInInstanceNamespaceScopedRes } from '../../../localTypes/bff/scopes';
2
+ import { TApiGroupResourceTypeList, TBuiltinResourceTypeList } from '../../../localTypes/k8s';
3
+ export declare const filterIfApiInstanceNamespaceScoped: ({ namespace, data, apiGroup, apiVersion, clusterName, }: {
4
+ namespace?: string | undefined;
5
+ data?: {
6
+ apiVersion: string;
7
+ kind: string;
8
+ groupVersion: string;
9
+ resources: {
10
+ name: string;
11
+ kind: string;
12
+ }[];
13
+ } | undefined;
14
+ apiGroup: string;
15
+ apiVersion: string;
16
+ clusterName: string;
17
+ }) => Promise<TFilterIfApiInstanceNamespaceScopedRes>;
18
+ export declare const filterIfBuiltInInstanceNamespaceScoped: ({ namespace, data, clusterName, }: {
19
+ namespace?: string | undefined;
20
+ data?: TBuiltinResourceTypeList | undefined;
21
+ clusterName: string;
22
+ }) => Promise<TFilterIfBuiltInInstanceNamespaceScopedRes>;
@@ -0,0 +1,5 @@
1
+ import { AxiosResponse } from 'axios';
2
+ import { TGetDerefedSwaggerRes } from '../../../localTypes/bff/swagger';
3
+ export declare const getSwagger: ({ clusterName, }: {
4
+ clusterName: string;
5
+ }) => Promise<AxiosResponse<TGetDerefedSwaggerRes>>;
@@ -0,0 +1,12 @@
1
+ import { AxiosResponse } from 'axios';
2
+ export declare const createNewEntry: <T>({ endpoint, body, }: {
3
+ endpoint: string;
4
+ body: unknown;
5
+ }) => Promise<AxiosResponse<T, any>>;
6
+ export declare const updateEntry: <T>({ endpoint, body, }: {
7
+ endpoint: string;
8
+ body: unknown;
9
+ }) => Promise<AxiosResponse<T, any>>;
10
+ export declare const deleteEntry: <T>({ endpoint }: {
11
+ endpoint: string;
12
+ }) => Promise<AxiosResponse<T, any>>;
@@ -0,0 +1,17 @@
1
+ import { AxiosResponse } from 'axios';
2
+ export declare const getApiResources: <T>({ clusterName, namespace, apiGroup, apiVersion, typeName, limit, }: {
3
+ clusterName: string;
4
+ namespace?: string | undefined;
5
+ apiGroup: string;
6
+ apiVersion: string;
7
+ typeName: string;
8
+ limit: string | null;
9
+ }) => Promise<AxiosResponse<T, any>>;
10
+ export declare const getApiResourceSingle: <T>({ clusterName, namespace, apiGroup, apiVersion, typeName, entryName, }: {
11
+ clusterName: string;
12
+ namespace?: string | undefined;
13
+ apiGroup: string;
14
+ apiVersion: string;
15
+ typeName: string;
16
+ entryName: string;
17
+ }) => Promise<AxiosResponse<T, any>>;
@@ -0,0 +1,9 @@
1
+ import { AxiosResponse } from 'axios';
2
+ export declare const getApiResourceTypes: <T>({ clusterName }: {
3
+ clusterName: string;
4
+ }) => Promise<AxiosResponse<T, any>>;
5
+ export declare const getApiResourceTypesByApiGroup: <T>({ clusterName, apiGroup, apiVersion, }: {
6
+ clusterName: string;
7
+ apiGroup: string;
8
+ apiVersion: string;
9
+ }) => Promise<AxiosResponse<T, any>>;
@@ -0,0 +1,13 @@
1
+ import { AxiosResponse } from 'axios';
2
+ export declare const getBuiltinResources: <T>({ clusterName, namespace, typeName, limit, }: {
3
+ clusterName: string;
4
+ namespace?: string | undefined;
5
+ typeName: string;
6
+ limit: string | null;
7
+ }) => Promise<AxiosResponse<T, any>>;
8
+ export declare const getBuiltinResourceSingle: <T>({ clusterName, namespace, typeName, entryName, }: {
9
+ clusterName: string;
10
+ namespace?: string | undefined;
11
+ typeName: string;
12
+ entryName: string;
13
+ }) => Promise<AxiosResponse<T, any>>;
@@ -0,0 +1,4 @@
1
+ import { AxiosResponse } from 'axios';
2
+ export declare const getBuiltinResourceTypes: <T>({ clusterName, }: {
3
+ clusterName: string;
4
+ }) => Promise<AxiosResponse<T, any>>;
@@ -0,0 +1,3 @@
1
+ import { AxiosResponse } from 'axios';
2
+ import { TClusterList } from '../localTypes/clusterList';
3
+ export declare const getClusterList: () => Promise<AxiosResponse<TClusterList>>;
@@ -0,0 +1,6 @@
1
+ import { AxiosResponse } from 'axios';
2
+ export declare const getCrdData: <T>({ clusterName, apiExtensionVersion, crdName, }: {
3
+ clusterName: string;
4
+ apiExtensionVersion: string;
5
+ crdName: string;
6
+ }) => Promise<AxiosResponse<T, any>>;
@@ -0,0 +1,16 @@
1
+ import { AxiosResponse } from 'axios';
2
+ export declare const getCrdResources: <T>({ clusterName, namespace, apiGroup, apiVersion, crdName, }: {
3
+ clusterName: string;
4
+ namespace?: string | undefined;
5
+ apiGroup: string;
6
+ apiVersion: string;
7
+ crdName: string;
8
+ }) => Promise<AxiosResponse<T, any>>;
9
+ export declare const getCrdResourceSingle: <T>({ clusterName, namespace, apiGroup, apiVersion, crdName, entryName, }: {
10
+ clusterName: string;
11
+ namespace?: string | undefined;
12
+ apiGroup: string;
13
+ apiVersion: string;
14
+ crdName: string;
15
+ entryName: string;
16
+ }) => Promise<AxiosResponse<T, any>>;
@@ -0,0 +1,14 @@
1
+ import { AxiosResponse } from 'axios';
2
+ export declare const checkPermission: ({ clusterName, body, }: {
3
+ clusterName: string;
4
+ body: {
5
+ group: string;
6
+ resource: string;
7
+ verb: 'create' | 'delete' | 'patch' | 'update';
8
+ namespace: string;
9
+ };
10
+ }) => Promise<AxiosResponse<{
11
+ status: {
12
+ allowed?: boolean;
13
+ };
14
+ }>>;
@@ -0,0 +1,9 @@
1
+ import { FC, ReactNode } from 'react';
2
+ export type TContentCardProps = {
3
+ children?: ReactNode;
4
+ flexGrow?: number;
5
+ displayFlex?: boolean;
6
+ flexFlow?: string;
7
+ maxHeight?: number;
8
+ };
9
+ export declare const ContentCard: FC<TContentCardProps>;
@@ -0,0 +1,2 @@
1
+ export { ContentCard } from './ContentCard';
2
+ export type { TContentCardProps } from './ContentCard';
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ type TContentContainerProps = {
3
+ $bgColor: string;
4
+ $borderColor: string;
5
+ $flexGrow?: number;
6
+ $displayFlex?: boolean;
7
+ $flexFlow?: string;
8
+ $maxHeight?: number;
9
+ };
10
+ export declare const ContentContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TContentContainerProps>>;
11
+ export declare const Styled: {
12
+ ContentContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TContentContainerProps>>;
13
+ };
14
+ export {};
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ export type TDeleteModalProps = {
3
+ name: string;
4
+ onClose: () => void;
5
+ endpoint: string;
6
+ };
7
+ export declare const DeleteModal: FC<TDeleteModalProps>;
@@ -0,0 +1,2 @@
1
+ export { DeleteModal } from './DeleteModal';
2
+ export type { TDeleteModalProps } from './DeleteModal';
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ export type TDeleteModalManyProps = {
3
+ onClose: () => void;
4
+ data: {
5
+ name: string;
6
+ endpoint: string;
7
+ }[];
8
+ };
9
+ export declare const DeleteModalMany: FC<TDeleteModalManyProps>;
@@ -0,0 +1,2 @@
1
+ export { DeleteModalMany } from './DeleteModalMany';
2
+ export type { TDeleteModalManyProps } from './DeleteModalMany';
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const BackToDefaultIcon: FC;
@@ -0,0 +1,6 @@
1
+ export declare const feedbackIcons: () => {
2
+ success: import("react/jsx-runtime").JSX.Element;
3
+ error: import("react/jsx-runtime").JSX.Element;
4
+ warning: import("react/jsx-runtime").JSX.Element;
5
+ validating: import("react/jsx-runtime").JSX.Element;
6
+ };
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const DeleteIcon: FC;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const DownIcon: FC;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const EditIcon: FC;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const LockedIcon: FC;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const MinusIcon: FC;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const PauseCircleIcon: FC;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const PlusIcon: FC;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const ResumeCircleIcon: FC;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const SuccessIcon: FC;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const UnlockedIcon: FC;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const UpIcon: FC;
@@ -0,0 +1,13 @@
1
+ export { DeleteIcon } from './DeleteIcon';
2
+ export { EditIcon } from './EditIcon';
3
+ export { UpIcon } from './UpIcon';
4
+ export { DownIcon } from './DownIcon';
5
+ export { BackToDefaultIcon } from './BackToDefaultIcon';
6
+ export { SuccessIcon } from './SuccessIcon';
7
+ export { feedbackIcons } from './CustomFeedBackIcons';
8
+ export { PlusIcon } from './PlusIcon';
9
+ export { MinusIcon } from './MinusIcon';
10
+ export { LockedIcon } from './LockedIcon';
11
+ export { UnlockedIcon } from './UnlockedIcon';
12
+ export { PauseCircleIcon } from './PauseCircleIcon';
13
+ export { ResumeCircleIcon } from './ResumeCircleIcon';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export type TSpacerProps = {
3
+ $space?: number;
4
+ $spaceMob?: number;
5
+ $samespace?: boolean;
6
+ };
7
+ export declare const Spacer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TSpacerProps>>;
@@ -0,0 +1,2 @@
1
+ export { Spacer } from './Spacer';
2
+ export type { TSpacerProps } from './Spacer';
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { TreeDataNode, TreeProps } from 'antd';
3
+ export type TTreeWithSearchProps = {
4
+ treeData: TreeDataNode[];
5
+ onSelect: TreeProps['onSelect'];
6
+ };
7
+ export declare const TreeWithSearch: FC<TTreeWithSearchProps>;
@@ -0,0 +1,2 @@
1
+ export { TreeWithSearch } from './TreeWithSearch';
2
+ export type { TTreeWithSearchProps } from './TreeWithSearch';