@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.
- package/dist/{@code-editor-hUF3-kiJ.js → @code-editor-CfWdQLUA.js} +7370 -7378
- package/dist/{@common-rjsf-B46zvwJV.js → @common-rjsf-CYYvyuON.js} +45 -45
- package/dist/{@framer-motion-Dlmom4Lw.js → @framer-motion-CYALETZG.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-Cw3f9vXu.js → @react-virtualized-sticky-tree-BGypbpsu.js} +73 -73
- package/dist/{@src-assets-images-CEfUVN6C.js → @src-assets-images-BbD457C8.js} +1 -1
- package/dist/{@vendor-C85FfSYl.js → @vendor-l9UWMPVR.js} +9970 -9979
- package/dist/MMQ4R4NB-BxPS4he0.js +2 -0
- package/dist/Shared/Components/Table/types.d.ts +1 -1
- package/dist/Shared/types.d.ts +2 -0
- package/dist/V4HPSUGU-BZ4LRJwg.js +2 -0
- package/dist/index.js +263 -273
- package/dist/javascript-aGcank_6.js +2 -0
- package/dist/vitesse-dark-B6dfs2Tg.js +2 -0
- package/dist/vitesse-light-D286P89-.js +2 -0
- package/package.json +6 -7
- package/dist/MMQ4R4NB-CIx6QNVk.js +0 -3
- package/dist/V4HPSUGU-B43fEh0k.js +0 -3
- package/dist/javascript--e5WmO_D.js +0 -2
- package/dist/vitesse-dark-DRj_pDHX.js +0 -2
- package/dist/vitesse-light-B-VyDwE9.js +0 -2
|
@@ -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> {
|
package/dist/Shared/types.d.ts
CHANGED
|
@@ -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;
|