@prorobotech/openapi-k8s-toolkit 1.5.0-alpha.3 → 1.5.0-alpha.4

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.
@@ -1593,7 +1593,7 @@
1593
1593
  justify-content: center;
1594
1594
  }
1595
1595
  `;
1596
- const Styled$M = {
1596
+ const Styled$O = {
1597
1597
  CustomTreeProvider
1598
1598
  };
1599
1599
 
@@ -1658,7 +1658,7 @@
1658
1658
  });
1659
1659
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
1660
1660
  /* @__PURE__ */ jsxRuntimeExports.jsx(Search$1, { style: { marginBottom: 8 }, placeholder: "Search", onChange }),
1661
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$M.CustomTreeProvider, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1661
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$O.CustomTreeProvider, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
1662
1662
  antd.Tree,
1663
1663
  {
1664
1664
  treeData: loop(treeData),
@@ -8273,14 +8273,14 @@
8273
8273
  display: ${({ $displayFlex }) => $displayFlex ? "flex" : "block"};
8274
8274
  flex-flow: ${({ $flexFlow }) => $flexFlow};
8275
8275
  `;
8276
- const Styled$L = {
8276
+ const Styled$N = {
8277
8277
  ContentContainer
8278
8278
  };
8279
8279
 
8280
8280
  const ContentCard$1 = ({ children, flexGrow, displayFlex, flexFlow, maxHeight }) => {
8281
8281
  const { token } = antd.theme.useToken();
8282
8282
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
8283
- Styled$L.ContentContainer,
8283
+ Styled$N.ContentContainer,
8284
8284
  {
8285
8285
  $flexGrow: flexGrow,
8286
8286
  $bgColor: token.colorBgContainer,
@@ -8341,13 +8341,13 @@
8341
8341
  padding-inline: 8px;
8342
8342
  }
8343
8343
  `;
8344
- const Styled$K = {
8344
+ const Styled$M = {
8345
8345
  UncontrolledSelect: UncontrolledSelect$1
8346
8346
  };
8347
8347
 
8348
8348
  const UncontrolledSelect = (props) => {
8349
8349
  const { isCursorPointer } = props;
8350
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$K.UncontrolledSelect, { ...props, $isCursorPointer: isCursorPointer });
8350
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$M.UncontrolledSelect, { ...props, $isCursorPointer: isCursorPointer });
8351
8351
  };
8352
8352
 
8353
8353
  const CustomSelect$5 = styled(antd.Select)`
@@ -8395,13 +8395,13 @@
8395
8395
  margin-block: 0 !important;
8396
8396
  }
8397
8397
  `;
8398
- const Styled$J = {
8398
+ const Styled$L = {
8399
8399
  CustomSelect: CustomSelect$5
8400
8400
  };
8401
8401
 
8402
8402
  const CustomSelect$4 = (props) => {
8403
8403
  const { paddingContainerEnd, ...rest } = props;
8404
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$J.CustomSelect, { $paddingContainerEnd: paddingContainerEnd, ...rest });
8404
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$L.CustomSelect, { $paddingContainerEnd: paddingContainerEnd, ...rest });
8405
8405
  };
8406
8406
 
8407
8407
  const CursorPointerTag = styled(antd.Tag)`
@@ -8551,7 +8551,7 @@
8551
8551
  height: min-content;
8552
8552
  margin-right: 4px;
8553
8553
  `;
8554
- const Styled$I = {
8554
+ const Styled$K = {
8555
8555
  Abbr: Abbr$2
8556
8556
  };
8557
8557
 
@@ -8591,7 +8591,7 @@
8591
8591
  baseFactoriesMapping
8592
8592
  });
8593
8593
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { align: "center", gap: 8, children: [
8594
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$I.Abbr, { $bgColor: bgColor, children: abbr }),
8594
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$K.Abbr, { $bgColor: bgColor, children: abbr }),
8595
8595
  resourceLink ? /* @__PURE__ */ jsxRuntimeExports.jsx(
8596
8596
  antd.Typography.Link,
8597
8597
  {
@@ -9675,7 +9675,7 @@
9675
9675
  flex-wrap: nowrap !important;
9676
9676
  }
9677
9677
  `;
9678
- const Styled$H = {
9678
+ const Styled$J = {
9679
9679
  PositionRelativeContainer,
9680
9680
  FullWidthContainer,
9681
9681
  NoWrapContainer
@@ -9718,9 +9718,9 @@
9718
9718
  };
9719
9719
  return [firstItem, ellipsisItem, lastItem];
9720
9720
  };
9721
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$H.PositionRelativeContainer, { children: [
9722
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$H.FullWidthContainer, { ref: containerRef, children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Breadcrumb, { separator: ">", items: renderItems() }) }),
9723
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$H.NoWrapContainer, { ref: breadcrumbRef, children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Breadcrumb, { separator: ">", items, style: { display: "flex", flexWrap: "nowrap" } }) })
9721
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$J.PositionRelativeContainer, { children: [
9722
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$J.FullWidthContainer, { ref: containerRef, children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Breadcrumb, { separator: ">", items: renderItems() }) }),
9723
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$J.NoWrapContainer, { ref: breadcrumbRef, children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Breadcrumb, { separator: ">", items, style: { display: "flex", flexWrap: "nowrap" } }) })
9724
9724
  ] });
9725
9725
  };
9726
9726
 
@@ -9728,12 +9728,12 @@
9728
9728
  min-height: 22px;
9729
9729
  width: 100%;
9730
9730
  `;
9731
- const Styled$G = {
9731
+ const Styled$I = {
9732
9732
  HeightDiv: HeightDiv$1
9733
9733
  };
9734
9734
 
9735
9735
  const ManageableBreadcrumbs = ({ data }) => {
9736
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$G.HeightDiv, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(CollapsibleBreadcrumb, { items: data.breadcrumbItems }) });
9736
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$I.HeightDiv, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(CollapsibleBreadcrumb, { items: data.breadcrumbItems }) });
9737
9737
  };
9738
9738
 
9739
9739
  const prepareTemplate = ({
@@ -9792,7 +9792,7 @@
9792
9792
  min-height: 22px;
9793
9793
  width: 100%;
9794
9794
  `;
9795
- const Styled$F = {
9795
+ const Styled$H = {
9796
9796
  HeightDiv
9797
9797
  };
9798
9798
 
@@ -9822,7 +9822,7 @@
9822
9822
  return null;
9823
9823
  }
9824
9824
  if (rawDataLoading) {
9825
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$F.HeightDiv, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Spin, {}) });
9825
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$H.HeightDiv, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Spin, {}) });
9826
9826
  }
9827
9827
  if (!rawData) {
9828
9828
  return null;
@@ -9838,7 +9838,7 @@
9838
9838
  fallbackIdToCompare
9839
9839
  });
9840
9840
  if (!result) {
9841
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$F.HeightDiv, {});
9841
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$H.HeightDiv, {});
9842
9842
  }
9843
9843
  return /* @__PURE__ */ jsxRuntimeExports.jsx(ManageableBreadcrumbs, { data: result }, JSON.stringify(idToCompare));
9844
9844
  };
@@ -9866,7 +9866,7 @@
9866
9866
  margin: 0 !important;
9867
9867
  }
9868
9868
  `;
9869
- const Styled$E = {
9869
+ const Styled$G = {
9870
9870
  CustomMenu
9871
9871
  };
9872
9872
 
@@ -9893,7 +9893,7 @@
9893
9893
  setSelectedKeys(data.selectedKeys);
9894
9894
  }, [data.selectedKeys]);
9895
9895
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
9896
- Styled$E.CustomMenu,
9896
+ Styled$G.CustomMenu,
9897
9897
  {
9898
9898
  selectedKeys,
9899
9899
  onSelect: () => {
@@ -34467,7 +34467,7 @@
34467
34467
  white-space: nowrap;
34468
34468
  text-overflow: ellipsis;
34469
34469
  `;
34470
- const Styled$D = {
34470
+ const Styled$F = {
34471
34471
  ShortenedText
34472
34472
  };
34473
34473
 
@@ -34476,7 +34476,7 @@
34476
34476
  const trimmedText = text.substring(0, trimLength);
34477
34477
  return /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Tooltip, { title: text, placement: "top", children: trimmedText });
34478
34478
  }
34479
- return /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Tooltip, { title: text, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$D.ShortenedText, { $maxWidth: maxWidth, children: text }) });
34479
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Tooltip, { title: text, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$F.ShortenedText, { $maxWidth: maxWidth, children: text }) });
34480
34480
  };
34481
34481
 
34482
34482
  const FilterDropdown = ({
@@ -34627,16 +34627,16 @@
34627
34627
  overflow: hidden;
34628
34628
  text-overflow: ellipsis;
34629
34629
  `;
34630
- const Styled$C = {
34630
+ const Styled$E = {
34631
34631
  TableTag,
34632
34632
  TooltipTagsContainer,
34633
34633
  TooltipTag
34634
34634
  };
34635
34635
 
34636
34636
  const TrimmedTags = ({ tags, trimLength }) => {
34637
- const renderTableTags = (tags2) => tags2.map((tag) => /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$C.TableTag, { children: tag }, tag));
34637
+ const renderTableTags = (tags2) => tags2.map((tag) => /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$E.TableTag, { children: tag }, tag));
34638
34638
  const popoverTheme = { components: { Popover: { zIndexPopup: 2100 } } };
34639
- const renderTooltipTags = (tags2) => /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$C.TooltipTagsContainer, { vertical: true, gap: 4, children: tags2.map((tag) => /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$C.TooltipTag, { children: tag }, tag)) });
34639
+ const renderTooltipTags = (tags2) => /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$E.TooltipTagsContainer, { vertical: true, gap: 4, children: tags2.map((tag) => /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$E.TooltipTag, { children: tag }, tag)) });
34640
34640
  if (trimLength && trimLength < tags.length) {
34641
34641
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { wrap: "nowrap", gap: "4px", children: [
34642
34642
  renderTableTags(tags.slice(0, trimLength)),
@@ -34645,7 +34645,7 @@
34645
34645
  {
34646
34646
  content: renderTooltipTags(tags.slice(trimLength)),
34647
34647
  styles: { root: { maxWidth: "min(95vw, 900px)" } },
34648
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$C.TableTag, { children: [
34648
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$E.TableTag, { children: [
34649
34649
  "+",
34650
34650
  tags.length - trimLength
34651
34651
  ] }, "more")
@@ -43781,7 +43781,7 @@
43781
43781
  font-size: 16px;
43782
43782
  line-height: 24px;
43783
43783
  `;
43784
- const Styled$B = {
43784
+ const Styled$D = {
43785
43785
  BorderRadiusContainer: BorderRadiusContainer$1,
43786
43786
  ControlsRowContainer: ControlsRowContainer$1,
43787
43787
  BigText: BigText$1
@@ -44011,7 +44011,7 @@
44011
44011
  };
44012
44012
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
44013
44013
  contextHolder,
44014
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$B.BorderRadiusContainer, { $designNewLayoutHeight: designNewLayoutHeight, $colorBorder: token.colorBorder, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
44014
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$D.BorderRadiusContainer, { $designNewLayoutHeight: designNewLayoutHeight, $colorBorder: token.colorBorder, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
44015
44015
  Ft$1,
44016
44016
  {
44017
44017
  defaultLanguage: "yaml",
@@ -44036,7 +44036,7 @@
44036
44036
  }
44037
44037
  }
44038
44038
  ) }),
44039
- !readOnly && /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$B.ControlsRowContainer, { $bgColor: token.colorPrimaryBg, $designNewLayout: designNewLayout, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { gap: designNewLayout ? 10 : 16, align: "center", children: [
44039
+ !readOnly && /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$D.ControlsRowContainer, { $bgColor: token.colorPrimaryBg, $designNewLayout: designNewLayout, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { gap: designNewLayout ? 10 : 16, align: "center", children: [
44040
44040
  /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Button, { type: "primary", onClick: onSubmit, loading: isLoading, disabled: canEdit === false, children: "Submit" }),
44041
44041
  backlink && /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Button, { onClick: () => navigate(backlink), children: "Cancel" }),
44042
44042
  /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Button, { onClick: handleReload, children: "Reload" })
@@ -44047,7 +44047,7 @@
44047
44047
  open: !!error,
44048
44048
  onOk: () => setError(void 0),
44049
44049
  onCancel: () => setError(void 0),
44050
- title: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Typography.Text, { type: "danger", children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$B.BigText, { children: "Error!" }) }),
44050
+ title: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Typography.Text, { type: "danger", children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$D.BigText, { children: "Error!" }) }),
44051
44051
  cancelButtonProps: { style: { display: "none" } },
44052
44052
  centered: true,
44053
44053
  styles: {
@@ -44208,7 +44208,7 @@
44208
44208
  const VisibilityContainer$1 = styled.div`
44209
44209
  display: ${({ $hidden }) => $hidden ? "none" : "block"};
44210
44210
  `;
44211
- const Styled$A = {
44211
+ const Styled$C = {
44212
44212
  VisibilityContainer: VisibilityContainer$1
44213
44213
  };
44214
44214
 
@@ -44258,7 +44258,7 @@
44258
44258
  return /* @__PURE__ */ jsxRuntimeExports.jsx(PerRequestError, { error: errorToShow });
44259
44259
  }
44260
44260
  const shouldAutoHide = !criteria && (!valuePrepared || valuePrepared === "~undefined-value~");
44261
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$A.VisibilityContainer, { $hidden: shouldAutoHide || shouldHideByCriteria, children });
44261
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$C.VisibilityContainer, { $hidden: shouldAutoHide || shouldHideByCriteria, children });
44262
44262
  };
44263
44263
 
44264
44264
  const unknownToString = (value) => {
@@ -44511,7 +44511,7 @@
44511
44511
  display: ${({ $isOpen }) => $isOpen ? "block" : "none"};
44512
44512
  padding: ${({ $designNewLayout }) => $designNewLayout ? "0 0 0 6px" : "4px"};
44513
44513
  `;
44514
- const Styled$z = {
44514
+ const Styled$B = {
44515
44515
  Container: Container$3,
44516
44516
  TitleBar,
44517
44517
  Content: Content$1
@@ -44538,14 +44538,14 @@
44538
44538
  }
44539
44539
  };
44540
44540
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(
44541
- Styled$z.Container,
44541
+ Styled$B.Container,
44542
44542
  {
44543
44543
  $designNewLayout: designNewLayout,
44544
44544
  $borderColor: token.colorBorder,
44545
44545
  $bgColor: token.colorBgContainer,
44546
44546
  children: [
44547
44547
  /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { justify: "space-between", children: [
44548
- /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$z.TitleBar, { onClick: () => toggleCollapse(), children: [
44548
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$B.TitleBar, { onClick: () => toggleCollapse(), children: [
44549
44549
  !designNewLayout && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: isOpen ? /* @__PURE__ */ jsxRuntimeExports.jsx(AntIcons.CaretDownOutlined, { size: 14 }) : /* @__PURE__ */ jsxRuntimeExports.jsx(AntIcons.CaretRightOutlined, { size: 14 }) }),
44550
44550
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: title }),
44551
44551
  designNewLayout && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: isOpen ? /* @__PURE__ */ jsxRuntimeExports.jsx(DownIcon, {}) : /* @__PURE__ */ jsxRuntimeExports.jsx(UpIcon, {}) })
@@ -44556,7 +44556,7 @@
44556
44556
  persistedCheckbox
44557
44557
  ] })
44558
44558
  ] }),
44559
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$z.Content, { $isOpen: isOpen, $designNewLayout: designNewLayout, children })
44559
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$B.Content, { $isOpen: isOpen, $designNewLayout: designNewLayout, children })
44560
44560
  ]
44561
44561
  }
44562
44562
  );
@@ -44636,13 +44636,13 @@
44636
44636
  const Content = styled.div`
44637
44637
  padding: ${({ $designNewLayout }) => $designNewLayout ? "0 0 0 6px" : "4px"};
44638
44638
  `;
44639
- const Styled$y = {
44639
+ const Styled$A = {
44640
44640
  Content
44641
44641
  };
44642
44642
 
44643
44643
  const ArrayInsideContainer = ({ children }) => {
44644
44644
  const designNewLayout = useDesignNewLayout();
44645
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$y.Content, { $designNewLayout: designNewLayout, children });
44645
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$A.Content, { $designNewLayout: designNewLayout, children });
44646
44646
  };
44647
44647
 
44648
44648
  const includesPath = (haystack, needle) => haystack.some((h) => h.length === needle.length && h.every((seg, i) => seg === String(needle[i])));
@@ -44665,14 +44665,14 @@
44665
44665
  height: ${({ $height }) => $height}px;
44666
44666
  `;
44667
44667
 
44668
- const Styled$x = {
44668
+ const Styled$z = {
44669
44669
  BulbIcon: styled(AntIcons.BulbOutlined)`
44670
44670
  margin-left: 6px;
44671
44671
  `
44672
44672
  };
44673
44673
 
44674
44674
  const ExampleTooltipIcon = ({ tooltip }) => {
44675
- return /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Tooltip, { title: tooltip, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$x.BulbIcon, {}) });
44675
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Tooltip, { title: tooltip, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$z.BulbIcon, {}) });
44676
44676
  };
44677
44677
 
44678
44678
  const NullToggleButton = ({ isNull, onSetNull, onClear, disabled }) => {
@@ -44829,7 +44829,7 @@
44829
44829
  const ResetedFormList$3 = styled(antd.Form.List)`
44830
44830
  margin-bottom: 8px;
44831
44831
  `;
44832
- const Styled$w = {
44832
+ const Styled$y = {
44833
44833
  ResetedFormList: ResetedFormList$3
44834
44834
  };
44835
44835
 
@@ -44920,7 +44920,7 @@
44920
44920
  /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Col, { span: cols[3], children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", {}) })
44921
44921
  ] }),
44922
44922
  /* @__PURE__ */ jsxRuntimeExports.jsx(Spacer$1, { $space: 10, $samespace: true }),
44923
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$w.ResetedFormList, { name: "taints", children: (fields, { add, remove }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
44923
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$y.ResetedFormList, { name: "taints", children: (fields, { add, remove }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
44924
44924
  fields.map(({ key, name, ...restField }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Row, { gutter: [16, 16], children: [
44925
44925
  /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Col, { span: cols[0], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
44926
44926
  ResetedFormItem$1,
@@ -44981,7 +44981,7 @@
44981
44981
  const ResetedFormList$2 = styled(antd.Form.List)`
44982
44982
  margin-bottom: 8px;
44983
44983
  `;
44984
- const Styled$v = {
44984
+ const Styled$x = {
44985
44985
  ResetedFormList: ResetedFormList$2
44986
44986
  };
44987
44987
 
@@ -45082,7 +45082,7 @@
45082
45082
  /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Col, { span: cols[4], children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", {}) })
45083
45083
  ] }),
45084
45084
  /* @__PURE__ */ jsxRuntimeExports.jsx(Spacer$1, { $space: 10, $samespace: true }),
45085
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$v.ResetedFormList, { name: "tolerations", children: (fields, { add, remove }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
45085
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$x.ResetedFormList, { name: "tolerations", children: (fields, { add, remove }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
45086
45086
  fields.map(({ key, name, ...restField }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Row, { gutter: [16, 16], children: [
45087
45087
  /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Col, { span: cols[0], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
45088
45088
  ResetedFormItem$1,
@@ -45174,7 +45174,7 @@
45174
45174
  const ResetedFormList$1 = styled(antd.Form.List)`
45175
45175
  margin-bottom: 8px;
45176
45176
  `;
45177
- const Styled$u = {
45177
+ const Styled$w = {
45178
45178
  ResetedFormList: ResetedFormList$1
45179
45179
  };
45180
45180
 
@@ -45270,7 +45270,7 @@
45270
45270
  /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Col, { span: cols[2], children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", {}) })
45271
45271
  ] }),
45272
45272
  /* @__PURE__ */ jsxRuntimeExports.jsx(Spacer$1, { $space: 10, $samespace: true }),
45273
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$u.ResetedFormList, { name: "annotations", children: (fields, { add, remove }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
45273
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$w.ResetedFormList, { name: "annotations", children: (fields, { add, remove }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
45274
45274
  fields.map(({ key, name, ...restField }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Row, { gutter: [16, 16], children: [
45275
45275
  /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Col, { span: cols[0], children: /* @__PURE__ */ jsxRuntimeExports.jsx(
45276
45276
  ResetedFormItem$1,
@@ -47348,7 +47348,7 @@ if (_IS_WORKLET) registerPaint("spoiler", SpoilerPainterWorklet);
47348
47348
  margin-bottom: 0 !important;
47349
47349
  }
47350
47350
  `;
47351
- const Styled$t = {
47351
+ const Styled$v = {
47352
47352
  NoSelect,
47353
47353
  DisabledInput,
47354
47354
  DisabledTextArea,
@@ -47466,8 +47466,8 @@ if (_IS_WORKLET) registerPaint("spoiler", SpoilerPainterWorklet);
47466
47466
  const shownValue = useNiceLooking ? value2 : effectiveHidden ? "" : value2;
47467
47467
  const resolvedMultilineRows = resolveMultilineRows(value2, multilineRows);
47468
47468
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { gap: 8, ...flexProps, children: [
47469
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$t.NoSelect, { style: inputContainerStyle, children: useNiceLooking ? /* @__PURE__ */ jsxRuntimeExports.jsx(te, { theme, hidden: effectiveHidden, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
47470
- Styled$t.DisabledInput,
47469
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$v.NoSelect, { style: inputContainerStyle, children: useNiceLooking ? /* @__PURE__ */ jsxRuntimeExports.jsx(te, { theme, hidden: effectiveHidden, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
47470
+ Styled$v.DisabledInput,
47471
47471
  {
47472
47472
  $hidden: effectiveHidden,
47473
47473
  onClick: (e) => handleInputClick(e, effectiveHidden, value2),
@@ -47475,7 +47475,7 @@ if (_IS_WORKLET) registerPaint("spoiler", SpoilerPainterWorklet);
47475
47475
  readOnly: true
47476
47476
  }
47477
47477
  ) }) : multiline ? /* @__PURE__ */ jsxRuntimeExports.jsx(
47478
- Styled$t.DisabledTextArea,
47478
+ Styled$v.DisabledTextArea,
47479
47479
  {
47480
47480
  $hidden: effectiveHidden,
47481
47481
  onClick: (e) => handleInputClick(e, effectiveHidden, value2),
@@ -47484,7 +47484,7 @@ if (_IS_WORKLET) registerPaint("spoiler", SpoilerPainterWorklet);
47484
47484
  readOnly: true
47485
47485
  }
47486
47486
  ) : /* @__PURE__ */ jsxRuntimeExports.jsx(
47487
- Styled$t.DisabledInput,
47487
+ Styled$v.DisabledInput,
47488
47488
  {
47489
47489
  $hidden: effectiveHidden,
47490
47490
  onClick: (e) => handleInputClick(e, effectiveHidden, value2),
@@ -47507,13 +47507,13 @@ if (_IS_WORKLET) registerPaint("spoiler", SpoilerPainterWorklet);
47507
47507
  const secretsEntries = objectToRender ? Object.entries(objectToRender) : [];
47508
47508
  if (secretsEntries.length === 0) {
47509
47509
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: containerStyle, children: [
47510
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$t.NotificationOverrides, {}),
47510
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$v.NotificationOverrides, {}),
47511
47511
  emptyTextPrepared && /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Typography.Text, { style: textStyle, children: emptyTextPrepared }),
47512
47512
  contextHolder
47513
47513
  ] });
47514
47514
  }
47515
47515
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: containerStyle, children: [
47516
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$t.NotificationOverrides, {}),
47516
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$v.NotificationOverrides, {}),
47517
47517
  /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Flex, { vertical: true, gap: 8, children: secretsEntries.map(([key, rawValue]) => {
47518
47518
  const parsedValue = parseAll({
47519
47519
  text: typeof rawValue === "string" ? rawValue : String(rawValue),
@@ -47539,7 +47539,7 @@ if (_IS_WORKLET) registerPaint("spoiler", SpoilerPainterWorklet);
47539
47539
  ] });
47540
47540
  }
47541
47541
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: containerStyle, children: [
47542
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$t.NotificationOverrides, {}),
47542
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$v.NotificationOverrides, {}),
47543
47543
  renderSecretField({
47544
47544
  value: decodedText,
47545
47545
  isHidden: hidden,
@@ -47562,7 +47562,7 @@ if (_IS_WORKLET) registerPaint("spoiler", SpoilerPainterWorklet);
47562
47562
  letter-spacing: 0.02em;
47563
47563
  box-sizing: content-box;
47564
47564
  `;
47565
- const Styled$s = {
47565
+ const Styled$u = {
47566
47566
  RoundSpan
47567
47567
  };
47568
47568
 
@@ -47599,7 +47599,7 @@ if (_IS_WORKLET) registerPaint("spoiler", SpoilerPainterWorklet);
47599
47599
  multiQueryData
47600
47600
  }) : getUppercase(parsedValue);
47601
47601
  const bgColor = hslFromString(parsedValue, theme);
47602
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$s.RoundSpan, { $bgColor: bgColor, style, children: parsedAbbreviation });
47602
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$u.RoundSpan, { $bgColor: bgColor, style, children: parsedAbbreviation });
47603
47603
  };
47604
47604
 
47605
47605
  const serializeLabelsWithNoEncoding = (input) => {
@@ -78306,7 +78306,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
78306
78306
  }
78307
78307
  }
78308
78308
  `;
78309
- const Styled$r = {
78309
+ const Styled$t = {
78310
78310
  TitleSelect
78311
78311
  };
78312
78312
 
@@ -78391,7 +78391,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
78391
78391
  }
78392
78392
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
78393
78393
  /* @__PURE__ */ jsxRuntimeExports.jsx(
78394
- Styled$r.TitleSelect,
78394
+ Styled$t.TitleSelect,
78395
78395
  {
78396
78396
  value: currentValuePrepared,
78397
78397
  onChange: handleChange,
@@ -78978,7 +78978,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
78978
78978
  const HiddenContainer = styled.div`
78979
78979
  display: ${({ $isHidden }) => $isHidden ? "none" : "auto"};
78980
78980
  `;
78981
- const Styled$q = {
78981
+ const Styled$s = {
78982
78982
  Card: Card$1,
78983
78983
  CardTitle,
78984
78984
  CardNumber,
@@ -79057,7 +79057,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79057
79057
  const jsonRoot = multiQueryData[`req${counter.props.reqIndex}`];
79058
79058
  if (jsonRoot === void 0) {
79059
79059
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(
79060
- Styled$q.Card,
79060
+ Styled$s.Card,
79061
79061
  {
79062
79062
  $colorBorder: token.colorBorder,
79063
79063
  $colorBgContainer: token.colorBgContainer,
@@ -79072,15 +79072,15 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79072
79072
  children: [
79073
79073
  /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { gap: 4, vertical: true, children: [
79074
79074
  /* @__PURE__ */ jsxRuntimeExports.jsx(
79075
- Styled$q.CardTitle,
79075
+ Styled$s.CardTitle,
79076
79076
  {
79077
79077
  $colorTextDescription: token.colorTextDescription,
79078
79078
  children: `Counter: ${id}: No root for json path`
79079
79079
  }
79080
79080
  ),
79081
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.CardNumber, { $colorText: token.colorText, children: "-" })
79081
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$s.CardNumber, { $colorText: token.colorText, children: "-" })
79082
79082
  ] }),
79083
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.CardIcon, { $colorInfo: token.colorInfo, children: iconBase64Encoded && renderIcon$1(iconBase64Encoded, token.colorInfo) })
79083
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$s.CardIcon, { $colorInfo: token.colorInfo, children: iconBase64Encoded && renderIcon$1(iconBase64Encoded, token.colorInfo) })
79084
79084
  ]
79085
79085
  }
79086
79086
  );
@@ -79090,7 +79090,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79090
79090
  const { counter: counterToDisplay, error: errorParsingCounter } = counter.type === "item" ? getItemCounterItemsInside(anythingForNow) : getKeyCounterItemsInside(anythingForNow);
79091
79091
  if (errorParsingCounter) {
79092
79092
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(
79093
- Styled$q.Card,
79093
+ Styled$s.Card,
79094
79094
  {
79095
79095
  $colorBorder: token.colorBorder,
79096
79096
  $colorBgContainer: token.colorBgContainer,
@@ -79104,10 +79104,10 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79104
79104
  },
79105
79105
  children: [
79106
79106
  /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { gap: 4, vertical: true, children: [
79107
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.CardTitle, { $colorTextDescription: token.colorTextDescription, children: errorParsingCounter }),
79108
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.CardNumber, { $colorText: token.colorText, children: "-" })
79107
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$s.CardTitle, { $colorTextDescription: token.colorTextDescription, children: errorParsingCounter }),
79108
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$s.CardNumber, { $colorText: token.colorText, children: "-" })
79109
79109
  ] }),
79110
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.CardIcon, { $colorInfo: token.colorInfo, children: iconBase64Encoded && renderIcon$1(iconBase64Encoded, token.colorInfo) })
79110
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$s.CardIcon, { $colorInfo: token.colorInfo, children: iconBase64Encoded && renderIcon$1(iconBase64Encoded, token.colorInfo) })
79111
79111
  ]
79112
79112
  }
79113
79113
  );
@@ -79115,7 +79115,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79115
79115
  const parsedText = parseAll({ text, replaceValues, multiQueryData });
79116
79116
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
79117
79117
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
79118
- Styled$q.Card,
79118
+ Styled$s.Card,
79119
79119
  {
79120
79120
  $colorBorder: token.colorBorder,
79121
79121
  $colorBgContainer: token.colorBgContainer,
@@ -79129,14 +79129,14 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79129
79129
  },
79130
79130
  children: [
79131
79131
  /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { gap: 4, vertical: true, children: [
79132
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.CardTitle, { $colorTextDescription: token.colorTextDescription, children: parsedText }),
79133
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.CardNumber, { $colorText: token.colorText, children: counterToDisplay })
79132
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$s.CardTitle, { $colorTextDescription: token.colorTextDescription, children: parsedText }),
79133
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$s.CardNumber, { $colorText: token.colorText, children: counterToDisplay })
79134
79134
  ] }),
79135
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.CardIcon, { $colorInfo: token.colorInfo, children: iconBase64Encoded && renderIcon$1(iconBase64Encoded, token.colorInfo) })
79135
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$s.CardIcon, { $colorInfo: token.colorInfo, children: iconBase64Encoded && renderIcon$1(iconBase64Encoded, token.colorInfo) })
79136
79136
  ]
79137
79137
  }
79138
79138
  ),
79139
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.HiddenContainer, { $isHidden: !open, children: canOpenActiveType && renderActiveType(activeType, {
79139
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$s.HiddenContainer, { $isHidden: !open, children: canOpenActiveType && renderActiveType(activeType, {
79140
79140
  open,
79141
79141
  onClose: () => setOpen(false),
79142
79142
  disableSubmit: !canSubmitActiveType
@@ -79565,7 +79565,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79565
79565
  white-space: nowrap;
79566
79566
  z-index: 3;
79567
79567
  `;
79568
- const Styled$p = {
79568
+ const Styled$r = {
79569
79569
  TooltipContent,
79570
79570
  TooltipRow,
79571
79571
  TooltipDot,
@@ -79715,17 +79715,17 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79715
79715
  const usedPercent = clampPercent(resolvedUsed ?? NaN, resolvedLimit ?? NaN);
79716
79716
  const limitPercent = 100;
79717
79717
  const gradientMidStop = `${requestedPercent.toFixed(2)}%`;
79718
- const tooltipTitle = /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$p.TooltipContent, { $colorInfoBgHover: token.colorInfoBgHover, children: [
79719
- /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$p.TooltipRow, { $colorText: token.colorText, children: [
79720
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.TooltipDot, { $color: "#5EDBBD" }),
79718
+ const tooltipTitle = /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$r.TooltipContent, { $colorInfoBgHover: token.colorInfoBgHover, children: [
79719
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$r.TooltipRow, { $colorText: token.colorText, children: [
79720
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.TooltipDot, { $color: "#5EDBBD" }),
79721
79721
  "Requested"
79722
79722
  ] }),
79723
- /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$p.TooltipRow, { $colorText: token.colorText, children: [
79724
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.TooltipDot, { $color: "#FF1C1C" }),
79723
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$r.TooltipRow, { $colorText: token.colorText, children: [
79724
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.TooltipDot, { $color: "#FF1C1C" }),
79725
79725
  "Used"
79726
79726
  ] }),
79727
- /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$p.TooltipRow, { $colorText: token.colorText, children: [
79728
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.TooltipDot, { $color: "#FD9125" }),
79727
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$r.TooltipRow, { $colorText: token.colorText, children: [
79728
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.TooltipDot, { $color: "#FD9125" }),
79729
79729
  "Limit"
79730
79730
  ] })
79731
79731
  ] });
@@ -79806,10 +79806,10 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79806
79806
  if (shouldShowError) {
79807
79807
  return /* @__PURE__ */ jsxRuntimeExports.jsx(PerRequestError, { error: errorToShow });
79808
79808
  }
79809
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$p.Wrapper, { style: containerStyle, $colorBgContainer: token.colorBgContainer, $colorBorder: token.colorBorder, children: [
79810
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.Header, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.Title, { $colorText: token.colorText, children: title }) }),
79811
- /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$p.ChartContainer, { children: [
79812
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.ChartWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.ChartInner, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(ResponsiveContainer, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs(ComposedChart, { data: chartData, margin: { top: 8, right: 12, left: 12, bottom: 0 }, children: [
79809
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$r.Wrapper, { style: containerStyle, $colorBgContainer: token.colorBgContainer, $colorBorder: token.colorBorder, children: [
79810
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.Header, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.Title, { $colorText: token.colorText, children: title }) }),
79811
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$r.ChartContainer, { children: [
79812
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.ChartWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.ChartInner, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(ResponsiveContainer, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs(ComposedChart, { data: chartData, margin: { top: 8, right: 12, left: 12, bottom: 0 }, children: [
79813
79813
  /* @__PURE__ */ jsxRuntimeExports.jsx(XAxis, { dataKey: "index", hide: true }),
79814
79814
  /* @__PURE__ */ jsxRuntimeExports.jsx(YAxis, { hide: true, domain: yDomain, padding: { top: 6, bottom: 24 } }),
79815
79815
  /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -79833,9 +79833,9 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79833
79833
  }
79834
79834
  )
79835
79835
  ] }) }) }) }),
79836
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.ChartOverlay, { $isDark: isDark })
79836
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.ChartOverlay, { $isDark: isDark })
79837
79837
  ] }),
79838
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.GradientBarWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$p.GradientBarContainer, { children: [
79838
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.GradientBarWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$r.GradientBarContainer, { children: [
79839
79839
  /* @__PURE__ */ jsxRuntimeExports.jsx(
79840
79840
  antd.Tooltip,
79841
79841
  {
@@ -79847,7 +79847,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79847
79847
  body: { padding: 0, borderRadius: 6 }
79848
79848
  },
79849
79849
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(
79850
- Styled$p.GradientBar,
79850
+ Styled$r.GradientBar,
79851
79851
  {
79852
79852
  $minColor: minColor,
79853
79853
  $midColor: midColor,
@@ -79857,12 +79857,12 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79857
79857
  )
79858
79858
  }
79859
79859
  ),
79860
- /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$p.BadgesContainer, { ref: badgesContainerRef, children: [
79861
- resolvedRequested !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.BarMarker, { $left: requestedPercent, $edgeAlign: true, children: /* @__PURE__ */ jsxRuntimeExports.jsx(RequestedMarkerSvg, {}) }),
79862
- resolvedUsed !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.BarMarker, { $left: usedPercent, $flipX: true, $paddingTop: 10, children: /* @__PURE__ */ jsxRuntimeExports.jsx(UsedMarkerSvg, {}) }),
79863
- resolvedLimit !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.BarMarker, { $left: limitPercent, children: /* @__PURE__ */ jsxRuntimeExports.jsx(LimitMarkerSvg, {}) }),
79860
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$r.BadgesContainer, { ref: badgesContainerRef, children: [
79861
+ resolvedRequested !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.BarMarker, { $left: requestedPercent, $edgeAlign: true, children: /* @__PURE__ */ jsxRuntimeExports.jsx(RequestedMarkerSvg, {}) }),
79862
+ resolvedUsed !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.BarMarker, { $left: usedPercent, $flipX: true, $paddingTop: 10, children: /* @__PURE__ */ jsxRuntimeExports.jsx(UsedMarkerSvg, {}) }),
79863
+ resolvedLimit !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$r.BarMarker, { $left: limitPercent, children: /* @__PURE__ */ jsxRuntimeExports.jsx(LimitMarkerSvg, {}) }),
79864
79864
  resolvedUsed !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsxs(
79865
- Styled$p.UsedBadge,
79865
+ Styled$r.UsedBadge,
79866
79866
  {
79867
79867
  ref: usedBadgeRef,
79868
79868
  $left: clampedUsedPercent ?? usedPercent,
@@ -79884,7 +79884,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79884
79884
  }
79885
79885
  ),
79886
79886
  resolvedRequested !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsxs(
79887
- Styled$p.MarkerLabel,
79887
+ Styled$r.MarkerLabel,
79888
79888
  {
79889
79889
  ref: requestedLabelRef,
79890
79890
  $left: clampedRequestedPercent ?? requestedPercent,
@@ -79905,7 +79905,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79905
79905
  }
79906
79906
  ),
79907
79907
  resolvedLimit !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsxs(
79908
- Styled$p.MarkerLabel,
79908
+ Styled$r.MarkerLabel,
79909
79909
  {
79910
79910
  ref: limitLabelRef,
79911
79911
  $left: limitPercent,
@@ -79973,7 +79973,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
79973
79973
  font-size: 16px;
79974
79974
  }
79975
79975
  `;
79976
- const Styled$o = {
79976
+ const Styled$q = {
79977
79977
  IconWrapper,
79978
79978
  IconScaler,
79979
79979
  IconButton
@@ -80023,7 +80023,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
80023
80023
  };
80024
80024
  const getActionIcon = (action) => {
80025
80025
  if (action.props.iconBase64Encoded) {
80026
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$o.IconWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$o.IconScaler, { children: renderIcon$1(action.props.iconBase64Encoded, "currentColor") }) });
80026
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.IconWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.IconScaler, { children: renderIcon$1(action.props.iconBase64Encoded, "currentColor") }) });
80027
80027
  }
80028
80028
  if (action.props.icon) {
80029
80029
  return renderAntIcon(action.props.icon);
@@ -81446,7 +81446,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
81446
81446
  };
81447
81447
  const renderButton = () => {
81448
81448
  if (buttonVariant === "icon") {
81449
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$o.IconButton, { type: "text", size: "small", icon: /* @__PURE__ */ jsxRuntimeExports.jsx(AntIcons.MoreOutlined, {}) });
81449
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$q.IconButton, { type: "text", size: "small", icon: /* @__PURE__ */ jsxRuntimeExports.jsx(AntIcons.MoreOutlined, {}) });
81450
81450
  }
81451
81451
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Button, { children: [
81452
81452
  buttonText,
@@ -82085,7 +82085,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
82085
82085
  justify-content: center;
82086
82086
  flex: 1;
82087
82087
  `;
82088
- const Styled$n = {
82088
+ const Styled$p = {
82089
82089
  CenteredResultWrapper
82090
82090
  };
82091
82091
 
@@ -82109,7 +82109,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
82109
82109
  const status = data.status ?? result.resultStatus;
82110
82110
  const title = data.title ? parseAll({ text: data.title, replaceValues, multiQueryData }) : getDefaultTitle(status);
82111
82111
  const subTitle = data.subTitle ? parseAll({ text: data.subTitle, replaceValues, multiQueryData }) : result.message;
82112
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$n.CenteredResultWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Result, { status, title, subTitle, style: data.style }) });
82112
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.CenteredResultWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Result, { status, title, subTitle, style: data.style }) });
82113
82113
  }
82114
82114
  if (Array.isArray(data.reqIndex)) {
82115
82115
  const worst = findWorstError(data.reqIndex, multiQueryData, getErrorForReq, shouldCheckEmpty, data.itemsPath);
@@ -82119,11 +82119,11 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
82119
82119
  const status = data.status ?? worst.resultStatus;
82120
82120
  const title = data.title ? parseAll({ text: data.title, replaceValues, multiQueryData }) : getDefaultTitle(status);
82121
82121
  const subTitle = data.subTitle ? parseAll({ text: data.subTitle, replaceValues, multiQueryData }) : worst.message;
82122
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$n.CenteredResultWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Result, { status, title, subTitle, style: data.style }) });
82122
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.CenteredResultWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Result, { status, title, subTitle, style: data.style }) });
82123
82123
  }
82124
82124
  const parsedTitle = data.title ? parseAll({ text: data.title, replaceValues, multiQueryData }) : void 0;
82125
82125
  const parsedSubTitle = data.subTitle ? parseAll({ text: data.subTitle, replaceValues, multiQueryData }) : void 0;
82126
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$n.CenteredResultWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Result, { status: data.status, title: parsedTitle, subTitle: parsedSubTitle, style: data.style, children }) });
82126
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$p.CenteredResultWrapper, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Result, { status: data.status, title: parsedTitle, subTitle: parsedSubTitle, style: data.style, children }) });
82127
82127
  };
82128
82128
 
82129
82129
  const DynamicComponents = {
@@ -82924,6 +82924,22 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
82924
82924
  );
82925
82925
  };
82926
82926
 
82927
+ const getMinHeight = (minHeight) => {
82928
+ if (typeof minHeight === "number") {
82929
+ return `${minHeight}px`;
82930
+ }
82931
+ return minHeight || "auto";
82932
+ };
82933
+ const LoadingContainer$2 = styled.div`
82934
+ display: flex;
82935
+ align-items: center;
82936
+ justify-content: center;
82937
+ min-height: ${({ $minHeight }) => getMinHeight($minHeight)};
82938
+ `;
82939
+ const Styled$o = {
82940
+ LoadingContainer: LoadingContainer$2
82941
+ };
82942
+
82927
82943
  const prepare = ({
82928
82944
  dataItems,
82929
82945
  pathToKey,
@@ -83207,13 +83223,13 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
83207
83223
  // isNamespaced,
83208
83224
  ]);
83209
83225
  if (!preparedProps && isLoading) {
83210
- return /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Flex, { justify: "center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Spin, {}) });
83226
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$o.LoadingContainer, { $minHeight: tableProps?.loadingMinHeight, children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Spin, {}) });
83211
83227
  }
83212
83228
  if (isError) {
83213
83229
  return /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Alert, { message: isError, type: "error" });
83214
83230
  }
83215
83231
  if (!preparedProps) {
83216
- return /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Flex, { justify: "center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Spin, {}) });
83232
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$o.LoadingContainer, { $minHeight: tableProps?.loadingMinHeight, children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Spin, {}) });
83217
83233
  }
83218
83234
  const fullPath = `${location.pathname}${location.search}`;
83219
83235
  const { dataSource, columns } = prepare({
@@ -83844,7 +83860,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
83844
83860
  border-radius: 8px;
83845
83861
  }
83846
83862
  `;
83847
- const Styled$m = {
83863
+ const Styled$n = {
83848
83864
  BorderRadiusContainer
83849
83865
  };
83850
83866
 
@@ -83891,7 +83907,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
83891
83907
  }
83892
83908
  }
83893
83909
  }, [yamlData, editorUri]);
83894
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$m.BorderRadiusContainer, { $colorBorder: token.colorBorder, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
83910
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$n.BorderRadiusContainer, { $colorBorder: token.colorBorder, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
83895
83911
  Ft$1,
83896
83912
  {
83897
83913
  language: "yaml",
@@ -86465,7 +86481,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
86465
86481
  const MarginBottom = styled.div`
86466
86482
  margin-bottom: 8px;
86467
86483
  `;
86468
- const Styled$l = {
86484
+ const Styled$m = {
86469
86485
  MarginBottom
86470
86486
  };
86471
86487
 
@@ -86562,7 +86578,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
86562
86578
  },
86563
86579
  arrKey !== void 0 ? arrKey : Array.isArray(name) ? name.slice(-1)[0] : name
86564
86580
  ),
86565
- isBase64 && /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$l.MarginBottom, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
86581
+ isBase64 && /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$m.MarginBottom, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
86566
86582
  antd.Input.TextArea,
86567
86583
  {
86568
86584
  placeholder,
@@ -86589,7 +86605,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
86589
86605
  cursor: pointer;
86590
86606
  padding-top: 11px;
86591
86607
  `;
86592
- const Styled$k = {
86608
+ const Styled$l = {
86593
86609
  SwitchAndCrossContainer,
86594
86610
  CrossContainer
86595
86611
  };
@@ -86617,7 +86633,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
86617
86633
  onRemoveByMinus && /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Button, { size: "small", type: "text", onClick: onRemoveByMinus, children: /* @__PURE__ */ jsxRuntimeExports.jsx(MinusIcon, {}) })
86618
86634
  ] })
86619
86635
  ] }),
86620
- /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$k.SwitchAndCrossContainer, { children: [
86636
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$l.SwitchAndCrossContainer, { children: [
86621
86637
  /* @__PURE__ */ jsxRuntimeExports.jsx(
86622
86638
  ResetedFormItem$1,
86623
86639
  {
@@ -86636,7 +86652,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
86636
86652
  }
86637
86653
  ),
86638
86654
  !defaultBtn.visible && /* @__PURE__ */ jsxRuntimeExports.jsx(
86639
- Styled$k.CrossContainer,
86655
+ Styled$l.CrossContainer,
86640
86656
  {
86641
86657
  onClick: () => {
86642
86658
  if (makeValueUndefined) {
@@ -86937,7 +86953,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
86937
86953
  border-radius: 8px;
86938
86954
  }
86939
86955
  `;
86940
- const Styled$j = {
86956
+ const Styled$k = {
86941
86957
  Container: Container$2
86942
86958
  };
86943
86959
 
@@ -86991,7 +87007,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
86991
87007
  }
86992
87008
  }
86993
87009
  }, [yamlText, modelUri]);
86994
- return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$j.Container, { $colorBorder: token.colorBorder, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
87010
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$k.Container, { $colorBorder: token.colorBorder, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
86995
87011
  Ft$1,
86996
87012
  {
86997
87013
  language: "yaml",
@@ -87274,7 +87290,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
87274
87290
  font-size: 16px;
87275
87291
  line-height: 24px;
87276
87292
  `;
87277
- const Styled$i = {
87293
+ const Styled$j = {
87278
87294
  ResetedFormList,
87279
87295
  Container: Container$1,
87280
87296
  OverflowContainer: OverflowContainer$1,
@@ -87629,7 +87645,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
87629
87645
  }
87630
87646
  ),
87631
87647
  /* @__PURE__ */ jsxRuntimeExports.jsx(
87632
- Styled$i.ResetedFormList,
87648
+ Styled$j.ResetedFormList,
87633
87649
  {
87634
87650
  name: arrName || name,
87635
87651
  rules: arrayRules.length > 0 ? arrayRules : void 0,
@@ -89566,8 +89582,8 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
89566
89582
  setPersistedKeys([...persistedKeys.filter((arr) => JSON.stringify(arr) !== JSON.stringify(value))]);
89567
89583
  };
89568
89584
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
89569
- /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$i.Container, { $designNewLayout: designNewLayout, $designNewLayoutHeight: designNewLayoutHeight, children: [
89570
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$i.OverflowContainer, { ref: overflowRef, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
89585
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(Styled$j.Container, { $designNewLayout: designNewLayout, $designNewLayoutHeight: designNewLayoutHeight, children: [
89586
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$j.OverflowContainer, { ref: overflowRef, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
89571
89587
  antd.Form,
89572
89588
  {
89573
89589
  form,
@@ -89614,7 +89630,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
89614
89630
  ) })
89615
89631
  ] }),
89616
89632
  /* @__PURE__ */ jsxRuntimeExports.jsx(FlexGrow, {}),
89617
- /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$i.ControlsRowContainer, { $bgColor: token.colorPrimaryBg, $designNewLayout: designNewLayout, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { gap: designNewLayout ? 10 : 16, align: "center", children: [
89633
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$j.ControlsRowContainer, { $bgColor: token.colorPrimaryBg, $designNewLayout: designNewLayout, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(antd.Flex, { gap: designNewLayout ? 10 : 16, align: "center", children: [
89618
89634
  /* @__PURE__ */ jsxRuntimeExports.jsx(
89619
89635
  antd.Button,
89620
89636
  {
@@ -89635,7 +89651,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
89635
89651
  open: !!error,
89636
89652
  onOk: () => setError(void 0),
89637
89653
  onCancel: () => setError(void 0),
89638
- title: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Typography.Text, { type: "danger", children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$i.BigText, { children: "Error!" }) }),
89654
+ title: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Typography.Text, { type: "danger", children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$j.BigText, { children: "Error!" }) }),
89639
89655
  cancelButtonProps: { style: { display: "none" } },
89640
89656
  centered: true,
89641
89657
  styles: {
@@ -89663,7 +89679,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
89663
89679
  paddingRight: "30px"
89664
89680
  }
89665
89681
  },
89666
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$i.DebugContainer, { $designNewLayoutHeight: designNewLayoutHeight, children: /* @__PURE__ */ jsxRuntimeExports.jsx(React$1.Suspense, { fallback: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ jsxRuntimeExports.jsx(
89682
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$j.DebugContainer, { $designNewLayoutHeight: designNewLayoutHeight, children: /* @__PURE__ */ jsxRuntimeExports.jsx(React$1.Suspense, { fallback: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ jsxRuntimeExports.jsx(
89667
89683
  Editor,
89668
89684
  {
89669
89685
  defaultLanguage: "json",
@@ -89682,6 +89698,16 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
89682
89698
  ] });
89683
89699
  };
89684
89700
 
89701
+ const LoadingContainer$1 = styled.div`
89702
+ display: flex;
89703
+ align-items: center;
89704
+ justify-content: center;
89705
+ min-height: ${({ $minHeight }) => $minHeight ? `${$minHeight}px` : "auto"};
89706
+ `;
89707
+ const Styled$i = {
89708
+ LoadingContainer: LoadingContainer$1
89709
+ };
89710
+
89685
89711
  const BlackholeFormProvider = ({
89686
89712
  theme,
89687
89713
  cluster,
@@ -89830,7 +89856,7 @@ Take a look at the reducer(s) handling this action type: ${action.type}.
89830
89856
  applyForceViewMode
89831
89857
  ]);
89832
89858
  if (isLoading) {
89833
- return /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Spin, {});
89859
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$i.LoadingContainer, { $minHeight: designNewLayoutHeight, children: /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Spin, {}) });
89834
89860
  }
89835
89861
  if (modeData?.current === "Manual") {
89836
89862
  return /* @__PURE__ */ jsxRuntimeExports.jsx(