pixel-react 1.21.0 → 1.21.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.
Files changed (69) hide show
  1. package/lib/StyleGuide/ColorPalette/ColorPalette.d.ts +1 -1
  2. package/lib/StyleGuide/Typography/Typography.d.ts +1 -1
  3. package/lib/components/Accordion/Accordion.d.ts +1 -1
  4. package/lib/components/AddResourceButton/AddResourceButton.d.ts +1 -1
  5. package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +1 -1
  6. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.d.ts +1 -1
  7. package/lib/components/AutoTruncateText/AutoTruncateText.d.ts +1 -1
  8. package/lib/components/BrowserTabs/BrowserTabs.d.ts +1 -1
  9. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js +19 -9
  10. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js.map +1 -1
  11. package/lib/components/Chip/Chip.d.ts +1 -1
  12. package/lib/components/Comments/Comments.d.ts +2 -1
  13. package/lib/components/Comments/childComment/ChildComment.d.ts +1 -1
  14. package/lib/components/ConditionalDropdown/ConditionalDropdown.js +5 -2
  15. package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
  16. package/lib/components/ConditionalDropdown/types.d.ts +3 -0
  17. package/lib/components/DragAndDrop/DragAndDropList.d.ts +2 -2
  18. package/lib/components/EditLabel/EditLabel.d.ts +1 -1
  19. package/lib/components/Editor/DynamicWidthToolTip.d.ts +1 -1
  20. package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.d.ts +1 -1
  21. package/lib/components/HistoryCard/HistoryCard.d.ts +1 -1
  22. package/lib/components/Icon/iconList.js +20 -0
  23. package/lib/components/Icon/iconList.js.map +1 -1
  24. package/lib/components/LazyLoad/LazyLoading.d.ts +2 -1
  25. package/lib/components/Loader/Loader.d.ts +1 -1
  26. package/lib/components/MachineInputField/MachineInputField.d.ts +1 -1
  27. package/lib/components/MenuOption/MenuOption.d.ts +1 -1
  28. package/lib/components/MiniModal/MiniModal.js +105 -46
  29. package/lib/components/MiniModal/MiniModal.js.map +1 -1
  30. package/lib/components/MiniModal/types.d.ts +6 -1
  31. package/lib/components/MultiSelect/MultiSelect.d.ts +2 -1
  32. package/lib/components/NLPInput/NlpInput.d.ts +1 -1
  33. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +1 -1
  34. package/lib/components/Paper/Paper.d.ts +1 -1
  35. package/lib/components/Search/Search.d.ts +1 -1
  36. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.d.ts +1 -1
  37. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.d.ts +1 -1
  38. package/lib/components/StateDropdown/StateDropdown.d.ts +1 -1
  39. package/lib/components/StatusBadge/StatusBadge.d.ts +1 -1
  40. package/lib/components/StatusBadge/StatusBadge.js +1 -1
  41. package/lib/components/StatusBadge/StatusBadge.js.map +1 -1
  42. package/lib/components/StatusButton/StatusButton.d.ts +1 -1
  43. package/lib/components/StepsLandingTable/Components/EditComponent.d.ts +1 -1
  44. package/lib/components/StepsLandingTable/Components/RenderNlpInput.d.ts +1 -1
  45. package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +1 -1
  46. package/lib/components/StepsLandingTable/Components/StepsTitle.d.ts +1 -1
  47. package/lib/components/StepsLandingTable/constant.d.ts +1 -1
  48. package/lib/components/Table/EditComponent.d.ts +1 -1
  49. package/lib/components/Table/components/SortableRow.d.ts +1 -1
  50. package/lib/components/Table/components/TableHeader.d.ts +1 -1
  51. package/lib/components/Table/components/VirtualizedRows.d.ts +1 -1
  52. package/lib/components/TableTree/Components/TableBody.d.ts +1 -1
  53. package/lib/components/TableTree/Components/TableCell.d.ts +1 -1
  54. package/lib/components/TableTree/Components/TableHead.d.ts +1 -1
  55. package/lib/components/TableTree/Components/TableRow.d.ts +1 -1
  56. package/lib/components/TableTreeFn/Components/TableBody.d.ts +1 -1
  57. package/lib/components/TableTreeFn/Components/TableCell.d.ts +1 -1
  58. package/lib/components/TableTreeFn/Components/TableHead.d.ts +1 -1
  59. package/lib/components/TableTreeFn/Components/TableRow.d.ts +1 -1
  60. package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +1 -1
  61. package/lib/components/Tabs/Tabs.d.ts +1 -1
  62. package/lib/components/TabsWithSilder/TabsWithSilder.d.ts +1 -1
  63. package/lib/components/TextArea/Textarea.d.ts +1 -1
  64. package/lib/components/Toastify/Toastify.d.ts +1 -1
  65. package/lib/components/VariableInput/VariableInput.d.ts +2 -1
  66. package/lib/index.d.ts +34 -28
  67. package/lib/index.js +9 -9
  68. package/lib/styles.css +1 -1
  69. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import Icon from '../Icon';
3
- import Tooltip from '../Tooltip';
4
3
  import Typography from '../Typography';
5
4
  import './StatusBadge.scss';
6
5
  import { capitalize } from '../../utils/capitalize/capitalize';
6
+ import Tooltip from '../Tooltip';
7
7
  const StatusBadge = ({ gap = 8, fontSize = 12, entityType, statusValues, }) => {
8
8
  const getIconNameForResults = (iconProp) => {
9
9
  if (iconProp === 'passed')
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBadge.js","sourceRoot":"","sources":["../../../src/components/StatusBadge/StatusBadge.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,SAAS,CAAC;AAC3B,OAAO,OAAO,MAAM,YAAY,CAAC;AACjC,OAAO,UAAU,MAAM,eAAe,CAAC;AACvC,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAE/D,MAAM,WAAW,GAAG,CAAC,EACnB,GAAG,GAAG,CAAC,EACP,QAAQ,GAAG,EAAE,EACb,UAAU,EACV,YAAY,GAMb,EAAE,EAAE;IACH,MAAM,qBAAqB,GAAG,CAAC,QAAgB,EAAE,EAAE;QAC7C,IAAI,QAAQ,KAAK,QAAQ;YAAE,OAAO,kBAAkB,CAAC;QACrD,IAAI,QAAQ,KAAK,QAAQ;YAAE,OAAO,kBAAkB,CAAC;QACrD,IAAI,QAAQ,KAAK,SAAS;YAAE,OAAO,qBAAqB,CAAC;QACzD,OAAO,qBAAqB,CAAC;IACnC,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,GAAW,EAAE,EAAE;QACxC,IAAI,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC;YAAE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC;QAC9C,MAAM,CAAC,OAAO,EAAE,OAAO,GAAG,EAAE,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAEvD,IAAI,QAAQ,GAAG,EAAE,CAAC;QAElB,IAAI,OAAO,EAAE,MAAM,KAAK,CAAC,EAAE,CAAC;YAC1B,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QAChD,CAAC;aAAM,IAAI,OAAO,EAAE,MAAM,KAAK,CAAC,EAAE,CAAC;YACjC,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QAChD,CAAC;aAAM,CAAC;YACN,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QAChD,CAAC;QAED,OAAO,GAAG,OAAO,IAAI,QAAQ,EAAE,CAAC;IAClC,CAAC,CAAC;IAEF,OAAO,CACL,cACE,SAAS,EAAC,0BAA0B,EACpC,KAAK,EACH;YACE,GAAG,EAAE,GAAG,GAAG,IAAI;SACO,YAGzB,YAAY,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,CAC9B,KAAC,OAAO,IAEN,KAAK,EAAE,GAAG,UAAU,CAAC,GAAG,EAAE,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,IAAI,UAAU,EAAE,CAAC,CAAC,CAAC,EAAE,MAAM,iBAAiB,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAC3G,MAAM,EAAE,IAAI,YAEZ,eAAK,SAAS,EAAC,qBAAqB,aAClC,KAAC,IAAI,IAAC,IAAI,EAAE,qBAAqB,CAAC,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,CAAC,GAAI,EACjE,KAAC,UAAU,IAAC,QAAQ,EAAE,QAAQ,YAC3B,iBAAiB,CAAC,GAAG,EAAE,KAAK,CAAC,GACnB,IACT,IATD,GAAG,GAAG,IAAI,GAAG,EAAE,CAUZ,CACX,CAAC,GACE,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"StatusBadge.js","sourceRoot":"","sources":["../../../src/components/StatusBadge/StatusBadge.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,SAAS,CAAC;AAC3B,OAAO,UAAU,MAAM,eAAe,CAAC;AACvC,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,OAAO,MAAM,YAAY,CAAC;AAEjC,MAAM,WAAW,GAAG,CAAC,EACnB,GAAG,GAAG,CAAC,EACP,QAAQ,GAAG,EAAE,EACb,UAAU,EACV,YAAY,GAMb,EAAE,EAAE;IACH,MAAM,qBAAqB,GAAG,CAAC,QAAgB,EAAE,EAAE;QACjD,IAAI,QAAQ,KAAK,QAAQ;YAAE,OAAO,kBAAkB,CAAC;QACrD,IAAI,QAAQ,KAAK,QAAQ;YAAE,OAAO,kBAAkB,CAAC;QACrD,IAAI,QAAQ,KAAK,SAAS;YAAE,OAAO,qBAAqB,CAAC;QACzD,OAAO,qBAAqB,CAAC;IAC/B,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,GAAW,EAAE,EAAE;QACxC,IAAI,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC;YAAE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC;QAC9C,MAAM,CAAC,OAAO,EAAE,OAAO,GAAG,EAAE,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAEvD,IAAI,QAAQ,GAAG,EAAE,CAAC;QAElB,IAAI,OAAO,EAAE,MAAM,KAAK,CAAC,EAAE,CAAC;YAC1B,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QAChD,CAAC;aAAM,IAAI,OAAO,EAAE,MAAM,KAAK,CAAC,EAAE,CAAC;YACjC,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QAChD,CAAC;aAAM,CAAC;YACN,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QAChD,CAAC;QAED,OAAO,GAAG,OAAO,IAAI,QAAQ,EAAE,CAAC;IAClC,CAAC,CAAC;IAEF,OAAO,CACL,cACE,SAAS,EAAC,0BAA0B,EACpC,KAAK,EACH;YACE,GAAG,EAAE,GAAG,GAAG,IAAI;SACO,YAGzB,YAAY,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,CAC9B,KAAC,OAAO,IAEN,KAAK,EAAE,GAAG,UAAU,CAAC,GAAG,EAAE,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,IAAI,UAAU,EAAE,CAAC,CAAC,CAAC,EAAE,MAAM,iBAAiB,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAC3G,MAAM,EAAE,IAAI,YAEZ,eAAK,SAAS,EAAC,qBAAqB,aAClC,KAAC,IAAI,IAAC,IAAI,EAAE,qBAAqB,CAAC,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,CAAC,GAAI,EACjE,KAAC,UAAU,IAAC,QAAQ,EAAE,QAAQ,YAC3B,iBAAiB,CAAC,GAAG,EAAE,KAAK,CAAC,GACnB,IACT,IATD,GAAG,GAAG,IAAI,GAAG,EAAE,CAUZ,CACX,CAAC,GACE,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import './StatusButton.scss';
2
2
  import { StatusButtonProps } from './types';
3
- declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => import("react").JSX.Element;
4
4
  export default StatusButton;
@@ -1,3 +1,3 @@
1
1
  import './EditComponent.scss';
2
- declare const EditComponent: ({ rowData, rowIndex, handleAdd, handleCancel }: any) => import("react/jsx-runtime").JSX.Element;
2
+ declare const EditComponent: ({ rowData, rowIndex, handleAdd, handleCancel }: any) => import("react").JSX.Element;
3
3
  export default EditComponent;
@@ -1,2 +1,2 @@
1
- declare const RenderNlpInput: ({ handelChangeNlp, handleNlpSelect, nlpList, rowIndex, optionZIndex, rowData, }: any) => import("react/jsx-runtime").JSX.Element;
1
+ declare const RenderNlpInput: ({ handelChangeNlp, handleNlpSelect, nlpList, rowIndex, optionZIndex, rowData, }: any) => import("react").JSX.Element;
2
2
  export default RenderNlpInput;
@@ -1,4 +1,4 @@
1
1
  import './StepInnerTable.scss';
2
2
  import { StepInnerTableProp } from './Types';
3
- declare const StepInnerTable: ({ data, columns, headerType, withCheckbox, onSelect, withFixedHeader, borderWithRadius, noDataContent, height, className, tableBodyRowClass, headerTextColor, tableDataTextColor, draggable, onDragEnd, loadMore, editMode, editComponent, NlpComponent, AddNlp, handleDragStart, tableType, viewModeId, ViewComponent, handleClick, selectedRows, handleStepGroupExpand, isStepGroupExpanded, stepPartialSelect, isViewPrivilegeMode, isClientSide, highlightKey, onHighlightComplete, }: StepInnerTableProp) => import("react/jsx-runtime").JSX.Element;
3
+ declare const StepInnerTable: ({ data, columns, headerType, withCheckbox, onSelect, withFixedHeader, borderWithRadius, noDataContent, height, className, tableBodyRowClass, headerTextColor, tableDataTextColor, draggable, onDragEnd, loadMore, editMode, editComponent, NlpComponent, AddNlp, handleDragStart, tableType, viewModeId, ViewComponent, handleClick, selectedRows, handleStepGroupExpand, isStepGroupExpanded, stepPartialSelect, isViewPrivilegeMode, isClientSide, highlightKey, onHighlightComplete, }: StepInnerTableProp) => import("react").JSX.Element;
4
4
  export default StepInnerTable;
@@ -1,3 +1,3 @@
1
1
  import '../StepLandingTable.scss';
2
- declare const StepsTitle: ({ isHeaderRequired, isViewPrivilegeMode, onAccordionClick, isBulkEnable, showActionCell, handleMainCheckbox, isAllSelected, isPartialSelected, tableMeta, title, totalRows, expanded, actionCell, row, metaData, isClientSide, isMaximize, }: any) => import("react/jsx-runtime").JSX.Element;
2
+ declare const StepsTitle: ({ isHeaderRequired, isViewPrivilegeMode, onAccordionClick, isBulkEnable, showActionCell, handleMainCheckbox, isAllSelected, isPartialSelected, tableMeta, title, totalRows, expanded, actionCell, row, metaData, isClientSide, isMaximize, }: any) => import("react").JSX.Element;
3
3
  export default StepsTitle;
@@ -467,7 +467,7 @@ export declare const sampleData: ({
467
467
  status: string;
468
468
  cascaded?: undefined;
469
469
  };
470
- actionCell: () => import("react/jsx-runtime").JSX.Element;
470
+ actionCell: () => import("react").JSX.Element;
471
471
  } | {
472
472
  title: string;
473
473
  data: {
@@ -1,3 +1,3 @@
1
1
  import './Table.scss';
2
- declare const EditComponent: ({ rowData, rowIndex, handleSave, handleCancel, }: any) => import("react/jsx-runtime").JSX.Element;
2
+ declare const EditComponent: ({ rowData, rowIndex, handleSave, handleCancel, }: any) => import("react").JSX.Element;
3
3
  export default EditComponent;
@@ -1,2 +1,2 @@
1
- declare const SortableRow: import("react").MemoExoticComponent<({ row, index, serialNumber, columns, tableBodyRowClass, handleOnclick, tableDataTextColor, withCheckbox, onSelectClick, draggable, isRowCheckBoxDisable, isRowDisabled, freezeColumns, updateRowHeight, editMode, isAccordionOpen, accordionContent, selectedNode, }: any) => import("react/jsx-runtime").JSX.Element>;
1
+ declare const SortableRow: import("react").MemoExoticComponent<({ row, index, serialNumber, columns, tableBodyRowClass, handleOnclick, tableDataTextColor, withCheckbox, onSelectClick, draggable, isRowCheckBoxDisable, isRowDisabled, freezeColumns, updateRowHeight, editMode, isAccordionOpen, accordionContent, selectedNode, }: any) => import("react").JSX.Element>;
2
2
  export default SortableRow;
@@ -1,3 +1,3 @@
1
1
  import { TableHeaderProps } from '../Types';
2
- declare const TableHeader: import("react").MemoExoticComponent<(props: TableHeaderProps) => import("react/jsx-runtime").JSX.Element>;
2
+ declare const TableHeader: import("react").MemoExoticComponent<(props: TableHeaderProps) => import("react").JSX.Element>;
3
3
  export default TableHeader;
@@ -1,3 +1,3 @@
1
1
  import { VirtualizedRowsProps } from '../Types';
2
- declare const VirtualizedRows: import("react").MemoExoticComponent<({ paddingTop, paddingBottom, columnsLength, visibleRows, startIndex, columns, freezeColumns, frozenWidth, handleOnclick, isRowCheckBoxDisable, isRowDisabled, onSelectClick, tableBodyRowClass, tableDataTextColor, updateRowHeight, withCheckbox, draggable, editMode, editComponent, accordionContent, getAccordionStatus, selectedNode, uniqueRowIdForAccordion, }: VirtualizedRowsProps) => import("react/jsx-runtime").JSX.Element>;
2
+ declare const VirtualizedRows: import("react").MemoExoticComponent<({ paddingTop, paddingBottom, columnsLength, visibleRows, startIndex, columns, freezeColumns, frozenWidth, handleOnclick, isRowCheckBoxDisable, isRowDisabled, onSelectClick, tableBodyRowClass, tableDataTextColor, updateRowHeight, withCheckbox, draggable, editMode, editComponent, accordionContent, getAccordionStatus, selectedNode, uniqueRowIdForAccordion, }: VirtualizedRowsProps) => import("react").JSX.Element>;
3
3
  export default VirtualizedRows;
@@ -1,3 +1,3 @@
1
1
  import type { TableBodyProps } from '../types';
2
- declare const TableBody: ({ flattenedTreeData, columnsData, selected, select, onRowClick, onToggleExpand, onCheckBoxChange, newNode, onAddConfirm, onAddCancel, handleEditFieldError, expanding, rootNode, selectedNode, hideOnDisable, scriptLengthTruncate, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, }: TableBodyProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const TableBody: ({ flattenedTreeData, columnsData, selected, select, onRowClick, onToggleExpand, onCheckBoxChange, newNode, onAddConfirm, onAddCancel, handleEditFieldError, expanding, rootNode, selectedNode, hideOnDisable, scriptLengthTruncate, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, }: TableBodyProps) => import("react").JSX.Element;
3
3
  export default TableBody;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { TableCellProps } from '../types';
3
- declare const TableCell: React.MemoExoticComponent<({ treeRowRef, col, node, selected, select, onCheckBoxChange, onToggleExpand, onAddConfirm, onAddCancel, handleEditFieldError, isExpanding, columnTextColor, hideOnDisable, scriptLengthTruncate, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, }: TableCellProps) => import("react/jsx-runtime").JSX.Element>;
3
+ declare const TableCell: React.MemoExoticComponent<({ treeRowRef, col, node, selected, select, onCheckBoxChange, onToggleExpand, onAddConfirm, onAddCancel, handleEditFieldError, isExpanding, columnTextColor, hideOnDisable, scriptLengthTruncate, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, }: TableCellProps) => React.JSX.Element>;
4
4
  export default TableCell;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { TableHeadProps } from '../types';
3
- declare const TableHead: React.MemoExoticComponent<({ columnsData, rootNode, selected, onCheckBoxChange, selectedNode, tableHeaderBgColor, hideOnDisable, transparentHeader, scriptLengthTruncate, }: TableHeadProps) => import("react/jsx-runtime").JSX.Element>;
3
+ declare const TableHead: React.MemoExoticComponent<({ columnsData, rootNode, selected, onCheckBoxChange, selectedNode, tableHeaderBgColor, hideOnDisable, transparentHeader, scriptLengthTruncate, }: TableHeadProps) => React.JSX.Element>;
4
4
  export default TableHead;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { TableRowProps } from '../types';
3
- declare const TableRow: React.MemoExoticComponent<({ node, columnsData, selected, select, onRowClick, onToggleExpand, onCheckBoxChange, onAddConfirm, onAddCancel, handleEditFieldError, isExpanding, index, selectedNode, hideOnDisable, scriptLengthTruncate, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, }: TableRowProps) => import("react/jsx-runtime").JSX.Element>;
3
+ declare const TableRow: React.MemoExoticComponent<({ node, columnsData, selected, select, onRowClick, onToggleExpand, onCheckBoxChange, onAddConfirm, onAddCancel, handleEditFieldError, isExpanding, index, selectedNode, hideOnDisable, scriptLengthTruncate, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, }: TableRowProps) => React.JSX.Element>;
4
4
  export default TableRow;
@@ -1,3 +1,3 @@
1
1
  import type { TableBodyProps } from '../types';
2
- declare const TableBody: ({ flattenedTreeData, columnsData, columnMeta, rowHeight, startIndex, totalHeight, selected, select, onRowClick, onToggleExpand, onCheckBoxChange, onAddConfirm, onAddCancel, handleEditFieldError, expanding, selectedNode, hideOnDisable, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, isEditable, setIsEditable, }: TableBodyProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const TableBody: ({ flattenedTreeData, columnsData, columnMeta, rowHeight, startIndex, totalHeight, selected, select, onRowClick, onToggleExpand, onCheckBoxChange, onAddConfirm, onAddCancel, handleEditFieldError, expanding, selectedNode, hideOnDisable, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, isEditable, setIsEditable, }: TableBodyProps) => import("react").JSX.Element;
3
3
  export default TableBody;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { TableCellProps } from '../types';
3
- declare const TableCell: React.MemoExoticComponent<({ treeRowRef, col, colIndex, columnMeta, node, selected, select, onCheckBoxChange, onToggleExpand, onAddConfirm, onAddCancel, handleEditFieldError, isExpanding, columnTextColor, hideOnDisable, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, isEditable, setIsEditable, }: TableCellProps) => import("react/jsx-runtime").JSX.Element>;
3
+ declare const TableCell: React.MemoExoticComponent<({ treeRowRef, col, colIndex, columnMeta, node, selected, select, onCheckBoxChange, onToggleExpand, onAddConfirm, onAddCancel, handleEditFieldError, isExpanding, columnTextColor, hideOnDisable, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, isEditable, setIsEditable, }: TableCellProps) => React.JSX.Element>;
4
4
  export default TableCell;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { TableHeadProps } from '../types';
3
- declare const TableHead: React.MemoExoticComponent<({ columnsData, columnMeta, totalWidth, rootNode, selected, onCheckBoxChange, selectedNode, tableHeaderBgColor, hideOnDisable, transparentHeader, showHeader, }: TableHeadProps) => import("react/jsx-runtime").JSX.Element>;
3
+ declare const TableHead: React.MemoExoticComponent<({ columnsData, columnMeta, totalWidth, rootNode, selected, onCheckBoxChange, selectedNode, tableHeaderBgColor, hideOnDisable, transparentHeader, showHeader, }: TableHeadProps) => React.JSX.Element>;
4
4
  export default TableHead;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { TableRowProps } from '../types';
3
- declare const TableRow: React.MemoExoticComponent<({ node, columnsData, columnMeta, selected, select, onRowClick, onToggleExpand, onCheckBoxChange, onAddConfirm, onAddCancel, handleEditFieldError, isExpanding, index, selectedNode, hideOnDisable, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, isEditable, setIsEditable, style, }: TableRowProps) => import("react/jsx-runtime").JSX.Element>;
3
+ declare const TableRow: React.MemoExoticComponent<({ node, columnsData, columnMeta, selected, select, onRowClick, onToggleExpand, onCheckBoxChange, onAddConfirm, onAddCancel, handleEditFieldError, isExpanding, index, selectedNode, hideOnDisable, addModuleInputWidth, addModuleSelectWidth, disableEditLabelConfirmIcon, isEditable, setIsEditable, style, }: TableRowProps) => React.JSX.Element>;
4
4
  export default TableRow;
@@ -1,5 +1,5 @@
1
1
  import './TableWithAccordion.scss';
2
2
  import '../../../index.scss';
3
3
  import { TableProps } from './types';
4
- declare const TableWithAccordion: ({ highlightText, tableMeta, tableData, accordionType, noDataContent, height, withFixedHeader, headerType, TableAccordionStateIconWidth, TableAccordionStateIconHeight, }: TableProps) => import("react/jsx-runtime").JSX.Element;
4
+ declare const TableWithAccordion: ({ highlightText, tableMeta, tableData, accordionType, noDataContent, height, withFixedHeader, headerType, TableAccordionStateIconWidth, TableAccordionStateIconHeight, }: TableProps) => import("react").JSX.Element;
5
5
  export default TableWithAccordion;
@@ -1,5 +1,5 @@
1
1
  import { TabsProps } from './types';
2
2
  import './Tabs.scss';
3
3
  import '../../assets/styles/_colors.scss';
4
- declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, isBorderBottomLine, isHoverBackground, isBorderRadius, tabFlexSpacing, }: TabsProps) => import("react/jsx-runtime").JSX.Element;
4
+ declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, isBorderBottomLine, isHoverBackground, isBorderRadius, tabFlexSpacing, }: TabsProps) => import("react").JSX.Element;
5
5
  export default Tabs;
@@ -1,5 +1,5 @@
1
1
  import { TabsProps } from './types';
2
2
  import './TabsWithSilder.scss';
3
3
  import '../../assets/styles/_colors.scss';
4
- declare const TabsWithSilder: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps) => import("react/jsx-runtime").JSX.Element;
4
+ declare const TabsWithSilder: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps) => import("react").JSX.Element;
5
5
  export default TabsWithSilder;
@@ -1,4 +1,4 @@
1
1
  import './Textarea.scss';
2
2
  import { TextareaProps } from './Types';
3
- declare const Textarea: ({ capacity, name, label, value, variant, error, helperText, disabled, required, placeholder, className, onChange, onBlur, onFocus, onPaste, rows, cols, resize, errorText, readOnly, displayCapacity, isLabelRequired, ...props }: TextareaProps) => import("react/jsx-runtime").JSX.Element;
3
+ declare const Textarea: ({ capacity, name, label, value, variant, error, helperText, disabled, required, placeholder, className, onChange, onBlur, onFocus, onPaste, rows, cols, resize, errorText, readOnly, displayCapacity, isLabelRequired, ...props }: TextareaProps) => import("react").JSX.Element;
4
4
  export default Textarea;
@@ -1,5 +1,5 @@
1
1
  import { AcceptedType } from './types';
2
- export declare const Toastify: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Toastify: () => import("react").JSX.Element;
3
3
  export default Toastify;
4
4
  export declare const toast: {
5
5
  success: (arg1: AcceptedType, arg2?: AcceptedType) => void;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  import './VariableInput.scss';
2
3
  import { VariableInputProps } from './types';
3
- declare const VariableInput: ({ type, name, label, disabled, required, placeholder, value, error, className, onChange, onKeyDown, onBlur, onFocus, list, ...props }: VariableInputProps) => import("react/jsx-runtime").JSX.Element;
4
+ declare const VariableInput: ({ type, name, label, disabled, required, placeholder, value, error, className, onChange, onKeyDown, onBlur, onFocus, list, ...props }: VariableInputProps) => React.JSX.Element;
4
5
  export default VariableInput;
package/lib/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import * as React$1 from 'react';
2
2
  import React__default, { ReactNode, FC, RefObject, LegacyRef, CSSProperties, ReactElement, Ref, ComponentProps, Component, ErrorInfo } from 'react';
3
- import * as react_jsx_runtime from 'react/jsx-runtime';
4
3
  import * as LazyLoad from 'react-window';
5
4
  export { LazyLoad };
6
5
  import * as Form from 'react-hook-form';
@@ -473,7 +472,7 @@ interface AccordionProps {
473
472
  /**
474
473
  * Accordion UI component
475
474
  */
476
- declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, accordionContentStyle, }: AccordionProps) => react_jsx_runtime.JSX.Element;
475
+ declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, accordionContentStyle, }: AccordionProps) => React$1.JSX.Element;
477
476
 
478
477
  type OptionValue$4 = any;
479
478
  interface Option$6 {
@@ -523,7 +522,7 @@ interface MultiSelectProps {
523
522
  isCloseIconToolTip?: boolean;
524
523
  }
525
524
 
526
- declare const MultiSelect: ({ options, type, selectedOptions, onChange, acceptNewOption, zIndex, label, onSearch, required, disabled, errorMessage, displayCount: initialDisplayCount, isAllSelected, onToggleAllSelect, displayAllSelectedAsText, isAllSelect, placeholderForSearching, variant, onLabelPlusIconClick, className, onSelectButtonClick, labelAccessor, valueAccessor, searchAccessor, withSelectButton, loadMoreOptions, onEnter, maxVisibleChips, onBlur, maxDropdownHeight, dropdownContainerRef, noResultsMessage, chipAccessor, isCloseIconToolTip, }: MultiSelectProps) => react_jsx_runtime.JSX.Element;
525
+ declare const MultiSelect: ({ options, type, selectedOptions, onChange, acceptNewOption, zIndex, label, onSearch, required, disabled, errorMessage, displayCount: initialDisplayCount, isAllSelected, onToggleAllSelect, displayAllSelectedAsText, isAllSelect, placeholderForSearching, variant, onLabelPlusIconClick, className, onSelectButtonClick, labelAccessor, valueAccessor, searchAccessor, withSelectButton, loadMoreOptions, onEnter, maxVisibleChips, onBlur, maxDropdownHeight, dropdownContainerRef, noResultsMessage, chipAccessor, isCloseIconToolTip, }: MultiSelectProps) => React__default.JSX.Element;
527
526
 
528
527
  interface ToasterProps {
529
528
  /**Boolean value to handle state of toaster. */
@@ -700,7 +699,7 @@ interface ChipsProps {
700
699
  onClick?: () => void;
701
700
  }
702
701
 
703
- declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) => react_jsx_runtime.JSX.Element;
702
+ declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) => React$1.JSX.Element;
704
703
 
705
704
  interface TooltipProps {
706
705
  /**
@@ -1169,7 +1168,7 @@ interface TextareaProps {
1169
1168
  isLabelRequired?: boolean;
1170
1169
  }
1171
1170
 
1172
- declare const Textarea: ({ capacity, name, label, value, variant, error, helperText, disabled, required, placeholder, className, onChange, onBlur, onFocus, onPaste, rows, cols, resize, errorText, readOnly, displayCapacity, isLabelRequired, ...props }: TextareaProps) => react_jsx_runtime.JSX.Element;
1171
+ declare const Textarea: ({ capacity, name, label, value, variant, error, helperText, disabled, required, placeholder, className, onChange, onBlur, onFocus, onPaste, rows, cols, resize, errorText, readOnly, displayCapacity, isLabelRequired, ...props }: TextareaProps) => React$1.JSX.Element;
1173
1172
 
1174
1173
  interface StatusButtonProps {
1175
1174
  /**
@@ -1208,7 +1207,7 @@ interface StatusButtonProps {
1208
1207
  displayTooltip?: boolean;
1209
1208
  }
1210
1209
 
1211
- declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => react_jsx_runtime.JSX.Element;
1210
+ declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => React$1.JSX.Element;
1212
1211
 
1213
1212
  interface OptionClick {
1214
1213
  /**
@@ -1353,7 +1352,7 @@ interface MenuOptionProps {
1353
1352
  selectedValue?: string;
1354
1353
  }
1355
1354
 
1356
- declare const MenuOption: ({ labelName, iconName, tooltipTitle, tooltipPlacement, options, onClick, onOptionClick, iconButtonSize, iconButtonBorderRadius, iconSize, variant, zIndex, dropdownPlacement, optionCardVariant, targetRef, treeRowRef, isAddResourceButton, disabled, alignOption, displayCard, didMouseEntered, tableMenu, dropdownHeight, selectedValue, }: MenuOptionProps) => react_jsx_runtime.JSX.Element;
1355
+ declare const MenuOption: ({ labelName, iconName, tooltipTitle, tooltipPlacement, options, onClick, onOptionClick, iconButtonSize, iconButtonBorderRadius, iconSize, variant, zIndex, dropdownPlacement, optionCardVariant, targetRef, treeRowRef, isAddResourceButton, disabled, alignOption, displayCard, didMouseEntered, tableMenu, dropdownHeight, selectedValue, }: MenuOptionProps) => React$1.JSX.Element;
1357
1356
 
1358
1357
  interface DataProps$3 {
1359
1358
  /**
@@ -1543,7 +1542,7 @@ interface AddResourceButtonProps {
1543
1542
  isFromTree?: boolean;
1544
1543
  }
1545
1544
 
1546
- declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, isFromTree, }: AddResourceButtonProps) => react_jsx_runtime.JSX.Element;
1545
+ declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, isFromTree, }: AddResourceButtonProps) => React$1.JSX.Element;
1547
1546
 
1548
1547
  type BaseStatus = 'Passed' | 'Failed' | 'Warning' | 'Skipped' | 'On Hold' | 'Descoped' | 'To be Validated' | 'To be Tested' | 'Terminated';
1549
1548
  type CaseFlexible<StatusType extends string> = StatusType | Lowercase<StatusType> | Uppercase<StatusType> | Capitalize<Lowercase<StatusType>>;
@@ -2058,7 +2057,7 @@ interface ModalDimensions {
2058
2057
  padding?: number;
2059
2058
  right?: number;
2060
2059
  }
2061
- type ModalPosition = 'bottom' | 'right' | 'top' | 'left';
2060
+ type ModalPosition = 'bottom' | 'right' | 'top' | 'left' | 'down' | 'bottomLeft';
2062
2061
  interface MiniEditModalProps {
2063
2062
  /**
2064
2063
  * A reference to the button element that triggers the modal.
@@ -2163,6 +2162,11 @@ interface MiniEditModalProps {
2163
2162
  };
2164
2163
  outSideClick?: any;
2165
2164
  ignoreRefs?: Array<React.RefObject<HTMLElement>>;
2165
+ /**
2166
+ * When true, uses the new positioning logic (with actualModalPosition state).
2167
+ * When false (default), uses the old positioning logic.
2168
+ */
2169
+ flip?: boolean;
2166
2170
  }
2167
2171
 
2168
2172
  declare const MiniModal: React$1.ForwardRefExoticComponent<MiniEditModalProps & React$1.RefAttributes<HTMLDivElement>>;
@@ -2426,7 +2430,7 @@ interface TabsProps$1 {
2426
2430
  tabFlexSpacing?: 'space-between' | 'space-around' | 'flex-start' | 'flex-end' | 'center';
2427
2431
  }
2428
2432
 
2429
- declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, isBorderBottomLine, isHoverBackground, isBorderRadius, tabFlexSpacing, }: TabsProps$1) => react_jsx_runtime.JSX.Element;
2433
+ declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, isBorderBottomLine, isHoverBackground, isBorderRadius, tabFlexSpacing, }: TabsProps$1) => React$1.JSX.Element;
2430
2434
 
2431
2435
  /**
2432
2436
  * Represents a single tab in the BrowserTabs component.
@@ -2504,7 +2508,7 @@ interface BrowserTabsProps {
2504
2508
  maxTabs?: number;
2505
2509
  }
2506
2510
 
2507
- declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, maxTabs, enableOverflowTooltip, onTabMouseEnter, onTabMouseLeave, }: BrowserTabsProps) => react_jsx_runtime.JSX.Element;
2511
+ declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, maxTabs, enableOverflowTooltip, onTabMouseEnter, onTabMouseLeave, }: BrowserTabsProps) => React$1.JSX.Element;
2508
2512
 
2509
2513
  interface HighlightTextProps {
2510
2514
  text?: string;
@@ -2591,7 +2595,7 @@ interface SearchProps {
2591
2595
  handleBlur?: () => void;
2592
2596
  }
2593
2597
 
2594
- declare const Search: ({ placeholder, onSearch, disabled, width, value, isExpand, onClose, onExpand, showClose, helperText, showToaster, minLength, isAISearch, isAISearchClicked, handleActiveAiSearch, isClear, handleIsClear, style, handleFocus, handleBlur, }: SearchProps) => react_jsx_runtime.JSX.Element;
2598
+ declare const Search: ({ placeholder, onSearch, disabled, width, value, isExpand, onClose, onExpand, showClose, helperText, showToaster, minLength, isAISearch, isAISearchClicked, handleActiveAiSearch, isClear, handleIsClear, style, handleFocus, handleBlur, }: SearchProps) => React$1.JSX.Element;
2595
2599
 
2596
2600
  interface DatePickerProps {
2597
2601
  /**
@@ -2681,7 +2685,7 @@ interface StateDropdownProps {
2681
2685
  zIndex?: number;
2682
2686
  }
2683
2687
 
2684
- declare const StateDropdown: ({ value, isReviewer, isApprovePage, handleStateValueClick, handleDropdownOptionsClick, disabled, isOnlyReviewer, showBorder, zIndex, }: StateDropdownProps) => react_jsx_runtime.JSX.Element;
2688
+ declare const StateDropdown: ({ value, isReviewer, isApprovePage, handleStateValueClick, handleDropdownOptionsClick, disabled, isOnlyReviewer, showBorder, zIndex, }: StateDropdownProps) => React$1.JSX.Element;
2685
2689
 
2686
2690
  interface IconButtonProps {
2687
2691
  label: string;
@@ -2793,7 +2797,7 @@ interface VariableInputProps {
2793
2797
  list?: string[];
2794
2798
  }
2795
2799
 
2796
- declare const VariableInput: ({ type, name, label, disabled, required, placeholder, value, error, className, onChange, onKeyDown, onBlur, onFocus, list, ...props }: VariableInputProps) => react_jsx_runtime.JSX.Element;
2800
+ declare const VariableInput: ({ type, name, label, disabled, required, placeholder, value, error, className, onChange, onKeyDown, onBlur, onFocus, list, ...props }: VariableInputProps) => React__default.JSX.Element;
2797
2801
 
2798
2802
  interface optionsType$1 {
2799
2803
  label: string;
@@ -2812,7 +2816,7 @@ interface AllProjectsDropdownProps {
2812
2816
  disabled?: boolean;
2813
2817
  }
2814
2818
 
2815
- declare const AllProjectsDropdown: ({ onClick, onMenuClick, options, selectedOption, selected, placeholder, disabled, }: AllProjectsDropdownProps) => react_jsx_runtime.JSX.Element;
2819
+ declare const AllProjectsDropdown: ({ onClick, onMenuClick, options, selectedOption, selected, placeholder, disabled, }: AllProjectsDropdownProps) => React$1.JSX.Element;
2816
2820
 
2817
2821
  interface PieChartProps {
2818
2822
  radius: number;
@@ -2923,7 +2927,7 @@ interface PaperProps {
2923
2927
  rounded?: boolean;
2924
2928
  }
2925
2929
 
2926
- declare const Paper: ({ children, className, rounded }: PaperProps) => react_jsx_runtime.JSX.Element;
2930
+ declare const Paper: ({ children, className, rounded }: PaperProps) => React$1.JSX.Element;
2927
2931
 
2928
2932
  type ChartItem = {
2929
2933
  key: string;
@@ -3049,7 +3053,7 @@ interface NlpRenderOption {
3049
3053
  name?: string;
3050
3054
  }
3051
3055
 
3052
- declare const NlpInput: ({ label, leftIcon, rightIcon, rightIconColor, showLabel, onHelpIconClick, aiIconClick, webServiceClick, containerWidth, optionsList, selectedOption, onChange, errorMsg, className, optionZIndex, disabled, borderRadius, showBorder, required, value, onSelect, chipOptionList, selectedChips, loadMoreOptions, isWebservice, closeInputOnOutsideClick, tooltipText, ChipsAccordionWidth, dropDownMessage, }: SelectProps) => react_jsx_runtime.JSX.Element;
3056
+ declare const NlpInput: ({ label, leftIcon, rightIcon, rightIconColor, showLabel, onHelpIconClick, aiIconClick, webServiceClick, containerWidth, optionsList, selectedOption, onChange, errorMsg, className, optionZIndex, disabled, borderRadius, showBorder, required, value, onSelect, chipOptionList, selectedChips, loadMoreOptions, isWebservice, closeInputOnOutsideClick, tooltipText, ChipsAccordionWidth, dropDownMessage, }: SelectProps) => React$1.JSX.Element;
3053
3057
 
3054
3058
  interface IconRadioItem {
3055
3059
  /**
@@ -3115,7 +3119,7 @@ interface MachineInputFieldProps {
3115
3119
  }
3116
3120
 
3117
3121
  declare const MachineInputField: {
3118
- ({ width, options, runCount, className, contentReverse, onClick, modalId, scriptType, readOnly, isMissing, }: MachineInputFieldProps): react_jsx_runtime.JSX.Element;
3122
+ ({ width, options, runCount, className, contentReverse, onClick, modalId, scriptType, readOnly, isMissing, }: MachineInputFieldProps): React$1.JSX.Element;
3119
3123
  displayName: string;
3120
3124
  };
3121
3125
 
@@ -3228,7 +3232,7 @@ declare const AttachmentButton: React__default.FC<AttachmentUploaderProps>;
3228
3232
 
3229
3233
  type AcceptedType = string | (() => void) | Record<string, unknown> | unknown[];
3230
3234
 
3231
- declare const Toastify: () => react_jsx_runtime.JSX.Element;
3235
+ declare const Toastify: () => React$1.JSX.Element;
3232
3236
 
3233
3237
  declare const toast: {
3234
3238
  success: (arg1: AcceptedType, arg2?: AcceptedType) => void;
@@ -3874,7 +3878,7 @@ interface TableProps$1 {
3874
3878
  highlightText?: string;
3875
3879
  }
3876
3880
 
3877
- declare const TableWithAccordion: ({ highlightText, tableMeta, tableData, accordionType, noDataContent, height, withFixedHeader, headerType, TableAccordionStateIconWidth, TableAccordionStateIconHeight, }: TableProps$1) => react_jsx_runtime.JSX.Element;
3881
+ declare const TableWithAccordion: ({ highlightText, tableMeta, tableData, accordionType, noDataContent, height, withFixedHeader, headerType, TableAccordionStateIconWidth, TableAccordionStateIconHeight, }: TableProps$1) => React$1.JSX.Element;
3878
3882
 
3879
3883
  interface ProgressBarProps {
3880
3884
  progressPercentage?: number;
@@ -4188,7 +4192,7 @@ interface HistoryCardProps {
4188
4192
  */
4189
4193
  profileShortName: string;
4190
4194
  }
4191
- declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) => react_jsx_runtime.JSX.Element;
4195
+ declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) => React$1.JSX.Element;
4192
4196
 
4193
4197
  interface ToggleAiIconProps {
4194
4198
  onChange?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
@@ -4394,7 +4398,7 @@ interface Option$2 {
4394
4398
  [key: string]: OptionValue$1;
4395
4399
  }
4396
4400
 
4397
- declare const EditLabel: ({ id, onConfirm, onCancel, handleCustomError, value, label, optionsList, selectedOption, withDropdown, inputFieldWidth, selectFieldWidth, textColor, tooltip, required, isDisable, onClick, highlightText, isEditable, setIsEditable, cursor, isOnBlurTrue, handleOnChange, handleTriggerDoubleClick, truncatedTextCount, truncatedType, confirmIconTooltip, cancelIconTooltip, inlineValidationError, onChangeValidationError, isTableTree, isAutoTruncate, }: EditLabelProps) => react_jsx_runtime.JSX.Element;
4401
+ declare const EditLabel: ({ id, onConfirm, onCancel, handleCustomError, value, label, optionsList, selectedOption, withDropdown, inputFieldWidth, selectFieldWidth, textColor, tooltip, required, isDisable, onClick, highlightText, isEditable, setIsEditable, cursor, isOnBlurTrue, handleOnChange, handleTriggerDoubleClick, truncatedTextCount, truncatedType, confirmIconTooltip, cancelIconTooltip, inlineValidationError, onChangeValidationError, isTableTree, isAutoTruncate, }: EditLabelProps) => React$1.JSX.Element;
4398
4402
 
4399
4403
  interface ErrorBoundaryProps {
4400
4404
  fallback: ReactNode;
@@ -4460,7 +4464,7 @@ interface TabsProps {
4460
4464
  titleSize?: number | string;
4461
4465
  }
4462
4466
 
4463
- declare const TabsWithSilder: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps) => react_jsx_runtime.JSX.Element;
4467
+ declare const TabsWithSilder: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps) => React$1.JSX.Element;
4464
4468
 
4465
4469
  interface StatusIndicatorProps {
4466
4470
  label: string;
@@ -4670,7 +4674,7 @@ declare const TableTreeFn: React__default.ForwardRefExoticComponent<TreeTablePro
4670
4674
  declare const Loader: (details: {
4671
4675
  name: string;
4672
4676
  loaderName: string;
4673
- }) => react_jsx_runtime.JSX.Element;
4677
+ }) => React$1.JSX.Element;
4674
4678
 
4675
4679
  interface NoDataMessageProps {
4676
4680
  isVisible: boolean;
@@ -4697,7 +4701,7 @@ type LayoutWithDrawerProps = {
4697
4701
  top?: string;
4698
4702
  children?: React__default.ReactNode;
4699
4703
  };
4700
- declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => react_jsx_runtime.JSX.Element;
4704
+ declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => React__default.JSX.Element;
4701
4705
 
4702
4706
  interface NetworkErrorBoundaryProps {
4703
4707
  children: ReactNode;
@@ -5009,7 +5013,7 @@ interface CommentsProps {
5009
5013
  autoFocus?: boolean;
5010
5014
  }
5011
5015
 
5012
- declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) => react_jsx_runtime.JSX.Element;
5016
+ declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) => React__default.JSX.Element;
5013
5017
 
5014
5018
  declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
5015
5019
 
@@ -5067,6 +5071,7 @@ interface ConditionalDropdownProps {
5067
5071
  * Label for the field
5068
5072
  */
5069
5073
  label?: string;
5074
+ handleClearInput?: () => void;
5070
5075
  /**
5071
5076
  * Value in the input should stored in this state
5072
5077
  */
@@ -5191,6 +5196,7 @@ interface ConditionalDropdownProps {
5191
5196
  height?: string;
5192
5197
  isTruncateText?: boolean;
5193
5198
  truncateTextValue?: number;
5199
+ isClearIconShow?: boolean;
5194
5200
  }
5195
5201
 
5196
5202
  declare const ConditionalDropdown: React$1.ForwardRefExoticComponent<ConditionalDropdownProps & React$1.RefAttributes<HTMLInputElement>>;
@@ -5828,7 +5834,7 @@ declare const StatusBadge: ({ gap, fontSize, entityType, statusValues, }: {
5828
5834
  status: string;
5829
5835
  value: number;
5830
5836
  }[];
5831
- }) => react_jsx_runtime.JSX.Element;
5837
+ }) => React$1.JSX.Element;
5832
5838
 
5833
5839
  interface ToggleOption {
5834
5840
  label: string;
@@ -5867,7 +5873,7 @@ interface AutoTruncateTextComponentProps {
5867
5873
  placement?: Props['placement'];
5868
5874
  }
5869
5875
 
5870
- declare const AutoTruncateText: React$1.MemoExoticComponent<({ children, className, lines, interactive, placement, }: AutoTruncateTextComponentProps) => react_jsx_runtime.JSX.Element>;
5876
+ declare const AutoTruncateText: React$1.MemoExoticComponent<({ children, className, lines, interactive, placement, }: AutoTruncateTextComponentProps) => React$1.JSX.Element>;
5871
5877
 
5872
5878
  declare const cleanAllTooltips: () => void;
5873
5879