@acuteinfo/common-base 1.0.93 → 1.0.94
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/components/context/propertiesConfig/customProperties.d.ts +8 -0
- package/dist/components/custom/Remarks.d.ts +2 -1
- package/dist/components/dataTableStatic/grid.d.ts +2 -1
- package/dist/components/dataTableStatic/types.d.ts +4 -0
- package/dist/components/report/gridTable.d.ts +1 -0
- package/dist/components/report/types.d.ts +4 -0
- package/dist/components/utils/reportExport/ReportExportScreen.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -84,6 +84,14 @@ export interface CustomProperties {
|
|
|
84
84
|
* @default false
|
|
85
85
|
*/
|
|
86
86
|
enablePdfPrint?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Api function to save or update report export template
|
|
89
|
+
*/
|
|
90
|
+
saveUpdateTemplateApiFn?: Function;
|
|
91
|
+
/**
|
|
92
|
+
* Api function to fetch personalization data for grid export
|
|
93
|
+
*/
|
|
94
|
+
getPersonalizedReportData?: Function;
|
|
87
95
|
};
|
|
88
96
|
/**
|
|
89
97
|
* Opens options grid on pressing f9 for autocomplete field
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const RemarksAPIWrapper: ({ TitleText, onActionNo, onActionYes, isRequired, isEntertoSubmit, AcceptbuttonLabelText, CanceltbuttonLabelText, isLoading, open, label, defaultValue, rows, customRequiredMessage, }: {
|
|
1
|
+
export declare const RemarksAPIWrapper: ({ TitleText, onActionNo, onActionYes, isRequired, isEntertoSubmit, AcceptbuttonLabelText, CanceltbuttonLabelText, isLoading, open, label, placeholder, defaultValue, rows, customRequiredMessage, }: {
|
|
2
2
|
TitleText: any;
|
|
3
3
|
onActionNo: any;
|
|
4
4
|
onActionYes: any;
|
|
@@ -9,6 +9,7 @@ export declare const RemarksAPIWrapper: ({ TitleText, onActionNo, onActionYes, i
|
|
|
9
9
|
isLoading?: boolean | undefined;
|
|
10
10
|
open?: boolean | undefined;
|
|
11
11
|
label?: string | undefined;
|
|
12
|
+
placeholder?: string | undefined;
|
|
12
13
|
defaultValue?: string | undefined;
|
|
13
14
|
rows: any;
|
|
14
15
|
customRequiredMessage?: string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const DataGrid: ({ label, dense, columns, data, loading, getRowId, defaultColumn, allowColumnReordering, disableSorting, defaultHiddenColumns, defaultSortOrder, defaultGroupBy, multipleActions, singleActions, doubleClickAction, alwaysAvailableAction, setGridAction, updateGridData, hideFooter, hideHeader, disableGlobalFilter, disableGroupBy, disableLoader, containerHeight, gridProps, pageSizes, defaultPageSize, enablePagination, allowRowSelection, hideNoDataFound, refetchData, hiddenFlag, autoRefreshInterval, allowFilter, filterMeta, allowColumnHiding, defaultFilter, isCusrsorFocused, onButtonActionHandel, controlsAtBottom, actionContextAtBottom, headerToolbarStyle, disableMultipleRowSelect, columnHeaderStyle, variant, enablePaginationInput, defaultSelectedRowId, footerNote, paginationText, searchPlaceholder, enableExport, subGridLabel, hideActionBar, finalMetaData, externalExportState, onExportModalClose, enablePdfPrint, }: {
|
|
1
|
+
export declare const DataGrid: ({ label, dense, columns, data, loading, getRowId, defaultColumn, allowColumnReordering, disableSorting, defaultHiddenColumns, defaultSortOrder, defaultGroupBy, multipleActions, singleActions, doubleClickAction, alwaysAvailableAction, setGridAction, updateGridData, hideFooter, hideHeader, disableGlobalFilter, disableGroupBy, disableLoader, containerHeight, gridProps, pageSizes, defaultPageSize, enablePagination, allowRowSelection, hideNoDataFound, refetchData, hiddenFlag, autoRefreshInterval, allowFilter, filterMeta, allowColumnHiding, defaultFilter, isCusrsorFocused, onButtonActionHandel, controlsAtBottom, actionContextAtBottom, headerToolbarStyle, disableMultipleRowSelect, columnHeaderStyle, variant, enablePaginationInput, defaultSelectedRowId, footerNote, paginationText, searchPlaceholder, enableExport, subGridLabel, hideActionBar, finalMetaData, externalExportState, onExportModalClose, enablePdfPrint, reportTemplateCode }: {
|
|
2
2
|
label: any;
|
|
3
3
|
dense: any;
|
|
4
4
|
columns: any;
|
|
@@ -56,4 +56,5 @@ export declare const DataGrid: ({ label, dense, columns, data, loading, getRowId
|
|
|
56
56
|
externalExportState: any;
|
|
57
57
|
onExportModalClose: any;
|
|
58
58
|
enablePdfPrint: any;
|
|
59
|
+
reportTemplateCode: any;
|
|
59
60
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -258,6 +258,10 @@ export interface GridWrapperPropTypes {
|
|
|
258
258
|
* @returns void
|
|
259
259
|
*/
|
|
260
260
|
onExportModalClose?: () => void;
|
|
261
|
+
/**
|
|
262
|
+
* Unique numeric string to identify the grid for personalization grid export.
|
|
263
|
+
*/
|
|
264
|
+
reportTemplateCode?: string;
|
|
261
265
|
}
|
|
262
266
|
export interface GridYupSchemaMetaDataType {
|
|
263
267
|
type: "string" | "number" | "boolean" | "date";
|
|
@@ -151,4 +151,8 @@ export interface ReportGridProps {
|
|
|
151
151
|
onDoubleClickAction?: Function;
|
|
152
152
|
enableCaching?: boolean;
|
|
153
153
|
dataTransformer?: (data: any[]) => any[];
|
|
154
|
+
/**
|
|
155
|
+
* Unique numeric string to identify the grid for personalization grid export.
|
|
156
|
+
*/
|
|
157
|
+
reportTemplateCode?: string;
|
|
154
158
|
}
|