elab_components 0.9.0 → 0.9.2

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,6 +1,6 @@
1
1
  declare const props: () => {
2
2
  disabled: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
3
- look: "default" | "flat" | "bare" | "outline";
3
+ look: "flat" | "default" | "bare" | "outline";
4
4
  icon: string;
5
5
  iconClass: string;
6
6
  imageAlt: string;
@@ -3,7 +3,7 @@ declare const props: () => {
3
3
  className: string;
4
4
  dir: "rtl" | "ltr" | "auto";
5
5
  disabled: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
6
- look: "default" | "flat" | "bare" | "outline";
6
+ look: "flat" | "default" | "bare" | "outline";
7
7
  icon: string;
8
8
  iconClass: string;
9
9
  imageAlt: string;
@@ -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, isExcelExport, }: any): React.JSX.Element;
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;
4
4
  export default Filters;
@@ -7,7 +7,7 @@ declare const props: () => {
7
7
  icon: string;
8
8
  iconClass: string;
9
9
  imageUrl: string;
10
- look: "default" | "flat" | "bare" | "outline";
10
+ look: "flat" | "default" | "bare" | "outline";
11
11
  onBlur: import("@storybook/addon-actions").HandlerFunction;
12
12
  onButtonClick: import("@storybook/addon-actions").HandlerFunction;
13
13
  onClose: import("@storybook/addon-actions").HandlerFunction;
package/dist/index.esm.js CHANGED
@@ -32325,7 +32325,7 @@ function FiMinusCircle (props) {
32325
32325
 
32326
32326
  /** @format */
32327
32327
  function Filters(_a) {
32328
- var isQueryShow = _a.isQueryShow, editColumnOption = _a.editColumnOption, setColumnOption = _a.setColumnOption, showFilter = _a.showFilter, setFilterShow = _a.setFilterShow, filterShow = _a.filterShow, excelExport = _a.excelExport, queryShow = _a.queryShow, setIsQueryShow = _a.setIsQueryShow, externalActionsButtons = _a.externalActionsButtons, handleExternalButtons = _a.handleExternalButtons, filtersInput = _a.filtersInput, combBoxFilterData = _a.combBoxFilterData, handleOnChange = _a.handleOnChange, handleComboxChange = _a.handleComboxChange, setFilterSubmittedData = _a.setFilterSubmittedData, allColumnsField = _a.allColumnsField, setRunQueries = _a.setRunQueries, setSearchKeyword = _a.setSearchKeyword, selectedState = _a.selectedState, detailSelectedState = _a.detailSelectedState, externalFilterShow = _a.externalFilterShow, selectedData = _a.selectedData, showSearchInput = _a.showSearchInput, isExcelExportLoading = _a.isExcelExportLoading, handleInputOnChange = _a.handleInputOnChange, actionButtonItemsList = _a.actionButtonItemsList, inlineFilterInputs = _a.inlineFilterInputs, combBoxInlineFilterData = _a.combBoxInlineFilterData, handleComboxInlineChange = _a.handleComboxInlineChange, isExcelExport = _a.isExcelExport;
32328
+ var isQueryShow = _a.isQueryShow, editColumnOption = _a.editColumnOption, setColumnOption = _a.setColumnOption, showFilter = _a.showFilter, setFilterShow = _a.setFilterShow, filterShow = _a.filterShow, excelExport = _a.excelExport, queryShow = _a.queryShow, setIsQueryShow = _a.setIsQueryShow, externalActionsButtons = _a.externalActionsButtons, handleExternalButtons = _a.handleExternalButtons, filtersInput = _a.filtersInput, combBoxFilterData = _a.combBoxFilterData, handleOnChange = _a.handleOnChange, handleComboxChange = _a.handleComboxChange, setFilterSubmittedData = _a.setFilterSubmittedData, allColumnsField = _a.allColumnsField, setRunQueries = _a.setRunQueries, setSearchKeyword = _a.setSearchKeyword, selectedState = _a.selectedState, detailSelectedState = _a.detailSelectedState, externalFilterShow = _a.externalFilterShow, selectedData = _a.selectedData, showSearchInput = _a.showSearchInput, isExcelExportLoading = _a.isExcelExportLoading, handleInputOnChange = _a.handleInputOnChange, actionButtonItemsList = _a.actionButtonItemsList, inlineFilterInputs = _a.inlineFilterInputs, combBoxInlineFilterData = _a.combBoxInlineFilterData, handleComboxInlineChange = _a.handleComboxInlineChange, isHideExcelExport = _a.isHideExcelExport;
32329
32329
  var iconMapping = {
32330
32330
  pdf: React__default.createElement(FaFilePdf, null),
32331
32331
  excel: React__default.createElement(FaFileExcel, null),
@@ -32425,7 +32425,7 @@ function Filters(_a) {
32425
32425
  React__default.createElement("span", { className: "button-content" },
32426
32426
  React__default.createElement(MdFilterList, { className: "icon" }),
32427
32427
  React__default.createElement("span", { className: "text" }, "Filter")))),
32428
- !isExcelExport && (React__default.createElement(OkButton$1, { type: "button", className: "custom-button", title: "Export Excel", onClick: excelExport, disabled: isExcelExportLoading },
32428
+ !isHideExcelExport && (React__default.createElement(OkButton$1, { type: "button", className: "custom-button", title: "Export Excel", onClick: excelExport, disabled: isExcelExportLoading },
32429
32429
  React__default.createElement("span", { className: "button-content" },
32430
32430
  isExcelExportLoading ? (React__default.createElement(Loader$2, { type: "converging-spinner", size: "small", themeColor: 'dark' })) : (React__default.createElement(PiExportBold, { className: "icon" })),
32431
32431
  React__default.createElement("span", { className: "text" }, "Export")))),
@@ -32539,7 +32539,7 @@ var CustomCell = function (_a) {
32539
32539
  var OkGrid = function (_a) {
32540
32540
  var _b, _c, _d, _e, _f, _g, _h, _j;
32541
32541
  var props = __rest(_a, []);
32542
- var resizable = props.resizable, reorderable = props.reorderable, dataItemKey = props.dataItemKey, selectField = props.selectField, apiColumnConfig = props.apiColumnConfig, allColumnsField = props.allColumnsField, filtersInput = props.filtersInput, showFilter = props.showFilter; props.size; props.expandColumn; var isAction = props.isAction, queryShow = props.queryShow, filterAndGrouping = props.filterAndGrouping, editColumnOption = props.editColumnOption, gridDropdownlist = props.gridDropdownlist; props.childColumnConfig; props.childSelectField; var externalActionsButtons = props.externalActionsButtons, data = props.data, setSelectedFilterData = props.setSelectedFilterData, selectedFilterData = props.selectedFilterData, navigateToNewPage = props.navigateToNewPage, handleGridData = props.handleGridData, handleExternalButtons = props.handleExternalButtons, handleUpdatedColumnConfig = props.handleUpdatedColumnConfig; props.childData; var totalCount = props.totalCount, externalFilterShow = props.externalFilterShow, showSearchInput = props.showSearchInput, allData = props.allData, isLoading = props.isLoading; props.setGroup; var group = props.group, groupabable = props.groupabable, setFilterSubmittedData = props.setFilterSubmittedData, gridInlineButton = props.gridInlineButton, gridStatusCell = props.gridStatusCell, rowBackgroundColorChange = props.rowBackgroundColorChange, setResetSelectedData = props.setResetSelectedData, resetSelectedData = props.resetSelectedData, inlineFilterInputs = props.inlineFilterInputs, actionButtonItemsList = props.actionButtonItemsList, gridCopyPaste = props.gridCopyPaste, setSelectedRows = props.setSelectedRows; props.selectedRows; var pageInitialSkipTake = props.pageInitialSkipTake, hideGrid = props.hideGrid, isExcelExport = props.isExcelExport;
32542
+ var resizable = props.resizable, reorderable = props.reorderable, dataItemKey = props.dataItemKey, selectField = props.selectField, apiColumnConfig = props.apiColumnConfig, allColumnsField = props.allColumnsField, filtersInput = props.filtersInput, showFilter = props.showFilter; props.size; props.expandColumn; var isAction = props.isAction, queryShow = props.queryShow, filterAndGrouping = props.filterAndGrouping, editColumnOption = props.editColumnOption, gridDropdownlist = props.gridDropdownlist; props.childColumnConfig; props.childSelectField; var externalActionsButtons = props.externalActionsButtons, data = props.data, setSelectedFilterData = props.setSelectedFilterData, selectedFilterData = props.selectedFilterData, navigateToNewPage = props.navigateToNewPage, handleGridData = props.handleGridData, handleExternalButtons = props.handleExternalButtons, handleUpdatedColumnConfig = props.handleUpdatedColumnConfig; props.childData; var totalCount = props.totalCount, externalFilterShow = props.externalFilterShow, showSearchInput = props.showSearchInput, allData = props.allData, isLoading = props.isLoading; props.setGroup; var group = props.group, groupabable = props.groupabable, setFilterSubmittedData = props.setFilterSubmittedData, gridInlineButton = props.gridInlineButton, gridStatusCell = props.gridStatusCell, rowBackgroundColorChange = props.rowBackgroundColorChange, setResetSelectedData = props.setResetSelectedData, resetSelectedData = props.resetSelectedData, inlineFilterInputs = props.inlineFilterInputs, actionButtonItemsList = props.actionButtonItemsList, gridCopyPaste = props.gridCopyPaste, setSelectedRows = props.setSelectedRows; props.selectedRows; var pageInitialSkipTake = props.pageInitialSkipTake, hideGrid = props.hideGrid, isHideExcelExport = props.isHideExcelExport;
32543
32543
  var initialDataState = {
32544
32544
  skipGrid: (_b = pageInitialSkipTake === null || pageInitialSkipTake === void 0 ? void 0 : pageInitialSkipTake.skip) !== null && _b !== void 0 ? _b : 0,
32545
32545
  sizeGrid: (_c = pageInitialSkipTake === null || pageInitialSkipTake === void 0 ? void 0 : pageInitialSkipTake.take) !== null && _c !== void 0 ? _c : 10,
@@ -33283,7 +33283,7 @@ var OkGrid = function (_a) {
33283
33283
  // }, [page.skip, page.take]);
33284
33284
  var exportedColumnConfigs = columnConfigs.filter(function (col) { return col.title !== 'Select' && col.title !== 'Actions'; });
33285
33285
  return (React__default.createElement("div", null,
33286
- React__default.createElement(Filters, { isQueryShow: isQueryShow, setIsQueryShow: setIsQueryShow, searchKeyword: searchKeyword, setSearchKeyword: setSearchKeyword, onFilterChange: onFilterChange, editColumnOption: editColumnOption, setColumnOption: setColumnOption, showFilter: showFilter, externalFilterShow: externalFilterShow, showSearchInput: showSearchInput, setFilterShow: setFilterShow, filterShow: filterShow, excelExport: excelExportFunc, isExcelExportLoading: allData === null || allData === void 0 ? void 0 : allData.isLoading, selectedData: selectedData, queryShow: queryShow, filterAndGrouping: filterAndGrouping, externalActionsButtons: externalActionsButtons, handleExternalButtons: handleExternalButtons, filtersInput: filtersInput, combBoxFilterData: combBoxFilterData, handleOnChange: handleOnChange, handleComboxChange: handleComboxChange, setCombBoxInlineFilterData: setCombBoxInlineFilterData, combBoxInlineFilterData: combBoxInlineFilterData, handleComboxInlineChange: handleComboxInlineChange, setFilterSubmittedData: setFilterSubmittedData, handleInputOnChange: handleInputOnChange, allColumnsField: allColumnsField, setRunQueries: setRunQueries, selectedState: selectedState, inlineFilterInputs: inlineFilterInputs, isExcelExport: isExcelExport, actionButtonItemsList: actionButtonItemsList }),
33286
+ React__default.createElement(Filters, { isQueryShow: isQueryShow, setIsQueryShow: setIsQueryShow, searchKeyword: searchKeyword, setSearchKeyword: setSearchKeyword, onFilterChange: onFilterChange, editColumnOption: editColumnOption, setColumnOption: setColumnOption, showFilter: showFilter, externalFilterShow: externalFilterShow, showSearchInput: showSearchInput, setFilterShow: setFilterShow, filterShow: filterShow, excelExport: excelExportFunc, isExcelExportLoading: allData === null || allData === void 0 ? void 0 : allData.isLoading, selectedData: selectedData, queryShow: queryShow, filterAndGrouping: filterAndGrouping, externalActionsButtons: externalActionsButtons, handleExternalButtons: handleExternalButtons, filtersInput: filtersInput, combBoxFilterData: combBoxFilterData, handleOnChange: handleOnChange, handleComboxChange: handleComboxChange, setCombBoxInlineFilterData: setCombBoxInlineFilterData, combBoxInlineFilterData: combBoxInlineFilterData, handleComboxInlineChange: handleComboxInlineChange, setFilterSubmittedData: setFilterSubmittedData, handleInputOnChange: handleInputOnChange, allColumnsField: allColumnsField, setRunQueries: setRunQueries, selectedState: selectedState, inlineFilterInputs: inlineFilterInputs, isHideExcelExport: isHideExcelExport, actionButtonItemsList: actionButtonItemsList }),
33287
33287
  isLoading ? (React__default.createElement("div", { style: { textAlign: 'center', margin: 'auto', marginTop: '70px' } },
33288
33288
  React__default.createElement(Loader$2, { size: "large", type: "converging-spinner" }))) : (React__default.createElement(React__default.Fragment, null, !hideGrid && (React__default.createElement(ExcelExport, { columns: exportedColumnConfigs, data: (_j = allData === null || allData === void 0 ? void 0 : allData.data) !== null && _j !== void 0 ? _j : expandedData, ref: excelExport },
33289
33289
  React__default.createElement(StyledGrid, __assign({ ref: gridRef, filterable: true, groupable: groupabable, reorderable: reorderable, dataItemKey: dataItemKey, selectedField: selectField, onSelectionChange: onSelectionChange, onHeaderSelectionChange: handleHeaderSelectionChange, resizable: resizable, className: "grid-main", sortable: {
package/dist/index.js CHANGED
@@ -32353,7 +32353,7 @@ function FiMinusCircle (props) {
32353
32353
 
32354
32354
  /** @format */
32355
32355
  function Filters(_a) {
32356
- var isQueryShow = _a.isQueryShow, editColumnOption = _a.editColumnOption, setColumnOption = _a.setColumnOption, showFilter = _a.showFilter, setFilterShow = _a.setFilterShow, filterShow = _a.filterShow, excelExport = _a.excelExport, queryShow = _a.queryShow, setIsQueryShow = _a.setIsQueryShow, externalActionsButtons = _a.externalActionsButtons, handleExternalButtons = _a.handleExternalButtons, filtersInput = _a.filtersInput, combBoxFilterData = _a.combBoxFilterData, handleOnChange = _a.handleOnChange, handleComboxChange = _a.handleComboxChange, setFilterSubmittedData = _a.setFilterSubmittedData, allColumnsField = _a.allColumnsField, setRunQueries = _a.setRunQueries, setSearchKeyword = _a.setSearchKeyword, selectedState = _a.selectedState, detailSelectedState = _a.detailSelectedState, externalFilterShow = _a.externalFilterShow, selectedData = _a.selectedData, showSearchInput = _a.showSearchInput, isExcelExportLoading = _a.isExcelExportLoading, handleInputOnChange = _a.handleInputOnChange, actionButtonItemsList = _a.actionButtonItemsList, inlineFilterInputs = _a.inlineFilterInputs, combBoxInlineFilterData = _a.combBoxInlineFilterData, handleComboxInlineChange = _a.handleComboxInlineChange, isExcelExport = _a.isExcelExport;
32356
+ var isQueryShow = _a.isQueryShow, editColumnOption = _a.editColumnOption, setColumnOption = _a.setColumnOption, showFilter = _a.showFilter, setFilterShow = _a.setFilterShow, filterShow = _a.filterShow, excelExport = _a.excelExport, queryShow = _a.queryShow, setIsQueryShow = _a.setIsQueryShow, externalActionsButtons = _a.externalActionsButtons, handleExternalButtons = _a.handleExternalButtons, filtersInput = _a.filtersInput, combBoxFilterData = _a.combBoxFilterData, handleOnChange = _a.handleOnChange, handleComboxChange = _a.handleComboxChange, setFilterSubmittedData = _a.setFilterSubmittedData, allColumnsField = _a.allColumnsField, setRunQueries = _a.setRunQueries, setSearchKeyword = _a.setSearchKeyword, selectedState = _a.selectedState, detailSelectedState = _a.detailSelectedState, externalFilterShow = _a.externalFilterShow, selectedData = _a.selectedData, showSearchInput = _a.showSearchInput, isExcelExportLoading = _a.isExcelExportLoading, handleInputOnChange = _a.handleInputOnChange, actionButtonItemsList = _a.actionButtonItemsList, inlineFilterInputs = _a.inlineFilterInputs, combBoxInlineFilterData = _a.combBoxInlineFilterData, handleComboxInlineChange = _a.handleComboxInlineChange, isHideExcelExport = _a.isHideExcelExport;
32357
32357
  var iconMapping = {
32358
32358
  pdf: React__default["default"].createElement(FaFilePdf, null),
32359
32359
  excel: React__default["default"].createElement(FaFileExcel, null),
@@ -32453,7 +32453,7 @@ function Filters(_a) {
32453
32453
  React__default["default"].createElement("span", { className: "button-content" },
32454
32454
  React__default["default"].createElement(MdFilterList, { className: "icon" }),
32455
32455
  React__default["default"].createElement("span", { className: "text" }, "Filter")))),
32456
- !isExcelExport && (React__default["default"].createElement(OkButton$1, { type: "button", className: "custom-button", title: "Export Excel", onClick: excelExport, disabled: isExcelExportLoading },
32456
+ !isHideExcelExport && (React__default["default"].createElement(OkButton$1, { type: "button", className: "custom-button", title: "Export Excel", onClick: excelExport, disabled: isExcelExportLoading },
32457
32457
  React__default["default"].createElement("span", { className: "button-content" },
32458
32458
  isExcelExportLoading ? (React__default["default"].createElement(kendoReactIndicators.Loader, { type: "converging-spinner", size: "small", themeColor: 'dark' })) : (React__default["default"].createElement(PiExportBold, { className: "icon" })),
32459
32459
  React__default["default"].createElement("span", { className: "text" }, "Export")))),
@@ -32567,7 +32567,7 @@ var CustomCell = function (_a) {
32567
32567
  var OkGrid = function (_a) {
32568
32568
  var _b, _c, _d, _e, _f, _g, _h, _j;
32569
32569
  var props = __rest(_a, []);
32570
- var resizable = props.resizable, reorderable = props.reorderable, dataItemKey = props.dataItemKey, selectField = props.selectField, apiColumnConfig = props.apiColumnConfig, allColumnsField = props.allColumnsField, filtersInput = props.filtersInput, showFilter = props.showFilter; props.size; props.expandColumn; var isAction = props.isAction, queryShow = props.queryShow, filterAndGrouping = props.filterAndGrouping, editColumnOption = props.editColumnOption, gridDropdownlist = props.gridDropdownlist; props.childColumnConfig; props.childSelectField; var externalActionsButtons = props.externalActionsButtons, data = props.data, setSelectedFilterData = props.setSelectedFilterData, selectedFilterData = props.selectedFilterData, navigateToNewPage = props.navigateToNewPage, handleGridData = props.handleGridData, handleExternalButtons = props.handleExternalButtons, handleUpdatedColumnConfig = props.handleUpdatedColumnConfig; props.childData; var totalCount = props.totalCount, externalFilterShow = props.externalFilterShow, showSearchInput = props.showSearchInput, allData = props.allData, isLoading = props.isLoading; props.setGroup; var group = props.group, groupabable = props.groupabable, setFilterSubmittedData = props.setFilterSubmittedData, gridInlineButton = props.gridInlineButton, gridStatusCell = props.gridStatusCell, rowBackgroundColorChange = props.rowBackgroundColorChange, setResetSelectedData = props.setResetSelectedData, resetSelectedData = props.resetSelectedData, inlineFilterInputs = props.inlineFilterInputs, actionButtonItemsList = props.actionButtonItemsList, gridCopyPaste = props.gridCopyPaste, setSelectedRows = props.setSelectedRows; props.selectedRows; var pageInitialSkipTake = props.pageInitialSkipTake, hideGrid = props.hideGrid, isExcelExport = props.isExcelExport;
32570
+ var resizable = props.resizable, reorderable = props.reorderable, dataItemKey = props.dataItemKey, selectField = props.selectField, apiColumnConfig = props.apiColumnConfig, allColumnsField = props.allColumnsField, filtersInput = props.filtersInput, showFilter = props.showFilter; props.size; props.expandColumn; var isAction = props.isAction, queryShow = props.queryShow, filterAndGrouping = props.filterAndGrouping, editColumnOption = props.editColumnOption, gridDropdownlist = props.gridDropdownlist; props.childColumnConfig; props.childSelectField; var externalActionsButtons = props.externalActionsButtons, data = props.data, setSelectedFilterData = props.setSelectedFilterData, selectedFilterData = props.selectedFilterData, navigateToNewPage = props.navigateToNewPage, handleGridData = props.handleGridData, handleExternalButtons = props.handleExternalButtons, handleUpdatedColumnConfig = props.handleUpdatedColumnConfig; props.childData; var totalCount = props.totalCount, externalFilterShow = props.externalFilterShow, showSearchInput = props.showSearchInput, allData = props.allData, isLoading = props.isLoading; props.setGroup; var group = props.group, groupabable = props.groupabable, setFilterSubmittedData = props.setFilterSubmittedData, gridInlineButton = props.gridInlineButton, gridStatusCell = props.gridStatusCell, rowBackgroundColorChange = props.rowBackgroundColorChange, setResetSelectedData = props.setResetSelectedData, resetSelectedData = props.resetSelectedData, inlineFilterInputs = props.inlineFilterInputs, actionButtonItemsList = props.actionButtonItemsList, gridCopyPaste = props.gridCopyPaste, setSelectedRows = props.setSelectedRows; props.selectedRows; var pageInitialSkipTake = props.pageInitialSkipTake, hideGrid = props.hideGrid, isHideExcelExport = props.isHideExcelExport;
32571
32571
  var initialDataState = {
32572
32572
  skipGrid: (_b = pageInitialSkipTake === null || pageInitialSkipTake === void 0 ? void 0 : pageInitialSkipTake.skip) !== null && _b !== void 0 ? _b : 0,
32573
32573
  sizeGrid: (_c = pageInitialSkipTake === null || pageInitialSkipTake === void 0 ? void 0 : pageInitialSkipTake.take) !== null && _c !== void 0 ? _c : 10,
@@ -33311,7 +33311,7 @@ var OkGrid = function (_a) {
33311
33311
  // }, [page.skip, page.take]);
33312
33312
  var exportedColumnConfigs = columnConfigs.filter(function (col) { return col.title !== 'Select' && col.title !== 'Actions'; });
33313
33313
  return (React__default["default"].createElement("div", null,
33314
- React__default["default"].createElement(Filters, { isQueryShow: isQueryShow, setIsQueryShow: setIsQueryShow, searchKeyword: searchKeyword, setSearchKeyword: setSearchKeyword, onFilterChange: onFilterChange, editColumnOption: editColumnOption, setColumnOption: setColumnOption, showFilter: showFilter, externalFilterShow: externalFilterShow, showSearchInput: showSearchInput, setFilterShow: setFilterShow, filterShow: filterShow, excelExport: excelExportFunc, isExcelExportLoading: allData === null || allData === void 0 ? void 0 : allData.isLoading, selectedData: selectedData, queryShow: queryShow, filterAndGrouping: filterAndGrouping, externalActionsButtons: externalActionsButtons, handleExternalButtons: handleExternalButtons, filtersInput: filtersInput, combBoxFilterData: combBoxFilterData, handleOnChange: handleOnChange, handleComboxChange: handleComboxChange, setCombBoxInlineFilterData: setCombBoxInlineFilterData, combBoxInlineFilterData: combBoxInlineFilterData, handleComboxInlineChange: handleComboxInlineChange, setFilterSubmittedData: setFilterSubmittedData, handleInputOnChange: handleInputOnChange, allColumnsField: allColumnsField, setRunQueries: setRunQueries, selectedState: selectedState, inlineFilterInputs: inlineFilterInputs, isExcelExport: isExcelExport, actionButtonItemsList: actionButtonItemsList }),
33314
+ React__default["default"].createElement(Filters, { isQueryShow: isQueryShow, setIsQueryShow: setIsQueryShow, searchKeyword: searchKeyword, setSearchKeyword: setSearchKeyword, onFilterChange: onFilterChange, editColumnOption: editColumnOption, setColumnOption: setColumnOption, showFilter: showFilter, externalFilterShow: externalFilterShow, showSearchInput: showSearchInput, setFilterShow: setFilterShow, filterShow: filterShow, excelExport: excelExportFunc, isExcelExportLoading: allData === null || allData === void 0 ? void 0 : allData.isLoading, selectedData: selectedData, queryShow: queryShow, filterAndGrouping: filterAndGrouping, externalActionsButtons: externalActionsButtons, handleExternalButtons: handleExternalButtons, filtersInput: filtersInput, combBoxFilterData: combBoxFilterData, handleOnChange: handleOnChange, handleComboxChange: handleComboxChange, setCombBoxInlineFilterData: setCombBoxInlineFilterData, combBoxInlineFilterData: combBoxInlineFilterData, handleComboxInlineChange: handleComboxInlineChange, setFilterSubmittedData: setFilterSubmittedData, handleInputOnChange: handleInputOnChange, allColumnsField: allColumnsField, setRunQueries: setRunQueries, selectedState: selectedState, inlineFilterInputs: inlineFilterInputs, isHideExcelExport: isHideExcelExport, actionButtonItemsList: actionButtonItemsList }),
33315
33315
  isLoading ? (React__default["default"].createElement("div", { style: { textAlign: 'center', margin: 'auto', marginTop: '70px' } },
33316
33316
  React__default["default"].createElement(kendoReactIndicators.Loader, { size: "large", type: "converging-spinner" }))) : (React__default["default"].createElement(React__default["default"].Fragment, null, !hideGrid && (React__default["default"].createElement(kendoReactExcelExport.ExcelExport, { columns: exportedColumnConfigs, data: (_j = allData === null || allData === void 0 ? void 0 : allData.data) !== null && _j !== void 0 ? _j : expandedData, ref: excelExport },
33317
33317
  React__default["default"].createElement(StyledGrid, __assign({ ref: gridRef, filterable: true, groupable: groupabable, reorderable: reorderable, dataItemKey: dataItemKey, selectedField: selectField, onSelectionChange: onSelectionChange, onHeaderSelectionChange: handleHeaderSelectionChange, resizable: resizable, className: "grid-main", sortable: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.9.00",
3
+ "version": "0.9.2",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",