@dovetail-v2/refine 0.1.5-alpha.0 → 0.1.5-alpha.2

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