@devtron-labs/devtron-fe-common-lib 1.23.4-pre-2 → 1.23.5-beta-0

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.
@@ -0,0 +1,2 @@
1
+ import { i as e } from "./@vendor-l9UWMPVR.js";
2
+ export { e as default };
@@ -227,7 +227,7 @@ export interface BulkSelectionActionWidgetProps extends Pick<BulkSelectionConfig
227
227
  }
228
228
  export type ConfigurableColumnsConfigType<RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>> = Record<string, ConfigurableColumnsType<RowData, FilterVariant, AdditionalProps>['visibleColumns']>;
229
229
  export interface GetFilteringPromiseProps<RowData extends unknown> {
230
- searchSortTimeoutRef: React.MutableRefObject<number>;
230
+ searchSortTimeoutRef: React.MutableRefObject<ReturnType<typeof setTimeout> | number>;
231
231
  callback: () => Promise<RowsType<RowData>> | RowsType<RowData>;
232
232
  }
233
233
  export interface RowsResultType<RowData extends unknown> {
@@ -299,6 +299,8 @@ export interface iNode extends Node {
299
299
  type: NodeType;
300
300
  status: string;
301
301
  pNode?: iNode;
302
+ /** Marks a node as an init container, used for display purposes in the resource tree. */
303
+ isInitContainer?: boolean;
302
304
  }
303
305
  export interface HelmReleaseStatus {
304
306
  status: string;
@@ -0,0 +1,2 @@
1
+ import { a as e } from "./@vendor-l9UWMPVR.js";
2
+ export { e as default };