@acuteinfo/common-base 1.0.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/.hintrc +14 -0
- package/README.md +1 -0
- package/dist/cache/cache.d.ts +2 -0
- package/dist/cache/cacheClearRegistry.d.ts +11 -0
- package/dist/cache/index.d.ts +3 -0
- package/dist/cache/utils.d.ts +1 -0
- package/dist/components/common/alert/alert.d.ts +8 -0
- package/dist/components/common/alert/index.d.ts +1 -0
- package/dist/components/common/amountIn/amountIn.d.ts +28 -0
- package/dist/components/common/amountIn/index.d.ts +2 -0
- package/dist/components/common/arrayField/arrayField.d.ts +13 -0
- package/dist/components/common/arrayField/arrayField2.d.ts +36 -0
- package/dist/components/common/arrayField/arrayFieldForDisplayValues.d.ts +17 -0
- package/dist/components/common/arrayField/index.d.ts +5 -0
- package/dist/components/common/arrayField/style.d.ts +1 -0
- package/dist/components/common/autocomplete/autocomplete.d.ts +31 -0
- package/dist/components/common/autocomplete/autocompleteGrid.d.ts +28 -0
- package/dist/components/common/autocomplete/index.d.ts +3 -0
- package/dist/components/common/autocomplete/render.d.ts +29 -0
- package/dist/components/common/autocomplete/virtualized.d.ts +6 -0
- package/dist/components/common/checkbox/checkbox.d.ts +22 -0
- package/dist/components/common/checkbox/checkboxGroup.d.ts +31 -0
- package/dist/components/common/checkbox/index.d.ts +4 -0
- package/dist/components/common/dataTable/components/NumberCell.d.ts +12 -0
- package/dist/components/common/dataTable/components/actionCell.d.ts +9 -0
- package/dist/components/common/dataTable/components/dateCell.d.ts +10 -0
- package/dist/components/common/dataTable/components/defaultCell.d.ts +3 -0
- package/dist/components/common/dataTable/components/footerCell.d.ts +7 -0
- package/dist/components/common/dataTable/components/headerCell2.d.ts +6 -0
- package/dist/components/common/dataTable/components/rowContext.d.ts +3 -0
- package/dist/components/common/dataTable/components/selectFieldCell.d.ts +9 -0
- package/dist/components/common/dataTable/components/textFieldCell.d.ts +7 -0
- package/dist/components/common/dataTable/components/useCheckbox.d.ts +1 -0
- package/dist/components/common/dataTable/components/visaversa.d.ts +12 -0
- package/dist/components/common/dataTable/gridParent.d.ts +19 -0
- package/dist/components/common/dataTable/gridTable.d.ts +21 -0
- package/dist/components/common/dataTable/index.d.ts +2 -0
- package/dist/components/common/dataTable/types.d.ts +24 -0
- package/dist/components/common/dataTable/utils/index.d.ts +1 -0
- package/dist/components/common/dataTable/utils/methods.d.ts +5 -0
- package/dist/components/common/datetime/datePicker.d.ts +15 -0
- package/dist/components/common/datetime/datetimePicker.d.ts +13 -0
- package/dist/components/common/datetime/index.d.ts +6 -0
- package/dist/components/common/datetime/timePicker.d.ts +14 -0
- package/dist/components/common/formbutton/formbutton.d.ts +28 -0
- package/dist/components/common/formbutton/index.d.ts +2 -0
- package/dist/components/common/hidden/hidden.d.ts +11 -0
- package/dist/components/common/hidden/index.d.ts +2 -0
- package/dist/components/common/index.d.ts +14 -0
- package/dist/components/common/loader/index.d.ts +1 -0
- package/dist/components/common/loader/textLoading/index.d.ts +1 -0
- package/dist/components/common/loader/textLoading/loadingText.d.ts +4 -0
- package/dist/components/common/loaderPaper/fullloader.d.ts +2 -0
- package/dist/components/common/loaderPaper/index.d.ts +2 -0
- package/dist/components/common/loaderPaper/loadinPaper.d.ts +2 -0
- package/dist/components/common/printButton/index.d.ts +1 -0
- package/dist/components/common/printButton/printButton.d.ts +12 -0
- package/dist/components/common/radio/index.d.ts +2 -0
- package/dist/components/common/radio/radio.d.ts +31 -0
- package/dist/components/common/rating/index.d.ts +2 -0
- package/dist/components/common/rating/rating.d.ts +15 -0
- package/dist/components/common/search/index.d.ts +2 -0
- package/dist/components/common/search/search.d.ts +16 -0
- package/dist/components/common/select/index.d.ts +3 -0
- package/dist/components/common/select/render.d.ts +32 -0
- package/dist/components/common/select/render2.d.ts +30 -0
- package/dist/components/common/select/renderForGrid.d.ts +30 -0
- package/dist/components/common/select/select.d.ts +30 -0
- package/dist/components/common/slider/index.d.ts +2 -0
- package/dist/components/common/slider/slider.d.ts +14 -0
- package/dist/components/common/spacer/index.d.ts +2 -0
- package/dist/components/common/spacer/spacer.d.ts +10 -0
- package/dist/components/common/switch/index.d.ts +4 -0
- package/dist/components/common/switch/switch.d.ts +22 -0
- package/dist/components/common/switch/switchGroup.d.ts +31 -0
- package/dist/components/common/textField/index.d.ts +2 -0
- package/dist/components/common/textField/textField.d.ts +23 -0
- package/dist/components/common/textarea/index.d.ts +2 -0
- package/dist/components/common/textarea/textarea.d.ts +19 -0
- package/dist/components/common/toggleButtonGroup/index.d.ts +2 -0
- package/dist/components/common/toggleButtonGroup/toggleButtonGroup.d.ts +28 -0
- package/dist/components/common/transferList/index.d.ts +2 -0
- package/dist/components/common/transferList/style.d.ts +1 -0
- package/dist/components/common/transferList/test.d.ts +2 -0
- package/dist/components/common/transferList/transferList.d.ts +18 -0
- package/dist/components/common/transferList/transferListWrapper.d.ts +17 -0
- package/dist/components/common/types.d.ts +21 -0
- package/dist/components/common/typograhpy/index.d.ts +2 -0
- package/dist/components/common/typograhpy/typography.d.ts +11 -0
- package/dist/components/common/utils/index.d.ts +3 -0
- package/dist/components/common/utils/numWords.d.ts +1 -0
- package/dist/components/common/utils/optionsFetcher.d.ts +11 -0
- package/dist/components/common/utils/utils.d.ts +3 -0
- package/dist/components/common/valueField/index.d.ts +1 -0
- package/dist/components/common/valueField/valueField.d.ts +11 -0
- package/dist/components/common/visaversa/index.d.ts +2 -0
- package/dist/components/common/visaversa/visaversa.d.ts +19 -0
- package/dist/components/custom/Remarks.d.ts +12 -0
- package/dist/components/custom/getCurrencySymbol.d.ts +1 -0
- package/dist/components/custom/messageBoxWrapper.d.ts +22 -0
- package/dist/components/custom/popupContext.d.ts +17 -0
- package/dist/components/custom/popupMessage.d.ts +9 -0
- package/dist/components/custom/popupReqest.d.ts +10 -0
- package/dist/components/custom/popupReqestOld.d.ts +9 -0
- package/dist/components/custom/style.d.ts +1 -0
- package/dist/components/customNotistack/index.d.ts +1 -0
- package/dist/components/customNotistack/snackbarConfig.d.ts +6 -0
- package/dist/components/customNotistack/snackbarContext.d.ts +13 -0
- package/dist/components/dataTable/atoms/index.d.ts +11 -0
- package/dist/components/dataTable/backdrop.d.ts +4 -0
- package/dist/components/dataTable/columnVisibility.d.ts +5 -0
- package/dist/components/dataTable/components/defaultHeaderColumnRenderer.d.ts +6 -0
- package/dist/components/dataTable/components/filters2/index.d.ts +4 -0
- package/dist/components/dataTable/components/filters2/multiValueTextField.d.ts +7 -0
- package/dist/components/dataTable/components/filters2/optionsFilter.d.ts +8 -0
- package/dist/components/dataTable/components/filters2/rangeFilter/dateRange.d.ts +7 -0
- package/dist/components/dataTable/components/filters2/rangeFilter/index.d.ts +1 -0
- package/dist/components/dataTable/components/filters2/rangeFilter/rangeSelector.d.ts +1 -0
- package/dist/components/dataTable/components/filters2/rangeFilter/valueRange.d.ts +7 -0
- package/dist/components/dataTable/components/filters2/style.d.ts +1 -0
- package/dist/components/dataTable/components/filters2/valueFilter.d.ts +9 -0
- package/dist/components/dataTable/components/index.d.ts +3 -0
- package/dist/components/dataTable/components/useCheckbox.d.ts +1 -0
- package/dist/components/dataTable/components/useSequence.d.ts +1 -0
- package/dist/components/dataTable/context.d.ts +4 -0
- package/dist/components/dataTable/focusableTableRow.d.ts +4 -0
- package/dist/components/dataTable/grid.d.ts +2 -0
- package/dist/components/dataTable/gridController.d.ts +7 -0
- package/dist/components/dataTable/gridWrapper.d.ts +18 -0
- package/dist/components/dataTable/headerCellWrapper.d.ts +4 -0
- package/dist/components/dataTable/index.d.ts +2 -0
- package/dist/components/dataTable/linerProgressBarSpacer.d.ts +1 -0
- package/dist/components/dataTable/stickyTableHead.d.ts +4 -0
- package/dist/components/dataTable/styledComponents/index.d.ts +3 -0
- package/dist/components/dataTable/styledComponents/menuItem.d.ts +4 -0
- package/dist/components/dataTable/styledComponents/slider.d.ts +4 -0
- package/dist/components/dataTable/styledComponents/textField.d.ts +4 -0
- package/dist/components/dataTable/tableActionToolbar.d.ts +5 -0
- package/dist/components/dataTable/tableFilterComponent.d.ts +14 -0
- package/dist/components/dataTable/tableFilterStatusBar.d.ts +7 -0
- package/dist/components/dataTable/tableHeaderToolbar.d.ts +2 -0
- package/dist/components/dataTable/tablePaginationToolbar.d.ts +2 -0
- package/dist/components/dataTable/types.d.ts +100 -0
- package/dist/components/dataTable/utils/attachAlignmentProps.d.ts +17 -0
- package/dist/components/dataTable/utils/attachCellComponentsToMetaData.d.ts +17 -0
- package/dist/components/dataTable/utils/attachFilterProps.d.ts +43 -0
- package/dist/components/dataTable/utils/dataFilterComponents.d.ts +1 -0
- package/dist/components/dataTable/utils/extractHiddenColumns.d.ts +2 -0
- package/dist/components/dataTable/utils/filterAction.d.ts +2 -0
- package/dist/components/dataTable/utils/index.d.ts +9 -0
- package/dist/components/dataTable/utils/sortColumnBySequence.d.ts +17 -0
- package/dist/components/dataTable/utils/splitActions.d.ts +12 -0
- package/dist/components/dataTable/utils/utils.d.ts +5 -0
- package/dist/components/dataTableStatic/components/defaultHeaderColumnRenderer.d.ts +6 -0
- package/dist/components/dataTableStatic/components/filters/globalFilter.d.ts +5 -0
- package/dist/components/dataTableStatic/components/filters/index.d.ts +1 -0
- package/dist/components/dataTableStatic/components/index.d.ts +3 -0
- package/dist/components/dataTableStatic/components/useCheckbox.d.ts +1 -0
- package/dist/components/dataTableStatic/grid.d.ts +42 -0
- package/dist/components/dataTableStatic/gridWrapper.d.ts +4 -0
- package/dist/components/dataTableStatic/index.d.ts +3 -0
- package/dist/components/dataTableStatic/tableHeaderToolbar.d.ts +2 -0
- package/dist/components/dataTableStatic/types.d.ts +124 -0
- package/dist/components/dataTableStatic/utils/attachCombineValidationFns.d.ts +57 -0
- package/dist/components/dataTableStatic/utils/attachMethodsToMetaData.d.ts +2 -0
- package/dist/components/dataTableStatic/utils/attachYupSchema.d.ts +57 -0
- package/dist/components/dataTableStatic/utils/index.d.ts +3 -0
- package/dist/components/derived/index.d.ts +4 -0
- package/dist/components/derived/inputMask/index.d.ts +2 -0
- package/dist/components/derived/inputMask/maskInputField.d.ts +12 -0
- package/dist/components/derived/inputMask/types.d.ts +10 -0
- package/dist/components/derived/numberFormat/index.d.ts +2 -0
- package/dist/components/derived/numberFormat/numberFormat.d.ts +13 -0
- package/dist/components/derived/passwordField/index.d.ts +2 -0
- package/dist/components/derived/passwordField/passwordField.d.ts +4 -0
- package/dist/components/derived/search/index.d.ts +1 -0
- package/dist/components/derived/search/search.d.ts +7 -0
- package/dist/components/derived/search/style.d.ts +1 -0
- package/dist/components/detailPopupGridData/GridDetailsWithHeader/detailsGridWithHeader.d.ts +3 -0
- package/dist/components/detailPopupGridData/GridDetailsWithHeader/index.d.ts +1 -0
- package/dist/components/detailPopupGridData/GridDetailsWithHeader/type.d.ts +26 -0
- package/dist/components/detailPopupGridData/index.d.ts +1 -0
- package/dist/components/dynamicForm/extendedTypes.d.ts +2 -0
- package/dist/components/dynamicForm/formWrapper.d.ts +3 -0
- package/dist/components/dynamicForm/groupUtils.d.ts +2 -0
- package/dist/components/dynamicForm/index.d.ts +5 -0
- package/dist/components/dynamicForm/simpleForm.d.ts +40 -0
- package/dist/components/dynamicForm/stepperForm/index.d.ts +1 -0
- package/dist/components/dynamicForm/stepperForm/stepperForm.d.ts +42 -0
- package/dist/components/dynamicForm/stepperForm/utils.d.ts +12 -0
- package/dist/components/dynamicForm/style.d.ts +1 -0
- package/dist/components/dynamicForm/tabsForm.d.ts +45 -0
- package/dist/components/dynamicForm/types.d.ts +132 -0
- package/dist/components/dynamicForm/typesFields.d.ts +92 -0
- package/dist/components/dynamicForm/utils/attachMethodsToMetaData.d.ts +4 -0
- package/dist/components/dynamicForm/utils/attachValuesToMetaData.d.ts +3 -0
- package/dist/components/dynamicForm/utils/constructINITValues.d.ts +4 -0
- package/dist/components/dynamicForm/utils/constructYupSchema.d.ts +3 -0
- package/dist/components/dynamicForm/utils/extendedFieldTypes.d.ts +2 -0
- package/dist/components/dynamicForm/utils/fieldRenderer.d.ts +2 -0
- package/dist/components/dynamicForm/utils/fixSequenceInMetaData.d.ts +2 -0
- package/dist/components/dynamicForm/utils/groupWiserenderer.d.ts +3 -0
- package/dist/components/dynamicForm/utils/validateMetaData.d.ts +3 -0
- package/dist/components/dynamicForm/utils/valueRenderer.d.ts +2 -0
- package/dist/components/dynamicForm/view/groupedView.d.ts +3 -0
- package/dist/components/dynamicForm/view/index.d.ts +1 -0
- package/dist/components/dynamicForm/view/simpleView.d.ts +3 -0
- package/dist/components/dynamicForm/view/types.d.ts +17 -0
- package/dist/components/dynamicForm/view/wrapper.d.ts +3 -0
- package/dist/components/fileUpload/failedFilesMetaData.d.ts +3 -0
- package/dist/components/fileUpload/fileUpload.d.ts +13 -0
- package/dist/components/fileUpload/fileViewerGrid.d.ts +8 -0
- package/dist/components/fileUpload/index.d.ts +3 -0
- package/dist/components/fileUpload/metaData.d.ts +5 -0
- package/dist/components/fileUpload/preView.d.ts +26 -0
- package/dist/components/fileUpload/style.d.ts +1 -0
- package/dist/components/fileUpload/type.d.ts +17 -0
- package/dist/components/fileUpload/uploadTarget.d.ts +3 -0
- package/dist/components/fileUpload/utils.d.ts +24 -0
- package/dist/components/formcomponent/filterform/filterForm.d.ts +20 -0
- package/dist/components/formcomponent/filterform/formMeta.d.ts +12 -0
- package/dist/components/formcomponent/filterform/index.d.ts +2 -0
- package/dist/components/formcomponent/filterform/type.d.ts +48 -0
- package/dist/components/formcomponent/index.d.ts +2 -0
- package/dist/components/formcomponent/masterDetails/index.d.ts +1 -0
- package/dist/components/formcomponent/masterDetails/masterDetailsForm.d.ts +27 -0
- package/dist/components/formcomponent/masterDetails/types.d.ts +9 -0
- package/dist/components/report/amountContext.d.ts +5 -0
- package/dist/components/report/components/cellWrapper.d.ts +4 -0
- package/dist/components/report/components/dateCell.d.ts +1 -0
- package/dist/components/report/components/dateTimeCell.d.ts +1 -0
- package/dist/components/report/components/defaultCell.d.ts +2 -0
- package/dist/components/report/components/footerCell.d.ts +20 -0
- package/dist/components/report/components/headerCell.d.ts +1 -0
- package/dist/components/report/components/index.d.ts +8 -0
- package/dist/components/report/components/numberCell.d.ts +2 -0
- package/dist/components/report/components/numberFooterCell.d.ts +1 -0
- package/dist/components/report/components/useSequence.d.ts +1 -0
- package/dist/components/report/export/excel.d.ts +4 -0
- package/dist/components/report/export/index.d.ts +1 -0
- package/dist/components/report/filter/defaultColumnFilter.d.ts +7 -0
- package/dist/components/report/filter/globalFilter.d.ts +5 -0
- package/dist/components/report/filter/index.d.ts +4 -0
- package/dist/components/report/filter/numberRangeColumnFilter.d.ts +8 -0
- package/dist/components/report/filter/selectColumnFilter.d.ts +9 -0
- package/dist/components/report/filter/sliderColumnFilter.d.ts +8 -0
- package/dist/components/report/filterComponent/drawerFilterComponent.d.ts +12 -0
- package/dist/components/report/filterComponent/filterComponent.d.ts +16 -0
- package/dist/components/report/filterComponent/index.d.ts +2 -0
- package/dist/components/report/filterComponent/tableFilterStatusBar.d.ts +5 -0
- package/dist/components/report/filters.d.ts +13 -0
- package/dist/components/report/filters2/index.d.ts +5 -0
- package/dist/components/report/filters2/multiValueTextField.d.ts +7 -0
- package/dist/components/report/filters2/optionsFilter.d.ts +8 -0
- package/dist/components/report/filters2/rangeFilter/amountRange.d.ts +7 -0
- package/dist/components/report/filters2/rangeFilter/dateRange.d.ts +7 -0
- package/dist/components/report/filters2/rangeFilter/index.d.ts +1 -0
- package/dist/components/report/filters2/rangeFilter/numberRange.d.ts +7 -0
- package/dist/components/report/filters2/rangeFilter/rangeSelector.d.ts +1 -0
- package/dist/components/report/filters2/rangeFilter/valueRange.d.ts +7 -0
- package/dist/components/report/filters2/style.d.ts +1 -0
- package/dist/components/report/filters2/valueDateFilter.d.ts +7 -0
- package/dist/components/report/filters2/valueFilter.d.ts +7 -0
- package/dist/components/report/gridParent.d.ts +2 -0
- package/dist/components/report/gridTable.d.ts +40 -0
- package/dist/components/report/index.d.ts +3 -0
- package/dist/components/report/serverReport/ReportWrapper.d.ts +14 -0
- package/dist/components/report/serverReport/serverGridParent.d.ts +2 -0
- package/dist/components/report/serverReport/serverGridTable.d.ts +37 -0
- package/dist/components/report/types.d.ts +17 -0
- package/dist/components/report/utils.d.ts +40 -0
- package/dist/components/styledComponent/button/button.d.ts +5 -0
- package/dist/components/styledComponent/button/index.d.ts +1 -0
- package/dist/components/styledComponent/checkbox/checkbox.d.ts +3 -0
- package/dist/components/styledComponent/checkbox/index.d.ts +1 -0
- package/dist/components/styledComponent/datetime/datePicker.d.ts +3 -0
- package/dist/components/styledComponent/datetime/dateTimePicker.d.ts +3 -0
- package/dist/components/styledComponent/datetime/index.d.ts +3 -0
- package/dist/components/styledComponent/datetime/styles.d.ts +71 -0
- package/dist/components/styledComponent/datetime/timePicker.d.ts +3 -0
- package/dist/components/styledComponent/index.d.ts +1 -0
- package/dist/components/styledComponent/input/index.d.ts +1 -0
- package/dist/components/styledComponent/input/input.d.ts +3 -0
- package/dist/components/styledComponent/inputLabel/index.d.ts +1 -0
- package/dist/components/styledComponent/inputLabel/inputLabel.d.ts +5 -0
- package/dist/components/styledComponent/tab/index.d.ts +1 -0
- package/dist/components/styledComponent/tab/tab.d.ts +5 -0
- package/dist/components/styledComponent/tabs/index.d.ts +1 -0
- package/dist/components/styledComponent/tabs/tabs.d.ts +5 -0
- package/dist/components/styledComponent/textfield/chipTextField.d.ts +5 -0
- package/dist/components/styledComponent/textfield/index.d.ts +4 -0
- package/dist/components/styledComponent/textfield/textField.d.ts +5 -0
- package/dist/components/styledComponent/textfield/textField2.d.ts +5 -0
- package/dist/components/styledComponent/textfield/textField3.d.ts +5 -0
- package/dist/components/styledComponent/toggleButtonGroup/index.d.ts +1 -0
- package/dist/components/styledComponent/toggleButtonGroup/toggleButtonGroup.d.ts +3 -0
- package/dist/components/styledComponent/toggleButtonGroup/toggleButtonGroup2.d.ts +2 -0
- package/dist/components/styledComponent/tooltip/index.d.ts +1 -0
- package/dist/components/styledComponent/tooltip/tooltip.d.ts +3 -0
- package/dist/components/tableCellComponents/ButtonRowCell.d.ts +1 -0
- package/dist/components/tableCellComponents/actionCellRenderer.d.ts +1 -0
- package/dist/components/tableCellComponents/cellWrapper.d.ts +6 -0
- package/dist/components/tableCellComponents/chipCellRenderer.d.ts +1 -0
- package/dist/components/tableCellComponents/currencyRowCellRenderer.d.ts +1 -0
- package/dist/components/tableCellComponents/dateDifferenceRowCellRender.d.ts +1 -0
- package/dist/components/tableCellComponents/dateRowCellRenderer.d.ts +1 -0
- package/dist/components/tableCellComponents/defaultRowCellRenderer.d.ts +1 -0
- package/dist/components/tableCellComponents/deleteRowCell.d.ts +1 -0
- package/dist/components/tableCellComponents/disableSelect.d.ts +1 -0
- package/dist/components/tableCellComponents/editableAutocomplete.d.ts +1 -0
- package/dist/components/tableCellComponents/editableCheckbox.d.ts +1 -0
- package/dist/components/tableCellComponents/editableDatePicker.d.ts +1 -0
- package/dist/components/tableCellComponents/editableDatetimePicker.d.ts +1 -0
- package/dist/components/tableCellComponents/editableMaskInputField.d.ts +1 -0
- package/dist/components/tableCellComponents/editableNumberFormat.d.ts +2 -0
- package/dist/components/tableCellComponents/editableSelect.d.ts +1 -0
- package/dist/components/tableCellComponents/editableTextField.d.ts +1 -0
- package/dist/components/tableCellComponents/iconRowCellRenderer.d.ts +1 -0
- package/dist/components/tableCellComponents/index.d.ts +1 -0
- package/dist/components/tableCellComponents/multipleValuesCellRenderer.d.ts +1 -0
- package/dist/components/tableCellComponents/percentageDifferenceCellRenderer.d.ts +1 -0
- package/dist/components/types.d.ts +28 -0
- package/dist/components/utils/attachMethodsToMetaData.d.ts +13 -0
- package/dist/components/utils/autoRefresh.d.ts +20 -0
- package/dist/components/utils/checkObjectAllKeyisEmpty.d.ts +17 -0
- package/dist/components/utils/circularProgressWithLabel.d.ts +7 -0
- package/dist/components/utils/export/exportExcelFile.d.ts +8 -0
- package/dist/components/utils/export/gridDataExport.d.ts +9 -0
- package/dist/components/utils/export/index.d.ts +2 -0
- package/dist/components/utils/functionRegistry.d.ts +17 -0
- package/dist/components/utils/import/gridDataImport.d.ts +8 -0
- package/dist/components/utils/import/importExcelFile.d.ts +4 -0
- package/dist/components/utils/import/index.d.ts +2 -0
- package/dist/components/utils/index.d.ts +7 -0
- package/dist/components/utils/jsonRuleEngine.d.ts +8 -0
- package/dist/components/utils/reportExport/ReportExportScreen.d.ts +15 -0
- package/dist/components/utils/reportExport/context/exportWorkerContext.d.ts +14 -0
- package/dist/components/utils/reportExport/exportFunctions/csvexport.d.ts +15 -0
- package/dist/components/utils/reportExport/exportFunctions/excelexport.d.ts +14 -0
- package/dist/components/utils/reportExport/exportFunctions/htmlexport.d.ts +15 -0
- package/dist/components/utils/reportExport/exportFunctions/metaData.d.ts +2 -0
- package/dist/components/utils/reportExport/exportFunctions/pdfexport.d.ts +18 -0
- package/dist/components/utils/reportExport/exportFunctions/textexport.d.ts +15 -0
- package/dist/components/utils/reportExport/exportFunctions/xmlexport.d.ts +15 -0
- package/dist/components/utils/reportExport/index.d.ts +2 -0
- package/dist/components/utils/utilFunctions/deriveData.d.ts +7 -0
- package/dist/components/utils/utilFunctions/function.d.ts +25 -0
- package/dist/components/utils/utilFunctions/index.d.ts +2 -0
- package/dist/index.d.ts +54 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/packages/form/index.d.ts +8 -0
- package/dist/packages/form/src/atoms.d.ts +36 -0
- package/dist/packages/form/src/context.d.ts +3 -0
- package/dist/packages/form/src/field.d.ts +33 -0
- package/dist/packages/form/src/fieldArray.d.ts +20 -0
- package/dist/packages/form/src/form.d.ts +16 -0
- package/dist/packages/form/src/observer.d.ts +1 -0
- package/dist/packages/form/src/types.d.ts +120 -0
- package/dist/packages/form/src/util.d.ts +9 -0
- package/dist/pages_audit/auth/authContext.d.ts +6 -0
- package/dist/pages_audit/common/crud2/context.d.ts +20 -0
- package/dist/pages_audit/common/crud2/delete.d.ts +5 -0
- package/dist/pages_audit/common/crud2/formNew.d.ts +7 -0
- package/dist/pages_audit/common/crud2/formNewExistIfNotCreate.d.ts +14 -0
- package/dist/pages_audit/common/crud2/formViewEdit.d.ts +11 -0
- package/dist/pages_audit/common/crud2/gridCRUD.d.ts +16 -0
- package/dist/pages_audit/common/crud2/gridWrapper.d.ts +8 -0
- package/dist/pages_audit/common/crud2/index.d.ts +3 -0
- package/dist/pages_audit/common/crud2/simpleCRUD.d.ts +9 -0
- package/dist/pages_audit/common/dialogStyles.d.ts +1 -0
- package/dist/pages_audit/common/documents/api.d.ts +382 -0
- package/dist/pages_audit/common/documents/context.d.ts +1128 -0
- package/dist/pages_audit/common/documents/delete.d.ts +5 -0
- package/dist/pages_audit/common/documents/documentGridCRUD.d.ts +4 -0
- package/dist/pages_audit/common/documents/documentsTab.d.ts +10 -0
- package/dist/pages_audit/common/documents/download.d.ts +5 -0
- package/dist/pages_audit/common/documents/gridWrapper.d.ts +11 -0
- package/dist/pages_audit/common/documents/index.d.ts +1 -0
- package/dist/pages_audit/common/documents/metaData/bank/edit.d.ts +95 -0
- package/dist/pages_audit/common/documents/metaData/bank/grid.d.ts +58 -0
- package/dist/pages_audit/common/documents/metaData/bank/index.d.ts +3 -0
- package/dist/pages_audit/common/documents/metaData/bank/upload.d.ts +57 -0
- package/dist/pages_audit/common/documents/metaData/gst/analysis/edit.d.ts +73 -0
- package/dist/pages_audit/common/documents/metaData/gst/analysis/upload.d.ts +37 -0
- package/dist/pages_audit/common/documents/metaData/gst/grid.d.ts +48 -0
- package/dist/pages_audit/common/documents/metaData/gst/index.d.ts +5 -0
- package/dist/pages_audit/common/documents/metaData/gst/other/edit.d.ts +73 -0
- package/dist/pages_audit/common/documents/metaData/gst/other/upload.d.ts +37 -0
- package/dist/pages_audit/common/documents/metaData/itr/analysis/edit.d.ts +99 -0
- package/dist/pages_audit/common/documents/metaData/itr/analysis/upload.d.ts +61 -0
- package/dist/pages_audit/common/documents/metaData/itr/grid.d.ts +48 -0
- package/dist/pages_audit/common/documents/metaData/itr/index.d.ts +5 -0
- package/dist/pages_audit/common/documents/metaData/itr/others/edit.d.ts +73 -0
- package/dist/pages_audit/common/documents/metaData/itr/others/upload.d.ts +37 -0
- package/dist/pages_audit/common/documents/metaData/kyc/grid.d.ts +48 -0
- package/dist/pages_audit/common/documents/metaData/kyc/index.d.ts +5 -0
- package/dist/pages_audit/common/documents/metaData/kyc/legal/edit.d.ts +73 -0
- package/dist/pages_audit/common/documents/metaData/kyc/legal/upload.d.ts +37 -0
- package/dist/pages_audit/common/documents/metaData/kyc/management/edit.d.ts +73 -0
- package/dist/pages_audit/common/documents/metaData/kyc/management/upload.d.ts +37 -0
- package/dist/pages_audit/common/documents/metaData/others/edit.d.ts +73 -0
- package/dist/pages_audit/common/documents/metaData/others/grid.d.ts +48 -0
- package/dist/pages_audit/common/documents/metaData/others/index.d.ts +3 -0
- package/dist/pages_audit/common/documents/metaData/others/upload.d.ts +37 -0
- package/dist/pages_audit/common/documents/metaData/tabs/index.d.ts +20 -0
- package/dist/pages_audit/common/documents/style.d.ts +1 -0
- package/dist/pages_audit/common/documents/update.d.ts +8 -0
- package/dist/pages_audit/common/documents/upload.d.ts +6 -0
- package/dist/pages_audit/common/documents/verify.d.ts +5 -0
- package/dist/pages_audit/common/documents/view.d.ts +18 -0
- package/dist/pages_audit/common/download.d.ts +1 -0
- package/dist/pages_audit/common/index.d.ts +4 -0
- package/dist/pages_audit/common/invalidAction.d.ts +3 -0
- package/dist/pages_audit/common/serverGrid/context.d.ts +27 -0
- package/dist/pages_audit/common/serverGrid/index.d.ts +2 -0
- package/dist/pages_audit/common/serverGrid/serverGrid.d.ts +19 -0
- package/dist/pages_audit/common/tabStyles.d.ts +1 -0
- package/dist/pages_audit/common/transition.d.ts +2 -0
- package/dist/registry/rulesEngine/index.d.ts +8 -0
- package/package.json +130 -0
- package/resources.txt +52 -0
- package/rollup.config.mjs +71 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,1128 @@
|
|
|
1
|
+
import { FC, ReactNode } from "react";
|
|
2
|
+
interface DOCCRUDProviderType {
|
|
3
|
+
context: any;
|
|
4
|
+
uploadDocuments: CRUDFNType;
|
|
5
|
+
deleteDocuments: CRUDFNType;
|
|
6
|
+
updateDocument: CRUDFNType;
|
|
7
|
+
getDocumentsGridData: CRUDFNType;
|
|
8
|
+
verifyDocuments: CRUDFNType;
|
|
9
|
+
getDocumentListingGridMetaData: CRUDFNType;
|
|
10
|
+
getDocumentUploadAddtionalFieldsMetaData: CRUDFNType;
|
|
11
|
+
getDocumentEditGridMetaData: CRUDFNType;
|
|
12
|
+
generateDocumentDownloadURL: CRUDFNType;
|
|
13
|
+
previewDocument: CRUDFNType;
|
|
14
|
+
children?: ReactNode;
|
|
15
|
+
}
|
|
16
|
+
export declare const DOCCRUDContext: import("react").Context<DOCCRUDProviderType>;
|
|
17
|
+
interface CRUDFNType {
|
|
18
|
+
fn: any;
|
|
19
|
+
args: any;
|
|
20
|
+
}
|
|
21
|
+
export declare const DOCCRUDContextProvider: FC<DOCCRUDProviderType>;
|
|
22
|
+
export declare const DocAPICrudProviderGenerator: (moduleType: any, productType: any, docCategory: any, refID: any, serialNo: any) => {
|
|
23
|
+
context: {
|
|
24
|
+
moduleType: any;
|
|
25
|
+
productType: any;
|
|
26
|
+
docCategory: any;
|
|
27
|
+
refID: any;
|
|
28
|
+
serialNo: any;
|
|
29
|
+
};
|
|
30
|
+
uploadDocuments: {
|
|
31
|
+
fn: ({ moduleType, productType, docCategory, categoryCD, refID, serialNo }: {
|
|
32
|
+
moduleType: any;
|
|
33
|
+
productType: any;
|
|
34
|
+
docCategory: any;
|
|
35
|
+
categoryCD: any;
|
|
36
|
+
refID: any;
|
|
37
|
+
serialNo: any;
|
|
38
|
+
}) => (data: FormData, progressHandler?: any, completeHandler?: any) => Promise<void>;
|
|
39
|
+
args: {
|
|
40
|
+
moduleType: any;
|
|
41
|
+
productType: any;
|
|
42
|
+
refID: any;
|
|
43
|
+
serialNo: any;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
getDocumentsGridData: {
|
|
47
|
+
fn: ({ moduleType, productType, refID, serialNo }: {
|
|
48
|
+
moduleType: any;
|
|
49
|
+
productType: any;
|
|
50
|
+
refID: any;
|
|
51
|
+
serialNo: any;
|
|
52
|
+
}) => (docCategory: any) => Promise<void>;
|
|
53
|
+
args: {
|
|
54
|
+
moduleType: any;
|
|
55
|
+
productType: any;
|
|
56
|
+
refID: any;
|
|
57
|
+
serialNo: any;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
deleteDocuments: {
|
|
61
|
+
fn: ({ moduleType, productType, refID, serialNo }: {
|
|
62
|
+
moduleType: any;
|
|
63
|
+
productType: any;
|
|
64
|
+
refID: any;
|
|
65
|
+
serialNo: any;
|
|
66
|
+
}) => (docCategory: any, docUUID: any) => Promise<void>;
|
|
67
|
+
args: {
|
|
68
|
+
moduleType: any;
|
|
69
|
+
productType: any;
|
|
70
|
+
refID: any;
|
|
71
|
+
serialNo: any;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
updateDocument: {
|
|
75
|
+
fn: ({ moduleType, productType, refID, serialNo }: {
|
|
76
|
+
moduleType: any;
|
|
77
|
+
productType: any;
|
|
78
|
+
refID: any;
|
|
79
|
+
serialNo: any;
|
|
80
|
+
}) => (docCategory: any, updateData: any) => Promise<void>;
|
|
81
|
+
args: {
|
|
82
|
+
moduleType: any;
|
|
83
|
+
productType: any;
|
|
84
|
+
refID: any;
|
|
85
|
+
serialNo: any;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
verifyDocuments: {
|
|
89
|
+
fn: ({ moduleType, productType, refID, serialNo }: {
|
|
90
|
+
moduleType: any;
|
|
91
|
+
productType: any;
|
|
92
|
+
refID: any;
|
|
93
|
+
serialNo: any;
|
|
94
|
+
}) => (docCategory: any, docUUID: any, remarks: any, docStatus: "Verify" | "Rejected") => Promise<void>;
|
|
95
|
+
args: {
|
|
96
|
+
moduleType: any;
|
|
97
|
+
productType: any;
|
|
98
|
+
refID: any;
|
|
99
|
+
serialNo: any;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
getDocumentListingGridMetaData: {
|
|
103
|
+
fn: ({ moduleType, productType, metaDataType }: {
|
|
104
|
+
moduleType: any;
|
|
105
|
+
productType: any;
|
|
106
|
+
metaDataType: any;
|
|
107
|
+
}) => (docCategory: any) => Promise<{
|
|
108
|
+
gridConfig: {
|
|
109
|
+
dense: boolean;
|
|
110
|
+
gridLabel: string;
|
|
111
|
+
rowIdColumn: string;
|
|
112
|
+
defaultColumnConfig: {
|
|
113
|
+
width: number;
|
|
114
|
+
maxWidth: number;
|
|
115
|
+
minWidth: number;
|
|
116
|
+
};
|
|
117
|
+
allowColumnReordering: boolean;
|
|
118
|
+
disableSorting: boolean;
|
|
119
|
+
disableGlobalFilter: boolean;
|
|
120
|
+
disableGroupBy: boolean;
|
|
121
|
+
containerHeight: {
|
|
122
|
+
min: string;
|
|
123
|
+
max: string;
|
|
124
|
+
};
|
|
125
|
+
enablePagination: boolean;
|
|
126
|
+
};
|
|
127
|
+
columns: ({
|
|
128
|
+
columnName: string;
|
|
129
|
+
componentType: string;
|
|
130
|
+
accessor: string;
|
|
131
|
+
sequence: number;
|
|
132
|
+
alignment: string;
|
|
133
|
+
width: number;
|
|
134
|
+
maxWidth: number;
|
|
135
|
+
minWidth: number;
|
|
136
|
+
schemaValidation: {
|
|
137
|
+
type: string;
|
|
138
|
+
rules: {
|
|
139
|
+
name: string;
|
|
140
|
+
params: string[];
|
|
141
|
+
}[];
|
|
142
|
+
};
|
|
143
|
+
} | {
|
|
144
|
+
columnName: string;
|
|
145
|
+
componentType: string;
|
|
146
|
+
accessor: string;
|
|
147
|
+
sequence: number;
|
|
148
|
+
alignment: string;
|
|
149
|
+
width: number;
|
|
150
|
+
maxWidth: number;
|
|
151
|
+
minWidth: number;
|
|
152
|
+
schemaValidation?: undefined;
|
|
153
|
+
} | {
|
|
154
|
+
columnName: string;
|
|
155
|
+
componentType: string;
|
|
156
|
+
accessor: string;
|
|
157
|
+
sequence: number;
|
|
158
|
+
alignment: string;
|
|
159
|
+
width?: undefined;
|
|
160
|
+
maxWidth?: undefined;
|
|
161
|
+
minWidth?: undefined;
|
|
162
|
+
schemaValidation?: undefined;
|
|
163
|
+
})[];
|
|
164
|
+
} | {
|
|
165
|
+
gridConfig: {
|
|
166
|
+
dense: boolean;
|
|
167
|
+
gridLabel: string;
|
|
168
|
+
rowIdColumn: string;
|
|
169
|
+
defaultColumnConfig: {
|
|
170
|
+
width: number;
|
|
171
|
+
maxWidth: number;
|
|
172
|
+
minWidth: number;
|
|
173
|
+
};
|
|
174
|
+
allowColumnReordering: boolean;
|
|
175
|
+
disableSorting: boolean;
|
|
176
|
+
disableGlobalFilter: boolean;
|
|
177
|
+
disableGroupBy: boolean;
|
|
178
|
+
containerHeight: {
|
|
179
|
+
min: string;
|
|
180
|
+
max: string;
|
|
181
|
+
};
|
|
182
|
+
hideFooter: boolean;
|
|
183
|
+
hideHeader: boolean;
|
|
184
|
+
disableLoader: boolean;
|
|
185
|
+
enablePagination: boolean;
|
|
186
|
+
};
|
|
187
|
+
columns: ({
|
|
188
|
+
columnName: string;
|
|
189
|
+
componentType: string;
|
|
190
|
+
accessor: string;
|
|
191
|
+
sequence: number;
|
|
192
|
+
alignment: string;
|
|
193
|
+
width: number;
|
|
194
|
+
maxWidth: number;
|
|
195
|
+
minWidth: number;
|
|
196
|
+
schemaValidation: {
|
|
197
|
+
type: string;
|
|
198
|
+
rules: {
|
|
199
|
+
name: string;
|
|
200
|
+
params: string[];
|
|
201
|
+
}[];
|
|
202
|
+
};
|
|
203
|
+
options?: undefined;
|
|
204
|
+
isPassword?: undefined;
|
|
205
|
+
} | {
|
|
206
|
+
columnName: string;
|
|
207
|
+
componentType: string;
|
|
208
|
+
accessor: string;
|
|
209
|
+
sequence: number;
|
|
210
|
+
alignment: string;
|
|
211
|
+
options: string;
|
|
212
|
+
schemaValidation: {
|
|
213
|
+
type: string;
|
|
214
|
+
rules: {
|
|
215
|
+
name: string;
|
|
216
|
+
params: string[];
|
|
217
|
+
}[];
|
|
218
|
+
};
|
|
219
|
+
width?: undefined;
|
|
220
|
+
maxWidth?: undefined;
|
|
221
|
+
minWidth?: undefined;
|
|
222
|
+
isPassword?: undefined;
|
|
223
|
+
} | {
|
|
224
|
+
columnName: string;
|
|
225
|
+
componentType: string;
|
|
226
|
+
accessor: string;
|
|
227
|
+
sequence: number;
|
|
228
|
+
alignment: string;
|
|
229
|
+
isPassword: boolean;
|
|
230
|
+
width?: undefined;
|
|
231
|
+
maxWidth?: undefined;
|
|
232
|
+
minWidth?: undefined;
|
|
233
|
+
schemaValidation?: undefined;
|
|
234
|
+
options?: undefined;
|
|
235
|
+
})[];
|
|
236
|
+
} | ({
|
|
237
|
+
columnName: string;
|
|
238
|
+
componentType: string;
|
|
239
|
+
accessor: string;
|
|
240
|
+
sequence: number;
|
|
241
|
+
alignment: string;
|
|
242
|
+
options: string;
|
|
243
|
+
schemaValidation: {
|
|
244
|
+
type: string;
|
|
245
|
+
rules: {
|
|
246
|
+
name: string;
|
|
247
|
+
params: string[];
|
|
248
|
+
}[];
|
|
249
|
+
};
|
|
250
|
+
isPassword?: undefined;
|
|
251
|
+
isVisible?: undefined;
|
|
252
|
+
} | {
|
|
253
|
+
columnName: string;
|
|
254
|
+
componentType: string;
|
|
255
|
+
accessor: string;
|
|
256
|
+
sequence: number;
|
|
257
|
+
alignment: string;
|
|
258
|
+
isPassword: boolean;
|
|
259
|
+
options?: undefined;
|
|
260
|
+
schemaValidation?: undefined;
|
|
261
|
+
isVisible?: undefined;
|
|
262
|
+
} | {
|
|
263
|
+
columnName: string;
|
|
264
|
+
componentType: string;
|
|
265
|
+
accessor: string;
|
|
266
|
+
sequence: number;
|
|
267
|
+
alignment: string;
|
|
268
|
+
isVisible: boolean;
|
|
269
|
+
options?: undefined;
|
|
270
|
+
schemaValidation?: undefined;
|
|
271
|
+
isPassword?: undefined;
|
|
272
|
+
})[] | {
|
|
273
|
+
gridConfig: {
|
|
274
|
+
dense: boolean;
|
|
275
|
+
gridLabel: string;
|
|
276
|
+
rowIdColumn: string;
|
|
277
|
+
defaultColumnConfig: {
|
|
278
|
+
width: number;
|
|
279
|
+
maxWidth: number;
|
|
280
|
+
minWidth: number;
|
|
281
|
+
};
|
|
282
|
+
allowColumnReordering: boolean;
|
|
283
|
+
disableSorting: boolean;
|
|
284
|
+
disableGlobalFilter: boolean;
|
|
285
|
+
disableGroupBy: boolean;
|
|
286
|
+
containerHeight: {
|
|
287
|
+
min: string;
|
|
288
|
+
max: string;
|
|
289
|
+
};
|
|
290
|
+
hideFooter: boolean;
|
|
291
|
+
hideHeader: boolean;
|
|
292
|
+
disableLoader: boolean;
|
|
293
|
+
enablePagination: boolean;
|
|
294
|
+
};
|
|
295
|
+
columns: ({
|
|
296
|
+
columnName: string;
|
|
297
|
+
componentType: string;
|
|
298
|
+
accessor: string;
|
|
299
|
+
sequence: number;
|
|
300
|
+
alignment: string;
|
|
301
|
+
width: number;
|
|
302
|
+
maxWidth: number;
|
|
303
|
+
minWidth: number;
|
|
304
|
+
schemaValidation: {
|
|
305
|
+
type: string;
|
|
306
|
+
rules: {
|
|
307
|
+
name: string;
|
|
308
|
+
params: string[];
|
|
309
|
+
}[];
|
|
310
|
+
};
|
|
311
|
+
FormatProps?: undefined;
|
|
312
|
+
options?: undefined;
|
|
313
|
+
isPassword?: undefined;
|
|
314
|
+
} | {
|
|
315
|
+
columnName: string;
|
|
316
|
+
componentType: string;
|
|
317
|
+
accessor: string;
|
|
318
|
+
sequence: number;
|
|
319
|
+
alignment: string;
|
|
320
|
+
FormatProps: {
|
|
321
|
+
format: string;
|
|
322
|
+
placeholder: string;
|
|
323
|
+
mask: string[];
|
|
324
|
+
};
|
|
325
|
+
schemaValidation: {
|
|
326
|
+
type: string;
|
|
327
|
+
rules: {
|
|
328
|
+
name: string;
|
|
329
|
+
params: string[];
|
|
330
|
+
}[];
|
|
331
|
+
};
|
|
332
|
+
width?: undefined;
|
|
333
|
+
maxWidth?: undefined;
|
|
334
|
+
minWidth?: undefined;
|
|
335
|
+
options?: undefined;
|
|
336
|
+
isPassword?: undefined;
|
|
337
|
+
} | {
|
|
338
|
+
columnName: string;
|
|
339
|
+
componentType: string;
|
|
340
|
+
accessor: string;
|
|
341
|
+
sequence: number;
|
|
342
|
+
alignment: string;
|
|
343
|
+
options: string;
|
|
344
|
+
schemaValidation: {
|
|
345
|
+
type: string;
|
|
346
|
+
rules: {
|
|
347
|
+
name: string;
|
|
348
|
+
params: string[];
|
|
349
|
+
}[];
|
|
350
|
+
};
|
|
351
|
+
width?: undefined;
|
|
352
|
+
maxWidth?: undefined;
|
|
353
|
+
minWidth?: undefined;
|
|
354
|
+
FormatProps?: undefined;
|
|
355
|
+
isPassword?: undefined;
|
|
356
|
+
} | {
|
|
357
|
+
columnName: string;
|
|
358
|
+
componentType: string;
|
|
359
|
+
accessor: string;
|
|
360
|
+
sequence: number;
|
|
361
|
+
alignment: string;
|
|
362
|
+
isPassword: boolean;
|
|
363
|
+
width?: undefined;
|
|
364
|
+
maxWidth?: undefined;
|
|
365
|
+
minWidth?: undefined;
|
|
366
|
+
schemaValidation?: undefined;
|
|
367
|
+
FormatProps?: undefined;
|
|
368
|
+
options?: undefined;
|
|
369
|
+
})[];
|
|
370
|
+
} | ({
|
|
371
|
+
columnName: string;
|
|
372
|
+
componentType: string;
|
|
373
|
+
accessor: string;
|
|
374
|
+
sequence: number;
|
|
375
|
+
alignment: string;
|
|
376
|
+
FormatProps: {
|
|
377
|
+
format: string;
|
|
378
|
+
placeholder: string;
|
|
379
|
+
mask: string[];
|
|
380
|
+
};
|
|
381
|
+
schemaValidation: {
|
|
382
|
+
type: string;
|
|
383
|
+
rules: {
|
|
384
|
+
name: string;
|
|
385
|
+
params: string[];
|
|
386
|
+
}[];
|
|
387
|
+
};
|
|
388
|
+
options?: undefined;
|
|
389
|
+
isPassword?: undefined;
|
|
390
|
+
isVisible?: undefined;
|
|
391
|
+
} | {
|
|
392
|
+
columnName: string;
|
|
393
|
+
componentType: string;
|
|
394
|
+
accessor: string;
|
|
395
|
+
sequence: number;
|
|
396
|
+
alignment: string;
|
|
397
|
+
options: string;
|
|
398
|
+
schemaValidation: {
|
|
399
|
+
type: string;
|
|
400
|
+
rules: {
|
|
401
|
+
name: string;
|
|
402
|
+
params: string[];
|
|
403
|
+
}[];
|
|
404
|
+
};
|
|
405
|
+
FormatProps?: undefined;
|
|
406
|
+
isPassword?: undefined;
|
|
407
|
+
isVisible?: undefined;
|
|
408
|
+
} | {
|
|
409
|
+
columnName: string;
|
|
410
|
+
componentType: string;
|
|
411
|
+
accessor: string;
|
|
412
|
+
sequence: number;
|
|
413
|
+
alignment: string;
|
|
414
|
+
isPassword: boolean;
|
|
415
|
+
FormatProps?: undefined;
|
|
416
|
+
schemaValidation?: undefined;
|
|
417
|
+
options?: undefined;
|
|
418
|
+
isVisible?: undefined;
|
|
419
|
+
} | {
|
|
420
|
+
columnName: string;
|
|
421
|
+
componentType: string;
|
|
422
|
+
accessor: string;
|
|
423
|
+
sequence: number;
|
|
424
|
+
alignment: string;
|
|
425
|
+
isVisible: boolean;
|
|
426
|
+
FormatProps?: undefined;
|
|
427
|
+
schemaValidation?: undefined;
|
|
428
|
+
options?: undefined;
|
|
429
|
+
isPassword?: undefined;
|
|
430
|
+
})[]>;
|
|
431
|
+
args: {
|
|
432
|
+
moduleType: any;
|
|
433
|
+
productType: any;
|
|
434
|
+
metaDataType: string;
|
|
435
|
+
};
|
|
436
|
+
};
|
|
437
|
+
getDocumentUploadAddtionalFieldsMetaData: {
|
|
438
|
+
fn: ({ moduleType, productType, metaDataType }: {
|
|
439
|
+
moduleType: any;
|
|
440
|
+
productType: any;
|
|
441
|
+
metaDataType: any;
|
|
442
|
+
}) => (docCategory: any) => Promise<{
|
|
443
|
+
gridConfig: {
|
|
444
|
+
dense: boolean;
|
|
445
|
+
gridLabel: string;
|
|
446
|
+
rowIdColumn: string;
|
|
447
|
+
defaultColumnConfig: {
|
|
448
|
+
width: number;
|
|
449
|
+
maxWidth: number;
|
|
450
|
+
minWidth: number;
|
|
451
|
+
};
|
|
452
|
+
allowColumnReordering: boolean;
|
|
453
|
+
disableSorting: boolean;
|
|
454
|
+
disableGlobalFilter: boolean;
|
|
455
|
+
disableGroupBy: boolean;
|
|
456
|
+
containerHeight: {
|
|
457
|
+
min: string;
|
|
458
|
+
max: string;
|
|
459
|
+
};
|
|
460
|
+
enablePagination: boolean;
|
|
461
|
+
};
|
|
462
|
+
columns: ({
|
|
463
|
+
columnName: string;
|
|
464
|
+
componentType: string;
|
|
465
|
+
accessor: string;
|
|
466
|
+
sequence: number;
|
|
467
|
+
alignment: string;
|
|
468
|
+
width: number;
|
|
469
|
+
maxWidth: number;
|
|
470
|
+
minWidth: number;
|
|
471
|
+
schemaValidation: {
|
|
472
|
+
type: string;
|
|
473
|
+
rules: {
|
|
474
|
+
name: string;
|
|
475
|
+
params: string[];
|
|
476
|
+
}[];
|
|
477
|
+
};
|
|
478
|
+
} | {
|
|
479
|
+
columnName: string;
|
|
480
|
+
componentType: string;
|
|
481
|
+
accessor: string;
|
|
482
|
+
sequence: number;
|
|
483
|
+
alignment: string;
|
|
484
|
+
width: number;
|
|
485
|
+
maxWidth: number;
|
|
486
|
+
minWidth: number;
|
|
487
|
+
schemaValidation?: undefined;
|
|
488
|
+
} | {
|
|
489
|
+
columnName: string;
|
|
490
|
+
componentType: string;
|
|
491
|
+
accessor: string;
|
|
492
|
+
sequence: number;
|
|
493
|
+
alignment: string;
|
|
494
|
+
width?: undefined;
|
|
495
|
+
maxWidth?: undefined;
|
|
496
|
+
minWidth?: undefined;
|
|
497
|
+
schemaValidation?: undefined;
|
|
498
|
+
})[];
|
|
499
|
+
} | {
|
|
500
|
+
gridConfig: {
|
|
501
|
+
dense: boolean;
|
|
502
|
+
gridLabel: string;
|
|
503
|
+
rowIdColumn: string;
|
|
504
|
+
defaultColumnConfig: {
|
|
505
|
+
width: number;
|
|
506
|
+
maxWidth: number;
|
|
507
|
+
minWidth: number;
|
|
508
|
+
};
|
|
509
|
+
allowColumnReordering: boolean;
|
|
510
|
+
disableSorting: boolean;
|
|
511
|
+
disableGlobalFilter: boolean;
|
|
512
|
+
disableGroupBy: boolean;
|
|
513
|
+
containerHeight: {
|
|
514
|
+
min: string;
|
|
515
|
+
max: string;
|
|
516
|
+
};
|
|
517
|
+
hideFooter: boolean;
|
|
518
|
+
hideHeader: boolean;
|
|
519
|
+
disableLoader: boolean;
|
|
520
|
+
enablePagination: boolean;
|
|
521
|
+
};
|
|
522
|
+
columns: ({
|
|
523
|
+
columnName: string;
|
|
524
|
+
componentType: string;
|
|
525
|
+
accessor: string;
|
|
526
|
+
sequence: number;
|
|
527
|
+
alignment: string;
|
|
528
|
+
width: number;
|
|
529
|
+
maxWidth: number;
|
|
530
|
+
minWidth: number;
|
|
531
|
+
schemaValidation: {
|
|
532
|
+
type: string;
|
|
533
|
+
rules: {
|
|
534
|
+
name: string;
|
|
535
|
+
params: string[];
|
|
536
|
+
}[];
|
|
537
|
+
};
|
|
538
|
+
options?: undefined;
|
|
539
|
+
isPassword?: undefined;
|
|
540
|
+
} | {
|
|
541
|
+
columnName: string;
|
|
542
|
+
componentType: string;
|
|
543
|
+
accessor: string;
|
|
544
|
+
sequence: number;
|
|
545
|
+
alignment: string;
|
|
546
|
+
options: string;
|
|
547
|
+
schemaValidation: {
|
|
548
|
+
type: string;
|
|
549
|
+
rules: {
|
|
550
|
+
name: string;
|
|
551
|
+
params: string[];
|
|
552
|
+
}[];
|
|
553
|
+
};
|
|
554
|
+
width?: undefined;
|
|
555
|
+
maxWidth?: undefined;
|
|
556
|
+
minWidth?: undefined;
|
|
557
|
+
isPassword?: undefined;
|
|
558
|
+
} | {
|
|
559
|
+
columnName: string;
|
|
560
|
+
componentType: string;
|
|
561
|
+
accessor: string;
|
|
562
|
+
sequence: number;
|
|
563
|
+
alignment: string;
|
|
564
|
+
isPassword: boolean;
|
|
565
|
+
width?: undefined;
|
|
566
|
+
maxWidth?: undefined;
|
|
567
|
+
minWidth?: undefined;
|
|
568
|
+
schemaValidation?: undefined;
|
|
569
|
+
options?: undefined;
|
|
570
|
+
})[];
|
|
571
|
+
} | ({
|
|
572
|
+
columnName: string;
|
|
573
|
+
componentType: string;
|
|
574
|
+
accessor: string;
|
|
575
|
+
sequence: number;
|
|
576
|
+
alignment: string;
|
|
577
|
+
options: string;
|
|
578
|
+
schemaValidation: {
|
|
579
|
+
type: string;
|
|
580
|
+
rules: {
|
|
581
|
+
name: string;
|
|
582
|
+
params: string[];
|
|
583
|
+
}[];
|
|
584
|
+
};
|
|
585
|
+
isPassword?: undefined;
|
|
586
|
+
isVisible?: undefined;
|
|
587
|
+
} | {
|
|
588
|
+
columnName: string;
|
|
589
|
+
componentType: string;
|
|
590
|
+
accessor: string;
|
|
591
|
+
sequence: number;
|
|
592
|
+
alignment: string;
|
|
593
|
+
isPassword: boolean;
|
|
594
|
+
options?: undefined;
|
|
595
|
+
schemaValidation?: undefined;
|
|
596
|
+
isVisible?: undefined;
|
|
597
|
+
} | {
|
|
598
|
+
columnName: string;
|
|
599
|
+
componentType: string;
|
|
600
|
+
accessor: string;
|
|
601
|
+
sequence: number;
|
|
602
|
+
alignment: string;
|
|
603
|
+
isVisible: boolean;
|
|
604
|
+
options?: undefined;
|
|
605
|
+
schemaValidation?: undefined;
|
|
606
|
+
isPassword?: undefined;
|
|
607
|
+
})[] | {
|
|
608
|
+
gridConfig: {
|
|
609
|
+
dense: boolean;
|
|
610
|
+
gridLabel: string;
|
|
611
|
+
rowIdColumn: string;
|
|
612
|
+
defaultColumnConfig: {
|
|
613
|
+
width: number;
|
|
614
|
+
maxWidth: number;
|
|
615
|
+
minWidth: number;
|
|
616
|
+
};
|
|
617
|
+
allowColumnReordering: boolean;
|
|
618
|
+
disableSorting: boolean;
|
|
619
|
+
disableGlobalFilter: boolean;
|
|
620
|
+
disableGroupBy: boolean;
|
|
621
|
+
containerHeight: {
|
|
622
|
+
min: string;
|
|
623
|
+
max: string;
|
|
624
|
+
};
|
|
625
|
+
hideFooter: boolean;
|
|
626
|
+
hideHeader: boolean;
|
|
627
|
+
disableLoader: boolean;
|
|
628
|
+
enablePagination: boolean;
|
|
629
|
+
};
|
|
630
|
+
columns: ({
|
|
631
|
+
columnName: string;
|
|
632
|
+
componentType: string;
|
|
633
|
+
accessor: string;
|
|
634
|
+
sequence: number;
|
|
635
|
+
alignment: string;
|
|
636
|
+
width: number;
|
|
637
|
+
maxWidth: number;
|
|
638
|
+
minWidth: number;
|
|
639
|
+
schemaValidation: {
|
|
640
|
+
type: string;
|
|
641
|
+
rules: {
|
|
642
|
+
name: string;
|
|
643
|
+
params: string[];
|
|
644
|
+
}[];
|
|
645
|
+
};
|
|
646
|
+
FormatProps?: undefined;
|
|
647
|
+
options?: undefined;
|
|
648
|
+
isPassword?: undefined;
|
|
649
|
+
} | {
|
|
650
|
+
columnName: string;
|
|
651
|
+
componentType: string;
|
|
652
|
+
accessor: string;
|
|
653
|
+
sequence: number;
|
|
654
|
+
alignment: string;
|
|
655
|
+
FormatProps: {
|
|
656
|
+
format: string;
|
|
657
|
+
placeholder: string;
|
|
658
|
+
mask: string[];
|
|
659
|
+
};
|
|
660
|
+
schemaValidation: {
|
|
661
|
+
type: string;
|
|
662
|
+
rules: {
|
|
663
|
+
name: string;
|
|
664
|
+
params: string[];
|
|
665
|
+
}[];
|
|
666
|
+
};
|
|
667
|
+
width?: undefined;
|
|
668
|
+
maxWidth?: undefined;
|
|
669
|
+
minWidth?: undefined;
|
|
670
|
+
options?: undefined;
|
|
671
|
+
isPassword?: undefined;
|
|
672
|
+
} | {
|
|
673
|
+
columnName: string;
|
|
674
|
+
componentType: string;
|
|
675
|
+
accessor: string;
|
|
676
|
+
sequence: number;
|
|
677
|
+
alignment: string;
|
|
678
|
+
options: string;
|
|
679
|
+
schemaValidation: {
|
|
680
|
+
type: string;
|
|
681
|
+
rules: {
|
|
682
|
+
name: string;
|
|
683
|
+
params: string[];
|
|
684
|
+
}[];
|
|
685
|
+
};
|
|
686
|
+
width?: undefined;
|
|
687
|
+
maxWidth?: undefined;
|
|
688
|
+
minWidth?: undefined;
|
|
689
|
+
FormatProps?: undefined;
|
|
690
|
+
isPassword?: undefined;
|
|
691
|
+
} | {
|
|
692
|
+
columnName: string;
|
|
693
|
+
componentType: string;
|
|
694
|
+
accessor: string;
|
|
695
|
+
sequence: number;
|
|
696
|
+
alignment: string;
|
|
697
|
+
isPassword: boolean;
|
|
698
|
+
width?: undefined;
|
|
699
|
+
maxWidth?: undefined;
|
|
700
|
+
minWidth?: undefined;
|
|
701
|
+
schemaValidation?: undefined;
|
|
702
|
+
FormatProps?: undefined;
|
|
703
|
+
options?: undefined;
|
|
704
|
+
})[];
|
|
705
|
+
} | ({
|
|
706
|
+
columnName: string;
|
|
707
|
+
componentType: string;
|
|
708
|
+
accessor: string;
|
|
709
|
+
sequence: number;
|
|
710
|
+
alignment: string;
|
|
711
|
+
FormatProps: {
|
|
712
|
+
format: string;
|
|
713
|
+
placeholder: string;
|
|
714
|
+
mask: string[];
|
|
715
|
+
};
|
|
716
|
+
schemaValidation: {
|
|
717
|
+
type: string;
|
|
718
|
+
rules: {
|
|
719
|
+
name: string;
|
|
720
|
+
params: string[];
|
|
721
|
+
}[];
|
|
722
|
+
};
|
|
723
|
+
options?: undefined;
|
|
724
|
+
isPassword?: undefined;
|
|
725
|
+
isVisible?: undefined;
|
|
726
|
+
} | {
|
|
727
|
+
columnName: string;
|
|
728
|
+
componentType: string;
|
|
729
|
+
accessor: string;
|
|
730
|
+
sequence: number;
|
|
731
|
+
alignment: string;
|
|
732
|
+
options: string;
|
|
733
|
+
schemaValidation: {
|
|
734
|
+
type: string;
|
|
735
|
+
rules: {
|
|
736
|
+
name: string;
|
|
737
|
+
params: string[];
|
|
738
|
+
}[];
|
|
739
|
+
};
|
|
740
|
+
FormatProps?: undefined;
|
|
741
|
+
isPassword?: undefined;
|
|
742
|
+
isVisible?: undefined;
|
|
743
|
+
} | {
|
|
744
|
+
columnName: string;
|
|
745
|
+
componentType: string;
|
|
746
|
+
accessor: string;
|
|
747
|
+
sequence: number;
|
|
748
|
+
alignment: string;
|
|
749
|
+
isPassword: boolean;
|
|
750
|
+
FormatProps?: undefined;
|
|
751
|
+
schemaValidation?: undefined;
|
|
752
|
+
options?: undefined;
|
|
753
|
+
isVisible?: undefined;
|
|
754
|
+
} | {
|
|
755
|
+
columnName: string;
|
|
756
|
+
componentType: string;
|
|
757
|
+
accessor: string;
|
|
758
|
+
sequence: number;
|
|
759
|
+
alignment: string;
|
|
760
|
+
isVisible: boolean;
|
|
761
|
+
FormatProps?: undefined;
|
|
762
|
+
schemaValidation?: undefined;
|
|
763
|
+
options?: undefined;
|
|
764
|
+
isPassword?: undefined;
|
|
765
|
+
})[]>;
|
|
766
|
+
args: {
|
|
767
|
+
moduleType: any;
|
|
768
|
+
productType: any;
|
|
769
|
+
metaDataType: string;
|
|
770
|
+
};
|
|
771
|
+
};
|
|
772
|
+
getDocumentEditGridMetaData: {
|
|
773
|
+
fn: ({ moduleType, productType, metaDataType }: {
|
|
774
|
+
moduleType: any;
|
|
775
|
+
productType: any;
|
|
776
|
+
metaDataType: any;
|
|
777
|
+
}) => (docCategory: any) => Promise<{
|
|
778
|
+
gridConfig: {
|
|
779
|
+
dense: boolean;
|
|
780
|
+
gridLabel: string;
|
|
781
|
+
rowIdColumn: string;
|
|
782
|
+
defaultColumnConfig: {
|
|
783
|
+
width: number;
|
|
784
|
+
maxWidth: number;
|
|
785
|
+
minWidth: number;
|
|
786
|
+
};
|
|
787
|
+
allowColumnReordering: boolean;
|
|
788
|
+
disableSorting: boolean;
|
|
789
|
+
disableGlobalFilter: boolean;
|
|
790
|
+
disableGroupBy: boolean;
|
|
791
|
+
containerHeight: {
|
|
792
|
+
min: string;
|
|
793
|
+
max: string;
|
|
794
|
+
};
|
|
795
|
+
enablePagination: boolean;
|
|
796
|
+
};
|
|
797
|
+
columns: ({
|
|
798
|
+
columnName: string;
|
|
799
|
+
componentType: string;
|
|
800
|
+
accessor: string;
|
|
801
|
+
sequence: number;
|
|
802
|
+
alignment: string;
|
|
803
|
+
width: number;
|
|
804
|
+
maxWidth: number;
|
|
805
|
+
minWidth: number;
|
|
806
|
+
schemaValidation: {
|
|
807
|
+
type: string;
|
|
808
|
+
rules: {
|
|
809
|
+
name: string;
|
|
810
|
+
params: string[];
|
|
811
|
+
}[];
|
|
812
|
+
};
|
|
813
|
+
} | {
|
|
814
|
+
columnName: string;
|
|
815
|
+
componentType: string;
|
|
816
|
+
accessor: string;
|
|
817
|
+
sequence: number;
|
|
818
|
+
alignment: string;
|
|
819
|
+
width: number;
|
|
820
|
+
maxWidth: number;
|
|
821
|
+
minWidth: number;
|
|
822
|
+
schemaValidation?: undefined;
|
|
823
|
+
} | {
|
|
824
|
+
columnName: string;
|
|
825
|
+
componentType: string;
|
|
826
|
+
accessor: string;
|
|
827
|
+
sequence: number;
|
|
828
|
+
alignment: string;
|
|
829
|
+
width?: undefined;
|
|
830
|
+
maxWidth?: undefined;
|
|
831
|
+
minWidth?: undefined;
|
|
832
|
+
schemaValidation?: undefined;
|
|
833
|
+
})[];
|
|
834
|
+
} | {
|
|
835
|
+
gridConfig: {
|
|
836
|
+
dense: boolean;
|
|
837
|
+
gridLabel: string;
|
|
838
|
+
rowIdColumn: string;
|
|
839
|
+
defaultColumnConfig: {
|
|
840
|
+
width: number;
|
|
841
|
+
maxWidth: number;
|
|
842
|
+
minWidth: number;
|
|
843
|
+
};
|
|
844
|
+
allowColumnReordering: boolean;
|
|
845
|
+
disableSorting: boolean;
|
|
846
|
+
disableGlobalFilter: boolean;
|
|
847
|
+
disableGroupBy: boolean;
|
|
848
|
+
containerHeight: {
|
|
849
|
+
min: string;
|
|
850
|
+
max: string;
|
|
851
|
+
};
|
|
852
|
+
hideFooter: boolean;
|
|
853
|
+
hideHeader: boolean;
|
|
854
|
+
disableLoader: boolean;
|
|
855
|
+
enablePagination: boolean;
|
|
856
|
+
};
|
|
857
|
+
columns: ({
|
|
858
|
+
columnName: string;
|
|
859
|
+
componentType: string;
|
|
860
|
+
accessor: string;
|
|
861
|
+
sequence: number;
|
|
862
|
+
alignment: string;
|
|
863
|
+
width: number;
|
|
864
|
+
maxWidth: number;
|
|
865
|
+
minWidth: number;
|
|
866
|
+
schemaValidation: {
|
|
867
|
+
type: string;
|
|
868
|
+
rules: {
|
|
869
|
+
name: string;
|
|
870
|
+
params: string[];
|
|
871
|
+
}[];
|
|
872
|
+
};
|
|
873
|
+
options?: undefined;
|
|
874
|
+
isPassword?: undefined;
|
|
875
|
+
} | {
|
|
876
|
+
columnName: string;
|
|
877
|
+
componentType: string;
|
|
878
|
+
accessor: string;
|
|
879
|
+
sequence: number;
|
|
880
|
+
alignment: string;
|
|
881
|
+
options: string;
|
|
882
|
+
schemaValidation: {
|
|
883
|
+
type: string;
|
|
884
|
+
rules: {
|
|
885
|
+
name: string;
|
|
886
|
+
params: string[];
|
|
887
|
+
}[];
|
|
888
|
+
};
|
|
889
|
+
width?: undefined;
|
|
890
|
+
maxWidth?: undefined;
|
|
891
|
+
minWidth?: undefined;
|
|
892
|
+
isPassword?: undefined;
|
|
893
|
+
} | {
|
|
894
|
+
columnName: string;
|
|
895
|
+
componentType: string;
|
|
896
|
+
accessor: string;
|
|
897
|
+
sequence: number;
|
|
898
|
+
alignment: string;
|
|
899
|
+
isPassword: boolean;
|
|
900
|
+
width?: undefined;
|
|
901
|
+
maxWidth?: undefined;
|
|
902
|
+
minWidth?: undefined;
|
|
903
|
+
schemaValidation?: undefined;
|
|
904
|
+
options?: undefined;
|
|
905
|
+
})[];
|
|
906
|
+
} | ({
|
|
907
|
+
columnName: string;
|
|
908
|
+
componentType: string;
|
|
909
|
+
accessor: string;
|
|
910
|
+
sequence: number;
|
|
911
|
+
alignment: string;
|
|
912
|
+
options: string;
|
|
913
|
+
schemaValidation: {
|
|
914
|
+
type: string;
|
|
915
|
+
rules: {
|
|
916
|
+
name: string;
|
|
917
|
+
params: string[];
|
|
918
|
+
}[];
|
|
919
|
+
};
|
|
920
|
+
isPassword?: undefined;
|
|
921
|
+
isVisible?: undefined;
|
|
922
|
+
} | {
|
|
923
|
+
columnName: string;
|
|
924
|
+
componentType: string;
|
|
925
|
+
accessor: string;
|
|
926
|
+
sequence: number;
|
|
927
|
+
alignment: string;
|
|
928
|
+
isPassword: boolean;
|
|
929
|
+
options?: undefined;
|
|
930
|
+
schemaValidation?: undefined;
|
|
931
|
+
isVisible?: undefined;
|
|
932
|
+
} | {
|
|
933
|
+
columnName: string;
|
|
934
|
+
componentType: string;
|
|
935
|
+
accessor: string;
|
|
936
|
+
sequence: number;
|
|
937
|
+
alignment: string;
|
|
938
|
+
isVisible: boolean;
|
|
939
|
+
options?: undefined;
|
|
940
|
+
schemaValidation?: undefined;
|
|
941
|
+
isPassword?: undefined;
|
|
942
|
+
})[] | {
|
|
943
|
+
gridConfig: {
|
|
944
|
+
dense: boolean;
|
|
945
|
+
gridLabel: string;
|
|
946
|
+
rowIdColumn: string;
|
|
947
|
+
defaultColumnConfig: {
|
|
948
|
+
width: number;
|
|
949
|
+
maxWidth: number;
|
|
950
|
+
minWidth: number;
|
|
951
|
+
};
|
|
952
|
+
allowColumnReordering: boolean;
|
|
953
|
+
disableSorting: boolean;
|
|
954
|
+
disableGlobalFilter: boolean;
|
|
955
|
+
disableGroupBy: boolean;
|
|
956
|
+
containerHeight: {
|
|
957
|
+
min: string;
|
|
958
|
+
max: string;
|
|
959
|
+
};
|
|
960
|
+
hideFooter: boolean;
|
|
961
|
+
hideHeader: boolean;
|
|
962
|
+
disableLoader: boolean;
|
|
963
|
+
enablePagination: boolean;
|
|
964
|
+
};
|
|
965
|
+
columns: ({
|
|
966
|
+
columnName: string;
|
|
967
|
+
componentType: string;
|
|
968
|
+
accessor: string;
|
|
969
|
+
sequence: number;
|
|
970
|
+
alignment: string;
|
|
971
|
+
width: number;
|
|
972
|
+
maxWidth: number;
|
|
973
|
+
minWidth: number;
|
|
974
|
+
schemaValidation: {
|
|
975
|
+
type: string;
|
|
976
|
+
rules: {
|
|
977
|
+
name: string;
|
|
978
|
+
params: string[];
|
|
979
|
+
}[];
|
|
980
|
+
};
|
|
981
|
+
FormatProps?: undefined;
|
|
982
|
+
options?: undefined;
|
|
983
|
+
isPassword?: undefined;
|
|
984
|
+
} | {
|
|
985
|
+
columnName: string;
|
|
986
|
+
componentType: string;
|
|
987
|
+
accessor: string;
|
|
988
|
+
sequence: number;
|
|
989
|
+
alignment: string;
|
|
990
|
+
FormatProps: {
|
|
991
|
+
format: string;
|
|
992
|
+
placeholder: string;
|
|
993
|
+
mask: string[];
|
|
994
|
+
};
|
|
995
|
+
schemaValidation: {
|
|
996
|
+
type: string;
|
|
997
|
+
rules: {
|
|
998
|
+
name: string;
|
|
999
|
+
params: string[];
|
|
1000
|
+
}[];
|
|
1001
|
+
};
|
|
1002
|
+
width?: undefined;
|
|
1003
|
+
maxWidth?: undefined;
|
|
1004
|
+
minWidth?: undefined;
|
|
1005
|
+
options?: undefined;
|
|
1006
|
+
isPassword?: undefined;
|
|
1007
|
+
} | {
|
|
1008
|
+
columnName: string;
|
|
1009
|
+
componentType: string;
|
|
1010
|
+
accessor: string;
|
|
1011
|
+
sequence: number;
|
|
1012
|
+
alignment: string;
|
|
1013
|
+
options: string;
|
|
1014
|
+
schemaValidation: {
|
|
1015
|
+
type: string;
|
|
1016
|
+
rules: {
|
|
1017
|
+
name: string;
|
|
1018
|
+
params: string[];
|
|
1019
|
+
}[];
|
|
1020
|
+
};
|
|
1021
|
+
width?: undefined;
|
|
1022
|
+
maxWidth?: undefined;
|
|
1023
|
+
minWidth?: undefined;
|
|
1024
|
+
FormatProps?: undefined;
|
|
1025
|
+
isPassword?: undefined;
|
|
1026
|
+
} | {
|
|
1027
|
+
columnName: string;
|
|
1028
|
+
componentType: string;
|
|
1029
|
+
accessor: string;
|
|
1030
|
+
sequence: number;
|
|
1031
|
+
alignment: string;
|
|
1032
|
+
isPassword: boolean;
|
|
1033
|
+
width?: undefined;
|
|
1034
|
+
maxWidth?: undefined;
|
|
1035
|
+
minWidth?: undefined;
|
|
1036
|
+
schemaValidation?: undefined;
|
|
1037
|
+
FormatProps?: undefined;
|
|
1038
|
+
options?: undefined;
|
|
1039
|
+
})[];
|
|
1040
|
+
} | ({
|
|
1041
|
+
columnName: string;
|
|
1042
|
+
componentType: string;
|
|
1043
|
+
accessor: string;
|
|
1044
|
+
sequence: number;
|
|
1045
|
+
alignment: string;
|
|
1046
|
+
FormatProps: {
|
|
1047
|
+
format: string;
|
|
1048
|
+
placeholder: string;
|
|
1049
|
+
mask: string[];
|
|
1050
|
+
};
|
|
1051
|
+
schemaValidation: {
|
|
1052
|
+
type: string;
|
|
1053
|
+
rules: {
|
|
1054
|
+
name: string;
|
|
1055
|
+
params: string[];
|
|
1056
|
+
}[];
|
|
1057
|
+
};
|
|
1058
|
+
options?: undefined;
|
|
1059
|
+
isPassword?: undefined;
|
|
1060
|
+
isVisible?: undefined;
|
|
1061
|
+
} | {
|
|
1062
|
+
columnName: string;
|
|
1063
|
+
componentType: string;
|
|
1064
|
+
accessor: string;
|
|
1065
|
+
sequence: number;
|
|
1066
|
+
alignment: string;
|
|
1067
|
+
options: string;
|
|
1068
|
+
schemaValidation: {
|
|
1069
|
+
type: string;
|
|
1070
|
+
rules: {
|
|
1071
|
+
name: string;
|
|
1072
|
+
params: string[];
|
|
1073
|
+
}[];
|
|
1074
|
+
};
|
|
1075
|
+
FormatProps?: undefined;
|
|
1076
|
+
isPassword?: undefined;
|
|
1077
|
+
isVisible?: undefined;
|
|
1078
|
+
} | {
|
|
1079
|
+
columnName: string;
|
|
1080
|
+
componentType: string;
|
|
1081
|
+
accessor: string;
|
|
1082
|
+
sequence: number;
|
|
1083
|
+
alignment: string;
|
|
1084
|
+
isPassword: boolean;
|
|
1085
|
+
FormatProps?: undefined;
|
|
1086
|
+
schemaValidation?: undefined;
|
|
1087
|
+
options?: undefined;
|
|
1088
|
+
isVisible?: undefined;
|
|
1089
|
+
} | {
|
|
1090
|
+
columnName: string;
|
|
1091
|
+
componentType: string;
|
|
1092
|
+
accessor: string;
|
|
1093
|
+
sequence: number;
|
|
1094
|
+
alignment: string;
|
|
1095
|
+
isVisible: boolean;
|
|
1096
|
+
FormatProps?: undefined;
|
|
1097
|
+
schemaValidation?: undefined;
|
|
1098
|
+
options?: undefined;
|
|
1099
|
+
isPassword?: undefined;
|
|
1100
|
+
})[]>;
|
|
1101
|
+
args: {
|
|
1102
|
+
moduleType: any;
|
|
1103
|
+
productType: any;
|
|
1104
|
+
metaDataType: string;
|
|
1105
|
+
};
|
|
1106
|
+
};
|
|
1107
|
+
generateDocumentDownloadURL: {
|
|
1108
|
+
fn: ({ moduleType, productType }: {
|
|
1109
|
+
moduleType: any;
|
|
1110
|
+
productType: any;
|
|
1111
|
+
}) => (docCategory: any, docUUID: any) => string;
|
|
1112
|
+
args: {
|
|
1113
|
+
moduleType: any;
|
|
1114
|
+
productType: any;
|
|
1115
|
+
};
|
|
1116
|
+
};
|
|
1117
|
+
previewDocument: {
|
|
1118
|
+
fn: ({ moduleType, productType }: {
|
|
1119
|
+
moduleType: any;
|
|
1120
|
+
productType: any;
|
|
1121
|
+
}) => (docCategory: any, docUUID: any) => Promise<unknown>;
|
|
1122
|
+
args: {
|
|
1123
|
+
moduleType: any;
|
|
1124
|
+
productType: any;
|
|
1125
|
+
};
|
|
1126
|
+
};
|
|
1127
|
+
};
|
|
1128
|
+
export {};
|