@devtron-labs/devtron-fe-common-lib 1.1.7-beta-7 → 1.1.7-beta-8
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/Shared/Components/DynamicDataTable/DynamicDataTableHeader.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +1 -5
- package/dist/{cssMode-DR41Vs9u.js → cssMode-CI0Ti0PX.js} +1 -1
- package/dist/{freemarker2-qI-COfgJ.js → freemarker2-DhIckmy0.js} +1 -1
- package/dist/{handlebars-ChT5Qivn.js → handlebars-CSsFp5kd.js} +1 -1
- package/dist/{html-BVx8Du2s.js → html-LH3vKUZL.js} +1 -1
- package/dist/{htmlMode-BylNH3c2.js → htmlMode-iRFD6CYu.js} +1 -1
- package/dist/{index-DiUOKeIr.js → index-CJC1np9i.js} +427 -438
- package/dist/index.js +1 -1
- package/dist/{javascript-BgzIa-XV.js → javascript-BSAzSluu.js} +1 -1
- package/dist/{jsonMode-CN9UCyxm.js → jsonMode-CnHwHN88.js} +1 -1
- package/dist/{liquid-tJ7LBm7L.js → liquid-BJhj3KIM.js} +1 -1
- package/dist/{mdx-C5A_JAiu.js → mdx-CVl-1BNF.js} +1 -1
- package/dist/{python-BPI41TrJ.js → python-CLg75GgN.js} +1 -1
- package/dist/{razor-DTI2Ahhg.js → razor-BaxZZVeV.js} +1 -1
- package/dist/{tsMode-CO-FB3My.js → tsMode-CdYFr6rZ.js} +1 -1
- package/dist/{typescript-DTzVXLHu.js → typescript-Bc_RhHK1.js} +1 -1
- package/dist/{xml-CcV89e0f.js → xml-C1guu_lI.js} +1 -1
- package/dist/{yaml-DioGOZ10.js → yaml-ypUOEe_i.js} +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DynamicDataTableHeaderProps } from './types';
|
|
2
|
-
export declare const DynamicDataTableHeader: <K extends string>({ headers, rows, sortingConfig, onRowAdd, readOnly, isAdditionNotAllowed, isDeletionNotAllowed, headerComponent, actionButtonConfig,
|
|
2
|
+
export declare const DynamicDataTableHeader: <K extends string>({ headers, rows, sortingConfig, onRowAdd, readOnly, isAdditionNotAllowed, isDeletionNotAllowed, headerComponent, actionButtonConfig, }: DynamicDataTableHeaderProps<K>) => JSX.Element;
|
|
@@ -170,12 +170,8 @@ export type DynamicDataTableProps<K extends string> = {
|
|
|
170
170
|
isValid: boolean;
|
|
171
171
|
errorMessages: string[];
|
|
172
172
|
};
|
|
173
|
-
/**
|
|
174
|
-
* Indicates whether to show the info icon.
|
|
175
|
-
*/
|
|
176
|
-
renderHelpTextForHeader?: () => ReactNode;
|
|
177
173
|
};
|
|
178
|
-
export interface DynamicDataTableHeaderProps<K extends string> extends Pick<DynamicDataTableProps<K>, 'headers' | 'rows' | 'headerComponent' | 'sortingConfig' | 'onRowAdd' | 'readOnly' | 'isAdditionNotAllowed' | 'isDeletionNotAllowed' | 'actionButtonConfig'
|
|
174
|
+
export interface DynamicDataTableHeaderProps<K extends string> extends Pick<DynamicDataTableProps<K>, 'headers' | 'rows' | 'headerComponent' | 'sortingConfig' | 'onRowAdd' | 'readOnly' | 'isAdditionNotAllowed' | 'isDeletionNotAllowed' | 'actionButtonConfig'>, Pick<InfoIconTippyProps, 'heading' | 'additionalContent'> {
|
|
179
175
|
}
|
|
180
176
|
export interface DynamicDataTableRowProps<K extends string> extends Pick<DynamicDataTableProps<K>, 'rows' | 'headers' | 'maskValue' | 'isAdditionNotAllowed' | 'isDeletionNotAllowed' | 'readOnly' | 'onRowEdit' | 'onRowDelete' | 'actionButtonConfig' | 'showError' | 'validationSchema' | 'leadingCellIcon' | 'trailingCellIcon'> {
|
|
181
177
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Fe = Object.defineProperty;
|
|
2
2
|
var Le = (e, n, i) => n in e ? Fe(e, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[n] = i;
|
|
3
3
|
var k = (e, n, i) => Le(e, typeof n != "symbol" ? n + "" : n, i);
|
|
4
|
-
import { m as je } from "./index-
|
|
4
|
+
import { m as je } from "./index-CJC1np9i.js";
|
|
5
5
|
/*!-----------------------------------------------------------------------------
|
|
6
6
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7
7
|
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-CJC1np9i.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-CJC1np9i.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-CJC1np9i.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Be = Object.defineProperty;
|
|
2
2
|
var $e = (e, n, i) => n in e ? Be(e, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[n] = i;
|
|
3
3
|
var k = (e, n, i) => $e(e, typeof n != "symbol" ? n + "" : n, i);
|
|
4
|
-
import { m as qe } from "./index-
|
|
4
|
+
import { m as qe } from "./index-CJC1np9i.js";
|
|
5
5
|
/*!-----------------------------------------------------------------------------
|
|
6
6
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7
7
|
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|