ods-component-lib 1.19.1 → 1.19.3

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.
Files changed (59) hide show
  1. package/dist/components/antd/button/OdsButton.styled.d.ts +1 -1
  2. package/dist/components/antd/timepicker/OdsTimepicker.styled.d.ts +1 -1
  3. package/dist/components/devextreme/NoContentComponent.d.ts +1 -1
  4. package/dist/components/devextreme/OdsBasicDataGrid/OdsBasicDataGrid.Types.d.ts +2 -0
  5. package/dist/components/devextreme/OdsTransfer.d.ts +9 -2
  6. package/dist/index.js +87 -78
  7. package/dist/index.js.map +1 -1
  8. package/dist/index.modern.js +87 -78
  9. package/dist/index.modern.js.map +1 -1
  10. package/dist/stories/OdsDatepicker/OdsDatepicker.stories.d.ts +3 -1
  11. package/package.json +1 -1
  12. package/dist/App.d.ts +0 -3
  13. package/dist/components/antd/input/OdsInput..d.ts +0 -4
  14. package/dist/components/antd/modal/OdsAdvanceModal.d.ts +0 -7
  15. package/dist/components/devextreme/OdsCabinDataGrid/OdsCabinGrid.Constants.d.ts +0 -3
  16. package/dist/components/devextreme/OdsCabinDataGrid/OdsCabinGrid.Functions.d.ts +0 -4
  17. package/dist/components/devextreme/OdsCabinDataGrid/OdsCabinGrid.Helpers.d.ts +0 -12
  18. package/dist/components/devextreme/OdsCabinDataGrid/OdsCabinGrid.Style.d.ts +0 -94
  19. package/dist/components/devextreme/OdsCabinDataGrid/OdsCabinGrid.Types.d.ts +0 -46
  20. package/dist/components/devextreme/OdsCabinDataGrid/OdsCabinGrid.d.ts +0 -4
  21. package/dist/components/devextreme/OdsDataGrid.d.ts +0 -4
  22. package/dist/components/devextreme/OdsInlineEditDataGrid/handlers/ContentHandlers.d.ts +0 -14
  23. package/dist/components/devextreme/OdsInlineEditDataGrid/handlers/EditorPreparedHandlers.d.ts +0 -7
  24. package/dist/components/devextreme/OdsInlineEditDataGrid/handlers/OnExportingHandlers.d.ts +0 -19
  25. package/dist/components/devextreme/OdsInlineEditDataGrid/handlers/OptionHandlers.d.ts +0 -7
  26. package/dist/components/devextreme/OdsInlineEditDataGrid/handlers/SummaryHandlers.d.ts +0 -21
  27. package/dist/components/devextreme/OdsInlineEditDataGrid/partials/ActionCellRender.d.ts +0 -15
  28. package/dist/components/devextreme/OdsInlineEditDataGrid/partials/EditingPartial.d.ts +0 -9
  29. package/dist/components/devextreme/OdsInlineEditDataGrid/partials/PageTitle.d.ts +0 -8
  30. package/dist/components/devextreme/OdsInlineEditDataGrid/utils.d.ts +0 -19
  31. package/dist/components/devextreme/OdsTimeline/OdsTimeline.Constants.d.ts +0 -4
  32. package/dist/components/devextreme/OdsTimeline/OdsTimeline.Functions.d.ts +0 -6
  33. package/dist/components/devextreme/OdsTimeline/OdsTimeline.Types.d.ts +0 -77
  34. package/dist/components/devextreme/OdsTimeline/OdsTimeline.d.ts +0 -5
  35. package/dist/components/devextreme/OdsTimeline/OdsTimelineDateFilter.d.ts +0 -3
  36. package/dist/components/devextreme/OdsTimeline/OdsTimelineSelectionColumn.d.ts +0 -2
  37. package/dist/components/devextreme/OdsTimelineTable/OdsTimelineTableSearchBox.d.ts +0 -3
  38. package/dist/components/devextreme/treeview/DxTreeList.d.ts +0 -4
  39. package/dist/index.umd.js +0 -2
  40. package/dist/index.umd.js.map +0 -1
  41. package/dist/stories/OdsAdvanceModal/OdsAdvanceModal.stories.d.ts +0 -42
  42. package/dist/stories/OdsAdvanceModal/Samples/BasicOdsAdvanceModal.sample.d.ts +0 -8
  43. package/dist/stories/OdsMasterDetailDataGrid/OdsMasterDetailDataGrid.stories.d.ts +0 -3
  44. package/dist/stories/OdsMasterDetailDataGrid/Samples/OdsMasterDetailDataGrid/OdsMasterDetailDataGrid.Constants.d.ts +0 -22
  45. package/dist/stories/OdsMasterDetailDataGrid/Samples/OdsMasterDetailDataGrid/OdsMasterDetailDataGrid.MockData.d.ts +0 -44
  46. package/dist/stories/OdsModal/Samples/OdsModal.Sample.d.ts +0 -1
  47. package/dist/stories/OdsSwitch/OdsSwitch.stories copy.d.ts +0 -16
  48. package/dist/stories/OdsTimePicker/Samples/TimeRangePicker.d.ts +0 -2
  49. package/dist/stories/OdsTimeline/OdsTimeline.Constants.d.ts +0 -3
  50. package/dist/stories/OdsTimeline/OdsTimeline.Functions.d.ts +0 -6
  51. package/dist/stories/OdsTimeline/OdsTimeline.MockData.d.ts +0 -39
  52. package/dist/stories/OdsTreeList/OdsTreeList.stories.d.ts +0 -165
  53. package/dist/stories/OdsTreeList/Samples/BasicTreeListTemplate.Constants.d.ts +0 -15
  54. package/dist/stories/OdsTreeList/Samples/BasicTreeListTemplate.MockData.d.ts +0 -24
  55. package/dist/stories/OdsTreeList/Samples/BasicTreeListTemplate.Sample.d.ts +0 -1
  56. package/dist/stories/OdsTreeList/Samples/EmployeeCell.d.ts +0 -4
  57. /package/dist/components/antd/{datepicker/OdsDatepicker.styled.d.ts → datePicker/OdsDatePicker.Styled.d.ts} +0 -0
  58. /package/dist/components/antd/{datepicker/OdsDatepicker.d.ts → datePicker/OdsDatePicker.d.ts} +0 -0
  59. /package/dist/components/antd/{datepicker/OdsDateRangepicker.d.ts → datePicker/OdsDateRangePicker.d.ts} +0 -0
@@ -34913,7 +34913,8 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
34913
34913
  masterDetailFeatures = props.masterDetailFeatures,
34914
34914
  _props$scrollingProps = props.scrollingProps,
34915
34915
  scrollingProps = _props$scrollingProps === void 0 ? {} : _props$scrollingProps,
34916
- onContentReady = props.onContentReady;
34916
+ onContentReady = props.onContentReady,
34917
+ onRowPrepared = props.onRowPrepared;
34917
34918
  var _useToken = useToken$1(),
34918
34919
  token = _useToken.token;
34919
34920
  var _AntForm$useForm = Form.useForm(),
@@ -34948,15 +34949,15 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
34948
34949
  var _useState9 = useState(false),
34949
34950
  ctrlSelection = _useState9[0],
34950
34951
  setCtrlSelection = _useState9[1];
34952
+ var _useState0 = useState(false),
34953
+ contentReady = _useState0[0],
34954
+ setContentReady = _useState0[1];
34955
+ var _useState1 = useState(true),
34956
+ filteredButtonCheck = _useState1[0],
34957
+ setFilteredButtonCheck = _useState1[1];
34951
34958
  var _useState10 = useState(false),
34952
- contentReady = _useState10[0],
34953
- setContentReady = _useState10[1];
34954
- var _useState11 = useState(true),
34955
- filteredButtonCheck = _useState11[0],
34956
- setFilteredButtonCheck = _useState11[1];
34957
- var _useState12 = useState(false),
34958
- searchPanelApplied = _useState12[0],
34959
- setSearchPanelApplied = _useState12[1];
34959
+ searchPanelApplied = _useState10[0],
34960
+ setSearchPanelApplied = _useState10[1];
34960
34961
  var _useStyles = useStyles$6(),
34961
34962
  gridStyle = _useStyles.styles;
34962
34963
  useEffect(function () {
@@ -35591,7 +35592,7 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
35591
35592
  selectAllMode: "page"
35592
35593
  },
35593
35594
  onEditorPreparing: onEditorPreparing,
35594
- onExporting: !props.closeGridHeader && function (e) {
35595
+ onExporting: !props.closeGridHeader ? function (e) {
35595
35596
  var _props$exportProps$ac, _props$exportProps$pa;
35596
35597
  return ExportDataGridToExcel({
35597
35598
  gridComponent: e.component,
@@ -35602,7 +35603,7 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
35602
35603
  activeText: (_props$exportProps$ac = props.exportProps.activeText) != null ? _props$exportProps$ac : "Active",
35603
35604
  passiveText: (_props$exportProps$pa = props.exportProps.passiveText) != null ? _props$exportProps$pa : "Passive"
35604
35605
  });
35605
- },
35606
+ } : undefined,
35606
35607
  onRowClick: props.onRowClick,
35607
35608
  onEditorPrepared: onEditorPrepared,
35608
35609
  onSelectionChanged: props.onSelectionChanged,
@@ -35615,7 +35616,8 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
35615
35616
  onCellHoverChanged: onCustomCellHoverChanged,
35616
35617
  onCellPrepared: onCustomCellPrepared,
35617
35618
  onOptionChanged: props.onOptionChanged || onCustomOptionChanged,
35618
- onToolbarPreparing: props.onToolbarPreparing || onToolbarPreparing
35619
+ onToolbarPreparing: props.onToolbarPreparing || onToolbarPreparing,
35620
+ onRowPrepared: onRowPrepared
35619
35621
  }), gridColumns.map(function (col) {
35620
35622
  return React.createElement(Column, Object.assign({
35621
35623
  key: col.dataField
@@ -55380,7 +55382,7 @@ var loadedPageCount = 1;
55380
55382
  var totalRecordCount = 0;
55381
55383
  var useToken$4 = theme.useToken;
55382
55384
  var _OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
55383
- var _props$axiosRequest4, _props$axiosRequest5, _props$axiosRequest6, _props$axiosRequest7, _props$axiosRequest8, _props$axiosRequest9, _props$axiosRequest10, _props$axiosRequest11, _props$selectOptions, _props$selectOptions$, _props$selectOptions2, _props$selectOptions$2, _props$selectOptions3;
55385
+ var _props$axiosRequest4, _props$axiosRequest5, _props$axiosRequest6, _props$axiosRequest7, _props$axiosRequest8, _props$axiosRequest9, _props$axiosRequest0, _props$axiosRequest1, _props$selectOptions, _props$selectOptions$, _props$selectOptions2, _props$selectOptions$2, _props$selectOptions3;
55384
55386
  var _useToken = useToken$4(),
55385
55387
  token = _useToken.token;
55386
55388
  var _useState = useState([]),
@@ -55594,7 +55596,7 @@ var _OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
55594
55596
  } catch (e) {
55595
55597
  return Promise.reject(e);
55596
55598
  }
55597
- }, [(_props$axiosRequest6 = props.axiosRequest) === null || _props$axiosRequest6 === void 0 ? void 0 : _props$axiosRequest6.requestData, (_props$axiosRequest7 = props.axiosRequest) === null || _props$axiosRequest7 === void 0 ? void 0 : _props$axiosRequest7.apiUrl, (_props$axiosRequest8 = props.axiosRequest) === null || _props$axiosRequest8 === void 0 ? void 0 : _props$axiosRequest8.environmentUrl, (_props$axiosRequest9 = props.axiosRequest) === null || _props$axiosRequest9 === void 0 ? void 0 : _props$axiosRequest9.requestQueryString, (_props$axiosRequest10 = props.axiosRequest) === null || _props$axiosRequest10 === void 0 ? void 0 : _props$axiosRequest10.requestType, props.pageSize, props.isServerSide]);
55599
+ }, [(_props$axiosRequest6 = props.axiosRequest) === null || _props$axiosRequest6 === void 0 ? void 0 : _props$axiosRequest6.requestData, (_props$axiosRequest7 = props.axiosRequest) === null || _props$axiosRequest7 === void 0 ? void 0 : _props$axiosRequest7.apiUrl, (_props$axiosRequest8 = props.axiosRequest) === null || _props$axiosRequest8 === void 0 ? void 0 : _props$axiosRequest8.environmentUrl, (_props$axiosRequest9 = props.axiosRequest) === null || _props$axiosRequest9 === void 0 ? void 0 : _props$axiosRequest9.requestQueryString, (_props$axiosRequest0 = props.axiosRequest) === null || _props$axiosRequest0 === void 0 ? void 0 : _props$axiosRequest0.requestType, props.pageSize, props.isServerSide]);
55598
55600
  var getTotalCount = function getTotalCount(response, data) {
55599
55601
  if (data !== null && data !== void 0 && data.PageCount || data !== null && data !== void 0 && data.RowCount) {
55600
55602
  totalPageCount = data.PageCount;
@@ -55871,7 +55873,7 @@ var _OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
55871
55873
  }
55872
55874
  var onScrollEnd = useCallback(function () {
55873
55875
  getServerSide("reachedBottom");
55874
- }, [(_props$axiosRequest11 = props.axiosRequest) === null || _props$axiosRequest11 === void 0 ? void 0 : _props$axiosRequest11.requestData, getServerSide]);
55876
+ }, [(_props$axiosRequest1 = props.axiosRequest) === null || _props$axiosRequest1 === void 0 ? void 0 : _props$axiosRequest1.requestData, getServerSide]);
55875
55877
  var handleScroll = function handleScroll(e) {
55876
55878
  var run = debounce_1(function (e) {
55877
55879
  var _scrollable$scrollTop, _scrollable$clientHei, _scrollable$scrollHei;
@@ -56947,7 +56949,7 @@ var OdsTimelineSelectionColumn = function OdsTimelineSelectionColumn(selectionEv
56947
56949
  return selectionColumn;
56948
56950
  };
56949
56951
 
56950
- var _templateObject$D, _templateObject2$9, _templateObject3$4, _templateObject4$3, _templateObject5$1, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11;
56952
+ var _templateObject$D, _templateObject2$9, _templateObject3$4, _templateObject4$3, _templateObject5$1, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject0, _templateObject1;
56951
56953
  var useStyles$b = createStyles(function (_ref, props) {
56952
56954
  var _props$taskWidth, _props$progressPerc, _props$progressColor;
56953
56955
  var css = _ref.css;
@@ -56965,8 +56967,8 @@ var useStyles$b = createStyles(function (_ref, props) {
56965
56967
  columnChooserHeader: css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n "]))),
56966
56968
  columnChooserCloseButton: css(_templateObject8 || (_templateObject8 = _taggedTemplateLiteralLoose(["\n flex: 1;\n text-align: end;\n "]))),
56967
56969
  columnChooserDivider: css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteralLoose(["\n margin-top: 10px;\n margin-bottom: 10px;\n "]))),
56968
- columnChooserCheckbox: css(_templateObject10 || (_templateObject10 = _taggedTemplateLiteralLoose(["\n margin-top: 4px;\n margin-bottom: 4px;\n "]))),
56969
- columnChooserSearchbox: css(_templateObject11 || (_templateObject11 = _taggedTemplateLiteralLoose(["\n ", "\n margin-top: 4px;\n margin-bottom: 4px;\n "])), searchBox)
56970
+ columnChooserCheckbox: css(_templateObject0 || (_templateObject0 = _taggedTemplateLiteralLoose(["\n margin-top: 4px;\n margin-bottom: 4px;\n "]))),
56971
+ columnChooserSearchbox: css(_templateObject1 || (_templateObject1 = _taggedTemplateLiteralLoose(["\n ", "\n margin-top: 4px;\n margin-bottom: 4px;\n "])), searchBox)
56970
56972
  };
56971
56973
  });
56972
56974
 
@@ -57155,7 +57157,7 @@ var callAddFont = function callAddFont() {
57155
57157
  jsPDF$1.API.events.push(['addFonts', callAddFont]);
57156
57158
 
57157
57159
  var OdsTimelineTable = forwardRef(function (props, ref) {
57158
- var _toolbarSettings$sear, _toolbarSettings$sear5, _toolbarSettings$expo12, _toolbarSettings$expo13, _toolbarSettings$expo14, _toolbarSettings$expo15, _toolbarSettings$expo19, _toolbarSettings$expo20, _toolbarSettings$expo21, _toolbarSettings$colu;
57160
+ var _toolbarSettings$sear, _toolbarSettings$sear5, _toolbarSettings$expo10, _toolbarSettings$expo11, _toolbarSettings$expo12, _toolbarSettings$expo13, _toolbarSettings$expo17, _toolbarSettings$expo18, _toolbarSettings$expo19, _toolbarSettings$colu;
57159
57161
  var customColumns = props.customColumns,
57160
57162
  customTasks = props.customTasks,
57161
57163
  customTaskKey = props.customTaskKey,
@@ -57207,9 +57209,9 @@ var OdsTimelineTable = forwardRef(function (props, ref) {
57207
57209
  return item.name;
57208
57210
  })),
57209
57211
  unvisibleColumnNames = _useState9[0];
57210
- var _useState10 = useState(false),
57211
- columnChooserOpen = _useState10[0],
57212
- setColumnChooserOpen = _useState10[1];
57212
+ var _useState0 = useState(false),
57213
+ columnChooserOpen = _useState0[0],
57214
+ setColumnChooserOpen = _useState0[1];
57213
57215
  var originalSortingMode = sorting.mode === undefined || sorting.mode === "" ? "none" : sorting.mode;
57214
57216
  var sortingMode = sortingProcess == "ServerSideSorting" ? "none" : originalSortingMode;
57215
57217
  var showSortIndexes = sortingProcess == "ServerSideSorting" ? false : sorting.showSortIndexes;
@@ -57509,11 +57511,11 @@ var OdsTimelineTable = forwardRef(function (props, ref) {
57509
57511
  });
57510
57512
  };
57511
57513
  var getExportFileName = function getExportFileName() {
57512
- var _toolbarSettings$expo10, _toolbarSettings$expo11;
57514
+ var _toolbarSettings$expo0, _toolbarSettings$expo1;
57513
57515
  var now = new Date();
57514
57516
  var datePart = ("0" + now.getDate()).slice(-2) + "-" + ("0" + (now.getMonth() + 1)).slice(-2) + "-" + now.getFullYear();
57515
57517
  var timePart = ("0" + now.getHours()).slice(-2) + ":" + ("0" + now.getMinutes()).slice(-2);
57516
- return ((_toolbarSettings$expo10 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo11 = toolbarSettings["export"]) === null || _toolbarSettings$expo11 === void 0 ? void 0 : _toolbarSettings$expo11.fileName) != null ? _toolbarSettings$expo10 : "Timeline") + "-" + datePart + "-" + timePart + ".pdf";
57518
+ return ((_toolbarSettings$expo0 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo1 = toolbarSettings["export"]) === null || _toolbarSettings$expo1 === void 0 ? void 0 : _toolbarSettings$expo1.fileName) != null ? _toolbarSettings$expo0 : "Timeline") + "-" + datePart + "-" + timePart + ".pdf";
57517
57519
  };
57518
57520
  var exportedColumns = useMemo(function () {
57519
57521
  var newExportedColumns = [];
@@ -57596,39 +57598,39 @@ var OdsTimelineTable = forwardRef(function (props, ref) {
57596
57598
  location: toolbarSettings === null || toolbarSettings === void 0 ? void 0 : toolbarSettings.location
57597
57599
  }), React.createElement(Item$2, {
57598
57600
  key: "OdsTimelineTable_ToolbarItem_Export",
57599
- visible: toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo12 = toolbarSettings["export"]) === null || _toolbarSettings$expo12 === void 0 ? void 0 : _toolbarSettings$expo12.visible,
57601
+ visible: toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo10 = toolbarSettings["export"]) === null || _toolbarSettings$expo10 === void 0 ? void 0 : _toolbarSettings$expo10.visible,
57600
57602
  location: toolbarSettings === null || toolbarSettings === void 0 ? void 0 : toolbarSettings.location,
57601
57603
  widget: "dxMenu",
57602
57604
  options: {
57603
57605
  items: [{
57604
57606
  icon: "export",
57605
57607
  items: [{
57606
- text: (_toolbarSettings$expo13 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo14 = toolbarSettings["export"]) === null || _toolbarSettings$expo14 === void 0 ? void 0 : (_toolbarSettings$expo15 = _toolbarSettings$expo14.pdf) === null || _toolbarSettings$expo15 === void 0 ? void 0 : _toolbarSettings$expo15.title) != null ? _toolbarSettings$expo13 : "Export to Pdf",
57608
+ text: (_toolbarSettings$expo11 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo12 = toolbarSettings["export"]) === null || _toolbarSettings$expo12 === void 0 ? void 0 : (_toolbarSettings$expo13 = _toolbarSettings$expo12.pdf) === null || _toolbarSettings$expo13 === void 0 ? void 0 : _toolbarSettings$expo13.title) != null ? _toolbarSettings$expo11 : "Export to Pdf",
57607
57609
  icon: "exportpdf",
57608
57610
  onClick: function onClick() {
57609
57611
  if (exportableTasks.length > 0) {
57610
57612
  exportPdf();
57611
57613
  } else {
57612
- var _toolbarSettings$expo16, _toolbarSettings$expo17, _toolbarSettings$expo18;
57614
+ var _toolbarSettings$expo14, _toolbarSettings$expo15, _toolbarSettings$expo16;
57613
57615
  OdsNotification({
57614
57616
  title: "",
57615
- content: (_toolbarSettings$expo16 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo17 = toolbarSettings["export"]) === null || _toolbarSettings$expo17 === void 0 ? void 0 : (_toolbarSettings$expo18 = _toolbarSettings$expo17.messages) === null || _toolbarSettings$expo18 === void 0 ? void 0 : _toolbarSettings$expo18.noRecord) != null ? _toolbarSettings$expo16 : "No record",
57617
+ content: (_toolbarSettings$expo14 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo15 = toolbarSettings["export"]) === null || _toolbarSettings$expo15 === void 0 ? void 0 : (_toolbarSettings$expo16 = _toolbarSettings$expo15.messages) === null || _toolbarSettings$expo16 === void 0 ? void 0 : _toolbarSettings$expo16.noRecord) != null ? _toolbarSettings$expo14 : "No record",
57616
57618
  type: "warning",
57617
57619
  placement: "bottom"
57618
57620
  });
57619
57621
  }
57620
57622
  }
57621
57623
  }, {
57622
- text: (_toolbarSettings$expo19 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo20 = toolbarSettings["export"]) === null || _toolbarSettings$expo20 === void 0 ? void 0 : (_toolbarSettings$expo21 = _toolbarSettings$expo20.excel) === null || _toolbarSettings$expo21 === void 0 ? void 0 : _toolbarSettings$expo21.title) != null ? _toolbarSettings$expo19 : "Export to Excel",
57624
+ text: (_toolbarSettings$expo17 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo18 = toolbarSettings["export"]) === null || _toolbarSettings$expo18 === void 0 ? void 0 : (_toolbarSettings$expo19 = _toolbarSettings$expo18.excel) === null || _toolbarSettings$expo19 === void 0 ? void 0 : _toolbarSettings$expo19.title) != null ? _toolbarSettings$expo17 : "Export to Excel",
57623
57625
  icon: "exportxlsx",
57624
57626
  onClick: function onClick() {
57625
57627
  if (exportableTasks.length > 0) {
57626
57628
  exportExcel();
57627
57629
  } else {
57628
- var _toolbarSettings$expo22, _toolbarSettings$expo23, _toolbarSettings$expo24;
57630
+ var _toolbarSettings$expo20, _toolbarSettings$expo21, _toolbarSettings$expo22;
57629
57631
  OdsNotification({
57630
57632
  title: "",
57631
- content: (_toolbarSettings$expo22 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo23 = toolbarSettings["export"]) === null || _toolbarSettings$expo23 === void 0 ? void 0 : (_toolbarSettings$expo24 = _toolbarSettings$expo23.messages) === null || _toolbarSettings$expo24 === void 0 ? void 0 : _toolbarSettings$expo24.noRecord) != null ? _toolbarSettings$expo22 : "No record",
57633
+ content: (_toolbarSettings$expo20 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo21 = toolbarSettings["export"]) === null || _toolbarSettings$expo21 === void 0 ? void 0 : (_toolbarSettings$expo22 = _toolbarSettings$expo21.messages) === null || _toolbarSettings$expo22 === void 0 ? void 0 : _toolbarSettings$expo22.noRecord) != null ? _toolbarSettings$expo20 : "No record",
57632
57634
  type: "warning",
57633
57635
  placement: "bottom"
57634
57636
  });
@@ -57742,6 +57744,7 @@ var NoListItems = function NoListItems(_ref) {
57742
57744
  var mainText = _ref.mainText,
57743
57745
  subText = _ref.subText;
57744
57746
  return React.createElement("div", {
57747
+ className: "NoListItemsContainer",
57745
57748
  style: styles.container
57746
57749
  }, React.createElement("div", {
57747
57750
  style: styles.iconContainer
@@ -57760,30 +57763,32 @@ var NoListItems = function NoListItems(_ref) {
57760
57763
  };
57761
57764
  var styles = {
57762
57765
  container: {
57763
- display: 'flex',
57764
- flexDirection: 'column',
57765
- alignItems: 'center',
57766
- justifyContent: 'center',
57767
- textAlign: 'center'
57766
+ display: "flex",
57767
+ flexDirection: "column",
57768
+ alignItems: "center",
57769
+ justifyContent: "center",
57770
+ textAlign: "center",
57771
+ marginTop: "50px",
57772
+ marginBottom: "50px"
57768
57773
  },
57769
57774
  iconContainer: {
57770
- marginBottom: '20px'
57775
+ marginBottom: "20px"
57771
57776
  },
57772
57777
  icon: {
57773
- width: '50px',
57774
- height: '50px'
57778
+ width: "50px",
57779
+ height: "50px"
57775
57780
  },
57776
57781
  textContainer: {
57777
- maxWidth: '300px'
57782
+ maxWidth: "300px"
57778
57783
  },
57779
57784
  mainText: {
57780
- fontSize: '18px',
57781
- fontWeight: 'bold',
57782
- marginBottom: '10px'
57785
+ fontSize: "18px",
57786
+ fontWeight: "bold",
57787
+ marginBottom: "10px"
57783
57788
  },
57784
57789
  subText: {
57785
- fontSize: '14px',
57786
- color: '#666'
57790
+ fontSize: "14px",
57791
+ color: "#666"
57787
57792
  }
57788
57793
  };
57789
57794
 
@@ -57800,7 +57805,7 @@ var getRequestHeaders = function getRequestHeaders(props) {
57800
57805
  });
57801
57806
  };
57802
57807
  var OdsTransfer = function OdsTransfer(props) {
57803
- var _props$targetItems, _props$axiosRequest4, _props$axiosRequest5, _props$axiosRequest10, _props$axiosRequest11, _props$axiosRequest12, _props$axiosRequest13, _props$axiosRequest14;
57808
+ var _props$targetItems, _props$axiosRequest4, _props$axiosRequest5, _props$axiosRequest0, _props$axiosRequest1, _props$axiosRequest10, _props$axiosRequest11, _props$axiosRequest12;
57804
57809
  var initializeTargetItems = function initializeTargetItems(items) {
57805
57810
  return items.map(function (item) {
57806
57811
  return _extends({}, item, {
@@ -57882,7 +57887,7 @@ var OdsTransfer = function OdsTransfer(props) {
57882
57887
  } catch (e) {
57883
57888
  return Promise.reject(e);
57884
57889
  }
57885
- }, [(_props$axiosRequest10 = props.axiosRequest) === null || _props$axiosRequest10 === void 0 ? void 0 : _props$axiosRequest10.requestData, (_props$axiosRequest11 = props.axiosRequest) === null || _props$axiosRequest11 === void 0 ? void 0 : _props$axiosRequest11.apiUrl, (_props$axiosRequest12 = props.axiosRequest) === null || _props$axiosRequest12 === void 0 ? void 0 : _props$axiosRequest12.environmentUrl, (_props$axiosRequest13 = props.axiosRequest) === null || _props$axiosRequest13 === void 0 ? void 0 : _props$axiosRequest13.requestQueryString, (_props$axiosRequest14 = props.axiosRequest) === null || _props$axiosRequest14 === void 0 ? void 0 : _props$axiosRequest14.requestType, props.pageSize, props.isServerSide]);
57890
+ }, [(_props$axiosRequest0 = props.axiosRequest) === null || _props$axiosRequest0 === void 0 ? void 0 : _props$axiosRequest0.requestData, (_props$axiosRequest1 = props.axiosRequest) === null || _props$axiosRequest1 === void 0 ? void 0 : _props$axiosRequest1.apiUrl, (_props$axiosRequest10 = props.axiosRequest) === null || _props$axiosRequest10 === void 0 ? void 0 : _props$axiosRequest10.environmentUrl, (_props$axiosRequest11 = props.axiosRequest) === null || _props$axiosRequest11 === void 0 ? void 0 : _props$axiosRequest11.requestQueryString, (_props$axiosRequest12 = props.axiosRequest) === null || _props$axiosRequest12 === void 0 ? void 0 : _props$axiosRequest12.requestType, props.pageSize, props.isServerSide]);
57886
57891
  var getTotalCount = function getTotalCount(response, data) {
57887
57892
  if (data !== null && data !== void 0 && data.PageCount || data !== null && data !== void 0 && data.RowCount) {
57888
57893
  constants$3.totalPageCount = data.PageCount;
@@ -57936,13 +57941,13 @@ var OdsTransfer = function OdsTransfer(props) {
57936
57941
  });
57937
57942
  setTargetItems(function (prevTargetItems) {
57938
57943
  var updatedItems = [].concat(prevTargetItems, selectedItems);
57939
- return removeDuplicates(direction === 'left' ? updatedItems.filter(function (item) {
57944
+ return removeDuplicates(direction === "left" ? updatedItems.filter(function (item) {
57940
57945
  return !moveKey.includes(item[props.keyExpr]);
57941
57946
  }) : updatedItems, props.keyExpr);
57942
57947
  });
57943
57948
  if (props.onTargetChange) {
57944
57949
  var updatedItems = [].concat(targetItems, selectedItems);
57945
- var uniqueItems = removeDuplicates(direction === 'left' ? updatedItems.filter(function (item) {
57950
+ var uniqueItems = removeDuplicates(direction === "left" ? updatedItems.filter(function (item) {
57946
57951
  return !moveKey.includes(item[props.keyExpr]);
57947
57952
  }) : updatedItems, props.keyExpr);
57948
57953
  props.onTargetChange(uniqueItems);
@@ -57952,16 +57957,20 @@ var OdsTransfer = function OdsTransfer(props) {
57952
57957
  setSelectedKeys([].concat(sourceSelectedKeys, targetSelectedKeys));
57953
57958
  }, []);
57954
57959
  return React.createElement("div", null, React.createElement("style", null, props.isServerSide && ".dx-pager { display: none; }"), React.createElement(Transfer, {
57955
- dataSource: transferDataSource,
57960
+ dataSource: props.dataSource,
57956
57961
  targetKeys: targetKeys,
57957
57962
  selectedKeys: selectedKeys,
57958
57963
  onSelectChange: handleSelectChange,
57959
57964
  onChange: handleChange,
57960
57965
  showSelectAll: false,
57961
- titles: ['Source', 'Target'],
57966
+ titles: [props.sourceTitle, props.TargetTitle],
57962
57967
  render: function render(item) {
57963
57968
  return item.title;
57964
- }
57969
+ },
57970
+ className: props.className,
57971
+ rootClassName: props.rootClassName,
57972
+ style: props.style,
57973
+ showSearch: props.showSearch
57965
57974
  }, function (_ref) {
57966
57975
  var direction = _ref.direction,
57967
57976
  filteredItems = _ref.filteredItems,
@@ -57974,9 +57983,9 @@ var OdsTransfer = function OdsTransfer(props) {
57974
57983
  onItemSelectAll(currentDeselectedRowKeys, false);
57975
57984
  }
57976
57985
  };
57977
- var leftSideEmpty = direction === 'left' && filteredItems.length === 0;
57978
- var rightSideEmpty = direction === 'right' && targetKeys.length === 0;
57979
- var combinedDataSource = direction === 'right' ? removeDuplicates([].concat(filteredItems, targetItems), props.keyExpr) : filteredItems;
57986
+ var leftSideEmpty = direction === "left" && filteredItems.length === 0;
57987
+ var rightSideEmpty = direction === "right" && targetKeys.length === 0;
57988
+ var combinedDataSource = direction === "right" ? removeDuplicates([].concat(filteredItems, targetItems), props.keyExpr) : filteredItems;
57980
57989
  return leftSideEmpty || rightSideEmpty ? React.createElement(NoListItems, {
57981
57990
  mainText: props.noContentMainText,
57982
57991
  subText: props.noContentSubText
@@ -57988,9 +57997,9 @@ var OdsTransfer = function OdsTransfer(props) {
57988
57997
  enabled: true
57989
57998
  },
57990
57999
  selection: {
57991
- mode: 'multiple',
57992
- selectAllMode: 'page',
57993
- showCheckBoxesMode: 'always'
58000
+ mode: "multiple",
58001
+ selectAllMode: "page",
58002
+ showCheckBoxesMode: "always"
57994
58003
  },
57995
58004
  onSelectionChanged: onSelectionChanged,
57996
58005
  columns: props.columns,
@@ -58011,7 +58020,7 @@ var OdsTransfer = function OdsTransfer(props) {
58011
58020
  visible: true
58012
58021
  }
58013
58022
  });
58014
- }), React.createElement(Toolbar, null, React.createElement(Item, {
58023
+ }), props.displayPageTitle && React.createElement(Toolbar, null, React.createElement(Item, {
58015
58024
  location: "before",
58016
58025
  cssClass: "toolbarTitleItem"
58017
58026
  }, React.createElement(OdsTitle, {
@@ -58026,7 +58035,7 @@ var OdsTransfer = function OdsTransfer(props) {
58026
58035
  }));
58027
58036
  };
58028
58037
 
58029
- var _templateObject$E, _templateObject2$a, _templateObject3$5, _templateObject4$4, _templateObject5$2, _templateObject6$1, _templateObject7$1, _templateObject8$1, _templateObject9$1, _templateObject10$1, _templateObject11$1, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16;
58038
+ var _templateObject$E, _templateObject2$a, _templateObject3$5, _templateObject4$4, _templateObject5$2, _templateObject6$1, _templateObject7$1, _templateObject8$1, _templateObject9$1, _templateObject0$1, _templateObject1$1, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14;
58030
58039
  var useStyles$c = createStyles(function (_ref, props) {
58031
58040
  var css = _ref.css,
58032
58041
  cx = _ref.cx,
@@ -58041,9 +58050,9 @@ var useStyles$c = createStyles(function (_ref, props) {
58041
58050
  filterTopTitle: cx(flex, css(_templateObject7$1 || (_templateObject7$1 = _taggedTemplateLiteralLoose(["\n align-items: center;\n "])))),
58042
58051
  filterTopActions: cx(flex, css(_templateObject8$1 || (_templateObject8$1 = _taggedTemplateLiteralLoose(["\n justify-content: flex-end;\n gap: ", "px;\n "])), token.sizeSM)),
58043
58052
  filterBodyWrapper: cx(grid, css(_templateObject9$1 || (_templateObject9$1 = _taggedTemplateLiteralLoose(["\n transition: grid-template-rows 0.3s;\n grid-template-rows: ", ";\n "])), props.open ? "1fr" : "0fr")),
58044
- filterBody: cx(css(_templateObject10$1 || (_templateObject10$1 = _taggedTemplateLiteralLoose(["\n overflow: hidden;\n width: 100%;\n "])))),
58045
- filterActionButtonsWrapper: cx(flex, css(_templateObject11$1 || (_templateObject11$1 = _taggedTemplateLiteralLoose(["\n width: 100%;\n justify-content: flex-end;\n gap: ", "px;\n "])), token.sizeSM)),
58046
- filterTagsWrapper: cx(flex, css(_templateObject12 || (_templateObject12 = _taggedTemplateLiteralLoose(["\n align-items: center;\n justify-content: center;\n width: 85%;\n max-width: 85%;\n min-width: 85%;\n transition: opacity 0.3s;\n opacity: ", ";\n "])), props.open ? 0 : 1)),
58053
+ filterBody: cx(css(_templateObject0$1 || (_templateObject0$1 = _taggedTemplateLiteralLoose(["\n overflow: hidden;\n width: 100%;\n "])))),
58054
+ filterActionButtonsWrapper: cx(flex, css(_templateObject1$1 || (_templateObject1$1 = _taggedTemplateLiteralLoose(["\n width: 100%;\n justify-content: flex-end;\n gap: ", "px;\n "])), token.sizeSM)),
58055
+ filterTagsWrapper: cx(flex, css(_templateObject10 || (_templateObject10 = _taggedTemplateLiteralLoose(["\n align-items: center;\n justify-content: center;\n width: 85%;\n max-width: 85%;\n min-width: 85%;\n transition: opacity 0.3s;\n opacity: ", ";\n "])), props.open ? 0 : 1)),
58047
58056
  toggleButton: cx(flex),
58048
58057
  clearButton: cx(flex)
58049
58058
  };
@@ -58053,16 +58062,16 @@ var useAdvancedFilterButtonStyles = createStyles(function (_ref2, props) {
58053
58062
  cx = _ref2.cx,
58054
58063
  token = _ref2.token;
58055
58064
  return {
58056
- advancedFilterButton: cx("flex", css(_templateObject13 || (_templateObject13 = _taggedTemplateLiteralLoose(["\n color: ", ";\n align-items: center;\n justify-content: center;\n padding-left: ", "px;\n padding-right: ", "px;\n "])), token.colorPrimary, token.padding, token.padding)),
58057
- advancedFilterRowWrapper: cx("grid", css(_templateObject14 || (_templateObject14 = _taggedTemplateLiteralLoose(["\n transition: grid-template-rows 0.3s;\n grid-template-rows: ", ";\n "])), props.open ? "1fr" : "0fr")),
58058
- advancedFilterRow: cx(css(_templateObject15 || (_templateObject15 = _taggedTemplateLiteralLoose(["\n overflow: hidden;\n width: 100%;\n "]))))
58065
+ advancedFilterButton: cx("flex", css(_templateObject11 || (_templateObject11 = _taggedTemplateLiteralLoose(["\n color: ", ";\n align-items: center;\n justify-content: center;\n padding-left: ", "px;\n padding-right: ", "px;\n "])), token.colorPrimary, token.padding, token.padding)),
58066
+ advancedFilterRowWrapper: cx("grid", css(_templateObject12 || (_templateObject12 = _taggedTemplateLiteralLoose(["\n transition: grid-template-rows 0.3s;\n grid-template-rows: ", ";\n "])), props.open ? "1fr" : "0fr")),
58067
+ advancedFilterRow: cx(css(_templateObject13 || (_templateObject13 = _taggedTemplateLiteralLoose(["\n overflow: hidden;\n width: 100%;\n "]))))
58059
58068
  };
58060
58069
  });
58061
58070
  var useFilterTagsStyles = createStyles(function (_ref3) {
58062
58071
  var css = _ref3.css,
58063
58072
  token = _ref3.token;
58064
58073
  return {
58065
- menu: css(_templateObject16 || (_templateObject16 = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: 0;\n gap: ", "px;\n position: relative;\n\n &::after,\n &::before {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal {\n & > .ant-menu-item {\n cursor: default;\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0;\n top: unset;\n }\n\n & > .ant-menu-submenu {\n &:hover {\n &::after {\n display: none;\n }\n }\n }\n }\n\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-selected::after {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-item::after,\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-item:hover::after {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal\n > .ant-menu-submenu\n &.ant-menu-light.ant-menu-horizontal\n > .ant-menu-item::after {\n display: none;\n }\n "])), token.sizeXS)
58074
+ menu: css(_templateObject14 || (_templateObject14 = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: 0;\n gap: ", "px;\n position: relative;\n\n &::after,\n &::before {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal {\n & > .ant-menu-item {\n cursor: default;\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0;\n top: unset;\n }\n\n & > .ant-menu-submenu {\n &:hover {\n &::after {\n display: none;\n }\n }\n }\n }\n\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-selected::after {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-item::after,\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-item:hover::after {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal\n > .ant-menu-submenu\n &.ant-menu-light.ant-menu-horizontal\n > .ant-menu-item::after {\n display: none;\n }\n "])), token.sizeXS)
58066
58075
  };
58067
58076
  });
58068
58077
 
@@ -58305,7 +58314,7 @@ var OdsFilter = function OdsFilter(props) {
58305
58314
  }, props.buttonApplyName)))))));
58306
58315
  };
58307
58316
 
58308
- var _templateObject$F, _templateObject2$b, _templateObject3$6, _templateObject4$5, _templateObject5$3, _templateObject6$2, _templateObject7$2, _templateObject8$2, _templateObject9$2, _templateObject10$2, _templateObject11$2, _templateObject12$1, _templateObject13$1, _templateObject14$1, _templateObject15$1, _templateObject16$1, _templateObject17, _templateObject18, _templateObject19;
58317
+ var _templateObject$F, _templateObject2$b, _templateObject3$6, _templateObject4$5, _templateObject5$3, _templateObject6$2, _templateObject7$2, _templateObject8$2, _templateObject9$2, _templateObject0$2, _templateObject1$2, _templateObject10$1, _templateObject11$1, _templateObject12$1, _templateObject13$1, _templateObject14$1, _templateObject15, _templateObject16, _templateObject17;
58309
58318
  var useStyles$d = createStyles(function (_ref, props) {
58310
58319
  var css = _ref.css,
58311
58320
  cx = _ref.cx,
@@ -58320,11 +58329,11 @@ var useStyles$d = createStyles(function (_ref, props) {
58320
58329
  filterTopTitle: cx(flex, css(_templateObject7$2 || (_templateObject7$2 = _taggedTemplateLiteralLoose(["\n align-items: center;\n "])))),
58321
58330
  filterTopActions: cx(flex, css(_templateObject8$2 || (_templateObject8$2 = _taggedTemplateLiteralLoose(["\n justify-content: flex-end;\n gap: ", "px;\n "])), token.sizeSM)),
58322
58331
  filterBodyWrapper: cx(grid, css(_templateObject9$2 || (_templateObject9$2 = _taggedTemplateLiteralLoose(["\n transition: grid-template-rows 0.3s;\n grid-template-rows: ", ";\n "])), props.open ? "1fr" : "0fr")),
58323
- filterBody: cx(css(_templateObject10$2 || (_templateObject10$2 = _taggedTemplateLiteralLoose(["\n overflow: hidden;\n width: 100%;\n "])))),
58324
- filterActionButtonsWrapper: cx(flex, css(_templateObject11$2 || (_templateObject11$2 = _taggedTemplateLiteralLoose(["\n justify-content: flex-end;\n margin-top: 16px;\n "])))),
58325
- filterActionButtons: cx(flex, css(_templateObject12$1 || (_templateObject12$1 = _taggedTemplateLiteralLoose(["\n justify-content: flex-end;\n gap: ", "px;\n align-items: flex-end;\n "])), token.sizeSM)),
58326
- filterTagsWrapper: cx(flex, css(_templateObject13$1 || (_templateObject13$1 = _taggedTemplateLiteralLoose(["\n align-items: center;\n justify-content: center;\n width: 85%;\n max-width: 85%;\n min-width: 85%;\n transition: opacity 0.3s;\n opacity: ", ";\n "])), props.open ? 0 : 1)),
58327
- filterInlineDisplayWrapper: props.isDisplayInline ? cx(css(_templateObject14$1 || (_templateObject14$1 = _taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: 1fr auto;\n width: 100%;\n "])))) : "",
58332
+ filterBody: cx(css(_templateObject0$2 || (_templateObject0$2 = _taggedTemplateLiteralLoose(["\n overflow: hidden;\n width: 100%;\n "])))),
58333
+ filterActionButtonsWrapper: cx(flex, css(_templateObject1$2 || (_templateObject1$2 = _taggedTemplateLiteralLoose(["\n justify-content: flex-end;\n margin-top: 16px;\n "])))),
58334
+ filterActionButtons: cx(flex, css(_templateObject10$1 || (_templateObject10$1 = _taggedTemplateLiteralLoose(["\n justify-content: flex-end;\n gap: ", "px;\n align-items: flex-end;\n "])), token.sizeSM)),
58335
+ filterTagsWrapper: cx(flex, css(_templateObject11$1 || (_templateObject11$1 = _taggedTemplateLiteralLoose(["\n align-items: center;\n justify-content: center;\n width: 85%;\n max-width: 85%;\n min-width: 85%;\n transition: opacity 0.3s;\n opacity: ", ";\n "])), props.open ? 0 : 1)),
58336
+ filterInlineDisplayWrapper: props.isDisplayInline ? cx(css(_templateObject12$1 || (_templateObject12$1 = _taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: 1fr auto;\n width: 100%;\n "])))) : "",
58328
58337
  toggleButton: cx(flex),
58329
58338
  clearButton: cx(flex)
58330
58339
  };
@@ -58334,17 +58343,17 @@ var useAdvancedFilterButtonStyles$1 = createStyles(function (_ref2, props) {
58334
58343
  cx = _ref2.cx,
58335
58344
  token = _ref2.token;
58336
58345
  return {
58337
- advancedFilterButton: cx(css(_templateObject15$1 || (_templateObject15$1 = _taggedTemplateLiteralLoose(["\n display: flex;\n color: ", ";\n align-items: center;\n justify-content: center;\n padding-left: ", "px;\n padding-right: ", "px;\n "])), token.colorPrimary, token.padding, token.padding)),
58338
- advancedFilterRowWrapper: cx(css(_templateObject16$1 || (_templateObject16$1 = _taggedTemplateLiteralLoose(["\n display: grid;\n transition: grid-template-rows 0.3s;\n grid-template-rows: ", ";\n "])), props.open ? "1fr" : "0fr")),
58339
- advancedFilterRowInner: cx(css(_templateObject17 || (_templateObject17 = _taggedTemplateLiteralLoose(["\n min-height: 0;\n overflow: hidden;\n "])))),
58340
- advancedFilterRow: cx(css(_templateObject18 || (_templateObject18 = _taggedTemplateLiteralLoose(["\n padding-top: 16px;\n display: grid;\n overflow: hidden;\n width: 100%;\n\n & .ant-form-item .ant-form-item-label > label {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n display: inline-block;\n }\n "]))))
58346
+ advancedFilterButton: cx(css(_templateObject13$1 || (_templateObject13$1 = _taggedTemplateLiteralLoose(["\n display: flex;\n color: ", ";\n align-items: center;\n justify-content: center;\n padding-left: ", "px;\n padding-right: ", "px;\n "])), token.colorPrimary, token.padding, token.padding)),
58347
+ advancedFilterRowWrapper: cx(css(_templateObject14$1 || (_templateObject14$1 = _taggedTemplateLiteralLoose(["\n display: grid;\n transition: grid-template-rows 0.3s;\n grid-template-rows: ", ";\n "])), props.open ? "1fr" : "0fr")),
58348
+ advancedFilterRowInner: cx(css(_templateObject15 || (_templateObject15 = _taggedTemplateLiteralLoose(["\n min-height: 0;\n overflow: hidden;\n "])))),
58349
+ advancedFilterRow: cx(css(_templateObject16 || (_templateObject16 = _taggedTemplateLiteralLoose(["\n padding-top: 16px;\n display: grid;\n overflow: hidden;\n width: 100%;\n\n & .ant-form-item .ant-form-item-label > label {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n display: inline-block;\n }\n "]))))
58341
58350
  };
58342
58351
  });
58343
58352
  var useFilterTagsStyles$1 = createStyles(function (_ref3) {
58344
58353
  var css = _ref3.css,
58345
58354
  token = _ref3.token;
58346
58355
  return {
58347
- menu: css(_templateObject19 || (_templateObject19 = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: 0;\n gap: ", "px;\n position: relative;\n\n &::after,\n &::before {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal {\n & > .ant-menu-item {\n cursor: default;\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0;\n top: unset;\n }\n\n & > .ant-menu-submenu {\n &:hover {\n &::after {\n display: none;\n }\n }\n }\n }\n\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-selected::after {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-item::after,\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-item:hover::after {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal\n > .ant-menu-submenu\n &.ant-menu-light.ant-menu-horizontal\n > .ant-menu-item::after {\n display: none;\n }\n "])), token.sizeXS)
58356
+ menu: css(_templateObject17 || (_templateObject17 = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: 0;\n gap: ", "px;\n position: relative;\n\n &::after,\n &::before {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal {\n & > .ant-menu-item {\n cursor: default;\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0;\n top: unset;\n }\n\n & > .ant-menu-submenu {\n &:hover {\n &::after {\n display: none;\n }\n }\n }\n }\n\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-selected::after {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-item::after,\n &.ant-menu-light.ant-menu-horizontal > .ant-menu-item:hover::after {\n display: none;\n }\n\n &.ant-menu-light.ant-menu-horizontal\n > .ant-menu-submenu\n &.ant-menu-light.ant-menu-horizontal\n > .ant-menu-item::after {\n display: none;\n }\n "])), token.sizeXS)
58348
58357
  };
58349
58358
  });
58350
58359