pixel-react 1.20.72 → 1.20.73

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 (135) hide show
  1. package/README.md +75 -75
  2. package/lib/components/AddResourceButton/AddResourceButton.js +1 -9
  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 +0 -1
  7. package/lib/components/Charts/BarChart/BarChart.d.ts +1 -2
  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 +12 -11
  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/ChatModalAi/ChatModalAi.js +32 -11
  16. package/lib/components/ChatModalAi/ChatModalAi.js.map +1 -1
  17. package/lib/components/ChatModalAi/types.d.ts +0 -5
  18. package/lib/components/Comments/Comments.js +14 -14
  19. package/lib/components/Comments/childComment/ChildComment.js +14 -14
  20. package/lib/components/Drawer/Drawer.js +1 -1
  21. package/lib/components/Drawer/Drawer.js.map +1 -1
  22. package/lib/components/EditLabel/EditLabel.d.ts +1 -1
  23. package/lib/components/EditLabel/EditLabel.js +3 -5
  24. package/lib/components/EditLabel/EditLabel.js.map +1 -1
  25. package/lib/components/EditLabel/types.d.ts +0 -1
  26. package/lib/components/EditTextField/EditTextField.js +2 -2
  27. package/lib/components/Excel/Data.d.ts +21 -66
  28. package/lib/components/Excel/Data.js +56 -392
  29. package/lib/components/Excel/Data.js.map +1 -1
  30. package/lib/components/Excel/ExcelFile/ExcelFile.js +2 -2
  31. package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
  32. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +13 -19
  33. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
  34. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +3 -5
  35. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -1
  36. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +8 -8
  37. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
  38. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +1 -1
  39. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
  40. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +4 -5
  41. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
  42. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +3 -37
  43. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  44. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +1 -9
  45. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +0 -7
  46. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -1
  47. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +18 -106
  48. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  49. package/lib/components/Excel/Types.d.ts +0 -2
  50. package/lib/components/Excel/dataConversion.d.ts +2 -2
  51. package/lib/components/Excel/dataConversion.js +2 -6
  52. package/lib/components/Excel/dataConversion.js.map +1 -1
  53. package/lib/components/Icon/iconList.js +0 -30
  54. package/lib/components/Icon/iconList.js.map +1 -1
  55. package/lib/components/LabelEditTextField/LabelEditTextField.js +4 -4
  56. package/lib/components/MenuOption/MenuOption.js +18 -19
  57. package/lib/components/MenuOption/MenuOption.js.map +1 -1
  58. package/lib/components/StatusIndicator/StatusIndicator.js +5 -5
  59. package/lib/components/StepsLandingTable/Components/StepInnerTable.js +57 -5
  60. package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
  61. package/lib/components/TableTreeFn/Components/TableBody.d.ts +1 -1
  62. package/lib/components/TableTreeFn/Components/TableBody.js +2 -2
  63. package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -1
  64. package/lib/components/TableTreeFn/Components/TableCell.d.ts +1 -1
  65. package/lib/components/TableTreeFn/Components/TableCell.js +5 -2
  66. package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -1
  67. package/lib/components/TableTreeFn/Components/TableHead.d.ts +1 -1
  68. package/lib/components/TableTreeFn/Components/TableHead.js +17 -9
  69. package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -1
  70. package/lib/components/TableTreeFn/Components/TableRow.d.ts +1 -1
  71. package/lib/components/TableTreeFn/Components/TableRow.js +2 -2
  72. package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -1
  73. package/lib/components/TableTreeFn/TableTreeFn.js +2 -2
  74. package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
  75. package/lib/components/TableTreeFn/types.d.ts +5 -0
  76. package/lib/hooks/useClickOutside.d.ts +1 -4
  77. package/lib/hooks/useClickOutside.js +5 -7
  78. package/lib/hooks/useClickOutside.js.map +1 -1
  79. package/lib/index.d.ts +22 -136
  80. package/lib/index.js +9 -9
  81. package/lib/index.js.map +1 -1
  82. package/lib/styles.css +1 -1
  83. package/lib/tsconfig.tsbuildinfo +1 -1
  84. package/lib/validations/regex.d.ts +1 -2
  85. package/lib/validations/regex.js +1 -2
  86. package/lib/validations/regex.js.map +1 -1
  87. package/package.json +118 -118
  88. package/lib/components/Charts/StackedBarChart/StackedBarChart.d.ts +0 -5
  89. package/lib/components/Charts/StackedBarChart/StackedBarChart.js +0 -67
  90. package/lib/components/Charts/StackedBarChart/StackedBarChart.js.map +0 -1
  91. package/lib/components/Charts/StackedBarChart/index.d.ts +0 -1
  92. package/lib/components/Charts/StackedBarChart/index.js +0 -2
  93. package/lib/components/Charts/StackedBarChart/index.js.map +0 -1
  94. package/lib/components/Charts/StackedBarChart/types.d.ts +0 -34
  95. package/lib/components/Charts/StackedBarChart/types.js +0 -2
  96. package/lib/components/Charts/StackedBarChart/types.js.map +0 -1
  97. package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.d.ts +0 -11
  98. package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js +0 -7
  99. package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js.map +0 -1
  100. package/lib/components/HOC/LayoutWithDrawer/index.d.ts +0 -1
  101. package/lib/components/HOC/LayoutWithDrawer/index.js +0 -2
  102. package/lib/components/HOC/LayoutWithDrawer/index.js.map +0 -1
  103. package/lib/components/Loader/Loader.d.ts +0 -5
  104. package/lib/components/Loader/Loader.js +0 -8
  105. package/lib/components/Loader/Loader.js.map +0 -1
  106. package/lib/components/Loader/index.d.ts +0 -1
  107. package/lib/components/Loader/index.js +0 -2
  108. package/lib/components/Loader/index.js.map +0 -1
  109. package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.d.ts +0 -5
  110. package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js +0 -19
  111. package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js.map +0 -1
  112. package/lib/components/NetworkErrorBoundary/index.d.ts +0 -1
  113. package/lib/components/NetworkErrorBoundary/index.js +0 -2
  114. package/lib/components/NetworkErrorBoundary/index.js.map +0 -1
  115. package/lib/components/NetworkErrorBoundary/types.d.ts +0 -33
  116. package/lib/components/NetworkErrorBoundary/types.js +0 -2
  117. package/lib/components/NetworkErrorBoundary/types.js.map +0 -1
  118. package/lib/components/NoDataAvailable/NoDataAvailable.d.ts +0 -5
  119. package/lib/components/NoDataAvailable/NoDataAvailable.js +0 -11
  120. package/lib/components/NoDataAvailable/NoDataAvailable.js.map +0 -1
  121. package/lib/components/NoDataAvailable/index.d.ts +0 -1
  122. package/lib/components/NoDataAvailable/index.js +0 -2
  123. package/lib/components/NoDataAvailable/index.js.map +0 -1
  124. package/lib/components/NoDataAvailable/type.d.ts +0 -3
  125. package/lib/components/NoDataAvailable/type.js +0 -2
  126. package/lib/components/NoDataAvailable/type.js.map +0 -1
  127. package/lib/components/NoResultFound/NoResultFound.d.ts +0 -14
  128. package/lib/components/NoResultFound/NoResultFound.js +0 -7
  129. package/lib/components/NoResultFound/NoResultFound.js.map +0 -1
  130. package/lib/components/NoResultFound/index.d.ts +0 -1
  131. package/lib/components/NoResultFound/index.js +0 -2
  132. package/lib/components/NoResultFound/index.js.map +0 -1
  133. package/lib/utils/OnlineStatus/useOnlineStatus.d.ts +0 -1
  134. package/lib/utils/OnlineStatus/useOnlineStatus.js +0 -20
  135. package/lib/utils/OnlineStatus/useOnlineStatus.js.map +0 -1
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$1 = {
16
+ type DynamicObj = {
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$1[];
35
+ variableTypesList: DynamicObj[];
36
36
  /**
37
37
  * Selected variable type
38
38
  */
39
- selectedVariableType: DynamicObj$1;
39
+ selectedVariableType: DynamicObj;
40
40
  /**
41
41
  * Function to handle variable type change
42
42
  * @param option
43
43
  * @returns
44
44
  */
45
- onVariableTypeChange: (option: DynamicObj$1) => void;
45
+ onVariableTypeChange: (option: DynamicObj) => 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$1) => void;
57
+ onValueChange: (value: string, dropdownItem?: DynamicObj) => 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$1[];
85
+ dataFiles?: DynamicObj[];
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$1 | null;
191
+ selectedFile?: File | DynamicObj | null;
192
192
  /**
193
193
  * handleCloseIcon function will set to the initial state .
194
194
  */
@@ -1652,11 +1652,11 @@ interface FileDropzoneProps {
1652
1652
  /**
1653
1653
  * Its the File Name of File Selected from Local File.
1654
1654
  **/
1655
- setSelectedFile?: (file: File | DynamicObj$1 | null) => void;
1655
+ setSelectedFile?: (file: File | DynamicObj | null) => void;
1656
1656
  /**
1657
1657
  * Its the File Name of File Selected from Local File.
1658
1658
  **/
1659
- selectedFile?: File | DynamicObj$1 | null;
1659
+ selectedFile?: File | DynamicObj | null;
1660
1660
  /**
1661
1661
  * Its the function which updates the Selected file from Local Directory.
1662
1662
  **/
@@ -1693,7 +1693,7 @@ interface FileDropzoneProps {
1693
1693
  * Its fileInputRef using inside fileDropZone.
1694
1694
  **/
1695
1695
  fileInputRef?: RefObject<HTMLInputElement>;
1696
- handleReplaceFile?: (file?: File | DynamicObj$1 | null) => void;
1696
+ handleReplaceFile?: (file?: File | DynamicObj | null) => void;
1697
1697
  /**
1698
1698
  * To Disable Remove Button.
1699
1699
  **/
@@ -1726,9 +1726,9 @@ interface DropzoneOptions {
1726
1726
  fileExistMessage?: string;
1727
1727
  validateMIMEType?: boolean;
1728
1728
  isApiResponseError?: boolean;
1729
- selectedFile?: File | DynamicObj$1 | null;
1730
- setSelectedFile?: (file: File | DynamicObj$1 | null) => void;
1731
- handleReplaceFile?: (file?: File | DynamicObj$1 | null) => void;
1729
+ selectedFile?: File | DynamicObj | null;
1730
+ setSelectedFile?: (file: File | DynamicObj | null) => void;
1731
+ handleReplaceFile?: (file?: File | DynamicObj | null) => void;
1732
1732
  showRejectedFileDetails?: boolean;
1733
1733
  disabledDragAndDrop?: boolean;
1734
1734
  }
@@ -1754,8 +1754,8 @@ interface DroppableProps {
1754
1754
  selectedRadioOption?: Option;
1755
1755
  radioOptions?: RadioOption[];
1756
1756
  handleOptionChange?: (option: RadioOption) => void;
1757
- selectedFile?: File | DynamicObj$1 | null;
1758
- setSelectedFile?: (file: File | DynamicObj$1 | null) => void;
1757
+ selectedFile?: File | DynamicObj | null;
1758
+ setSelectedFile?: (file: File | DynamicObj | null) => void;
1759
1759
  handleFileChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
1760
1760
  handleRemoveFile?: () => void;
1761
1761
  isDisable?: boolean;
@@ -2852,7 +2852,6 @@ interface AppHeaderProps {
2852
2852
  centerInfoItems?: {
2853
2853
  iconName: string;
2854
2854
  label: string;
2855
- iconColor?: string;
2856
2855
  }[];
2857
2856
  rightButtons?: {
2858
2857
  label: string;
@@ -2964,7 +2963,7 @@ type DashboardDonutChartProps = {
2964
2963
  legendTruncate?: number;
2965
2964
  isLegendToolTip?: boolean;
2966
2965
  containerHeight?: number | string;
2967
- onSelectedStatus?: (value: string, originalIndex: number, data: Record<string, string | number>) => void;
2966
+ onSelectedStatus?: (_value: string, originalIndex?: number) => void;
2968
2967
  selectedStatusKey?: string;
2969
2968
  setSelectedStatusKey?: (_selectedStatusKey: string) => void;
2970
2969
  isOnClick?: boolean;
@@ -3959,7 +3958,7 @@ interface ChooseFileProps {
3959
3958
  /**
3960
3959
  * selectedfile object will be send.
3961
3960
  */
3962
- selectedFile?: File | DynamicObj$1 | null;
3961
+ selectedFile?: File | DynamicObj | null;
3963
3962
  /**
3964
3963
  * handleCloseIcon function will set to the initial state .
3965
3964
  */
@@ -4157,11 +4156,6 @@ interface ChatModalAiProps {
4157
4156
  iconWidth?: number;
4158
4157
  hoverTitle?: string;
4159
4158
  onVisibilityChange?: (visible: boolean) => void;
4160
- isVisible: boolean;
4161
- isOpen: boolean;
4162
- onOpen: () => void;
4163
- onClose: () => void;
4164
- isIconVisible: boolean;
4165
4159
  }
4166
4160
 
4167
4161
  declare const ChatModalAi: React$1.ForwardRefExoticComponent<ChatModalAiProps & React$1.RefAttributes<ChatModalRef>>;
@@ -4382,7 +4376,6 @@ interface EditLabelProps {
4382
4376
  onChangeValidationError?: boolean;
4383
4377
  truncatedType?: 'count' | 'pixel';
4384
4378
  isTableTree?: boolean;
4385
- isAutoTruncate?: boolean;
4386
4379
  }
4387
4380
  type OptionValue$1 = any;
4388
4381
  type DisabledOptions = {
@@ -4394,7 +4387,7 @@ interface Option$2 {
4394
4387
  [key: string]: OptionValue$1;
4395
4388
  }
4396
4389
 
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;
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;
4398
4391
 
4399
4392
  interface ErrorBoundaryProps {
4400
4393
  fallback: ReactNode;
@@ -4647,6 +4640,7 @@ interface TreeTableProps {
4647
4640
  tableHeaderBgColor?: string;
4648
4641
  hideOnDisable?: boolean;
4649
4642
  freezeColumns?: number;
4643
+ scriptLengthTruncate?: number;
4650
4644
  addModuleInputWidth?: number;
4651
4645
  addModuleSelectWidth?: number;
4652
4646
  onScroll?: () => void;
@@ -4667,73 +4661,6 @@ interface Option$1 {
4667
4661
 
4668
4662
  declare const TableTreeFn: React__default.ForwardRefExoticComponent<TreeTableProps & React__default.RefAttributes<HTMLDivElement>>;
4669
4663
 
4670
- declare const Loader: (details: {
4671
- name: string;
4672
- loaderName: string;
4673
- }) => react_jsx_runtime.JSX.Element;
4674
-
4675
- interface NoDataMessageProps {
4676
- isVisible: boolean;
4677
- }
4678
-
4679
- declare const NoDataAvailable: FC<NoDataMessageProps>;
4680
-
4681
- type NoDataProps = {
4682
- text?: string;
4683
- iconName?: string;
4684
- fontSize?: string;
4685
- textAlign?: 'left' | 'right' | 'center' | 'justify' | undefined;
4686
- direction?: 'column' | 'row';
4687
- iconWidth?: number;
4688
- iconHeight?: number;
4689
- fontWeight?: 'semi-bold' | 'bold' | 'regular' | 'medium' | undefined;
4690
- };
4691
- declare const NoResultFound: FC<NoDataProps>;
4692
-
4693
- type LayoutWithDrawerProps = {
4694
- drawerProps?: React__default.ComponentProps<typeof Drawer>;
4695
- showDrawer: boolean;
4696
- zIndex?: number;
4697
- top?: string;
4698
- children?: React__default.ReactNode;
4699
- };
4700
- declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => react_jsx_runtime.JSX.Element;
4701
-
4702
- interface NetworkErrorBoundaryProps {
4703
- children: ReactNode;
4704
- /**
4705
- * Optional custom offline content to display
4706
- * If not provided, uses default offline SVG
4707
- */
4708
- offlineContent?: ReactNode;
4709
- /**
4710
- * Optional callback when network status changes
4711
- */
4712
- hasError?: boolean;
4713
- /**
4714
- * When set to `true`, the component will render the error/overlay UI
4715
- */
4716
- onNetworkStatusChange?: (isOnline: boolean) => void;
4717
- /**
4718
- * Optional custom CSS class for the overlay
4719
- */
4720
- overlayClassName?: string;
4721
- /**
4722
- * Optional z-index override for the overlay
4723
- */
4724
- overlayZIndex?: number;
4725
- /**
4726
- * Width of the fallback icon (default: 300)
4727
- */
4728
- iconWidth?: number;
4729
- /**
4730
- * Height of the fallback icon (default: 300)
4731
- */
4732
- iconHeight?: number;
4733
- }
4734
-
4735
- declare const NetworkErrorBoundary: FC<NetworkErrorBoundaryProps>;
4736
-
4737
4664
  type valueType$1 = any;
4738
4665
  declare const checkEmpty: (value: valueType$1) => boolean;
4739
4666
 
@@ -4783,41 +4710,6 @@ declare const throttle: (func: Callback, limit: number) => ThrottledFunction;
4783
4710
  declare const truncateText: (text: string, maxLimit?: number, truncateType?: "count" | "pixel", fontSize?: number, fontFamily?: string, letterSpacing?: number) => string;
4784
4711
  declare const isTextTruncated: (text: string, maxLimit?: number, truncateType?: "count" | "pixel", fontSize?: number, fontFamily?: string) => boolean;
4785
4712
 
4786
- type DynamicObj = {
4787
- [key: string]: any;
4788
- };
4789
- type StackedBarSegment = {
4790
- key: string;
4791
- value: number;
4792
- color: string;
4793
- data?: DynamicObj;
4794
- };
4795
- type StackedBarDataItem = {
4796
- label: string;
4797
- segments: StackedBarSegment[];
4798
- };
4799
- type StackedBarChartProps = {
4800
- data: StackedBarDataItem[];
4801
- barWidth?: number;
4802
- height?: number;
4803
- barGap?: number;
4804
- barBorderRadius?: number;
4805
- xAxisLabel?: string;
4806
- yAxisLabel?: string;
4807
- yAxisDivisions?: number;
4808
- padding?: number;
4809
- legend?: boolean;
4810
- legendPosition?: 'top' | 'bottom';
4811
- showXAxisLabels?: boolean;
4812
- isTruncateText?: boolean;
4813
- isOnclick?: boolean;
4814
- onSelectedBar?: (colData: {
4815
- label: string;
4816
- segments: StackedBarSegment[];
4817
- }, index: number) => void;
4818
- onSegmentClick?: (label: string, segment: StackedBarSegment, segmentIndex: number) => void;
4819
- };
4820
-
4821
4713
  type BarChartProps = {
4822
4714
  data: {
4823
4715
  label: string;
@@ -4848,7 +4740,7 @@ type BarChartProps = {
4848
4740
  isYAxisValuePercentage?: boolean;
4849
4741
  selectedBar?: string | null;
4850
4742
  setSelectedBar?: (value: string | null) => void;
4851
- onSelectedBar?: (_label: string, item: DynamicObj) => void;
4743
+ onSelectedBar?: (_label: string) => void;
4852
4744
  totalLabel?: string;
4853
4745
  customToolTip?: boolean;
4854
4746
  isOnclick?: boolean;
@@ -4859,8 +4751,6 @@ type BarChartProps = {
4859
4751
  };
4860
4752
  declare const BarChart: React__default.FC<BarChartProps>;
4861
4753
 
4862
- declare const StackedBarChart: React__default.FC<StackedBarChartProps>;
4863
-
4864
4754
  interface BarValue {
4865
4755
  value: number | string;
4866
4756
  arcColor: string | string[];
@@ -5013,10 +4903,7 @@ declare const Comments: ({ commentsData, handleAddComment, handleEditComment, ha
5013
4903
 
5014
4904
  declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
5015
4905
 
5016
- type ClickOutsideOptions = {
5017
- ignoreSelectors?: string[];
5018
- };
5019
- declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>, options?: ClickOutsideOptions) => void;
4906
+ declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>) => void;
5020
4907
 
5021
4908
  type TriggerControl = {
5022
4909
  canTrigger: () => boolean;
@@ -5952,7 +5839,6 @@ declare const FILENAME_VALIDATION_REGEX: RegExp;
5952
5839
  declare const NO_LEADING_TRAILING_SPACE_REGEX: RegExp;
5953
5840
  declare const SERVER_HOST_REGEX: RegExp;
5954
5841
  declare const EMAIL_FORMAT_REGEX: RegExp;
5955
- declare const INVALID_EMAIL_REGEX: RegExp;
5956
5842
 
5957
5843
  declare const setStoreValue: (key: string, value: string | object | null) => void;
5958
5844
  declare const getStoreValue: (key: string) => string | unknown | null;
@@ -6013,5 +5899,5 @@ interface StorageUsageBarProps {
6013
5899
 
6014
5900
  declare const StorageUsageBar: React.FC<StorageUsageBarProps>;
6015
5901
 
6016
- 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 };
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 };
6017
5903
  export type { RootNode$1 as RootNode, TreeNodeProps };