pixel-react 1.20.73 → 1.20.75

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 (175) hide show
  1. package/README.md +75 -75
  2. package/lib/components/AddResourceButton/AddResourceButton.js +9 -1
  3. package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -1
  4. package/lib/components/AppHeader/AppHeader.js +1 -1
  5. package/lib/components/AppHeader/AppHeader.js.map +1 -1
  6. package/lib/components/AppHeader/types.d.ts +1 -0
  7. package/lib/components/Charts/BarChart/BarChart.d.ts +2 -1
  8. package/lib/components/Charts/BarChart/BarChart.js +16 -16
  9. package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
  10. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +11 -12
  11. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -1
  12. package/lib/components/Charts/DashboardDonutChart/types.d.ts +1 -1
  13. package/lib/components/Charts/IconRadialChart/IconRadialChart.js +4 -4
  14. package/lib/components/Charts/PieChart/PieChart.js +5 -5
  15. package/lib/components/Charts/StackedBarChart/StackedBarChart.d.ts +5 -0
  16. package/lib/components/Charts/StackedBarChart/StackedBarChart.js +67 -0
  17. package/lib/components/Charts/StackedBarChart/StackedBarChart.js.map +1 -0
  18. package/lib/components/Charts/StackedBarChart/index.d.ts +1 -0
  19. package/lib/components/Charts/StackedBarChart/index.js +2 -0
  20. package/lib/components/Charts/StackedBarChart/index.js.map +1 -0
  21. package/lib/components/Charts/StackedBarChart/types.d.ts +34 -0
  22. package/lib/components/Charts/StackedBarChart/types.js +2 -0
  23. package/lib/components/Charts/StackedBarChart/types.js.map +1 -0
  24. package/lib/components/ChatModalAi/ChatModalAi.js +11 -32
  25. package/lib/components/ChatModalAi/ChatModalAi.js.map +1 -1
  26. package/lib/components/ChatModalAi/types.d.ts +5 -0
  27. package/lib/components/Comments/Comments.js +14 -14
  28. package/lib/components/Comments/childComment/ChildComment.js +14 -14
  29. package/lib/components/Drawer/Drawer.js +1 -1
  30. package/lib/components/Drawer/Drawer.js.map +1 -1
  31. package/lib/components/EditLabel/EditLabel.d.ts +1 -1
  32. package/lib/components/EditLabel/EditLabel.js +5 -3
  33. package/lib/components/EditLabel/EditLabel.js.map +1 -1
  34. package/lib/components/EditLabel/types.d.ts +1 -0
  35. package/lib/components/EditTextField/EditTextField.js +2 -2
  36. package/lib/components/Excel/Data.d.ts +66 -21
  37. package/lib/components/Excel/Data.js +392 -56
  38. package/lib/components/Excel/Data.js.map +1 -1
  39. package/lib/components/Excel/ExcelFile/ExcelFile.js +2 -2
  40. package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
  41. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +19 -13
  42. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
  43. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +5 -3
  44. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -1
  45. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +8 -8
  46. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
  47. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +1 -1
  48. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
  49. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +5 -4
  50. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
  51. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +37 -3
  52. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  53. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +9 -1
  54. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +7 -0
  55. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -1
  56. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +106 -18
  57. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  58. package/lib/components/Excel/Types.d.ts +2 -0
  59. package/lib/components/Excel/dataConversion.d.ts +2 -2
  60. package/lib/components/Excel/dataConversion.js +6 -2
  61. package/lib/components/Excel/dataConversion.js.map +1 -1
  62. package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.d.ts +11 -0
  63. package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js +7 -0
  64. package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js.map +1 -0
  65. package/lib/components/HOC/LayoutWithDrawer/index.d.ts +1 -0
  66. package/lib/components/HOC/LayoutWithDrawer/index.js +2 -0
  67. package/lib/components/HOC/LayoutWithDrawer/index.js.map +1 -0
  68. package/lib/components/Icon/iconList.js +30 -0
  69. package/lib/components/Icon/iconList.js.map +1 -1
  70. package/lib/components/LabelEditTextField/LabelEditTextField.js +4 -4
  71. package/lib/components/Loader/Loader.d.ts +5 -0
  72. package/lib/components/Loader/Loader.js +8 -0
  73. package/lib/components/Loader/Loader.js.map +1 -0
  74. package/lib/components/Loader/index.d.ts +1 -0
  75. package/lib/components/Loader/index.js +2 -0
  76. package/lib/components/Loader/index.js.map +1 -0
  77. package/lib/components/MenuOption/MenuOption.js +19 -18
  78. package/lib/components/MenuOption/MenuOption.js.map +1 -1
  79. package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.d.ts +5 -0
  80. package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js +19 -0
  81. package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js.map +1 -0
  82. package/lib/components/NetworkErrorBoundary/index.d.ts +1 -0
  83. package/lib/components/NetworkErrorBoundary/index.js +2 -0
  84. package/lib/components/NetworkErrorBoundary/index.js.map +1 -0
  85. package/lib/components/NetworkErrorBoundary/types.d.ts +33 -0
  86. package/lib/components/NetworkErrorBoundary/types.js +2 -0
  87. package/lib/components/NetworkErrorBoundary/types.js.map +1 -0
  88. package/lib/components/NoDataAvailable/NoDataAvailable.d.ts +5 -0
  89. package/lib/components/NoDataAvailable/NoDataAvailable.js +11 -0
  90. package/lib/components/NoDataAvailable/NoDataAvailable.js.map +1 -0
  91. package/lib/components/NoDataAvailable/index.d.ts +1 -0
  92. package/lib/components/NoDataAvailable/index.js +2 -0
  93. package/lib/components/NoDataAvailable/index.js.map +1 -0
  94. package/lib/components/NoDataAvailable/type.d.ts +3 -0
  95. package/lib/components/NoDataAvailable/type.js +2 -0
  96. package/lib/components/NoDataAvailable/type.js.map +1 -0
  97. package/lib/components/NoResultFound/NoResultFound.d.ts +14 -0
  98. package/lib/components/NoResultFound/NoResultFound.js +7 -0
  99. package/lib/components/NoResultFound/NoResultFound.js.map +1 -0
  100. package/lib/components/NoResultFound/index.d.ts +1 -0
  101. package/lib/components/NoResultFound/index.js +2 -0
  102. package/lib/components/NoResultFound/index.js.map +1 -0
  103. package/lib/components/StatusIndicator/StatusIndicator.js +5 -5
  104. package/lib/components/StepsLandingTable/Components/RenderNlpInput.js +1 -2
  105. package/lib/components/StepsLandingTable/Components/RenderNlpInput.js.map +1 -1
  106. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +0 -1
  107. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -1
  108. package/lib/components/StepsLandingTable/Components/StepInnerTable.js +249 -114
  109. package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
  110. package/lib/components/StepsLandingTable/Components/StepResultStats.js.map +1 -1
  111. package/lib/components/StepsLandingTable/Components/StepTableMainRow.js +9 -4
  112. package/lib/components/StepsLandingTable/Components/StepTableMainRow.js.map +1 -1
  113. package/lib/components/StepsLandingTable/Components/StepsTitle.js +2 -2
  114. package/lib/components/StepsLandingTable/Components/StepsTitle.js.map +1 -1
  115. package/lib/components/StepsLandingTable/Components/Types.d.ts +2 -0
  116. package/lib/components/StepsLandingTable/StepLandingTable.js +37 -11
  117. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  118. package/lib/components/Table/EditComponent.js +6 -6
  119. package/lib/components/Table/EditComponent.js.map +1 -1
  120. package/lib/components/Table/NoDataContent.js +1 -1
  121. package/lib/components/Table/NoDataContent.js.map +1 -1
  122. package/lib/components/Table/Table.js +155 -78
  123. package/lib/components/Table/Table.js.map +1 -1
  124. package/lib/components/Table/Types.d.ts +11 -6
  125. package/lib/components/Table/components/SortableRow.d.ts +1 -1
  126. package/lib/components/Table/components/SortableRow.js +60 -69
  127. package/lib/components/Table/components/SortableRow.js.map +1 -1
  128. package/lib/components/Table/components/TableHeader.js +20 -15
  129. package/lib/components/Table/components/TableHeader.js.map +1 -1
  130. package/lib/components/Table/components/VirtualizedRows.d.ts +1 -1
  131. package/lib/components/Table/components/VirtualizedRows.js +32 -17
  132. package/lib/components/Table/components/VirtualizedRows.js.map +1 -1
  133. package/lib/components/Table/utils/TableCell.d.ts +2 -0
  134. package/lib/components/Table/utils/TableCell.js +27 -0
  135. package/lib/components/Table/utils/TableCell.js.map +1 -0
  136. package/lib/components/Table/utils/virtualization.d.ts +10 -3
  137. package/lib/components/Table/utils/virtualization.js +40 -13
  138. package/lib/components/Table/utils/virtualization.js.map +1 -1
  139. package/lib/components/TableTreeFn/Components/TableBody.d.ts +1 -1
  140. package/lib/components/TableTreeFn/Components/TableBody.js +2 -2
  141. package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -1
  142. package/lib/components/TableTreeFn/Components/TableCell.d.ts +1 -1
  143. package/lib/components/TableTreeFn/Components/TableCell.js +2 -5
  144. package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -1
  145. package/lib/components/TableTreeFn/Components/TableHead.d.ts +1 -1
  146. package/lib/components/TableTreeFn/Components/TableHead.js +9 -17
  147. package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -1
  148. package/lib/components/TableTreeFn/Components/TableRow.d.ts +1 -1
  149. package/lib/components/TableTreeFn/Components/TableRow.js +2 -2
  150. package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -1
  151. package/lib/components/TableTreeFn/TableTreeFn.js +2 -2
  152. package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
  153. package/lib/components/TableTreeFn/types.d.ts +0 -5
  154. package/lib/hooks/useClickOutside.d.ts +4 -1
  155. package/lib/hooks/useClickOutside.js +7 -5
  156. package/lib/hooks/useClickOutside.js.map +1 -1
  157. package/lib/index.d.ts +141 -25
  158. package/lib/index.js +9 -9
  159. package/lib/index.js.map +1 -1
  160. package/lib/styles.css +1 -1
  161. package/lib/tsconfig.tsbuildinfo +1 -1
  162. package/lib/utils/OnlineStatus/useOnlineStatus.d.ts +1 -0
  163. package/lib/utils/OnlineStatus/useOnlineStatus.js +20 -0
  164. package/lib/utils/OnlineStatus/useOnlineStatus.js.map +1 -0
  165. package/lib/utils/TreeNavigateUtils/getNavigateToKey.d.ts +1 -1
  166. package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.d.ts +1 -1
  167. package/lib/utils/getTreeDetails/getTreeDetails.d.ts +1 -1
  168. package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.d.ts +1 -1
  169. package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.d.ts +1 -1
  170. package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.d.ts +1 -1
  171. package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.d.ts +1 -1
  172. package/lib/validations/regex.d.ts +2 -1
  173. package/lib/validations/regex.js +2 -1
  174. package/lib/validations/regex.js.map +1 -1
  175. package/package.json +118 -118
package/lib/index.d.ts CHANGED
@@ -13,7 +13,7 @@ import { Props } from 'tippy.js';
13
13
  export { default as Janus } from 'janus-gateway';
14
14
  export { default as adapter } from 'webrtc-adapter';
15
15
 
16
- type DynamicObj = {
16
+ type DynamicObj$1 = {
17
17
  [key: string]: any;
18
18
  };
19
19
  interface CreateVariableProps {
@@ -32,17 +32,17 @@ interface CreateVariableProps {
32
32
  /**
33
33
  * List for the variable types
34
34
  */
35
- variableTypesList: DynamicObj[];
35
+ variableTypesList: DynamicObj$1[];
36
36
  /**
37
37
  * Selected variable type
38
38
  */
39
- selectedVariableType: DynamicObj;
39
+ selectedVariableType: DynamicObj$1;
40
40
  /**
41
41
  * Function to handle variable type change
42
42
  * @param option
43
43
  * @returns
44
44
  */
45
- onVariableTypeChange: (option: DynamicObj) => void;
45
+ onVariableTypeChange: (option: DynamicObj$1) => void;
46
46
  /**
47
47
  * Function to handle close
48
48
  */
@@ -54,7 +54,7 @@ interface CreateVariableProps {
54
54
  /**
55
55
  * onChange of value
56
56
  */
57
- onValueChange: (value: string, dropdownItem?: DynamicObj) => void;
57
+ onValueChange: (value: string, dropdownItem?: DynamicObj$1) => void;
58
58
  /**
59
59
  * Hide value
60
60
  */
@@ -82,7 +82,7 @@ interface CreateVariableProps {
82
82
  /**
83
83
  * Stores the files data
84
84
  */
85
- dataFiles?: DynamicObj[];
85
+ dataFiles?: DynamicObj$1[];
86
86
  /**
87
87
  * Show or hide password icon
88
88
  */
@@ -188,7 +188,7 @@ interface ButtonProps {
188
188
  /**
189
189
  * selectedfile object will be send.
190
190
  */
191
- selectedFile?: File | DynamicObj | null;
191
+ selectedFile?: File | DynamicObj$1 | null;
192
192
  /**
193
193
  * handleCloseIcon function will set to the initial state .
194
194
  */
@@ -1367,6 +1367,7 @@ interface SelectedItemProps$1 {
1367
1367
  */
1368
1368
  [key: string]: string | number | boolean;
1369
1369
  }
1370
+ type TableRef = LegacyRef<HTMLTableSectionElement> | React__default.RefObject<HTMLTableSectionElement> | LegacyRef<HTMLDivElement> | React__default.RefObject<HTMLDivElement> | null;
1370
1371
  interface TableProps$2 {
1371
1372
  /**
1372
1373
  * Data for table
@@ -1476,7 +1477,7 @@ interface TableProps$2 {
1476
1477
  /**
1477
1478
  * enable editMode by setting state row id
1478
1479
  */
1479
- editMode?: string | null;
1480
+ editMode?: string | number | null;
1480
1481
  /**
1481
1482
  * The content that to be displayed if editComponent
1482
1483
  */
@@ -1484,7 +1485,7 @@ interface TableProps$2 {
1484
1485
  /**
1485
1486
  * tableRef to get the scroll position & to pass control of table to parent component
1486
1487
  */
1487
- tableRef?: LegacyRef<HTMLTableSectionElement> | React__default.RefObject<HTMLTableSectionElement> | null;
1488
+ tableRef?: TableRef;
1488
1489
  /**
1489
1490
  * Explicitly handling the checkbox disability for the row.
1490
1491
  */
@@ -1501,9 +1502,10 @@ interface TableProps$2 {
1501
1502
  displayCard?: boolean;
1502
1503
  selectedNode?: {
1503
1504
  key: string;
1504
- selected: string;
1505
+ selected: string | number;
1505
1506
  };
1506
1507
  uniqueRowIdForAccordion?: string | number;
1508
+ openAccordionId?: string | number | null;
1507
1509
  }
1508
1510
 
1509
1511
  declare const Table: React$1.ForwardRefExoticComponent<TableProps$2 & React$1.RefAttributes<any>>;
@@ -1652,11 +1654,11 @@ interface FileDropzoneProps {
1652
1654
  /**
1653
1655
  * Its the File Name of File Selected from Local File.
1654
1656
  **/
1655
- setSelectedFile?: (file: File | DynamicObj | null) => void;
1657
+ setSelectedFile?: (file: File | DynamicObj$1 | null) => void;
1656
1658
  /**
1657
1659
  * Its the File Name of File Selected from Local File.
1658
1660
  **/
1659
- selectedFile?: File | DynamicObj | null;
1661
+ selectedFile?: File | DynamicObj$1 | null;
1660
1662
  /**
1661
1663
  * Its the function which updates the Selected file from Local Directory.
1662
1664
  **/
@@ -1693,7 +1695,7 @@ interface FileDropzoneProps {
1693
1695
  * Its fileInputRef using inside fileDropZone.
1694
1696
  **/
1695
1697
  fileInputRef?: RefObject<HTMLInputElement>;
1696
- handleReplaceFile?: (file?: File | DynamicObj | null) => void;
1698
+ handleReplaceFile?: (file?: File | DynamicObj$1 | null) => void;
1697
1699
  /**
1698
1700
  * To Disable Remove Button.
1699
1701
  **/
@@ -1726,9 +1728,9 @@ interface DropzoneOptions {
1726
1728
  fileExistMessage?: string;
1727
1729
  validateMIMEType?: boolean;
1728
1730
  isApiResponseError?: boolean;
1729
- selectedFile?: File | DynamicObj | null;
1730
- setSelectedFile?: (file: File | DynamicObj | null) => void;
1731
- handleReplaceFile?: (file?: File | DynamicObj | null) => void;
1731
+ selectedFile?: File | DynamicObj$1 | null;
1732
+ setSelectedFile?: (file: File | DynamicObj$1 | null) => void;
1733
+ handleReplaceFile?: (file?: File | DynamicObj$1 | null) => void;
1732
1734
  showRejectedFileDetails?: boolean;
1733
1735
  disabledDragAndDrop?: boolean;
1734
1736
  }
@@ -1754,8 +1756,8 @@ interface DroppableProps {
1754
1756
  selectedRadioOption?: Option;
1755
1757
  radioOptions?: RadioOption[];
1756
1758
  handleOptionChange?: (option: RadioOption) => void;
1757
- selectedFile?: File | DynamicObj | null;
1758
- setSelectedFile?: (file: File | DynamicObj | null) => void;
1759
+ selectedFile?: File | DynamicObj$1 | null;
1760
+ setSelectedFile?: (file: File | DynamicObj$1 | null) => void;
1759
1761
  handleFileChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
1760
1762
  handleRemoveFile?: () => void;
1761
1763
  isDisable?: boolean;
@@ -2852,6 +2854,7 @@ interface AppHeaderProps {
2852
2854
  centerInfoItems?: {
2853
2855
  iconName: string;
2854
2856
  label: string;
2857
+ iconColor?: string;
2855
2858
  }[];
2856
2859
  rightButtons?: {
2857
2860
  label: string;
@@ -2963,7 +2966,7 @@ type DashboardDonutChartProps = {
2963
2966
  legendTruncate?: number;
2964
2967
  isLegendToolTip?: boolean;
2965
2968
  containerHeight?: number | string;
2966
- onSelectedStatus?: (_value: string, originalIndex?: number) => void;
2969
+ onSelectedStatus?: (value: string, originalIndex: number, data: Record<string, string | number>) => void;
2967
2970
  selectedStatusKey?: string;
2968
2971
  setSelectedStatusKey?: (_selectedStatusKey: string) => void;
2969
2972
  isOnClick?: boolean;
@@ -3958,7 +3961,7 @@ interface ChooseFileProps {
3958
3961
  /**
3959
3962
  * selectedfile object will be send.
3960
3963
  */
3961
- selectedFile?: File | DynamicObj | null;
3964
+ selectedFile?: File | DynamicObj$1 | null;
3962
3965
  /**
3963
3966
  * handleCloseIcon function will set to the initial state .
3964
3967
  */
@@ -4156,6 +4159,11 @@ interface ChatModalAiProps {
4156
4159
  iconWidth?: number;
4157
4160
  hoverTitle?: string;
4158
4161
  onVisibilityChange?: (visible: boolean) => void;
4162
+ isVisible: boolean;
4163
+ isOpen: boolean;
4164
+ onOpen: () => void;
4165
+ onClose: () => void;
4166
+ isIconVisible: boolean;
4159
4167
  }
4160
4168
 
4161
4169
  declare const ChatModalAi: React$1.ForwardRefExoticComponent<ChatModalAiProps & React$1.RefAttributes<ChatModalRef>>;
@@ -4376,6 +4384,7 @@ interface EditLabelProps {
4376
4384
  onChangeValidationError?: boolean;
4377
4385
  truncatedType?: 'count' | 'pixel';
4378
4386
  isTableTree?: boolean;
4387
+ isAutoTruncate?: boolean;
4379
4388
  }
4380
4389
  type OptionValue$1 = any;
4381
4390
  type DisabledOptions = {
@@ -4387,7 +4396,7 @@ interface Option$2 {
4387
4396
  [key: string]: OptionValue$1;
4388
4397
  }
4389
4398
 
4390
- 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, }: EditLabelProps) => react_jsx_runtime.JSX.Element;
4399
+ 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;
4391
4400
 
4392
4401
  interface ErrorBoundaryProps {
4393
4402
  fallback: ReactNode;
@@ -4640,7 +4649,6 @@ interface TreeTableProps {
4640
4649
  tableHeaderBgColor?: string;
4641
4650
  hideOnDisable?: boolean;
4642
4651
  freezeColumns?: number;
4643
- scriptLengthTruncate?: number;
4644
4652
  addModuleInputWidth?: number;
4645
4653
  addModuleSelectWidth?: number;
4646
4654
  onScroll?: () => void;
@@ -4661,6 +4669,73 @@ interface Option$1 {
4661
4669
 
4662
4670
  declare const TableTreeFn: React__default.ForwardRefExoticComponent<TreeTableProps & React__default.RefAttributes<HTMLDivElement>>;
4663
4671
 
4672
+ declare const Loader: (details: {
4673
+ name: string;
4674
+ loaderName: string;
4675
+ }) => react_jsx_runtime.JSX.Element;
4676
+
4677
+ interface NoDataMessageProps {
4678
+ isVisible: boolean;
4679
+ }
4680
+
4681
+ declare const NoDataAvailable: FC<NoDataMessageProps>;
4682
+
4683
+ type NoDataProps = {
4684
+ text?: string;
4685
+ iconName?: string;
4686
+ fontSize?: string;
4687
+ textAlign?: 'left' | 'right' | 'center' | 'justify' | undefined;
4688
+ direction?: 'column' | 'row';
4689
+ iconWidth?: number;
4690
+ iconHeight?: number;
4691
+ fontWeight?: 'semi-bold' | 'bold' | 'regular' | 'medium' | undefined;
4692
+ };
4693
+ declare const NoResultFound: FC<NoDataProps>;
4694
+
4695
+ type LayoutWithDrawerProps = {
4696
+ drawerProps?: React__default.ComponentProps<typeof Drawer>;
4697
+ showDrawer: boolean;
4698
+ zIndex?: number;
4699
+ top?: string;
4700
+ children?: React__default.ReactNode;
4701
+ };
4702
+ declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => react_jsx_runtime.JSX.Element;
4703
+
4704
+ interface NetworkErrorBoundaryProps {
4705
+ children: ReactNode;
4706
+ /**
4707
+ * Optional custom offline content to display
4708
+ * If not provided, uses default offline SVG
4709
+ */
4710
+ offlineContent?: ReactNode;
4711
+ /**
4712
+ * Optional callback when network status changes
4713
+ */
4714
+ hasError?: boolean;
4715
+ /**
4716
+ * When set to `true`, the component will render the error/overlay UI
4717
+ */
4718
+ onNetworkStatusChange?: (isOnline: boolean) => void;
4719
+ /**
4720
+ * Optional custom CSS class for the overlay
4721
+ */
4722
+ overlayClassName?: string;
4723
+ /**
4724
+ * Optional z-index override for the overlay
4725
+ */
4726
+ overlayZIndex?: number;
4727
+ /**
4728
+ * Width of the fallback icon (default: 300)
4729
+ */
4730
+ iconWidth?: number;
4731
+ /**
4732
+ * Height of the fallback icon (default: 300)
4733
+ */
4734
+ iconHeight?: number;
4735
+ }
4736
+
4737
+ declare const NetworkErrorBoundary: FC<NetworkErrorBoundaryProps>;
4738
+
4664
4739
  type valueType$1 = any;
4665
4740
  declare const checkEmpty: (value: valueType$1) => boolean;
4666
4741
 
@@ -4710,6 +4785,41 @@ declare const throttle: (func: Callback, limit: number) => ThrottledFunction;
4710
4785
  declare const truncateText: (text: string, maxLimit?: number, truncateType?: "count" | "pixel", fontSize?: number, fontFamily?: string, letterSpacing?: number) => string;
4711
4786
  declare const isTextTruncated: (text: string, maxLimit?: number, truncateType?: "count" | "pixel", fontSize?: number, fontFamily?: string) => boolean;
4712
4787
 
4788
+ type DynamicObj = {
4789
+ [key: string]: any;
4790
+ };
4791
+ type StackedBarSegment = {
4792
+ key: string;
4793
+ value: number;
4794
+ color: string;
4795
+ data?: DynamicObj;
4796
+ };
4797
+ type StackedBarDataItem = {
4798
+ label: string;
4799
+ segments: StackedBarSegment[];
4800
+ };
4801
+ type StackedBarChartProps = {
4802
+ data: StackedBarDataItem[];
4803
+ barWidth?: number;
4804
+ height?: number;
4805
+ barGap?: number;
4806
+ barBorderRadius?: number;
4807
+ xAxisLabel?: string;
4808
+ yAxisLabel?: string;
4809
+ yAxisDivisions?: number;
4810
+ padding?: number;
4811
+ legend?: boolean;
4812
+ legendPosition?: 'top' | 'bottom';
4813
+ showXAxisLabels?: boolean;
4814
+ isTruncateText?: boolean;
4815
+ isOnclick?: boolean;
4816
+ onSelectedBar?: (colData: {
4817
+ label: string;
4818
+ segments: StackedBarSegment[];
4819
+ }, index: number) => void;
4820
+ onSegmentClick?: (label: string, segment: StackedBarSegment, segmentIndex: number) => void;
4821
+ };
4822
+
4713
4823
  type BarChartProps = {
4714
4824
  data: {
4715
4825
  label: string;
@@ -4740,7 +4850,7 @@ type BarChartProps = {
4740
4850
  isYAxisValuePercentage?: boolean;
4741
4851
  selectedBar?: string | null;
4742
4852
  setSelectedBar?: (value: string | null) => void;
4743
- onSelectedBar?: (_label: string) => void;
4853
+ onSelectedBar?: (_label: string, item: DynamicObj) => void;
4744
4854
  totalLabel?: string;
4745
4855
  customToolTip?: boolean;
4746
4856
  isOnclick?: boolean;
@@ -4751,6 +4861,8 @@ type BarChartProps = {
4751
4861
  };
4752
4862
  declare const BarChart: React__default.FC<BarChartProps>;
4753
4863
 
4864
+ declare const StackedBarChart: React__default.FC<StackedBarChartProps>;
4865
+
4754
4866
  interface BarValue {
4755
4867
  value: number | string;
4756
4868
  arcColor: string | string[];
@@ -4903,7 +5015,10 @@ declare const Comments: ({ commentsData, handleAddComment, handleEditComment, ha
4903
5015
 
4904
5016
  declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
4905
5017
 
4906
- declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>) => void;
5018
+ type ClickOutsideOptions = {
5019
+ ignoreSelectors?: string[];
5020
+ };
5021
+ declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>, options?: ClickOutsideOptions) => void;
4907
5022
 
4908
5023
  type TriggerControl = {
4909
5024
  canTrigger: () => boolean;
@@ -5839,6 +5954,7 @@ declare const FILENAME_VALIDATION_REGEX: RegExp;
5839
5954
  declare const NO_LEADING_TRAILING_SPACE_REGEX: RegExp;
5840
5955
  declare const SERVER_HOST_REGEX: RegExp;
5841
5956
  declare const EMAIL_FORMAT_REGEX: RegExp;
5957
+ declare const INVALID_EMAIL_REGEX: RegExp;
5842
5958
 
5843
5959
  declare const setStoreValue: (key: string, value: string | object | null) => void;
5844
5960
  declare const getStoreValue: (key: string) => string | unknown | null;
@@ -5899,5 +6015,5 @@ interface StorageUsageBarProps {
5899
6015
 
5900
6016
  declare const StorageUsageBar: React.FC<StorageUsageBarProps>;
5901
6017
 
5902
- export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHABET_WITH_SPACES_ONLY_REGEX, ALPHANUMERIC_PARENTHESIS_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_WITH_DOT_REGEX, ALPHANUMERIC_WITH_ROUND_BRACES_REGEX, ALPHA_NUM_EXTENDED_REGEX, ALPHA_NUM_REGEX, Accordion, AddContentButton, AddResourceButton, AiToggle, AllProjectsDropdown, AnimatedSetting, AppHeader, AttachMedia, AttachmentButton, AutoTruncateText, Avatar, BASE64_REGEX, BIG_END_WHITESPACE, BINARY_NUMBER_REGEX, BODY_TAG_TYPE_VALIDATION, BarChart, Card as Box, BrowserTabs, Button, CAMEL_CASE_REGEX, CERTIFICATES_NAME_REGEX, CHECK_CAMEL_CASE, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, ChatModal, ChatModalAi, Checkbox, Chip, ChipWithCount, ChooseFile, Col, Comments, ConditionalDropdown, ConnectingBranch, Container, ContentCard, CreateVariableSlider, DATE_REGEX, DECIMAL_NUMBER_REGEX, DRIVING_LICENSE_REGEX, DYNAMIC_VALUE_PATTERN_REGEX, DYNAMIC_VALUE_TYPE_REGEX, DYNAMIC_VALUE_WITH_VALID_BRACKETS_REGEX, DYNAMIC_VALUE__PLACEHOLDER_REGEX, DashboardDonutChart, CustomDatePicker as DatePicker, DebugToolsPanel, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_FORMAT_REGEX, EMAIL_REGEX, EMAIL_VALIDATION_REGEX, EXCEL_SPACING_REGEX, EditLabel, EditTextField, Editor, ErrorBoundary, ExcelFile as Excel, ExpandableMenu, FILENAME_VALIDATION_REGEX, FILE_EXTENSION_REGEX, FILE_NAME_REGEX, FieldSet, FileDropzone, FilePreview, ForwardedForms as Form, formatString as FormatString, GSTIN_REGEX, HEXADECIMAL_NUMBER_REGEX, HEX_COLOR_REGEX, HSL_COLOR_REGEX, HTML_ATTRIBUTE_REGEX, HTML_FILE_TYPE_VALIDATION, HTML_TAG_REGEX, HighlightText, HistoryCard, INDIAN_CURRENCY_REGEX, INDIAN_PASSPORT_REGEX, INDIAN_PHONE_REGEX, INDIAN_PIN_CODE_REGEX, INTERNATIONAL_PHONE_REGEX, IPV4_REGEX, IPV6_REGEX, Icon, IconButton, IconRadialChart, IconRadioGroup, Input, InputWithDropdown, JAVASCRIPT_FILE_TYPE_VALIDATION, LINKEDIN_PROFILE_REGEX, LINK_VALIDATION_REGEX, LabelEditTextField, LineChart, LineLoader, Link, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, MachineInputField, MediaPreview, MediaViewerModal as MediaViewerModel, MenuOption, MessageBox, MiniModal, MobileSkin, Modal, ModuleChip, MultiRadialChart, MultiSelect, NlpInput as NLPInput, NLP_DESCRIPTION_REGEX, NO_LEADING_TRAILING_SPACE_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, NoDataContent, OsTree, OtpVerification, OverviewModal, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, Paper, PhoneInputField, PieChart, PopUpModal, PrePostTable, ProgressBar, Prompt, PromptContainer, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, RadialChart, RadioButton, RadioGroup, Recaptcha, Row, SCRIPT_REGEX, SERVER_HOST_REGEX, SSN_REGEX, START_END_WHITESPACE_REGEX, STEP_GROUP_NAME_REGEX, ScriptGenerationLoader, ScriptSwitchButton, Search, Select, SelectionSwitcher, SequentialConnectingBranch, SessionDropdown, SessionManager, StateDropdown, StatusBadge, StatusButton, StatusCard, StatusIndicator, StepLandingTable, StepResultStats, StorageUsageBar, SwitchButton, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, TableTreeFn, TableWithAccordion, Tabs, TabsWithSilder, Textarea as TextArea, TextEditor, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, TooltipService, TruncatedTooltip, Typography, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, VariableDropdown, VariableInput, VariableSuggestionInputDropDown, WHITESPACE_REGEX, XML_FILE_TYPE_VALIDATION, ZoomControl, addPrePostStepGroup, addStepGroup, autoScrollToTableLastRow, capitalize, checkEmpty, checkMicrophoneAccess, cleanAllTooltips, clearStore, compareArrays, compareObjects, convertFormDataToObject, convertToBytes, convertToGB, convertToISO, copyToClipboard, debounce, deleteStoreValue, ffid, findAndInsert, formatDate, formatResponseDate, getEncryptedData, getExtension, getExtensionWithPeriod, getNavigateToKey, getSequentialPayload, getStoreValue, getTopVisibleNodeKey, getTreeDetails, handleTimeZoneChange, handleTreeExpandAllCollapseAll, handleTreeNodeExpandCollapse, handleTreeNodeSect, handleUnCheckAllTreeNodesWithUpdates, hasDuplicateFile, isEmptyObject, isTextTruncated, nlpInputDelay, rearrangeDragItem, saveFileFromBlob, scrollToView, setStoreValue, throttle, toCamelCase, toast, toggleShowHideEntity, truncateText, updateTreeState, useBeforeUnload, useClickOutside, useDeviceType, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl };
6018
+ export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHABET_WITH_SPACES_ONLY_REGEX, ALPHANUMERIC_PARENTHESIS_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_WITH_DOT_REGEX, ALPHANUMERIC_WITH_ROUND_BRACES_REGEX, ALPHA_NUM_EXTENDED_REGEX, ALPHA_NUM_REGEX, Accordion, AddContentButton, AddResourceButton, AiToggle, AllProjectsDropdown, AnimatedSetting, AppHeader, AttachMedia, AttachmentButton, AutoTruncateText, Avatar, BASE64_REGEX, BIG_END_WHITESPACE, BINARY_NUMBER_REGEX, BODY_TAG_TYPE_VALIDATION, BarChart, Card as Box, BrowserTabs, Button, CAMEL_CASE_REGEX, CERTIFICATES_NAME_REGEX, CHECK_CAMEL_CASE, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, ChatModal, ChatModalAi, Checkbox, Chip, ChipWithCount, ChooseFile, Col, Comments, ConditionalDropdown, ConnectingBranch, Container, ContentCard, CreateVariableSlider, DATE_REGEX, DECIMAL_NUMBER_REGEX, DRIVING_LICENSE_REGEX, DYNAMIC_VALUE_PATTERN_REGEX, DYNAMIC_VALUE_TYPE_REGEX, DYNAMIC_VALUE_WITH_VALID_BRACKETS_REGEX, DYNAMIC_VALUE__PLACEHOLDER_REGEX, DashboardDonutChart, CustomDatePicker as DatePicker, DebugToolsPanel, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_FORMAT_REGEX, EMAIL_REGEX, EMAIL_VALIDATION_REGEX, EXCEL_SPACING_REGEX, EditLabel, EditTextField, Editor, ErrorBoundary, ExcelFile as Excel, ExpandableMenu, FILENAME_VALIDATION_REGEX, FILE_EXTENSION_REGEX, FILE_NAME_REGEX, FieldSet, FileDropzone, FilePreview, ForwardedForms as Form, formatString as FormatString, GSTIN_REGEX, HEXADECIMAL_NUMBER_REGEX, HEX_COLOR_REGEX, HSL_COLOR_REGEX, HTML_ATTRIBUTE_REGEX, HTML_FILE_TYPE_VALIDATION, HTML_TAG_REGEX, HighlightText, HistoryCard, INDIAN_CURRENCY_REGEX, INDIAN_PASSPORT_REGEX, INDIAN_PHONE_REGEX, INDIAN_PIN_CODE_REGEX, INTERNATIONAL_PHONE_REGEX, INVALID_EMAIL_REGEX, IPV4_REGEX, IPV6_REGEX, Icon, IconButton, IconRadialChart, IconRadioGroup, Input, InputWithDropdown, JAVASCRIPT_FILE_TYPE_VALIDATION, LINKEDIN_PROFILE_REGEX, LINK_VALIDATION_REGEX, LabelEditTextField, LayoutWithDrawer, LineChart, LineLoader, Link, Loader, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, MachineInputField, MediaPreview, MediaViewerModal as MediaViewerModel, MenuOption, MessageBox, MiniModal, MobileSkin, Modal, ModuleChip, MultiRadialChart, MultiSelect, NlpInput as NLPInput, NLP_DESCRIPTION_REGEX, NO_LEADING_TRAILING_SPACE_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, NetworkErrorBoundary, NoDataAvailable, NoDataContent, NoResultFound, OsTree, OtpVerification, OverviewModal, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, Paper, PhoneInputField, PieChart, PopUpModal, PrePostTable, ProgressBar, Prompt, PromptContainer, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, RadialChart, RadioButton, RadioGroup, Recaptcha, Row, SCRIPT_REGEX, SERVER_HOST_REGEX, SSN_REGEX, START_END_WHITESPACE_REGEX, STEP_GROUP_NAME_REGEX, ScriptGenerationLoader, ScriptSwitchButton, Search, Select, SelectionSwitcher, SequentialConnectingBranch, SessionDropdown, SessionManager, StackedBarChart, StateDropdown, StatusBadge, StatusButton, StatusCard, StatusIndicator, StepLandingTable, StepResultStats, StorageUsageBar, SwitchButton, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, TableTreeFn, TableWithAccordion, Tabs, TabsWithSilder, Textarea as TextArea, TextEditor, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, TooltipService, TruncatedTooltip, Typography, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, VariableDropdown, VariableInput, VariableSuggestionInputDropDown, WHITESPACE_REGEX, XML_FILE_TYPE_VALIDATION, ZoomControl, addPrePostStepGroup, addStepGroup, autoScrollToTableLastRow, capitalize, checkEmpty, checkMicrophoneAccess, cleanAllTooltips, clearStore, compareArrays, compareObjects, convertFormDataToObject, convertToBytes, convertToGB, convertToISO, copyToClipboard, debounce, deleteStoreValue, ffid, findAndInsert, formatDate, formatResponseDate, getEncryptedData, getExtension, getExtensionWithPeriod, getNavigateToKey, getSequentialPayload, getStoreValue, getTopVisibleNodeKey, getTreeDetails, handleTimeZoneChange, handleTreeExpandAllCollapseAll, handleTreeNodeExpandCollapse, handleTreeNodeSect, handleUnCheckAllTreeNodesWithUpdates, hasDuplicateFile, isEmptyObject, isTextTruncated, nlpInputDelay, rearrangeDragItem, saveFileFromBlob, scrollToView, setStoreValue, throttle, toCamelCase, toast, toggleShowHideEntity, truncateText, updateTreeState, useBeforeUnload, useClickOutside, useDeviceType, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl };
5903
6019
  export type { RootNode$1 as RootNode, TreeNodeProps };