elab_components 0.10.51 → 0.10.55

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.
@@ -1,5 +1,5 @@
1
1
  declare const props: () => {
2
- activeRangeEnd: "end" | "start";
2
+ activeRangeEnd: "start" | "end";
3
3
  allowReverse: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
4
4
  bottomView: "month" | "year" | "decade" | "century";
5
5
  defaultActiveView: "month" | "year" | "decade" | "century";
@@ -1,4 +1,4 @@
1
1
  /** @format */
2
2
  import React from 'react';
3
- declare const ColumnAdd: ({ columns, setColumns, setColumnOption, allColumnsField, handleUpdatedColumnConfig, }: any) => React.JSX.Element;
3
+ declare const ColumnAdd: React.NamedExoticComponent<any>;
4
4
  export { ColumnAdd };
@@ -1,4 +1,4 @@
1
1
  /** @format */
2
2
  import React from 'react';
3
- declare function Filters({ isQueryShow, editColumnOption, setColumnOption, showFilter, setFilterShow, filterShow, excelExport, queryShow, setIsQueryShow, externalActionsButtons, handleExternalButtons, filtersInput, combBoxFilterData, handleOnChange, handleComboxChange, setFilterSubmittedData, allColumnsField, setRunQueries, setSearchKeyword, selectedState, detailSelectedState, externalFilterShow, selectedData, showSearchInput, isExcelExportLoading, handleInputOnChange, actionButtonItemsList, inlineFilterInputs, combBoxInlineFilterData, handleComboxInlineChange, isHideExcelExport, }: any): React.JSX.Element;
3
+ declare const Filters: React.NamedExoticComponent<any>;
4
4
  export default Filters;