pixel-react 1.21.18 → 1.21.19

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 (89) 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/Chip/Chip.d.ts +1 -1
  10. package/lib/components/Comments/Comments.d.ts +1 -2
  11. package/lib/components/Comments/childComment/ChildComment.d.ts +1 -1
  12. package/lib/components/DragAndDrop/DragAndDropList.d.ts +2 -2
  13. package/lib/components/EditLabel/EditLabel.d.ts +1 -1
  14. package/lib/components/Editor/DynamicWidthToolTip.d.ts +1 -1
  15. package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.d.ts +1 -1
  16. package/lib/components/HistoryCard/HistoryCard.d.ts +1 -1
  17. package/lib/components/LazyLoad/LazyLoading.d.ts +1 -2
  18. package/lib/components/Loader/Loader.d.ts +1 -1
  19. package/lib/components/MachineInputField/MachineInputField.d.ts +1 -1
  20. package/lib/components/MenuOption/MenuOption.d.ts +1 -1
  21. package/lib/components/MultiSelect/MultiSelect.d.ts +1 -2
  22. package/lib/components/NLPInput/NlpInput.d.ts +1 -1
  23. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +1 -1
  24. package/lib/components/OverviewModal/overviewModal.js +46 -11
  25. package/lib/components/OverviewModal/overviewModal.js.map +1 -1
  26. package/lib/components/Paper/Paper.d.ts +1 -1
  27. package/lib/components/Search/Search.d.ts +1 -1
  28. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.d.ts +1 -1
  29. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.d.ts +1 -1
  30. package/lib/components/StateDropdown/StateDropdown.d.ts +1 -1
  31. package/lib/components/StatusBadge/StatusBadge.d.ts +1 -1
  32. package/lib/components/StatusButton/StatusButton.d.ts +1 -1
  33. package/lib/components/StepsLandingTable/Components/EditComponent.d.ts +1 -1
  34. package/lib/components/StepsLandingTable/Components/RenderNlpInput.d.ts +1 -1
  35. package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +1 -1
  36. package/lib/components/StepsLandingTable/Components/StepsTitle.d.ts +1 -1
  37. package/lib/components/StepsLandingTable/constant.d.ts +1 -1
  38. package/lib/components/Table/EditComponent.d.ts +1 -1
  39. package/lib/components/Table/EditComponent.js +6 -6
  40. package/lib/components/Table/EditComponent.js.map +1 -1
  41. package/lib/components/Table/NoDataContent.js +1 -1
  42. package/lib/components/Table/NoDataContent.js.map +1 -1
  43. package/lib/components/Table/Table.js +78 -155
  44. package/lib/components/Table/Table.js.map +1 -1
  45. package/lib/components/Table/Types.d.ts +6 -11
  46. package/lib/components/Table/components/SortableRow.d.ts +1 -1
  47. package/lib/components/Table/components/SortableRow.js +69 -60
  48. package/lib/components/Table/components/SortableRow.js.map +1 -1
  49. package/lib/components/Table/components/TableHeader.d.ts +1 -1
  50. package/lib/components/Table/components/TableHeader.js +15 -20
  51. package/lib/components/Table/components/TableHeader.js.map +1 -1
  52. package/lib/components/Table/components/VirtualizedRows.d.ts +1 -1
  53. package/lib/components/Table/components/VirtualizedRows.js +17 -32
  54. package/lib/components/Table/components/VirtualizedRows.js.map +1 -1
  55. package/lib/components/Table/utils/virtualization.d.ts +3 -10
  56. package/lib/components/Table/utils/virtualization.js +13 -40
  57. package/lib/components/Table/utils/virtualization.js.map +1 -1
  58. package/lib/components/TableTree/Components/TableBody.d.ts +1 -1
  59. package/lib/components/TableTree/Components/TableCell.d.ts +1 -1
  60. package/lib/components/TableTree/Components/TableHead.d.ts +1 -1
  61. package/lib/components/TableTree/Components/TableRow.d.ts +1 -1
  62. package/lib/components/TableTreeFn/Components/TableBody.d.ts +1 -1
  63. package/lib/components/TableTreeFn/Components/TableCell.d.ts +1 -1
  64. package/lib/components/TableTreeFn/Components/TableHead.d.ts +1 -1
  65. package/lib/components/TableTreeFn/Components/TableRow.d.ts +1 -1
  66. package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +1 -1
  67. package/lib/components/TableWithAccordion/TableWithAccordion.js +13 -38
  68. package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
  69. package/lib/components/TableWithAccordion/types.d.ts +2 -2
  70. package/lib/components/Tabs/Tabs.d.ts +1 -1
  71. package/lib/components/TabsWithSilder/TabsWithSilder.d.ts +1 -1
  72. package/lib/components/TextArea/Textarea.d.ts +1 -1
  73. package/lib/components/Toastify/Toastify.d.ts +1 -1
  74. package/lib/components/VariableInput/VariableInput.d.ts +1 -2
  75. package/lib/index.d.ts +31 -32
  76. package/lib/index.js +17 -9
  77. package/lib/styles.css +1 -1
  78. package/lib/tsconfig.tsbuildinfo +1 -1
  79. package/lib/utils/TreeNavigateUtils/getNavigateToKey.d.ts +1 -1
  80. package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.d.ts +1 -1
  81. package/lib/utils/getTreeDetails/getTreeDetails.d.ts +1 -1
  82. package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.d.ts +1 -1
  83. package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.d.ts +1 -1
  84. package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.d.ts +1 -1
  85. package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.d.ts +1 -1
  86. package/package.json +2 -2
  87. package/lib/components/Table/utils/TableCell.d.ts +0 -2
  88. package/lib/components/Table/utils/TableCell.js +0 -27
  89. package/lib/components/Table/utils/TableCell.js.map +0 -1
@@ -9,37 +9,11 @@ import '../../../index.scss';
9
9
  import Typography from '../Typography';
10
10
  import HighlightText from '../HighlightText';
11
11
  import { isTextTruncated, truncateText, } from '../../utils/truncateText/truncateText';
12
- import { checkEmpty } from '../../utils/checkEmpty/checkEmpty';
13
- const getColumnWidthStyle = (width) => {
14
- if (width === undefined || width === null || width === '') {
15
- return {};
16
- }
17
- const widthValue = typeof width === 'number' ? `${width}px` : width;
18
- return {
19
- width,
20
- flex: `0 0 ${widthValue}`,
21
- };
22
- };
23
- const COLUMN_LABEL_LEFT_PADDING = 8;
24
12
  const TableWithAccordion = ({ highlightText = '', tableMeta = [], tableData = [], accordionType = 'row', noDataContent, height = '100%', withFixedHeader = false, headerType, TableAccordionStateIconWidth = 4, TableAccordionStateIconHeight = 8, }) => {
25
13
  const [expandedRowIndex, setExpandedRowIndex] = useState(-1);
26
- const firstColumnPixelWidth = typeof tableMeta[0]?.width === 'number'
27
- ? Math.max(tableMeta[0]?.width - COLUMN_LABEL_LEFT_PADDING, 0)
28
- : undefined;
29
14
  const onAccordionClick = (index) => {
30
15
  setExpandedRowIndex(index === expandedRowIndex ? -1 : index);
31
16
  };
32
- const isColumnTitleTruncated = (title) => typeof title === 'string' &&
33
- firstColumnPixelWidth !== undefined &&
34
- isTextTruncated(title, firstColumnPixelWidth, 'pixel');
35
- const getColumnTitle = (title) => {
36
- if (typeof title !== 'string') {
37
- return '';
38
- }
39
- return firstColumnPixelWidth !== undefined
40
- ? truncateText(title, firstColumnPixelWidth, 'pixel')
41
- : title;
42
- };
43
17
  const getAccordionTableCellContent = (dataObj, columnObj) => {
44
18
  let cellData = dataObj[columnObj.accessor];
45
19
  if (columnObj.cell) {
@@ -61,27 +35,28 @@ const TableWithAccordion = ({ highlightText = '', tableMeta = [], tableData = []
61
35
  };
62
36
  const getAccordionTableContent = (dataArray) => {
63
37
  const accordionSubTable = dataArray.map((rowData, index) => {
64
- return (_jsx("table", { className: "ff-table-accordion__table", cellSpacing: 0, children: _jsx("tbody", { className: "ff-table-accordion__tbody", children: _jsx("tr", { className: "ff-table-accordion__body-row", children: tableMeta.map((column, i) => {
65
- return (_jsx("td", { className: "ff-table-accordion__body-cell", style: getColumnWidthStyle(column.width), children: accordionType === 'column' && i === 0 ? ('') : (_jsx(Typography, { children: getAccordionTableCellContent(rowData, column) })) }, column.accessor + i));
38
+ return (_jsx("table", { className: "ff-accordion-table", cellSpacing: 0, children: _jsx("tbody", { className: "ff-table-body", children: _jsx("tr", { className: "ff-table-row", children: tableMeta.map((column, i) => {
39
+ return (_jsx("td", { className: "ff-table-cell", style: { width: column.width }, children: accordionType === 'column' && i === 0 ? ('') : (_jsx(Typography, { children: getAccordionTableCellContent(rowData, column) })) }, column.accessor + i));
66
40
  }) }, rowData.id || index) }) }, `accordion-table-${index}`));
67
41
  });
68
42
  return accordionSubTable;
69
43
  };
70
- return (_jsxs("div", { style: { height: height }, className: classNames('ff-table-accordion', {
71
- 'ff-table-accordion--fixed-header': withFixedHeader,
72
- }), children: [_jsx("table", { cellSpacing: 0, className: classNames('ff-table-accordion__table', {
73
- 'ff-table-accordion__table--fixed-header': withFixedHeader,
74
- }), children: _jsx("thead", { children: _jsx("tr", { className: "ff-table-accordion__header-row", children: tableMeta.map((column) => (_jsx("th", { style: getColumnWidthStyle(column.width), className: classNames('ff-table-accordion__header-cell', headerType && `ff-table-accordion__header-cell--${headerType}`), children: _jsx("div", { children: _jsx(Typography, { fontWeight: "semi-bold", fontSize: 12, children: column.header }) }) }, `header-${column.header}`))) }) }) }), accordionType === 'row' &&
75
- tableData.map((row, rowIndex) => (_jsx(Accordion, { highlightText: highlightText, headerTitle: row.title, color: "var(--text-color)", accordionContent: getAccordionTableContent(row.data), disable: row.disable, disableInfoMessage: row.disableInfoMessage, accordionStateIconName: "arrows_down_icon", AccordionStateIconWidth: TableAccordionStateIconWidth, AccordionStateIconHeight: TableAccordionStateIconHeight, className: "ff-table-accordion__row-accordion" }, `accordion-row-${rowIndex}`))), accordionType === 'column' &&
76
- tableData.map((row, index) => (_jsxs("div", { className: "ff-table-accordion__column-group", children: [_jsx("div", { className: "ff-display-flex", children: _jsx(Tooltip, { title: row.disable
44
+ return (_jsxs("div", { style: { height: height }, className: classNames('ff-accordion-table-container', {
45
+ 'ff-accordion-fixed-header-table': withFixedHeader,
46
+ }), children: [_jsx("table", { cellSpacing: 0, className: classNames('ff-accordion-table', {
47
+ 'ff-accordion-fixed-header': withFixedHeader,
48
+ }), children: _jsx("thead", { children: _jsx("tr", { className: "ff-table-row", children: tableMeta.map((column) => (_jsx("th", { style: { width: column.width }, className: classNames('ff-table-header', headerType && `ff-accordion-table--${headerType}-bg`), children: _jsx("div", { children: _jsx(Typography, { fontWeight: "semi-bold", fontSize: 12, children: column.header }) }) }, `header-${column.header}`))) }) }) }), accordionType === 'row' &&
49
+ tableData.map((row, rowIndex) => (_jsx(Accordion, { highlightText: highlightText, headerTitle: row.title, color: "var(--text-color)", accordionContent: getAccordionTableContent(row.data), disable: row.disable, disableInfoMessage: row.disableInfoMessage, accordionStateIconName: "arrows_down_icon", AccordionStateIconWidth: TableAccordionStateIconWidth, AccordionStateIconHeight: TableAccordionStateIconHeight }, `accordion-row-${rowIndex}`))), accordionType === 'column' &&
50
+ tableData.map((row, index) => (_jsxs("div", { className: "column-table-accordion", children: [_jsx("div", { className: "ff-display-flex", children: _jsx(Tooltip, { title: row.disable
77
51
  ? row?.disableInfoMessage
78
- : isColumnTitleTruncated(row.title)
52
+ : typeof row.title === 'string' &&
53
+ isTextTruncated(row.title, tableMeta[0]?.width, 'pixel')
79
54
  ? row.title
80
- : '', placement: "bottom-start", children: _jsxs("div", { className: `ff-table-accordion__column-header ${row.disable && 'ff-table-accordion__column-header--disabled'}`, children: [_jsx("div", { className: "ff-table-accordion__column-label", children: _jsx("span", { children: _jsx(Typography, { children: _jsx(HighlightText, { text: getColumnTitle(row.title), highlight: highlightText }) }) }) }), _jsx("div", { className: "ff-table-accordion__column-toggle", onClick: () => {
55
+ : '', placement: "bottom-start", children: _jsxs("div", { className: `accordion-header ${row.disable && 'accordion-header--disabled'}`, children: [_jsx("div", { className: "header-title", children: _jsx("span", { children: _jsx(Typography, { children: _jsx(HighlightText, { text: truncateText(row.title, tableMeta[0]?.width, 'pixel'), highlight: highlightText }) }) }) }), _jsx("div", { className: "accordion-arrow", onClick: () => {
81
56
  !row.disable && onAccordionClick(index);
82
57
  }, children: _jsx(Icon, { name: expandedRowIndex === index
83
58
  ? 'arrows_down_icon'
84
- : 'arrows_right_icon', color: "var(--table-with-accordion-icon-color)", width: TableAccordionStateIconWidth, height: TableAccordionStateIconHeight, hoverEffect: false }) })] }) }) }), expandedRowIndex === index && (_jsx("div", { children: getAccordionTableContent(row.data) }))] }, `column-accordion-${index}`))), checkEmpty(tableData) && (_jsx("div", { className: "ff-table-accordion__empty-state", style: { height: `calc(${height} - 50px)` }, children: noDataContent }))] }));
59
+ : 'arrows_right_icon', color: "var(--table-with-accordion-icon-color)", width: TableAccordionStateIconWidth, height: TableAccordionStateIconHeight, hoverEffect: false }) })] }) }) }), expandedRowIndex === index && (_jsx("div", { children: getAccordionTableContent(row.data) }))] }, `column-accordion-${index}`))), tableData.length <= 0 && (_jsx("div", { className: "no-data-content", style: { height: `calc(${height} - 50px)` }, children: noDataContent }))] }));
85
60
  };
86
61
  export default TableWithAccordion;
87
62
  //# sourceMappingURL=TableWithAccordion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableWithAccordion.js","sourceRoot":"","sources":["../../../src/components/TableWithAccordion/TableWithAccordion.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TableWithAccordion.js","sourceRoot":"","sources":["../../../src/components/TableWithAccordion/TableWithAccordion.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import type { CSSProperties, ReactNode } from "react";
1
+ import { ReactNode } from "react";
2
2
  export interface ColumnProps {
3
3
  /**
4
4
  * column name
@@ -15,7 +15,7 @@ export interface ColumnProps {
15
15
  /**
16
16
  * width of a column
17
17
  */
18
- width?: CSSProperties['width'];
18
+ width?: number;
19
19
  /**
20
20
  * data for the column
21
21
  */
@@ -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.Element;
4
+ declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, isBorderBottomLine, isHoverBackground, isBorderRadius, tabFlexSpacing, }: TabsProps) => import("react/jsx-runtime").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.Element;
4
+ declare const TabsWithSilder: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps) => import("react/jsx-runtime").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.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-runtime").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.Element;
2
+ export declare const Toastify: () => import("react/jsx-runtime").JSX.Element;
3
3
  export default Toastify;
4
4
  export declare const toast: {
5
5
  success: (arg1: AcceptedType, arg2?: AcceptedType) => void;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import './VariableInput.scss';
3
2
  import { VariableInputProps } from './types';
4
- declare const VariableInput: ({ type, name, label, disabled, required, placeholder, value, error, className, onChange, onKeyDown, onBlur, onFocus, list, ...props }: VariableInputProps) => React.JSX.Element;
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;
5
4
  export default VariableInput;
package/lib/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import * as React$1 from 'react';
2
2
  import React__default, { ReactNode, FC, RefObject, LegacyRef, CSSProperties, ReactElement, Ref, ComponentProps, Component, ErrorInfo, Dispatch } from 'react';
3
+ import * as react_jsx_runtime from 'react/jsx-runtime';
3
4
  import * as LazyLoad from 'react-window';
4
5
  export { LazyLoad };
5
6
  import * as Form from 'react-hook-form';
@@ -472,7 +473,7 @@ interface AccordionProps {
472
473
  /**
473
474
  * Accordion UI component
474
475
  */
475
- declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, accordionContentStyle, }: AccordionProps) => React$1.JSX.Element;
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;
476
477
 
477
478
  type OptionValue$4 = any;
478
479
  interface Option$6 {
@@ -522,7 +523,7 @@ interface MultiSelectProps {
522
523
  isCloseIconToolTip?: boolean;
523
524
  }
524
525
 
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;
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;
526
527
 
527
528
  interface ToasterProps {
528
529
  /**Boolean value to handle state of toaster. */
@@ -699,7 +700,7 @@ interface ChipsProps {
699
700
  onClick?: () => void;
700
701
  }
701
702
 
702
- declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) => React$1.JSX.Element;
703
+ declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) => react_jsx_runtime.JSX.Element;
703
704
 
704
705
  interface TooltipProps {
705
706
  /**
@@ -1168,7 +1169,7 @@ interface TextareaProps {
1168
1169
  isLabelRequired?: boolean;
1169
1170
  }
1170
1171
 
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;
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;
1172
1173
 
1173
1174
  interface StatusButtonProps {
1174
1175
  /**
@@ -1207,7 +1208,7 @@ interface StatusButtonProps {
1207
1208
  displayTooltip?: boolean;
1208
1209
  }
1209
1210
 
1210
- declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => React$1.JSX.Element;
1211
+ declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => react_jsx_runtime.JSX.Element;
1211
1212
 
1212
1213
  interface OptionClick {
1213
1214
  /**
@@ -1352,7 +1353,7 @@ interface MenuOptionProps {
1352
1353
  selectedValue?: string;
1353
1354
  }
1354
1355
 
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;
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;
1356
1357
 
1357
1358
  interface DataProps$3 {
1358
1359
  /**
@@ -1366,7 +1367,6 @@ interface SelectedItemProps$1 {
1366
1367
  */
1367
1368
  [key: string]: string | number | boolean;
1368
1369
  }
1369
- type TableRef = LegacyRef<HTMLTableSectionElement> | React__default.RefObject<HTMLTableSectionElement> | LegacyRef<HTMLDivElement> | React__default.RefObject<HTMLDivElement> | null;
1370
1370
  interface TableProps$2 {
1371
1371
  /**
1372
1372
  * Data for table
@@ -1476,7 +1476,7 @@ interface TableProps$2 {
1476
1476
  /**
1477
1477
  * enable editMode by setting state row id
1478
1478
  */
1479
- editMode?: string | number | null;
1479
+ editMode?: string | null;
1480
1480
  /**
1481
1481
  * The content that to be displayed if editComponent
1482
1482
  */
@@ -1484,7 +1484,7 @@ interface TableProps$2 {
1484
1484
  /**
1485
1485
  * tableRef to get the scroll position & to pass control of table to parent component
1486
1486
  */
1487
- tableRef?: TableRef;
1487
+ tableRef?: LegacyRef<HTMLTableSectionElement> | React__default.RefObject<HTMLTableSectionElement> | null;
1488
1488
  /**
1489
1489
  * Explicitly handling the checkbox disability for the row.
1490
1490
  */
@@ -1501,10 +1501,9 @@ interface TableProps$2 {
1501
1501
  displayCard?: boolean;
1502
1502
  selectedNode?: {
1503
1503
  key: string;
1504
- selected: string | number;
1504
+ selected: string;
1505
1505
  };
1506
1506
  uniqueRowIdForAccordion?: string | number;
1507
- openAccordionId?: string | number | null;
1508
1507
  }
1509
1508
 
1510
1509
  declare const Table: React$1.ForwardRefExoticComponent<TableProps$2 & React$1.RefAttributes<any>>;
@@ -1544,7 +1543,7 @@ interface AddResourceButtonProps {
1544
1543
  isFromTree?: boolean;
1545
1544
  }
1546
1545
 
1547
- declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, isFromTree, }: AddResourceButtonProps) => React$1.JSX.Element;
1546
+ declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, isFromTree, }: AddResourceButtonProps) => react_jsx_runtime.JSX.Element;
1548
1547
 
1549
1548
  type BaseStatus = 'Passed' | 'Failed' | 'Warning' | 'Skipped' | 'On Hold' | 'Descoped' | 'To be Validated' | 'To be Tested' | 'Terminated';
1550
1549
  type CaseFlexible<StatusType extends string> = StatusType | Lowercase<StatusType> | Uppercase<StatusType> | Capitalize<Lowercase<StatusType>>;
@@ -2445,7 +2444,7 @@ interface TabsProps$1 {
2445
2444
  tabFlexSpacing?: 'space-between' | 'space-around' | 'flex-start' | 'flex-end' | 'center';
2446
2445
  }
2447
2446
 
2448
- declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, isBorderBottomLine, isHoverBackground, isBorderRadius, tabFlexSpacing, }: TabsProps$1) => React$1.JSX.Element;
2447
+ declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, isBorderBottomLine, isHoverBackground, isBorderRadius, tabFlexSpacing, }: TabsProps$1) => react_jsx_runtime.JSX.Element;
2449
2448
 
2450
2449
  /**
2451
2450
  * Represents a single tab in the BrowserTabs component.
@@ -2523,7 +2522,7 @@ interface BrowserTabsProps {
2523
2522
  maxTabs?: number;
2524
2523
  }
2525
2524
 
2526
- declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, maxTabs, enableOverflowTooltip, onTabMouseEnter, onTabMouseLeave, }: BrowserTabsProps) => React$1.JSX.Element;
2525
+ declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, maxTabs, enableOverflowTooltip, onTabMouseEnter, onTabMouseLeave, }: BrowserTabsProps) => react_jsx_runtime.JSX.Element;
2527
2526
 
2528
2527
  interface HighlightTextProps {
2529
2528
  text?: string;
@@ -2610,7 +2609,7 @@ interface SearchProps {
2610
2609
  handleBlur?: () => void;
2611
2610
  }
2612
2611
 
2613
- 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;
2612
+ 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;
2614
2613
 
2615
2614
  interface DatePickerProps {
2616
2615
  /**
@@ -2700,7 +2699,7 @@ interface StateDropdownProps {
2700
2699
  zIndex?: number;
2701
2700
  }
2702
2701
 
2703
- declare const StateDropdown: ({ value, isReviewer, isApprovePage, handleStateValueClick, handleDropdownOptionsClick, disabled, isOnlyReviewer, showBorder, zIndex, }: StateDropdownProps) => React$1.JSX.Element;
2702
+ declare const StateDropdown: ({ value, isReviewer, isApprovePage, handleStateValueClick, handleDropdownOptionsClick, disabled, isOnlyReviewer, showBorder, zIndex, }: StateDropdownProps) => react_jsx_runtime.JSX.Element;
2704
2703
 
2705
2704
  interface IconButtonProps {
2706
2705
  label: string;
@@ -2812,7 +2811,7 @@ interface VariableInputProps {
2812
2811
  list?: string[];
2813
2812
  }
2814
2813
 
2815
- declare const VariableInput: ({ type, name, label, disabled, required, placeholder, value, error, className, onChange, onKeyDown, onBlur, onFocus, list, ...props }: VariableInputProps) => React__default.JSX.Element;
2814
+ declare const VariableInput: ({ type, name, label, disabled, required, placeholder, value, error, className, onChange, onKeyDown, onBlur, onFocus, list, ...props }: VariableInputProps) => react_jsx_runtime.JSX.Element;
2816
2815
 
2817
2816
  interface optionsType$1 {
2818
2817
  label: string;
@@ -2831,7 +2830,7 @@ interface AllProjectsDropdownProps {
2831
2830
  disabled?: boolean;
2832
2831
  }
2833
2832
 
2834
- declare const AllProjectsDropdown: ({ onClick, onMenuClick, options, selectedOption, selected, placeholder, disabled, }: AllProjectsDropdownProps) => React$1.JSX.Element;
2833
+ declare const AllProjectsDropdown: ({ onClick, onMenuClick, options, selectedOption, selected, placeholder, disabled, }: AllProjectsDropdownProps) => react_jsx_runtime.JSX.Element;
2835
2834
 
2836
2835
  interface PieChartProps {
2837
2836
  radius: number;
@@ -2942,7 +2941,7 @@ interface PaperProps {
2942
2941
  rounded?: boolean;
2943
2942
  }
2944
2943
 
2945
- declare const Paper: ({ children, className, rounded }: PaperProps) => React$1.JSX.Element;
2944
+ declare const Paper: ({ children, className, rounded }: PaperProps) => react_jsx_runtime.JSX.Element;
2946
2945
 
2947
2946
  type ChartItem = {
2948
2947
  key: string;
@@ -3068,7 +3067,7 @@ interface NlpRenderOption {
3068
3067
  name?: string;
3069
3068
  }
3070
3069
 
3071
- 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;
3070
+ 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;
3072
3071
 
3073
3072
  interface IconRadioItem {
3074
3073
  /**
@@ -3134,7 +3133,7 @@ interface MachineInputFieldProps {
3134
3133
  }
3135
3134
 
3136
3135
  declare const MachineInputField: {
3137
- ({ width, options, runCount, className, contentReverse, onClick, modalId, scriptType, readOnly, isMissing, }: MachineInputFieldProps): React$1.JSX.Element;
3136
+ ({ width, options, runCount, className, contentReverse, onClick, modalId, scriptType, readOnly, isMissing, }: MachineInputFieldProps): react_jsx_runtime.JSX.Element;
3138
3137
  displayName: string;
3139
3138
  };
3140
3139
 
@@ -3247,7 +3246,7 @@ declare const AttachmentButton: React__default.FC<AttachmentUploaderProps>;
3247
3246
 
3248
3247
  type AcceptedType = string | (() => void) | Record<string, unknown> | unknown[];
3249
3248
 
3250
- declare const Toastify: () => React$1.JSX.Element;
3249
+ declare const Toastify: () => react_jsx_runtime.JSX.Element;
3251
3250
 
3252
3251
  declare const toast: {
3253
3252
  success: (arg1: AcceptedType, arg2?: AcceptedType) => void;
@@ -3842,7 +3841,7 @@ interface ColumnProps$1 {
3842
3841
  /**
3843
3842
  * width of a column
3844
3843
  */
3845
- width?: CSSProperties['width'];
3844
+ width?: number;
3846
3845
  /**
3847
3846
  * data for the column
3848
3847
  */
@@ -3894,7 +3893,7 @@ interface TableProps$1 {
3894
3893
  highlightText?: string;
3895
3894
  }
3896
3895
 
3897
- declare const TableWithAccordion: ({ highlightText, tableMeta, tableData, accordionType, noDataContent, height, withFixedHeader, headerType, TableAccordionStateIconWidth, TableAccordionStateIconHeight, }: TableProps$1) => React$1.JSX.Element;
3896
+ declare const TableWithAccordion: ({ highlightText, tableMeta, tableData, accordionType, noDataContent, height, withFixedHeader, headerType, TableAccordionStateIconWidth, TableAccordionStateIconHeight, }: TableProps$1) => react_jsx_runtime.JSX.Element;
3898
3897
 
3899
3898
  interface ProgressBarProps {
3900
3899
  progressPercentage?: number;
@@ -4208,7 +4207,7 @@ interface HistoryCardProps {
4208
4207
  */
4209
4208
  profileShortName: string;
4210
4209
  }
4211
- declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) => React$1.JSX.Element;
4210
+ declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) => react_jsx_runtime.JSX.Element;
4212
4211
 
4213
4212
  interface ToggleAiIconProps {
4214
4213
  onChange?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
@@ -4414,7 +4413,7 @@ interface Option$2 {
4414
4413
  [key: string]: OptionValue$1;
4415
4414
  }
4416
4415
 
4417
- 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;
4416
+ 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;
4418
4417
 
4419
4418
  interface ErrorBoundaryProps {
4420
4419
  fallback: ReactNode;
@@ -4480,7 +4479,7 @@ interface TabsProps {
4480
4479
  titleSize?: number | string;
4481
4480
  }
4482
4481
 
4483
- declare const TabsWithSilder: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps) => React$1.JSX.Element;
4482
+ declare const TabsWithSilder: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps) => react_jsx_runtime.JSX.Element;
4484
4483
 
4485
4484
  interface StatusIndicatorProps {
4486
4485
  label: string;
@@ -4690,7 +4689,7 @@ declare const TableTreeFn: React__default.ForwardRefExoticComponent<TreeTablePro
4690
4689
  declare const Loader: (details: {
4691
4690
  name: string;
4692
4691
  loaderName: string;
4693
- }) => React$1.JSX.Element;
4692
+ }) => react_jsx_runtime.JSX.Element;
4694
4693
 
4695
4694
  interface NoDataMessageProps {
4696
4695
  isVisible: boolean;
@@ -4718,7 +4717,7 @@ type LayoutWithDrawerProps = {
4718
4717
  top?: string;
4719
4718
  children?: React__default.ReactNode;
4720
4719
  };
4721
- declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => React__default.JSX.Element;
4720
+ declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => react_jsx_runtime.JSX.Element;
4722
4721
 
4723
4722
  interface NetworkErrorBoundaryProps {
4724
4723
  children: ReactNode;
@@ -5032,7 +5031,7 @@ interface CommentsProps {
5032
5031
  autoFocus?: boolean;
5033
5032
  }
5034
5033
 
5035
- declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) => React__default.JSX.Element;
5034
+ declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) => react_jsx_runtime.JSX.Element;
5036
5035
 
5037
5036
  declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
5038
5037
 
@@ -5854,7 +5853,7 @@ declare const StatusBadge: ({ gap, fontSize, entityType, statusValues, }: {
5854
5853
  value: number;
5855
5854
  tooltipValue?: number;
5856
5855
  }[];
5857
- }) => React$1.JSX.Element;
5856
+ }) => react_jsx_runtime.JSX.Element;
5858
5857
 
5859
5858
  interface ToggleOption {
5860
5859
  label: string;
@@ -5893,7 +5892,7 @@ interface AutoTruncateTextComponentProps {
5893
5892
  placement?: Props['placement'];
5894
5893
  }
5895
5894
 
5896
- declare const AutoTruncateText: React$1.MemoExoticComponent<({ children, className, lines, interactive, placement, }: AutoTruncateTextComponentProps) => React$1.JSX.Element>;
5895
+ declare const AutoTruncateText: React$1.MemoExoticComponent<({ children, className, lines, interactive, placement, }: AutoTruncateTextComponentProps) => react_jsx_runtime.JSX.Element>;
5897
5896
 
5898
5897
  declare const cleanAllTooltips: () => void;
5899
5898