@dovetail-v2/refine 0.1.11-alpha.2 → 0.1.12

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 (237) hide show
  1. package/dist/{MonacoYamlDiffEditor-42ab72d2.js → MonacoYamlDiffEditor-ae1a891e.js} +1 -1
  2. package/dist/{index-8ae38abf.js → index-90c4694a.js} +709 -322
  3. package/dist/refine.js +175 -172
  4. package/dist/refine.umd.cjs +535 -148
  5. package/dist/style.css +185 -0
  6. package/lib/components/DropdownMenuItems/index.d.ts +1 -0
  7. package/lib/components/EditField/index.d.ts +3 -0
  8. package/lib/components/EditMetadataForm/KeyValueTableForm.d.ts +15 -0
  9. package/lib/components/EditMetadataForm/LabelFormatPopover.d.ts +3 -0
  10. package/lib/components/Form/useYamlForm.d.ts +1 -1
  11. package/lib/i18n.d.ts +26 -0
  12. package/lib/locales/zh-CN/index.d.ts +26 -0
  13. package/lib/types/resource.d.ts +1 -1
  14. package/lib/utils/index.d.ts +1 -0
  15. package/lib/utils/schema-store.d.ts +13 -0
  16. package/lib/utils/validation.d.ts +8 -0
  17. package/package.json +7 -7
  18. package/lib/components/CronJobDropdown/index.d.ts +0 -9
  19. package/lib/components/K8sDropdown/index.d.ts +0 -9
  20. package/lib/components/PodDropdown/index.d.ts +0 -9
  21. package/lib/components/ReplicasDropdown/index.d.ts +0 -9
  22. package/lib/components/Table/TableToolBar.d.ts +0 -9
  23. package/lib/components/Table/TableWidgets.d.ts +0 -6
  24. package/lib/components/WorkloadDropdown/index.d.ts +0 -9
  25. package/lib/src/App.d.ts +0 -3
  26. package/lib/src/Dovetail.d.ts +0 -18
  27. package/lib/src/components/Breadcrumb/index.d.ts +0 -6
  28. package/lib/src/components/ConditionsTable/ConditionsTable.d.ts +0 -7
  29. package/lib/src/components/ConditionsTable/index.d.ts +0 -1
  30. package/lib/src/components/CreateButton/index.d.ts +0 -2
  31. package/lib/src/components/CronJobDropdown/index.d.ts +0 -9
  32. package/lib/src/components/CronjobJobsTable/index.d.ts +0 -8
  33. package/lib/src/components/DeleteButton/index.d.ts +0 -2
  34. package/lib/src/components/DeleteManyButton/index.d.ts +0 -4
  35. package/lib/src/components/DrawerShow/DrawerShow.d.ts +0 -9
  36. package/lib/src/components/DrawerShow/index.d.ts +0 -1
  37. package/lib/src/components/DurationTime/index.d.ts +0 -6
  38. package/lib/src/components/EditButton/index.d.ts +0 -2
  39. package/lib/src/components/EditField/index.d.ts +0 -15
  40. package/lib/src/components/ErrorContent/index.d.ts +0 -17
  41. package/lib/src/components/EventsTable/EventsTable.d.ts +0 -6
  42. package/lib/src/components/EventsTable/index.d.ts +0 -1
  43. package/lib/src/components/Form/FormModal.d.ts +0 -9
  44. package/lib/src/components/Form/RefineFormContent.d.ts +0 -12
  45. package/lib/src/components/Form/RefineFormPage.d.ts +0 -7
  46. package/lib/src/components/Form/YamlForm.d.ts +0 -29
  47. package/lib/src/components/Form/index.d.ts +0 -7
  48. package/lib/src/components/Form/type.d.ts +0 -17
  49. package/lib/src/components/Form/useFieldsConfig.d.ts +0 -4
  50. package/lib/src/components/Form/useReactHookForm.d.ts +0 -30
  51. package/lib/src/components/Form/useRefineForm.d.ts +0 -13
  52. package/lib/src/components/Form/useYamlForm.d.ts +0 -50
  53. package/lib/src/components/FormErrorAlert/index.d.ts +0 -9
  54. package/lib/src/components/FormLayout/index.d.ts +0 -7
  55. package/lib/src/components/FormWidgets/KeyValueListWidget.d.ts +0 -6
  56. package/lib/src/components/FormWidgets/MetadataForm.d.ts +0 -2
  57. package/lib/src/components/FormWidgets/NameInputWidget.d.ts +0 -51
  58. package/lib/src/components/FormWidgets/NamespaceSelectWidget.d.ts +0 -9
  59. package/lib/src/components/FormWidgets/index.d.ts +0 -4
  60. package/lib/src/components/FormWidgets/widget.d.ts +0 -5
  61. package/lib/src/components/ImageNames/index.d.ts +0 -5
  62. package/lib/src/components/IngressRulesComponent/index.d.ts +0 -5
  63. package/lib/src/components/IngressRulesTable/IngressRulesTable.d.ts +0 -7
  64. package/lib/src/components/IngressRulesTable/index.d.ts +0 -1
  65. package/lib/src/components/K8sDropdown/index.d.ts +0 -9
  66. package/lib/src/components/KeyValue/KeyValue.d.ts +0 -7
  67. package/lib/src/components/KeyValue/KeyValueAnnotation.d.ts +0 -6
  68. package/lib/src/components/KeyValue/KeyValueSecret.d.ts +0 -5
  69. package/lib/src/components/KeyValue/index.d.ts +0 -3
  70. package/lib/src/components/Layout/index.d.ts +0 -3
  71. package/lib/src/components/LinkFallback/index.d.ts +0 -4
  72. package/lib/src/components/ListPage/index.d.ts +0 -10
  73. package/lib/src/components/Menu/index.d.ts +0 -2
  74. package/lib/src/components/NamespacesFilter/index.d.ts +0 -11
  75. package/lib/src/components/NetworkPolicyRulesViewer/NetworkPolicyRulesViewer.d.ts +0 -8
  76. package/lib/src/components/NetworkPolicyRulesViewer/index.d.ts +0 -1
  77. package/lib/src/components/PVCDistributeStorage/index.d.ts +0 -16
  78. package/lib/src/components/PageShow/PageShow.d.ts +0 -12
  79. package/lib/src/components/PageShow/index.d.ts +0 -1
  80. package/lib/src/components/PodContainersTable/PodContainersTable.d.ts +0 -8
  81. package/lib/src/components/PodContainersTable/index.d.ts +0 -1
  82. package/lib/src/components/PodDropdown/index.d.ts +0 -9
  83. package/lib/src/components/PodLog/index.d.ts +0 -6
  84. package/lib/src/components/PodSelectorTable/index.d.ts +0 -6
  85. package/lib/src/components/PodShellModal/PodShell.d.ts +0 -18
  86. package/lib/src/components/PodShellModal/index.d.ts +0 -10
  87. package/lib/src/components/PortsTable/index.d.ts +0 -7
  88. package/lib/src/components/ReferenceLink/index.d.ts +0 -8
  89. package/lib/src/components/ReplicasDropdown/index.d.ts +0 -9
  90. package/lib/src/components/ResourceCRUD/ResourceCRUD.d.ts +0 -8
  91. package/lib/src/components/ResourceCRUD/create/index.d.ts +0 -8
  92. package/lib/src/components/ResourceCRUD/index.d.ts +0 -4
  93. package/lib/src/components/ResourceCRUD/list/index.d.ts +0 -9
  94. package/lib/src/components/ResourceCRUD/show/index.d.ts +0 -9
  95. package/lib/src/components/ResourceFiledDisplays.d.ts +0 -7
  96. package/lib/src/components/ResourceLink/index.d.ts +0 -8
  97. package/lib/src/components/ResourceSelect/index.d.ts +0 -12
  98. package/lib/src/components/ResourceTable/index.d.ts +0 -9
  99. package/lib/src/components/ResourceUsageBar/index.d.ts +0 -8
  100. package/lib/src/components/Separator/index.d.ts +0 -2
  101. package/lib/src/components/ServiceComponents/index.d.ts +0 -10
  102. package/lib/src/components/Shell/ShellToolbar.d.ts +0 -16
  103. package/lib/src/components/Shell/index.d.ts +0 -74
  104. package/lib/src/components/ShowContent/ShowContent.d.ts +0 -18
  105. package/lib/src/components/ShowContent/fields.d.ts +0 -76
  106. package/lib/src/components/ShowContent/groups.d.ts +0 -24
  107. package/lib/src/components/ShowContent/index.d.ts +0 -4
  108. package/lib/src/components/ShowContent/tabs.d.ts +0 -5
  109. package/lib/src/components/StateTag/StateTag.d.ts +0 -10
  110. package/lib/src/components/StateTag/index.d.ts +0 -1
  111. package/lib/src/components/Table/TableToolBar.d.ts +0 -8
  112. package/lib/src/components/Table/TableWidgets.d.ts +0 -6
  113. package/lib/src/components/Table/index.d.ts +0 -43
  114. package/lib/src/components/Tabs/index.d.ts +0 -10
  115. package/lib/src/components/Tags/index.d.ts +0 -6
  116. package/lib/src/components/TextTags/index.d.ts +0 -6
  117. package/lib/src/components/Time/index.d.ts +0 -8
  118. package/lib/src/components/ValueDisplay/index.d.ts +0 -9
  119. package/lib/src/components/WorkloadDropdown/index.d.ts +0 -9
  120. package/lib/src/components/WorkloadPodsTable/WorkloadPodsTable.d.ts +0 -9
  121. package/lib/src/components/WorkloadPodsTable/index.d.ts +0 -1
  122. package/lib/src/components/WorkloadReplicas/index.d.ts +0 -17
  123. package/lib/src/components/YamlEditor/MonacoYamlDiffEditor.d.ts +0 -9
  124. package/lib/src/components/YamlEditor/MonacoYamlEditor.d.ts +0 -19
  125. package/lib/src/components/YamlEditor/YamlEditorComponent.d.ts +0 -27
  126. package/lib/src/components/YamlEditor/index.d.ts +0 -1
  127. package/lib/src/components/YamlEditor/style.d.ts +0 -11
  128. package/lib/src/components/YamlEditor/yaml.worker.d.ts +0 -1
  129. package/lib/src/components/index.d.ts +0 -49
  130. package/lib/src/constants/auth.d.ts +0 -5
  131. package/lib/src/constants/index.d.ts +0 -3
  132. package/lib/src/constants/k8s.d.ts +0 -522
  133. package/lib/src/constants/state.d.ts +0 -15
  134. package/lib/src/contexts/component.d.ts +0 -8
  135. package/lib/src/contexts/configs.d.ts +0 -4
  136. package/lib/src/contexts/global-store.d.ts +0 -6
  137. package/lib/src/contexts/index.d.ts +0 -3
  138. package/lib/src/hooks/index.d.ts +0 -8
  139. package/lib/src/hooks/useDeleteModal/index.d.ts +0 -1
  140. package/lib/src/hooks/useDeleteModal/useDeleteManyModal.d.ts +0 -8
  141. package/lib/src/hooks/useDeleteModal/useDeleteModal.d.ts +0 -7
  142. package/lib/src/hooks/useDownloadYAML.d.ts +0 -7
  143. package/lib/src/hooks/useEagleTable/columns.d.ts +0 -47
  144. package/lib/src/hooks/useEagleTable/index.d.ts +0 -2
  145. package/lib/src/hooks/useEagleTable/useEagleTable.d.ts +0 -56
  146. package/lib/src/hooks/useEdit.d.ts +0 -4
  147. package/lib/src/hooks/useGlobalStore.d.ts +0 -3
  148. package/lib/src/hooks/useK8sYamlEditor.d.ts +0 -5
  149. package/lib/src/hooks/useNamespaceRefineFilter.d.ts +0 -5
  150. package/lib/src/hooks/useOpenForm.d.ts +0 -8
  151. package/lib/src/hooks/useSchema.d.ts +0 -21
  152. package/lib/src/hooks/useSubmitForm.d.ts +0 -14
  153. package/lib/src/hooks/useTableData.d.ts +0 -20
  154. package/lib/src/i18n.d.ts +0 -371
  155. package/lib/src/index.d.ts +0 -12
  156. package/lib/src/locales/en-US/index.d.ts +0 -175
  157. package/lib/src/locales/index.d.ts +0 -2
  158. package/lib/src/locales/zh-CN/index.d.ts +0 -193
  159. package/lib/src/main.d.ts +0 -3
  160. package/lib/src/models/cronjob-model.d.ts +0 -15
  161. package/lib/src/models/daemonset-model.d.ts +0 -15
  162. package/lib/src/models/deployment-model.d.ts +0 -13
  163. package/lib/src/models/event-model.d.ts +0 -7
  164. package/lib/src/models/index.d.ts +0 -19
  165. package/lib/src/models/ingress-model.d.ts +0 -20
  166. package/lib/src/models/job-model.d.ts +0 -20
  167. package/lib/src/models/network-policy-model.d.ts +0 -9
  168. package/lib/src/models/node-model.d.ts +0 -17
  169. package/lib/src/models/persistent-volume-claim.d.ts +0 -13
  170. package/lib/src/models/persistent-volume.d.ts +0 -13
  171. package/lib/src/models/pod-metrics-model.d.ts +0 -8
  172. package/lib/src/models/pod-model.d.ts +0 -20
  173. package/lib/src/models/resource-model.d.ts +0 -21
  174. package/lib/src/models/service-model.d.ts +0 -24
  175. package/lib/src/models/statefulset-model.d.ts +0 -13
  176. package/lib/src/models/storage-class.d.ts +0 -16
  177. package/lib/src/models/types/index.d.ts +0 -1
  178. package/lib/src/models/types/metric.d.ts +0 -25
  179. package/lib/src/models/workload-base-model.d.ts +0 -12
  180. package/lib/src/models/workload-model.d.ts +0 -18
  181. package/lib/src/pages/configmaps/index.d.ts +0 -4
  182. package/lib/src/pages/cronjobs/create/index.d.ts +0 -3
  183. package/lib/src/pages/cronjobs/index.d.ts +0 -3
  184. package/lib/src/pages/cronjobs/list/index.d.ts +0 -3
  185. package/lib/src/pages/cronjobs/show/index.d.ts +0 -3
  186. package/lib/src/pages/daemonsets/create/index.d.ts +0 -3
  187. package/lib/src/pages/daemonsets/index.d.ts +0 -3
  188. package/lib/src/pages/daemonsets/list/index.d.ts +0 -3
  189. package/lib/src/pages/daemonsets/show/index.d.ts +0 -3
  190. package/lib/src/pages/deployments/index.d.ts +0 -2
  191. package/lib/src/pages/deployments/list/index.d.ts +0 -3
  192. package/lib/src/pages/deployments/show/index.d.ts +0 -3
  193. package/lib/src/pages/ingresses/index.d.ts +0 -4
  194. package/lib/src/pages/jobs/index.d.ts +0 -4
  195. package/lib/src/pages/networkPolicies/index.d.ts +0 -4
  196. package/lib/src/pages/nodes/index.d.ts +0 -2
  197. package/lib/src/pages/nodes/list/index.d.ts +0 -3
  198. package/lib/src/pages/nodes/show/index.d.ts +0 -3
  199. package/lib/src/pages/persistentvolumeclaims/index.d.ts +0 -4
  200. package/lib/src/pages/persistentvolumes/index.d.ts +0 -4
  201. package/lib/src/pages/pods/create/index.d.ts +0 -3
  202. package/lib/src/pages/pods/index.d.ts +0 -3
  203. package/lib/src/pages/pods/list/index.d.ts +0 -3
  204. package/lib/src/pages/pods/show/index.d.ts +0 -3
  205. package/lib/src/pages/secrets/index.d.ts +0 -4
  206. package/lib/src/pages/services/index.d.ts +0 -4
  207. package/lib/src/pages/statefulsets/index.d.ts +0 -4
  208. package/lib/src/pages/storageclasses/form/index.d.ts +0 -9
  209. package/lib/src/pages/storageclasses/index.d.ts +0 -48
  210. package/lib/src/plugins/index.d.ts +0 -4
  211. package/lib/src/plugins/model-plugin.d.ts +0 -13
  212. package/lib/src/plugins/relation-plugin.d.ts +0 -26
  213. package/lib/src/plugins/type.d.ts +0 -8
  214. package/lib/src/providers/index.d.ts +0 -1
  215. package/lib/src/providers/router-provider/index.d.ts +0 -21
  216. package/lib/src/styles/button.d.ts +0 -1
  217. package/lib/src/styles/modal.d.ts +0 -1
  218. package/lib/src/types/index.d.ts +0 -1
  219. package/lib/src/types/resource.d.ts +0 -62
  220. package/lib/src/utils/addId.d.ts +0 -3
  221. package/lib/src/utils/download.d.ts +0 -1
  222. package/lib/src/utils/error.d.ts +0 -20
  223. package/lib/src/utils/form.d.ts +0 -3
  224. package/lib/src/utils/index.d.ts +0 -1
  225. package/lib/src/utils/k8s.d.ts +0 -3
  226. package/lib/src/utils/labels.d.ts +0 -9
  227. package/lib/src/utils/match-selector.d.ts +0 -3
  228. package/lib/src/utils/openapi.d.ts +0 -40
  229. package/lib/src/utils/schema.d.ts +0 -18
  230. package/lib/src/utils/selector.d.ts +0 -3
  231. package/lib/src/utils/shell.d.ts +0 -16
  232. package/lib/src/utils/storage.d.ts +0 -13
  233. package/lib/src/utils/string.d.ts +0 -1
  234. package/lib/src/utils/time.d.ts +0 -13
  235. package/lib/src/utils/unit.d.ts +0 -12
  236. package/lib/src/utils/yaml.d.ts +0 -2
  237. package/lib/vite.config.d.ts +0 -2
package/dist/refine.js CHANGED
@@ -1,4 +1,4 @@
1
- import { bM, cB, A, aV, aX, aE, c9, bj, a1, cn, cb, aP, T, C, i, cF, aH, bo, ac, cH, ai, ap, cQ, aw, cc, ca, cT, aL, bv, w, aC, bC, cS, cC, bF, D, b0, as, bI, ar, a0, c8, c7, cR, bh, aT, ad, bP, cE, cG, cl, aF, aj, s, q, cI, I, bs, aS, t, M, bd, bf, cd, cK, aK, br, aq, ax, ay, a8, az, aW, aD, bD, bG, a9, d1, cm, cw, bL, N, a2, e, aU, a6, bO, bx, bw, cJ, b_, cY, g, cX, aI, bp, cf, L, b9, ba, bn, H, bb, J, bc, B, b4, cz, z, b3, G, b7, E, b5, F, b6, K, b$, b8, cy, aa, c$, c_, P, bl, v, ae, ah, bZ, bi, cO, cN, a_, bt, c5, c4, p, aJ, bk, x, bu, a$, d0, y, cp, cD, bJ, bQ, bR, d3, aG, R, ag, an, am, bK, ak, cP, c1, al, cA, c6, bg, bz, at, h, Q, O, be, cs, cv, cr, cq, ct, cu, co, cg, cj, ck, ci, ch, ce, cx, bS, aM, bq, aA, m, bV, l, aY, cW, o, bW, aZ, n, aR, bm, k, cV, aO, aQ, c3, bB, bA, c2, aN, S, bE, cU, cZ, b1, b2, by, bH, c0, bX, bY, ab, $, cM, af, W, cL, ao, av, au, f, aB, bT, U, a3, d, d6, d5, d2, a7, d4, d7, a5, a4, r, a, c, X, V, Y, Z, u, bN, _, bU, b } from "./index-8ae38abf.js";
1
+ import { bN, cC, A, aW, aY, aF, ca, bk, a1, co, cc, aQ, T, C, i, cG, aI, bp, ac, cI, ai, ap, cR, ax, cd, cb, cU, aM, bw, w, aD, bD, cT, cD, bG, D, b1, as, bJ, ar, at, a0, c9, c8, cS, bi, aU, ad, bQ, cF, cH, cm, aG, aj, s, q, cJ, I, bt, aT, t, M, be, bg, ce, cL, aL, bs, aq, ay, az, a8, aA, aX, aE, bE, bH, a9, d2, cn, cx, bM, N, a2, e, aV, a6, bP, by, bx, cK, b$, cZ, g, cY, aJ, bq, cg, L, ba, bb, bo, H, bc, J, bd, B, b5, cA, z, b4, G, b8, E, b6, F, b7, K, c0, b9, cz, aa, d0, c$, P, bm, v, ae, ah, b_, bj, cP, cO, a$, bu, c6, c5, p, aK, bl, x, bv, b0, d1, y, cq, cE, bK, bR, bS, d4, aH, R, ag, an, am, bL, ak, cQ, c2, al, cB, c7, bh, bA, au, h, Q, O, bf, ct, cw, cs, cr, cu, cv, cp, ch, ck, cl, cj, ci, cf, cy, bT, aN, br, aB, m, bW, l, aZ, cX, o, bX, a_, n, aS, bn, k, cW, aP, aR, c4, bC, bB, c3, aO, S, bF, cV, c_, b2, b3, bz, bI, c1, bY, bZ, ab, $, cN, af, W, cM, ao, aw, av, f, aC, bU, U, a3, d, d7, d6, d9, d3, a7, da, d5, d8, a5, a4, r, a, c, X, V, Y, Z, u, bO, _, bV, b } from "./index-90c4694a.js";
2
2
  import "@cloudtower/eagle";
3
3
  import "@refinedev/core";
4
4
  import "react";
@@ -15,245 +15,248 @@ import "monaco-yaml";
15
15
  import "react-dom";
16
16
  import "antd";
17
17
  export {
18
- bM as ALL_NS,
19
- cB as AccessControlAuth,
18
+ bN as ALL_NS,
19
+ cC as AccessControlAuth,
20
20
  A as AgeColumnRenderer,
21
- aV as AgeField,
22
- aX as AnnotationsField,
23
- aE as AreaType,
24
- c9 as BASE_INIT_VALUE,
25
- bj as BasicGroup,
21
+ aW as AgeField,
22
+ aY as AnnotationsField,
23
+ aF as AreaType,
24
+ ca as BASE_INIT_VALUE,
25
+ bk as BasicGroup,
26
26
  a1 as Breadcrumb,
27
- cn as CONFIG_MAP_INIT_VALUE,
28
- cb as CRONJOB_INIT_VALUE,
29
- aP as ClusterIpField,
27
+ co as CONFIG_MAP_INIT_VALUE,
28
+ cc as CRONJOB_INIT_VALUE,
29
+ aQ as ClusterIpField,
30
30
  T as ColumnKeys,
31
31
  C as CommonSorter,
32
32
  i as CompletionsCountColumnRenderer,
33
- cF as ComponentContext,
34
- aH as ConditionsField,
35
- bo as ConditionsGroup,
33
+ cG as ComponentContext,
34
+ aI as ConditionsField,
35
+ bp as ConditionsGroup,
36
36
  ac as ConditionsTable,
37
- cH as ConfigsContext,
37
+ cI as ConfigsContext,
38
38
  ai as CreateButton,
39
39
  ap as CronJobDropdown,
40
- cQ as CronJobModel,
41
- aw as CronjobJobsTable,
42
- cc as DAEMONSET_INIT_VALUE,
43
- ca as DEPLOYMENT_INIT_VALUE,
44
- cT as DaemonSetModel,
45
- aL as DataField,
46
- bv as DataGroup,
40
+ cR as CronJobModel,
41
+ ax as CronjobJobsTable,
42
+ cd as DAEMONSET_INIT_VALUE,
43
+ cb as DEPLOYMENT_INIT_VALUE,
44
+ cU as DaemonSetModel,
45
+ aM as DataField,
46
+ bw as DataGroup,
47
47
  w as DataKeysColumnRenderer,
48
- aC as DeleteButton,
49
- bC as DeleteManyButton,
50
- cS as DeploymentModel,
51
- cC as Dovetail,
52
- bF as DrawerShow,
48
+ aD as DeleteButton,
49
+ bD as DeleteManyButton,
50
+ cT as DeploymentModel,
51
+ cD as Dovetail,
52
+ bG as DrawerShow,
53
53
  D as DurationColumnRenderer,
54
- b0 as DurationField,
54
+ b1 as DurationField,
55
55
  as as EditAnnotationDropdownMenuItem,
56
- bI as EditButton,
56
+ bJ as EditButton,
57
57
  ar as EditLabelDropdownMenuItem,
58
+ at as EditNodeTaintDropdownMenuItem,
58
59
  a0 as ErrorContent,
59
- c8 as ErrorContentType,
60
- c7 as ErrorWrapper,
61
- cR as EventModel,
62
- bh as EventsTab,
63
- aT as EventsTableTabField,
60
+ c9 as ErrorContentType,
61
+ c8 as ErrorWrapper,
62
+ cS as EventModel,
63
+ bi as EventsTab,
64
+ aU as EventsTableTabField,
64
65
  ad as FormErrorAlert,
65
- bP as FormModal,
66
- cE as FormType,
67
- cG as GlobalStoreContext,
68
- cl as INGRESS_INIT_VALUE,
69
- aF as ImageField,
66
+ bQ as FormModal,
67
+ cF as FormType,
68
+ cH as GlobalStoreContext,
69
+ cm as INGRESS_INIT_VALUE,
70
+ aG as ImageField,
70
71
  aj as ImageNames,
71
72
  s as IngressClassColumnRenderer,
72
73
  q as IngressDefaultBackendColumnRenderer,
73
- cI as IngressModel,
74
+ cJ as IngressModel,
74
75
  I as IngressRulesColumnRenderer,
75
- bs as IngressRulesGroup,
76
- aS as IngressRulesTableTabField,
76
+ bt as IngressRulesGroup,
77
+ aT as IngressRulesTableTabField,
77
78
  t as IngressTlsColumnRenderer,
78
79
  M as IsDefaultSCColumnRenderer,
79
- bd as IsDefaultSCField,
80
- bf as IsSCAllowVolumeExpansionField,
81
- cd as JOB_INIT_VALUE,
82
- cK as JobModel,
83
- aK as JobsField,
84
- br as JobsGroup,
80
+ be as IsDefaultSCField,
81
+ bg as IsSCAllowVolumeExpansionField,
82
+ ce as JOB_INIT_VALUE,
83
+ cL as JobModel,
84
+ aL as JobsField,
85
+ bs as JobsGroup,
85
86
  aq as K8sDropdown,
86
- ax as KeyValue,
87
- ay as KeyValueAnnotation,
87
+ ay as KeyValue,
88
+ az as KeyValueAnnotation,
88
89
  a8 as KeyValueListWidget,
89
- az as KeyValueSecret,
90
- aW as LabelsField,
91
- aD as Layout,
92
- bD as ListPage,
93
- bG as Menu,
90
+ aA as KeyValueSecret,
91
+ aX as LabelsField,
92
+ aE as Layout,
93
+ bE as ListPage,
94
+ bH as Menu,
94
95
  a9 as MetadataForm,
95
- d1 as ModelPlugin,
96
- cm as NETWORK_POLICY_INIT_VALUE,
97
- cw as NODE_INIT_VALUE,
98
- bL as NS_STORE_KEY,
96
+ d2 as ModelPlugin,
97
+ cn as NETWORK_POLICY_INIT_VALUE,
98
+ cx as NODE_INIT_VALUE,
99
+ bM as NS_STORE_KEY,
99
100
  N as NameColumnRenderer,
100
101
  a2 as NameInputWidget,
101
102
  e as NameSpaceColumnRenderer,
102
- aU as NamespaceField,
103
+ aV as NamespaceField,
103
104
  a6 as NamespaceSelectWidget,
104
- bO as NamespacesFilter,
105
- bx as NetworkPolicyEgressRulesGroup,
106
- bw as NetworkPolicyIngressRulesGroup,
107
- cJ as NetworkPolicyModel,
108
- b_ as NetworkPolicyRulesViewer,
109
- cY as NodeModel,
105
+ bP as NamespacesFilter,
106
+ by as NetworkPolicyEgressRulesGroup,
107
+ bx as NetworkPolicyIngressRulesGroup,
108
+ cK as NetworkPolicyModel,
109
+ b$ as NetworkPolicyRulesViewer,
110
+ cZ as NodeModel,
110
111
  g as NodeNameColumnRenderer,
111
- cX as NodeRole,
112
- aI as NodeTaintsField,
113
- bp as NodeTaintsGroup,
114
- cf as POD_INIT_VALUE,
112
+ cY as NodeRole,
113
+ aJ as NodeTaintsField,
114
+ bq as NodeTaintsGroup,
115
+ cg as POD_INIT_VALUE,
115
116
  L as PVAccessModeColumnRenderer,
116
- b9 as PVAccessModeField,
117
- ba as PVCPodsField,
118
- bn as PVCPodsGroup,
117
+ ba as PVAccessModeField,
118
+ bb as PVCPodsField,
119
+ bo as PVCPodsGroup,
119
120
  H as PVCRefColumnRenderer,
120
- bb as PVCRefField,
121
+ bc as PVCRefField,
121
122
  J as PVCSIRefColumnRenderer,
122
- bc as PVCSIRefField,
123
+ bd as PVCSIRefField,
123
124
  B as PVCStorageColumnRenderer,
124
- b4 as PVCStorageField,
125
- cz as PVC_INIT_VALUE,
125
+ b5 as PVCStorageField,
126
+ cA as PVC_INIT_VALUE,
126
127
  z as PVCapacityColumnRenderer,
127
- b3 as PVCapacityField,
128
+ b4 as PVCapacityField,
128
129
  G as PVPhaseColumnRenderer,
129
- b7 as PVPhaseField,
130
+ b8 as PVPhaseField,
130
131
  E as PVRefColumnRenderer,
131
- b5 as PVRefField,
132
+ b6 as PVRefField,
132
133
  F as PVStorageClassColumnRenderer,
133
- b6 as PVStorageClassField,
134
+ b7 as PVStorageClassField,
134
135
  K as PVVolumeModeColumnRenderer,
135
- b$ as PVVolumeModeDisplay,
136
- b8 as PVVolumeModeField,
137
- cy as PV_INIT_VALUE,
136
+ c0 as PVVolumeModeDisplay,
137
+ b9 as PVVolumeModeField,
138
+ cz as PV_INIT_VALUE,
138
139
  aa as PageShow,
139
- c$ as PersistentVolumeClaimModel,
140
- c_ as PersistentVolumeModel,
140
+ d0 as PersistentVolumeClaimModel,
141
+ c$ as PersistentVolumeModel,
141
142
  P as PlainTextNameColumnRenderer,
142
- bl as PodContainersGroup,
143
+ bm as PodContainersGroup,
143
144
  v as PodContainersNumColumnRenderer,
144
145
  ae as PodContainersTable,
145
146
  ah as PodDropdown,
146
- bZ as PodLog,
147
- bi as PodLogTab,
148
- cO as PodMetricsModel,
149
- cN as PodModel,
150
- a_ as PodSelectorField,
151
- bt as PodSelectorGroup,
152
- c5 as PodShell,
153
- c4 as PodShellModal,
147
+ b_ as PodLog,
148
+ bj as PodLogTab,
149
+ cP as PodMetricsModel,
150
+ cO as PodModel,
151
+ a$ as PodSelectorField,
152
+ bu as PodSelectorGroup,
153
+ c6 as PodShell,
154
+ c5 as PodShellModal,
154
155
  p as PodWorkloadColumnRenderer,
155
- aJ as PodsField,
156
- bk as PodsGroup,
156
+ aK as PodsField,
157
+ bl as PodsGroup,
157
158
  x as PortMappingColumnRenderer,
158
- bu as PortsGroup,
159
- a$ as PortsTableField,
160
- d0 as ProviderPlugins,
159
+ bv as PortsGroup,
160
+ b0 as PortsTableField,
161
+ d1 as ProviderPlugins,
161
162
  y as ProvisionerColumnRenderer,
162
- cp as REDEPLOY_TIMESTAMP_KEY,
163
- cD as RESOURCE_GROUP,
164
- bJ as ReferenceLink,
165
- bQ as RefineFormContent,
166
- bR as RefineFormPage,
167
- d3 as RelationPlugin,
168
- aG as ReplicaField,
163
+ cq as REDEPLOY_TIMESTAMP_KEY,
164
+ cE as RESOURCE_GROUP,
165
+ bK as ReferenceLink,
166
+ bR as RefineFormContent,
167
+ bS as RefineFormPage,
168
+ d4 as RelationPlugin,
169
+ aH as ReplicaField,
169
170
  R as ReplicasColumnRenderer,
170
171
  ag as ReplicasDropdown,
171
172
  an as ResourceCRUD,
172
173
  am as ResourceForm,
173
- bK as ResourceLink,
174
+ bL as ResourceLink,
174
175
  ak as ResourceList,
175
- cP as ResourceModel,
176
- c1 as ResourceSelect,
176
+ cQ as ResourceModel,
177
+ c2 as ResourceSelect,
177
178
  al as ResourceShow,
178
- cA as ResourceState,
179
- c6 as ResourceTable,
180
- bg as ResourceTableField,
181
- bz as ResourceTableGroup,
182
- at as ResourceUsageBar,
179
+ cB as ResourceState,
180
+ c7 as ResourceTable,
181
+ bh as ResourceTableField,
182
+ bA as ResourceTableGroup,
183
+ au as ResourceUsageBar,
183
184
  h as RestartCountColumnRenderer,
184
185
  Q as SCAllowExpandColumnRenderer,
185
186
  O as SCReclaimPolicyColumnRenderer,
186
- be as SCReclaimPolicyField,
187
- cs as SECRET_BASIC_AUTH_INIT_VALUE,
188
- cv as SECRET_CUSTOM_INIT_VALUE,
189
- cr as SECRET_IMAGE_REPO_INIT_VALUE,
190
- cq as SECRET_OPAQUE_INIT_VALUE,
191
- ct as SECRET_SSH_AUTH_INIT_VALUE,
192
- cu as SECRET_TLS_INIT_VALUE,
193
- co as SERVER_INSTANCE_INIT_VALUE,
194
- cg as SERVICE_CLUSTER_IP_INIT_VALUE,
195
- cj as SERVICE_EXTERNAL_NAME_INIT_VALUE,
196
- ck as SERVICE_HEADLESS_INIT_VALUE,
197
- ci as SERVICE_LOAD_BALANCER_INIT_VALUE,
198
- ch as SERVICE_NODE_PORT_INIT_VALUE,
199
- ce as STATEFULSET_INIT_VALUE,
200
- cx as STORAGE_CLASS_INIT_VALUE,
201
- bS as SchemaStrategy,
202
- aM as SecretDataField,
203
- bq as SecretDataGroup,
204
- aA as Separator,
187
+ bf as SCReclaimPolicyField,
188
+ ct as SECRET_BASIC_AUTH_INIT_VALUE,
189
+ cw as SECRET_CUSTOM_INIT_VALUE,
190
+ cs as SECRET_IMAGE_REPO_INIT_VALUE,
191
+ cr as SECRET_OPAQUE_INIT_VALUE,
192
+ cu as SECRET_SSH_AUTH_INIT_VALUE,
193
+ cv as SECRET_TLS_INIT_VALUE,
194
+ cp as SERVER_INSTANCE_INIT_VALUE,
195
+ ch as SERVICE_CLUSTER_IP_INIT_VALUE,
196
+ ck as SERVICE_EXTERNAL_NAME_INIT_VALUE,
197
+ cl as SERVICE_HEADLESS_INIT_VALUE,
198
+ cj as SERVICE_LOAD_BALANCER_INIT_VALUE,
199
+ ci as SERVICE_NODE_PORT_INIT_VALUE,
200
+ cf as STATEFULSET_INIT_VALUE,
201
+ cy as STORAGE_CLASS_INIT_VALUE,
202
+ bT as SchemaStrategy,
203
+ aN as SecretDataField,
204
+ br as SecretDataGroup,
205
+ aB as Separator,
205
206
  m as ServiceInClusterAccessColumnRenderer,
206
- bV as ServiceInClusterAccessComponent,
207
+ bW as ServiceInClusterAccessComponent,
207
208
  l as ServiceInClusterAccessTitle,
208
- aY as ServiceInnerClusterAccessField,
209
- cW as ServiceModel,
209
+ aZ as ServiceInnerClusterAccessField,
210
+ cX as ServiceModel,
210
211
  o as ServiceOutClusterAccessColumnRenderer,
211
- bW as ServiceOutClusterAccessComponent,
212
- aZ as ServiceOutClusterAccessField,
212
+ bX as ServiceOutClusterAccessComponent,
213
+ a_ as ServiceOutClusterAccessField,
213
214
  n as ServiceOutClusterAccessTitle,
214
- aR as ServicePodsField,
215
- bm as ServicePodsGroup,
215
+ aS as ServicePodsField,
216
+ bn as ServicePodsGroup,
216
217
  k as ServiceTypeColumnRenderer,
217
- cV as ServiceTypeEnum,
218
- aO as ServiceTypeField,
219
- aQ as SessionAffinityField,
220
- c3 as Shell,
221
- bB as ShowContent,
222
- bA as ShowGroupComponent,
223
- c2 as SocketStatus,
224
- aN as StartTimeField,
218
+ cW as ServiceTypeEnum,
219
+ aP as ServiceTypeField,
220
+ aR as SessionAffinityField,
221
+ c4 as Shell,
222
+ bC as ShowContent,
223
+ bB as ShowGroupComponent,
224
+ c3 as SocketStatus,
225
+ aO as StartTimeField,
225
226
  S as StateDisplayColumnRenderer,
226
- bE as StateTag,
227
- cU as StatefulSetModel,
228
- cZ as StorageClassModel,
229
- b1 as StorageClassProvisionerField,
230
- b2 as StorageClassPvField,
231
- by as StorageClassPvGroup,
232
- bH as Table,
233
- c0 as Tabs,
234
- bX as Tags,
235
- bY as TextTags,
227
+ bF as StateTag,
228
+ cV as StatefulSetModel,
229
+ c_ as StorageClassModel,
230
+ b2 as StorageClassProvisionerField,
231
+ b3 as StorageClassPvField,
232
+ bz as StorageClassPvGroup,
233
+ bI as Table,
234
+ c1 as Tabs,
235
+ bY as Tags,
236
+ bZ as TextTags,
236
237
  ab as Time,
237
238
  $ as ValueDisplay,
238
- cM as WorkloadBaseModel,
239
+ cN as WorkloadBaseModel,
239
240
  af as WorkloadDropdown,
240
241
  W as WorkloadImageColumnRenderer,
241
- cL as WorkloadModel,
242
+ cM as WorkloadModel,
242
243
  ao as WorkloadPodsTable,
243
- av as WorkloadReplicas,
244
- au as WorkloadReplicasForm,
244
+ aw as WorkloadReplicas,
245
+ av as WorkloadReplicasForm,
245
246
  f as WorkloadRestartsColumnRenderer,
246
- aB as YamlEditorComponent,
247
- bT as YamlForm,
247
+ aC as YamlEditorComponent,
248
+ bU as YamlForm,
248
249
  U as addDefaultRenderToColumns,
249
250
  a3 as dnsSubDomainRules,
250
251
  d as dovetailRefineI18n,
251
- d6 as generateSchemaTypeValue,
252
- d5 as generateValueFromSchema,
253
- d2 as modelPlugin,
252
+ d7 as generateSchemaTypeValue,
253
+ d6 as generateValueFromSchema,
254
+ d9 as getApiVersion,
255
+ d3 as modelPlugin,
254
256
  a7 as namespaceRules,
255
- d4 as relationPlugin,
256
- d7 as resolveRef,
257
+ da as pruneBeforeEdit,
258
+ d5 as relationPlugin,
259
+ d8 as resolveRef,
257
260
  a5 as rfc1035LabelRules,
258
261
  a4 as rfc1123LabelRules,
259
262
  r as routerProvider,
@@ -264,8 +267,8 @@ export {
264
267
  Y as useEdit,
265
268
  Z as useGlobalStore,
266
269
  u as useNamespaceRefineFilter,
267
- bN as useNamespacesFilter,
270
+ bO as useNamespacesFilter,
268
271
  _ as useOpenForm,
269
- bU as useRefineForm,
272
+ bV as useRefineForm,
270
273
  b as useSchema
271
274
  };