abdul-react 0.1.5 → 0.1.7

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 (173) hide show
  1. package/lib/components/AddResourceButton/AddResourceButton.js +19 -14
  2. package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -1
  3. package/lib/components/AttachmentButton/AttachmentButton.js +2 -0
  4. package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -1
  5. package/lib/components/Charts/DonutChart/DonutChart.js +24 -16
  6. package/lib/components/Charts/DonutChart/DonutChart.js.map +1 -1
  7. package/lib/components/Charts/DonutChart/type.d.ts +4 -1
  8. package/lib/components/ConditionalDropdown/ConditionalDropdown.js +2 -2
  9. package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
  10. package/lib/components/EditLabel/EditLabel.d.ts +1 -1
  11. package/lib/components/EditLabel/EditLabel.js +2 -2
  12. package/lib/components/EditLabel/EditLabel.js.map +1 -1
  13. package/lib/components/EditLabel/types.d.ts +1 -0
  14. package/lib/components/Editor/Editor.js +1 -1
  15. package/lib/components/Editor/Editor.js.map +1 -1
  16. package/lib/components/Editor/constants.js +121 -40
  17. package/lib/components/Editor/constants.js.map +1 -1
  18. package/lib/components/Excel/ColorBarSelector/ColorBarSelector.d.ts +1 -1
  19. package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js +5 -3
  20. package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js.map +1 -1
  21. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +72 -5
  22. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
  23. package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js +17 -22
  24. package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js.map +1 -1
  25. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +8 -2
  26. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  27. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +8 -1
  28. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +7 -0
  29. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -1
  30. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +18 -1
  31. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  32. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +10 -3
  33. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -1
  34. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +8 -2
  35. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -1
  36. package/lib/components/Icon/iconList.js +28 -0
  37. package/lib/components/Icon/iconList.js.map +1 -1
  38. package/lib/components/MachineInputField/MachineInputField.js +1 -0
  39. package/lib/components/MachineInputField/MachineInputField.js.map +1 -1
  40. package/lib/components/MediaPreview/MediaPreview.js +1 -1
  41. package/lib/components/MediaPreview/MediaPreview.js.map +1 -1
  42. package/lib/components/MediaViewerModal/type.d.ts +1 -1
  43. package/lib/components/MultiSelect/Dropdown.js +2 -1
  44. package/lib/components/MultiSelect/Dropdown.js.map +1 -1
  45. package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js +1 -1
  46. package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js.map +1 -1
  47. package/lib/components/PrePostTable/components/DraggableTableRow.js +4 -1
  48. package/lib/components/PrePostTable/components/DraggableTableRow.js.map +1 -1
  49. package/lib/components/PrePostTable/components/PrePostStepAccordions.js +14 -3
  50. package/lib/components/PrePostTable/components/PrePostStepAccordions.js.map +1 -1
  51. package/lib/components/PromptContainer/PromptContainer.js +1 -1
  52. package/lib/components/PromptContainer/PromptContainer.js.map +1 -1
  53. package/lib/components/RadioButton/RadioButton.js +2 -2
  54. package/lib/components/RadioButton/RadioButton.js.map +1 -1
  55. package/lib/components/RadioButton/radioButtonTypes.d.ts +1 -0
  56. package/lib/components/RadioGroup/RadioGroup.js +2 -2
  57. package/lib/components/RadioGroup/RadioGroup.js.map +1 -1
  58. package/lib/components/RadioGroup/radioGroupTypes.d.ts +1 -0
  59. package/lib/components/Select/Select.js +5 -5
  60. package/lib/components/Select/Select.js.map +1 -1
  61. package/lib/components/Select/components/Dropdown.js +100 -17
  62. package/lib/components/Select/components/Dropdown.js.map +1 -1
  63. package/lib/components/Select/components/types.d.ts +1 -0
  64. package/lib/components/Select/components/types.js.map +1 -1
  65. package/lib/components/Select/types.d.ts +4 -0
  66. package/lib/components/SelectionSwitcher/SelectionSwitcher.d.ts +5 -0
  67. package/lib/components/SelectionSwitcher/SelectionSwitcher.js +16 -0
  68. package/lib/components/SelectionSwitcher/SelectionSwitcher.js.map +1 -0
  69. package/lib/components/SelectionSwitcher/index.d.ts +1 -0
  70. package/lib/components/SelectionSwitcher/index.js +2 -0
  71. package/lib/components/SelectionSwitcher/index.js.map +1 -0
  72. package/lib/components/SelectionSwitcher/types.d.ts +13 -0
  73. package/lib/components/SelectionSwitcher/types.js +2 -0
  74. package/lib/components/SelectionSwitcher/types.js.map +1 -0
  75. package/lib/components/SequentialConnectingBranch/types.d.ts +1 -1
  76. package/lib/components/SessionDropdown/SessionDropdown.js +4 -4
  77. package/lib/components/SessionDropdown/SessionDropdown.js.map +1 -1
  78. package/lib/components/SessionDropdown/type.d.ts +2 -0
  79. package/lib/components/SessionManager/SessionManager.js +3 -3
  80. package/lib/components/SessionManager/SessionManager.js.map +1 -1
  81. package/lib/components/StatusBadge/StatusBadge.d.ts +2 -1
  82. package/lib/components/StatusBadge/StatusBadge.js +3 -3
  83. package/lib/components/StatusBadge/StatusBadge.js.map +1 -1
  84. package/lib/components/StatusButton/StatusButton.d.ts +1 -1
  85. package/lib/components/StatusButton/StatusButton.js +3 -2
  86. package/lib/components/StatusButton/StatusButton.js.map +1 -1
  87. package/lib/components/StatusButton/types.d.ts +2 -1
  88. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +8 -5
  89. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -1
  90. package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +1 -1
  91. package/lib/components/StepsLandingTable/Components/StepInnerTable.js +2 -2
  92. package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
  93. package/lib/components/StepsLandingTable/Components/StepResultStats.js +21 -2
  94. package/lib/components/StepsLandingTable/Components/StepResultStats.js.map +1 -1
  95. package/lib/components/StepsLandingTable/Components/StepTableMainRow.js +11 -5
  96. package/lib/components/StepsLandingTable/Components/StepTableMainRow.js.map +1 -1
  97. package/lib/components/StepsLandingTable/Components/StepsTitle.js +20 -3
  98. package/lib/components/StepsLandingTable/Components/StepsTitle.js.map +1 -1
  99. package/lib/components/StepsLandingTable/Components/Types.d.ts +11 -6
  100. package/lib/components/StepsLandingTable/StepLandingTable.js +2 -2
  101. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  102. package/lib/components/StepsLandingTable/types.d.ts +2 -0
  103. package/lib/components/StorageUsageBar/StorageUsageBar.d.ts +4 -0
  104. package/lib/components/StorageUsageBar/StorageUsageBar.js +9 -0
  105. package/lib/components/StorageUsageBar/StorageUsageBar.js.map +1 -0
  106. package/lib/components/StorageUsageBar/index.d.ts +1 -0
  107. package/lib/components/StorageUsageBar/index.js +2 -0
  108. package/lib/components/StorageUsageBar/index.js.map +1 -0
  109. package/lib/components/StorageUsageBar/types.d.ts +7 -0
  110. package/lib/components/StorageUsageBar/types.js +2 -0
  111. package/lib/components/StorageUsageBar/types.js.map +1 -0
  112. package/lib/components/TableTreeFn/Components/TableBody.d.ts +1 -1
  113. package/lib/components/TableTreeFn/Components/TableBody.js +12 -7
  114. package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -1
  115. package/lib/components/TableTreeFn/Components/TableCell.d.ts +1 -1
  116. package/lib/components/TableTreeFn/Components/TableCell.js +25 -17
  117. package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -1
  118. package/lib/components/TableTreeFn/Components/TableHead.d.ts +1 -1
  119. package/lib/components/TableTreeFn/Components/TableHead.js +19 -17
  120. package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -1
  121. package/lib/components/TableTreeFn/Components/TableRow.d.ts +1 -1
  122. package/lib/components/TableTreeFn/Components/TableRow.js +7 -2
  123. package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -1
  124. package/lib/components/TableTreeFn/TableTreeFn.d.ts +1 -1
  125. package/lib/components/TableTreeFn/TableTreeFn.js +707 -246
  126. package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
  127. package/lib/components/TableTreeFn/Utils/TableCell.d.ts +1 -0
  128. package/lib/components/TableTreeFn/Utils/TableCell.js +24 -0
  129. package/lib/components/TableTreeFn/Utils/TableCell.js.map +1 -0
  130. package/lib/components/TableTreeFn/Utils/addLastChild.d.ts +1 -1
  131. package/lib/components/TableTreeFn/Utils/addLastChild.js +2 -2
  132. package/lib/components/TableTreeFn/Utils/addLastChild.js.map +1 -1
  133. package/lib/components/TableTreeFn/Utils/addNewRow.js +6 -5
  134. package/lib/components/TableTreeFn/Utils/addNewRow.js.map +1 -1
  135. package/lib/components/TableTreeFn/Utils/formatDataCell.js +1 -1
  136. package/lib/components/TableTreeFn/Utils/formatDataCell.js.map +1 -1
  137. package/lib/components/TableTreeFn/Utils/updateParentSibling.d.ts +1 -1
  138. package/lib/components/TableTreeFn/Utils/updateParentSibling.js +7 -7
  139. package/lib/components/TableTreeFn/Utils/updateParentSibling.js.map +1 -1
  140. package/lib/components/TableTreeFn/index.d.ts +2 -0
  141. package/lib/components/TableTreeFn/index.js +2 -0
  142. package/lib/components/TableTreeFn/index.js.map +1 -1
  143. package/lib/components/TableTreeFn/types.d.ts +30 -7
  144. package/lib/components/Tooltip/Tooltip.js +2 -2
  145. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  146. package/lib/components/Tooltip/types.d.ts +1 -0
  147. package/lib/components/ZoomControl/ZoomControl.d.ts +5 -0
  148. package/lib/components/ZoomControl/ZoomControl.js +22 -0
  149. package/lib/components/ZoomControl/ZoomControl.js.map +1 -0
  150. package/lib/components/ZoomControl/index.d.ts +1 -0
  151. package/lib/components/ZoomControl/index.js +2 -0
  152. package/lib/components/ZoomControl/index.js.map +1 -0
  153. package/lib/components/ZoomControl/types.d.ts +8 -0
  154. package/lib/components/ZoomControl/types.js +2 -0
  155. package/lib/components/ZoomControl/types.js.map +1 -0
  156. package/lib/index.d.ts +61 -8
  157. package/lib/index.js +9 -9
  158. package/lib/index.js.map +1 -1
  159. package/lib/styles.css +1 -1
  160. package/lib/styles.css.map +1 -1
  161. package/lib/tsconfig.tsbuildinfo +1 -1
  162. package/lib/utils/AddStepGroup/AddStepGroup.js +5 -2
  163. package/lib/utils/AddStepGroup/AddStepGroup.js.map +1 -1
  164. package/lib/utils/converToCamelCase.d.ts +1 -0
  165. package/lib/utils/converToCamelCase.js +6 -0
  166. package/lib/utils/converToCamelCase.js.map +1 -0
  167. package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js +8 -9
  168. package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js.map +1 -1
  169. package/lib/utils/getTreeDetails/getTreeDetails.js +71 -12
  170. package/lib/utils/getTreeDetails/getTreeDetails.js.map +1 -1
  171. package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js +1 -0
  172. package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js.map +1 -1
  173. package/package.json +22 -14
package/lib/index.d.ts CHANGED
@@ -724,6 +724,7 @@ interface TooltipProps {
724
724
  */
725
725
  zIndex?: number | string;
726
726
  style?: React.CSSProperties;
727
+ tooltipStyle?: React.CSSProperties;
727
728
  /**
728
729
  * For JSX elements
729
730
  */
@@ -1040,6 +1041,10 @@ interface SelectProps$1 {
1040
1041
  * Ref for select option dropdown
1041
1042
  */
1042
1043
  dropDownRef?: RefObject<HTMLDivElement>;
1044
+ /**
1045
+ * isGrouped prop for grouped options
1046
+ */
1047
+ isGrouped?: boolean;
1043
1048
  /**
1044
1049
  * handling dropdownDown height
1045
1050
  */
@@ -1155,7 +1160,7 @@ interface StatusButtonProps {
1155
1160
  /**
1156
1161
  * Status of the button
1157
1162
  */
1158
- status: 'default' | 'passed' | 'failed' | 'running' | 'skipped' | 'warning' | 'terminated' | 'partially-executed' | 'aborted' | 'not-executed';
1163
+ status: 'default' | 'passed' | 'failed' | 'running' | 'skipped' | 'warning' | 'terminated' | 'partially-executed' | 'aborted' | 'onhold' | 'descoped' | 'tobevalidated' | 'tobetested' | 'not-executed';
1159
1164
  /**
1160
1165
  * Button label (status text)
1161
1166
  */
@@ -1185,9 +1190,10 @@ interface StatusButtonProps {
1185
1190
  */
1186
1191
  style?: React.CSSProperties;
1187
1192
  useDefaultCursor?: boolean;
1193
+ displayTooltip?: boolean;
1188
1194
  }
1189
1195
 
1190
- declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, ...props }: StatusButtonProps) => react_jsx_runtime.JSX.Element;
1196
+ declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => react_jsx_runtime.JSX.Element;
1191
1197
 
1192
1198
  interface OptionClick {
1193
1199
  /**
@@ -1524,7 +1530,9 @@ interface AddResourceButtonProps {
1524
1530
 
1525
1531
  declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, isFromTree, }: AddResourceButtonProps) => react_jsx_runtime.JSX.Element;
1526
1532
 
1527
- type Status = 'passed' | 'failed' | 'warning' | 'skipped' | 'Passed' | 'Failed' | 'Skipped' | 'Warning';
1533
+ type BaseStatus = 'Passed' | 'Failed' | 'Warning' | 'Skipped' | 'On Hold' | 'Descoped' | 'To be Validated' | 'To be Tested' | 'Terminated';
1534
+ type CaseFlexible<StatusType extends string> = StatusType | Lowercase<StatusType> | Uppercase<StatusType> | Capitalize<Lowercase<StatusType>>;
1535
+ type Status = CaseFlexible<BaseStatus>;
1528
1536
  type resultStats = {
1529
1537
  status: Status;
1530
1538
  percentage: number;
@@ -2016,6 +2024,7 @@ interface RadioButtonProps {
2016
2024
  */
2017
2025
  alignIconCenter?: boolean;
2018
2026
  onBlur?: () => void;
2027
+ radioMarginTop?: string;
2019
2028
  }
2020
2029
 
2021
2030
  declare const RadioButton: React__default.FC<RadioButtonProps>;
@@ -3134,7 +3143,7 @@ interface ExecutionContext {
3134
3143
  numberOfRuns: number;
3135
3144
  runCount: number;
3136
3145
  executionEnv?: 'Local' | string;
3137
- browserName?: 'Local' | 'mac' | 'android' | 'Google Chrome';
3146
+ browserName?: 'Local' | 'mac' | 'android' | 'Google Chrome' | 'comet';
3138
3147
  browserVersion: string;
3139
3148
  systemUrl: string;
3140
3149
  machineInfo: MachineInfo;
@@ -4340,6 +4349,7 @@ interface EditLabelProps {
4340
4349
  inlineValidationError?: boolean;
4341
4350
  onChangeValidationError?: boolean;
4342
4351
  truncatedType?: 'count' | 'pixel';
4352
+ isTableTree?: boolean;
4343
4353
  }
4344
4354
  type OptionValue$1 = any;
4345
4355
  type DisabledOptions = {
@@ -4351,7 +4361,7 @@ interface Option$2 {
4351
4361
  [key: string]: OptionValue$1;
4352
4362
  }
4353
4363
 
4354
- 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, }: EditLabelProps) => react_jsx_runtime.JSX.Element;
4364
+ 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;
4355
4365
 
4356
4366
  interface ErrorBoundaryProps {
4357
4367
  fallback: ReactNode;
@@ -4488,7 +4498,7 @@ interface MediaViewerModalProps {
4488
4498
  onTogglePlay?: () => void;
4489
4499
  mediaType: 'video' | 'image';
4490
4500
  src: string;
4491
- headerTitle?: string;
4501
+ headerTitle?: string | React.ReactNode;
4492
4502
  onDownload?: () => void;
4493
4503
  onExpand?: () => void;
4494
4504
  showHeader?: boolean;
@@ -4513,12 +4523,14 @@ interface ActionsConfig {
4513
4523
  iconName?: string;
4514
4524
  disabled?: boolean;
4515
4525
  tooltip?: string;
4526
+ className?: string;
4516
4527
  };
4517
4528
  delete?: {
4518
4529
  onClick: () => void;
4519
4530
  iconName?: string;
4520
4531
  disabled?: boolean;
4521
4532
  tooltip?: string;
4533
+ className?: string;
4522
4534
  };
4523
4535
  }
4524
4536
  interface SessionDropdownProps {
@@ -5534,6 +5546,8 @@ interface TableProps {
5534
5546
  isHeaderRequired?: boolean;
5535
5547
  isClientSide?: boolean;
5536
5548
  isDraggable?: boolean;
5549
+ handleParentRowHover?: (e: any) => void;
5550
+ handleParentRowHoverOut?: (e: any) => void;
5537
5551
  }
5538
5552
 
5539
5553
  declare const StepLandingTable: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TableProps & React__default.RefAttributes<any>>>;
@@ -5664,15 +5678,43 @@ interface SessionManagerProps {
5664
5678
 
5665
5679
  declare const SessionManager: React$1.ForwardRefExoticComponent<SessionManagerProps & React$1.RefAttributes<HTMLDivElement>>;
5666
5680
 
5667
- declare const StatusBadge: ({ gap, fontSize, statusValues, }: {
5681
+ declare const StatusBadge: ({ gap, fontSize, entityType, statusValues, }: {
5668
5682
  gap?: number;
5669
5683
  fontSize?: number;
5684
+ entityType?: string;
5670
5685
  statusValues: {
5671
5686
  status: string;
5672
5687
  value: number;
5673
5688
  }[];
5674
5689
  }) => react_jsx_runtime.JSX.Element;
5675
5690
 
5691
+ interface ToggleOption {
5692
+ label: string;
5693
+ value: string;
5694
+ }
5695
+ interface ContextToggleProps {
5696
+ options: ToggleOption[];
5697
+ selected: string;
5698
+ onChange: (value: string) => void;
5699
+ iconName?: string;
5700
+ className?: string;
5701
+ width?: number | string;
5702
+ height?: number | string;
5703
+ }
5704
+
5705
+ declare const SelectionSwitcher: React__default.FC<ContextToggleProps>;
5706
+
5707
+ interface ZoomControlProps {
5708
+ value: number;
5709
+ min?: number;
5710
+ max?: number;
5711
+ step?: number;
5712
+ onChange: (value: number) => void;
5713
+ className?: string;
5714
+ }
5715
+
5716
+ declare const ZoomControl: FC<ZoomControlProps>;
5717
+
5676
5718
  declare const EMAIL_REGEX: RegExp;
5677
5719
  declare const URL_REGEX: RegExp;
5678
5720
  declare const PHONE_REGEX: RegExp;
@@ -5767,6 +5809,7 @@ declare const convertToBytes: (value: string) => number;
5767
5809
  interface StepResultStatsProps {
5768
5810
  metaData: any;
5769
5811
  width?: number;
5812
+ displayIcon?: boolean;
5770
5813
  }
5771
5814
 
5772
5815
  declare const StepResultStats: React.FC<StepResultStatsProps>;
@@ -5803,5 +5846,15 @@ declare const useDeviceType: () => {
5803
5846
 
5804
5847
  declare const copyToClipboard: (text: string) => boolean;
5805
5848
 
5806
- 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, 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, SequentialConnectingBranch, SessionDropdown, SessionManager, StateDropdown, StatusBadge, StatusButton, StatusCard, StatusIndicator, StepLandingTable, StepResultStats, SwitchButton, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, TableTreeFn, TableWithAccordion, Tabs, TabsWithSilder, Textarea as TextArea, TextEditor, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, 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, addPrePostStepGroup, addStepGroup, autoScrollToTableLastRow, capitalize, checkEmpty, checkMicrophoneAccess, 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 };
5849
+ interface StorageUsageBarProps {
5850
+ used: number;
5851
+ total: number;
5852
+ unit?: string;
5853
+ showValue?: boolean;
5854
+ width?: string;
5855
+ }
5856
+
5857
+ declare const StorageUsageBar: React.FC<StorageUsageBarProps>;
5858
+
5859
+ 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, 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, 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, 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 };
5807
5860
  export type { RootNode$1 as RootNode, TreeNodeProps };