@prorobotech/openapi-k8s-toolkit 1.4.0-alpha.30 → 1.4.0-alpha.31

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.
@@ -78780,7 +78780,7 @@ const TolerationsModal = ({
78780
78780
  };
78781
78781
 
78782
78782
  const LazyEnrichedTableModal = lazy(
78783
- () => import('./index-CzCBPFbT.mjs').then((mod) => ({ default: mod.EnrichedTableModal }))
78783
+ () => import('./index-llbLR_OJ.mjs').then((mod) => ({ default: mod.EnrichedTableModal }))
78784
78784
  );
78785
78785
  const renderActiveType = (activeType, extraProps) => {
78786
78786
  if (!activeType) return null;
@@ -90210,6 +90210,10 @@ const Search = ({ theme: theme$1, form, constants, kindsWithVersion }) => {
90210
90210
  ] }),
90211
90211
  value: `${group}~${version.version}~${version.resource}`
90212
90212
  };
90213
+ }).sort((a, b) => {
90214
+ const aSelected = typeof a.value === "string" && watchedKinds?.includes(a.value) ? 0 : 1;
90215
+ const bSelected = typeof b.value === "string" && watchedKinds?.includes(b.value) ? 0 : 1;
90216
+ return aSelected - bSelected;
90213
90217
  }) || [];
90214
90218
  const tagRender = ({ label, closable, onClose }) => /* @__PURE__ */ jsxRuntimeExports.jsx(
90215
90219
  Styled$2.SelectTag,
@@ -91762,4 +91766,4 @@ const usePluginManifest = ({
91762
91766
  };
91763
91767
 
91764
91768
  export { useBuiltinResourceTypes as $, getCrdResourceSingle as A, getApiResourceTypes as B, getApiResourceTypesByApiGroup as C, DeleteIcon as D, EnrichedTableProvider as E, getBuiltinResourceTypes as F, getCrdData as G, getDirectUnknownResource as H, checkPermission as I, getSwagger as J, filterIfApiInstanceNamespaceScoped as K, filterIfBuiltInInstanceNamespaceScoped as L, checkIfApiInstanceNamespaceScoped as M, checkIfBuiltInInstanceNamespaceScoped as N, getKinds as O, PerRequestError as P, useClusterList as Q, ReadOnlyModal as R, useApiResources as S, useApiResourceSingle as T, useBuiltinResources as U, useBuiltinResourceSingle as V, useCrdResources as W, useCrdResourceSingle as X, useApisResourceTypes as Y, useApiResourceTypesByGroup as Z, _$1 as _, useTheme as a, isFlatObject as a$, useCrdData as a0, useListWatch as a1, useInfiniteSentinel as a2, useK8sVerbs as a3, useManyK8sSmartResource as a4, useSmartResourceParams as a5, useResourceScope as a6, useKinds as a7, usePluginManifest as a8, Spacer$1 as a9, prepareDataForManageableBreadcrumbs as aA, ManageableBreadcrumbs as aB, ManageableSidebarProvider as aC, prepareDataForManageableSidebar as aD, ManageableSidebar as aE, EnrichedTable as aF, ClusterListTable as aG, getEnrichedColumns as aH, getEnrichedColumnsWithControls as aI, YamlEditorSingleton$1 as aJ, BlackholeFormProvider as aK, BlackholeForm as aL, getObjectFormItemsDraft as aM, MarketPlace as aN, MarketplaceCard as aO, ProjectInfoCard as aP, PodTerminal as aQ, NodeTerminal as aR, PodLogs as aS, PodLogsMonaco as aT, VMVNC as aU, Search as aV, Events as aW, DynamicRenderer as aX, DynamicComponents as aY, DynamicRendererWithProviders as aZ, prepareTemplate as a_, TreeWithSearch as aa, ConfirmModal as ab, UpIcon as ac, DownIcon as ad, BackToDefaultIcon as ae, SuccessIcon as af, feedbackIcons as ag, PlusIcon as ah, MinusIcon as ai, LockedIcon as aj, UnlockedIcon as ak, PauseCircleIcon as al, ResumeCircleIcon as am, LookingGlassIcon as an, EarthIcon as ao, ContentCard$1 as ap, FlexGrow as aq, UncontrolledSelect as ar, CustomSelect$4 as as, CursorPointerTag as at, CursorPointerTagMinContent as au, CursorDefaultDiv as av, ResourceLink as aw, ErrorBoundary as ax, ErrorBoundaryWithDataReset as ay, ManageableBreadcrumbsProvider as az, usePartsOfUrl as b, filterSelectOptions as b0, getStringByName as b1, floorToDecimal as b2, parseQuotaValue as b3, parseQuotaValueCpu as b4, parseQuotaValueMemoryAndStorage as b5, normalizeValuesForQuotasToNumber as b6, getAllPathsFromObj as b7, getPrefixSubarrays as b8, groupsToTreeData as b9, toCores as bA, convertCompute as bB, parseCoresWithUnit as bC, formatDateAuto as bD, isValidRFC3339 as bE, getBuiltinTreeData as ba, getGroupsByCategory as bb, createContextFactory as bc, prepareUrlsToFetchForDynamicRenderer as bd, deepMerge as be, getSortedKinds as bf, getSortedKindsAll as bg, hslFromString as bh, getUppercase as bi, kindByGvr as bj, pluralByKind as bk, namespacedByGvr as bl, getLinkToBuiltinForm as bm, getLinkToApiForm as bn, isMultilineString as bo, isMultilineFromYaml as bp, includesArray as bq, getResourceLink as br, getNamespaceLink as bs, convertBytes as bt, formatBytesAuto as bu, toBytes as bv, convertStorage as bw, parseValueWithUnit as bx, convertCores as by, formatCoresAuto as bz, useAutoPerRequestError as c, usePermissions as d, useDirectUnknownResource as e, useK8sSmartResource as f, jsxRuntimeExports as g, EditIcon as h, PaddingContainer as i, jp as j, getLinkToForm as k, DeleteModal as l, mergePerRequestErrors as m, DeleteModalMany as n, getClusterList as o, parseAll as p, createNewEntry as q, updateEntry as r, serializeLabelsWithNoEncoding$1 as s, deleteEntry as t, useMultiQuery as u, getApiResources as v, getApiResourceSingle as w, getBuiltinResources as x, getBuiltinResourceSingle as y, getCrdResources as z };
91765
- //# sourceMappingURL=index-DRYXTdgZ.mjs.map
91769
+ //# sourceMappingURL=index-BG5BS_uS.mjs.map