pixel-sharan 1.13.91 → 1.13.95

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 (112) hide show
  1. package/lib/StyleGuide/ColorPalette/colorPaletteList.js +20 -0
  2. package/lib/StyleGuide/ColorPalette/colorPaletteList.js.map +1 -1
  3. package/lib/assets/icons/add_new_file.svg.js +1 -1
  4. package/lib/assets/icons/add_new_file.svg.js.map +1 -1
  5. package/lib/assets/icons/amazon_icon.svg.js +6 -0
  6. package/lib/assets/icons/amazon_icon.svg.js.map +1 -0
  7. package/lib/assets/icons/filter_active.svg.js +1 -1
  8. package/lib/assets/icons/filter_active.svg.js.map +1 -1
  9. package/lib/assets/icons/google_icon.svg.js +6 -0
  10. package/lib/assets/icons/google_icon.svg.js.map +1 -0
  11. package/lib/assets/icons/huawei_icon.svg.js +6 -0
  12. package/lib/assets/icons/huawei_icon.svg.js.map +1 -0
  13. package/lib/assets/icons/oneplus_icon.svg.js +6 -0
  14. package/lib/assets/icons/oneplus_icon.svg.js.map +1 -0
  15. package/lib/assets/icons/optimize_stepgroup.svg.js +1 -3
  16. package/lib/assets/icons/optimize_stepgroup.svg.js.map +1 -1
  17. package/lib/assets/icons/samsung_icon.svg.js +6 -0
  18. package/lib/assets/icons/samsung_icon.svg.js.map +1 -0
  19. package/lib/assets/icons/upload_file.svg.js +1 -1
  20. package/lib/assets/icons/upload_file.svg.js.map +1 -1
  21. package/lib/assets/icons/xiaomi_icon.svg.js +6 -0
  22. package/lib/assets/icons/xiaomi_icon.svg.js.map +1 -0
  23. package/lib/components/AttachmentButton/AttachmentButton.js +1 -1
  24. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +4 -6
  25. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -1
  26. package/lib/components/Comments/Comments.js +22 -23
  27. package/lib/components/Comments/Comments.js.map +1 -1
  28. package/lib/components/Comments/childComment/ChildComment.js +25 -27
  29. package/lib/components/Comments/childComment/ChildComment.js.map +1 -1
  30. package/lib/components/Comments/mentionUser/MentionUser.js +3 -1
  31. package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -1
  32. package/lib/components/Comments/type.d.ts +1 -0
  33. package/lib/components/Drawer/Drawer.js +2 -1
  34. package/lib/components/Drawer/Drawer.js.map +1 -1
  35. package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +1 -0
  36. package/lib/components/Excel/ExcelFile/ExcelFile.js +4 -2
  37. package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
  38. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +33 -21
  39. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
  40. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +3 -3
  41. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -1
  42. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +1 -0
  43. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +4 -3
  44. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  45. package/lib/components/Icon/iconList.js +13 -1
  46. package/lib/components/Icon/iconList.js.map +1 -1
  47. package/lib/components/Input/Input.js +0 -1
  48. package/lib/components/Input/Input.js.map +1 -1
  49. package/lib/components/InputWithDropdown/InputWithDropdown.js +3 -1
  50. package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -1
  51. package/lib/components/InputWithDropdown/types.d.ts +1 -0
  52. package/lib/components/MenuOption/MenuOption.js +2 -2
  53. package/lib/components/MenuOption/MenuOption.js.map +1 -1
  54. package/lib/components/NoDataContent/NoDataContent.js +5 -1
  55. package/lib/components/NoDataContent/NoDataContent.js.map +1 -1
  56. package/lib/components/NoDataContent/type.d.ts +1 -0
  57. package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js +47 -13
  58. package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js.map +1 -1
  59. package/lib/components/ScriptGenerationLoader/types.d.ts +5 -1
  60. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +1 -1
  61. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
  62. package/lib/components/SequentialConnectingBranch/types.d.ts +1 -0
  63. package/lib/components/StepsLandingTable/StepLandingTable.js +2 -1
  64. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  65. package/lib/components/TableTreeFn/Components/TableBody.d.ts +3 -0
  66. package/lib/components/TableTreeFn/Components/TableBody.js +68 -0
  67. package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -0
  68. package/lib/components/TableTreeFn/Components/TableCell.d.ts +4 -0
  69. package/lib/components/TableTreeFn/Components/TableCell.js +160 -0
  70. package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -0
  71. package/lib/components/TableTreeFn/Components/TableHead.d.ts +4 -0
  72. package/lib/components/TableTreeFn/Components/TableHead.js +79 -0
  73. package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -0
  74. package/lib/components/TableTreeFn/Components/TableRow.d.ts +4 -0
  75. package/lib/components/TableTreeFn/Components/TableRow.js +54 -0
  76. package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -0
  77. package/lib/components/TableTreeFn/TableTreeFn.d.ts +5 -0
  78. package/lib/components/TableTreeFn/TableTreeFn.js +256 -0
  79. package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -0
  80. package/lib/components/TableTreeFn/Utils/addLastChild.d.ts +2 -0
  81. package/lib/components/TableTreeFn/Utils/addLastChild.js +28 -0
  82. package/lib/components/TableTreeFn/Utils/addLastChild.js.map +1 -0
  83. package/lib/components/TableTreeFn/Utils/addNewRow.d.ts +14 -0
  84. package/lib/components/TableTreeFn/Utils/addNewRow.js +77 -0
  85. package/lib/components/TableTreeFn/Utils/addNewRow.js.map +1 -0
  86. package/lib/components/TableTreeFn/Utils/formatDataCell.d.ts +2 -0
  87. package/lib/components/TableTreeFn/Utils/formatDataCell.js +18 -0
  88. package/lib/components/TableTreeFn/Utils/formatDataCell.js.map +1 -0
  89. package/lib/components/TableTreeFn/Utils/getAllChildIds.d.ts +2 -0
  90. package/lib/components/TableTreeFn/Utils/getAllChildIds.js +12 -0
  91. package/lib/components/TableTreeFn/Utils/getAllChildIds.js.map +1 -0
  92. package/lib/components/TableTreeFn/Utils/renderSpaces.d.ts +0 -0
  93. package/lib/components/TableTreeFn/Utils/renderSpaces.js +2 -0
  94. package/lib/components/TableTreeFn/Utils/renderSpaces.js.map +1 -0
  95. package/lib/components/TableTreeFn/data.d.ts +247 -0
  96. package/lib/components/TableTreeFn/data.js +528 -0
  97. package/lib/components/TableTreeFn/data.js.map +1 -0
  98. package/lib/components/TableTreeFn/index.d.ts +1 -0
  99. package/lib/components/TableTreeFn/index.js +2 -0
  100. package/lib/components/TableTreeFn/index.js.map +1 -0
  101. package/lib/components/TableTreeFn/types.d.ts +141 -0
  102. package/lib/components/TableTreeFn/types.js +2 -0
  103. package/lib/components/TableTreeFn/types.js.map +1 -0
  104. package/lib/index.cjs +886 -131
  105. package/lib/index.cjs.map +1 -1
  106. package/lib/index.d.ts +125 -48
  107. package/lib/index.js +1 -0
  108. package/lib/index.js.map +1 -1
  109. package/lib/styles.css +1 -1
  110. package/lib/styles.css.map +1 -1
  111. package/lib/tsconfig.tsbuildinfo +1 -1
  112. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -451,24 +451,24 @@ interface AccordionProps {
451
451
  */
452
452
  declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, }: AccordionProps) => react_jsx_runtime.JSX.Element;
453
453
 
454
- type OptionValue$3 = any;
455
- interface Option$5 {
456
- [key: string]: OptionValue$3;
454
+ type OptionValue$4 = any;
455
+ interface Option$6 {
456
+ [key: string]: OptionValue$4;
457
457
  }
458
458
  interface MultiSelectProps {
459
- options: Option$5[];
459
+ options: Option$6[];
460
460
  type?: 'email' | 'text';
461
461
  label: string;
462
- selectedOptions?: Option$5[];
462
+ selectedOptions?: Option$6[];
463
463
  disabled?: boolean;
464
464
  onSearch?: (searchedKeyword: string) => void;
465
- onChange?: (selectedOptions: Option$5[]) => void;
465
+ onChange?: (selectedOptions: Option$6[]) => void;
466
466
  acceptNewOption?: boolean;
467
467
  zIndex?: number;
468
468
  required?: boolean;
469
469
  errorMessage?: string;
470
470
  withSelectButton?: boolean;
471
- onSelectButtonClick?: (selectedOptions: Option$5[]) => void;
471
+ onSelectButtonClick?: (selectedOptions: Option$6[]) => void;
472
472
  displayCount?: boolean;
473
473
  isAllSelected?: boolean;
474
474
  onToggleAllSelect?: (checkedState: boolean) => void;
@@ -909,9 +909,9 @@ interface SelectProps$1 {
909
909
  * Provide the boolean value if arrow icon is reuired or not
910
910
  */
911
911
  showArrowIcon?: boolean;
912
- optionsList: Option$4[];
913
- selectedOption: Option$4;
914
- onChange: (option: Option$4) => void;
912
+ optionsList: Option$5[];
913
+ selectedOption: Option$5;
914
+ onChange: (option: Option$5) => void;
915
915
  errorMsg?: string;
916
916
  className?: string;
917
917
  optionZIndex?: number;
@@ -992,9 +992,9 @@ interface SelectProps$1 {
992
992
  */
993
993
  dropDownRef?: RefObject<HTMLDivElement>;
994
994
  }
995
- type OptionValue$2 = any;
996
- interface Option$4 {
997
- [key: string]: OptionValue$2;
995
+ type OptionValue$3 = any;
996
+ interface Option$5 {
997
+ [key: string]: OptionValue$3;
998
998
  }
999
999
 
1000
1000
  declare const Select: FC<SelectProps$1>;
@@ -1753,7 +1753,7 @@ declare const ForwardedForms: <T extends Form.FieldValues>(props: FormProps<T> &
1753
1753
  ref?: React__default.Ref<any>;
1754
1754
  }) => JSX.Element;
1755
1755
 
1756
- interface Option$3 {
1756
+ interface Option$4 {
1757
1757
  label: string | ReactNode;
1758
1758
  value: string;
1759
1759
  }
@@ -1802,11 +1802,11 @@ interface InputWithDropdownProps {
1802
1802
  /**
1803
1803
  * Options for the select dropdown
1804
1804
  */
1805
- optionsList: Option$3[];
1805
+ optionsList: Option$4[];
1806
1806
  /**
1807
1807
  * Selected option for the select dropdown
1808
1808
  */
1809
- selectedOption?: Option$3;
1809
+ selectedOption?: Option$4;
1810
1810
  /**
1811
1811
  * onChange handler for input changes
1812
1812
  */
@@ -1851,6 +1851,7 @@ interface InputWithDropdownProps {
1851
1851
  * pattern for input component
1852
1852
  */
1853
1853
  pattern?: string;
1854
+ inputMode?: 'numeric';
1854
1855
  }
1855
1856
 
1856
1857
  declare const InputWithDropdown: React$1.ForwardRefExoticComponent<InputWithDropdownProps & React$1.RefAttributes<HTMLInputElement>>;
@@ -2163,7 +2164,7 @@ type TreeNodeProps = {
2163
2164
  isScript?: boolean;
2164
2165
  };
2165
2166
 
2166
- interface NewNode {
2167
+ interface NewNode$1 {
2167
2168
  sourceId?: string;
2168
2169
  payloadSourceId?: string;
2169
2170
  action?: 'addAbove' | 'addBelow' | 'addInside';
@@ -2176,27 +2177,27 @@ interface NewNode {
2176
2177
  confirmIconTooltip?: string;
2177
2178
  cancelIconTooltip?: string;
2178
2179
  }
2179
- declare type JSX$1 = ReactNode | JSX$1.Element[] | string | null;
2180
- type RootNode = {
2180
+ declare type JSX$2 = ReactNode | JSX$2.Element[] | string | null;
2181
+ type RootNode$1 = {
2181
2182
  node: any;
2182
2183
  select: 'radio' | 'checkbox' | 'none';
2183
- cell?: (row: any) => JSX$1;
2184
- actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$1;
2184
+ cell?: (row: any) => JSX$2;
2185
+ actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$2;
2185
2186
  };
2186
- interface Column {
2187
- name: string | JSX$1;
2187
+ interface Column$1 {
2188
+ name: string | JSX$2;
2188
2189
  accessor: string;
2189
2190
  width: string;
2190
2191
  isClickable?: boolean;
2191
- cell?: (row: any) => JSX$1;
2192
- actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$1;
2192
+ cell?: (row: any) => JSX$2;
2193
+ actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$2;
2193
2194
  isTree?: boolean;
2194
2195
  defaultValue?: string;
2195
- defaultActions?: () => JSX$1;
2196
+ defaultActions?: () => JSX$2;
2196
2197
  }
2197
- interface TreeTableProps {
2198
+ interface TreeTableProps$1 {
2198
2199
  treeData: any;
2199
- columnsData: Column[];
2200
+ columnsData: Column$1[];
2200
2201
  selected?: string[];
2201
2202
  select?: 'radio' | 'checkbox' | 'none';
2202
2203
  onChange?: (e: any, node: string[] | any) => void;
@@ -2205,11 +2206,11 @@ interface TreeTableProps {
2205
2206
  loadMore?: (_direction?: string) => void;
2206
2207
  tableBorder?: string;
2207
2208
  height?: number | string;
2208
- newNode?: NewNode;
2209
- onAddConfirm?: (_name: string, _type?: Option$2) => void;
2209
+ newNode?: NewNode$1;
2210
+ onAddConfirm?: (_name: string, _type?: Option$3) => void;
2210
2211
  onAddCancel?: () => void;
2211
2212
  loading?: boolean;
2212
- rootNode?: RootNode;
2213
+ rootNode?: RootNode$1;
2213
2214
  getContentLength?: number;
2214
2215
  handleEditFieldError?: (inputText: string) => string;
2215
2216
  pagination?: boolean;
@@ -2224,12 +2225,12 @@ interface TreeTableProps {
2224
2225
  disableEditLabelConfirmIcon?: boolean;
2225
2226
  transparentHeader?: boolean;
2226
2227
  }
2227
- type OptionValue$1 = any;
2228
- interface Option$2 {
2229
- [key: string]: OptionValue$1;
2228
+ type OptionValue$2 = any;
2229
+ interface Option$3 {
2230
+ [key: string]: OptionValue$2;
2230
2231
  }
2231
2232
 
2232
- declare const TreeTable: React__default.ForwardRefExoticComponent<TreeTableProps & React__default.RefAttributes<HTMLDivElement>>;
2233
+ declare const TreeTable: React__default.ForwardRefExoticComponent<TreeTableProps$1 & React__default.RefAttributes<HTMLDivElement>>;
2233
2234
 
2234
2235
  interface TabsProps$1 {
2235
2236
  /**
@@ -2500,7 +2501,7 @@ interface StateDropdownProps {
2500
2501
  value: string;
2501
2502
  isReviewer: boolean;
2502
2503
  isApprovePage: boolean;
2503
- handleDropdownOptionsClick: (option: Option$4) => void;
2504
+ handleDropdownOptionsClick: (option: Option$5) => void;
2504
2505
  disabled: boolean;
2505
2506
  isOnlyReviewer: boolean;
2506
2507
  handleStateValueClick: () => void;
@@ -2934,9 +2935,9 @@ interface SequentialConnectingBranchProps {
2934
2935
  machineInstances: ExecutionContext[] | {}[];
2935
2936
  machineColumnWidth?: number;
2936
2937
  machineColumnCount?: number;
2937
- selectedMachine?: Option$4;
2938
- machineOptionsList?: Option$4[];
2939
- onHandleSelect?: (option: Option$4) => void;
2938
+ selectedMachine?: Option$5;
2939
+ machineOptionsList?: Option$5[];
2940
+ onHandleSelect?: (option: Option$5) => void;
2940
2941
  onAddBrowserInstance?: (modalId: string) => void;
2941
2942
  onUpdateAddBrowserInstance?: (modalId: string, machineInstance: ExecutionContext) => void;
2942
2943
  onDeleteBrowserInstance?: (id: string, runCount: number) => void;
@@ -2968,6 +2969,7 @@ interface MachineInfo {
2968
2969
  interface DeviceInfo {
2969
2970
  name: string;
2970
2971
  platform: string;
2972
+ version?: string;
2971
2973
  }
2972
2974
  interface ExecutionContext {
2973
2975
  machineInstanceId: string;
@@ -3303,6 +3305,7 @@ interface ExcelFileProps {
3303
3305
  rowContextEnable?: boolean;
3304
3306
  sheetBarContextEnable?: boolean;
3305
3307
  minimumColumnWidth?: number;
3308
+ showHider?: boolean;
3306
3309
  scroller?: boolean;
3307
3310
  attachmentAction?: {
3308
3311
  addAttachment: (file: File) => Promise<string>;
@@ -4062,14 +4065,14 @@ interface ChipsWithCountProps {
4062
4065
  declare const ChipWithCount: FC<ChipsWithCountProps>;
4063
4066
 
4064
4067
  interface EditLabelProps {
4065
- onConfirm?: (_text: string, _selectedOption?: Option$1) => void;
4068
+ onConfirm?: (_text: string, _selectedOption?: Option$2) => void;
4066
4069
  onCancel?: () => void;
4067
4070
  onClick?: () => void;
4068
4071
  handleCustomError?: (inputText: string) => string;
4069
4072
  value?: string;
4070
4073
  label?: string;
4071
- optionsList?: Option$1[];
4072
- selectedOption?: Option$1;
4074
+ optionsList?: Option$2[];
4075
+ selectedOption?: Option$2;
4073
4076
  withDropdown?: boolean;
4074
4077
  inputFieldWidth?: number;
4075
4078
  selectFieldWidth?: number;
@@ -4095,14 +4098,14 @@ interface EditLabelProps {
4095
4098
  onChangeValidationError?: boolean;
4096
4099
  truncatedType?: 'count' | 'pixel';
4097
4100
  }
4098
- type OptionValue = any;
4101
+ type OptionValue$1 = any;
4099
4102
  type DisabledOptions = {
4100
4103
  confirm?: boolean;
4101
4104
  cancel?: boolean;
4102
4105
  textField?: boolean;
4103
4106
  };
4104
- interface Option$1 {
4105
- [key: string]: OptionValue;
4107
+ interface Option$2 {
4108
+ [key: string]: OptionValue$1;
4106
4109
  }
4107
4110
 
4108
4111
  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;
@@ -4283,6 +4286,75 @@ interface SessionDropdownProps {
4283
4286
 
4284
4287
  declare const SessionDropdown: React__default.FC<SessionDropdownProps>;
4285
4288
 
4289
+ interface NewNode {
4290
+ sourceId?: string;
4291
+ payloadSourceId?: string;
4292
+ action?: 'addAbove' | 'addBelow' | 'addInside';
4293
+ type?: 'input' | 'inputWithDropdown';
4294
+ options?: [];
4295
+ selectedOption?: string;
4296
+ value?: string;
4297
+ error?: string;
4298
+ label?: string;
4299
+ confirmIconTooltip?: string;
4300
+ cancelIconTooltip?: string;
4301
+ }
4302
+ declare type JSX$1 = ReactNode | JSX$1.Element[] | string | null;
4303
+ type RootNode = {
4304
+ node: any;
4305
+ select: 'radio' | 'checkbox' | 'none';
4306
+ cell?: (row: any) => JSX$1;
4307
+ actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$1;
4308
+ };
4309
+ interface Column {
4310
+ name: string | JSX$1;
4311
+ accessor: string;
4312
+ width: string;
4313
+ isClickable?: boolean;
4314
+ cell?: (row: any) => JSX$1;
4315
+ actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$1;
4316
+ isTree?: boolean;
4317
+ defaultValue?: string;
4318
+ defaultActions?: () => JSX$1;
4319
+ }
4320
+ interface TreeTableProps {
4321
+ treeData: any;
4322
+ columnsData: Column[];
4323
+ selected?: string[];
4324
+ select?: 'radio' | 'checkbox' | 'none';
4325
+ onChange?: (e: any, node: string[] | any) => void;
4326
+ onClick?: (e: React.MouseEvent<HTMLDivElement>, row: TreeNodeProps) => void;
4327
+ onExpand?: (node: TreeNodeProps) => void;
4328
+ loadMore?: (_direction?: string) => void;
4329
+ tableBorder?: string;
4330
+ height?: number | string;
4331
+ newNode?: NewNode;
4332
+ onAddConfirm?: (_name: string, _type?: Option$1) => void;
4333
+ onAddCancel?: () => void;
4334
+ loading?: boolean;
4335
+ rootNode?: RootNode;
4336
+ getContentLength?: number;
4337
+ handleEditFieldError?: (inputText: string) => string;
4338
+ pagination?: boolean;
4339
+ selectedNode?: string;
4340
+ tableHeaderBgColor?: string;
4341
+ hideOnDisable?: boolean;
4342
+ freezeColumns?: number;
4343
+ scriptLengthTruncate?: number;
4344
+ addModuleInputWidth?: number;
4345
+ addModuleSelectWidth?: number;
4346
+ onScroll?: () => void;
4347
+ disableEditLabelConfirmIcon?: boolean;
4348
+ transparentHeader?: boolean;
4349
+ navigateTreeNode?: string | null;
4350
+ }
4351
+ type OptionValue = any;
4352
+ interface Option$1 {
4353
+ [key: string]: OptionValue;
4354
+ }
4355
+
4356
+ declare const TableTreeFn: React__default.ForwardRefExoticComponent<TreeTableProps & React__default.RefAttributes<HTMLDivElement>>;
4357
+
4286
4358
  type valueType$1 = any;
4287
4359
  declare const checkEmpty: (value: valueType$1) => boolean;
4288
4360
 
@@ -5181,6 +5253,7 @@ interface NoDataFoundProps {
5181
5253
  text?: string;
5182
5254
  textFontSize?: string;
5183
5255
  textDirectionRow?: boolean;
5256
+ gap?: string;
5184
5257
  }
5185
5258
 
5186
5259
  declare const NoDataContent: React__default.FC<NoDataFoundProps>;
@@ -5338,11 +5411,15 @@ declare const convertToBytes: (value: string) => number;
5338
5411
 
5339
5412
  declare const StepResultStats: React__default.FC<any>;
5340
5413
 
5414
+ interface Action {
5415
+ text?: string;
5416
+ color?: string;
5417
+ }
5341
5418
  interface ScriptGenerationLoaderProps {
5342
5419
  /**
5343
5420
  * array
5344
5421
  */
5345
- actions?: string[];
5422
+ actions?: Action[];
5346
5423
  /**
5347
5424
  * In percentage
5348
5425
  */
@@ -5356,5 +5433,5 @@ interface ScriptGenerationLoaderProps {
5356
5433
 
5357
5434
  declare const ScriptGenerationLoader: React__default.FC<ScriptGenerationLoaderProps>;
5358
5435
 
5359
- 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, 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, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EMAIL_VALIDATION_REGEX, EXCEL_SPACING_REGEX, EditLabel, EditTextField, Editor, ErrorBoundary, ExcelFile as Excel, ExpandableMenu, 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, 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, SSN_REGEX, START_END_WHITESPACE_REGEX, STEP_GROUP_NAME_REGEX, ScriptGenerationLoader, ScriptSwitchButton, Search, Select, SequentialConnectingBranch, SessionDropdown, StateDropdown, StatusButton, StatusCard, StatusIndicator, StepLandingTable, StepResultStats, SwitchButton, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, 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, 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, togglePrePostConditions, truncateText, updateTreeState, useBeforeUnload, useClickOutside, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl };
5360
- export type { RootNode, TreeNodeProps };
5436
+ 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, 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, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EMAIL_VALIDATION_REGEX, EXCEL_SPACING_REGEX, EditLabel, EditTextField, Editor, ErrorBoundary, ExcelFile as Excel, ExpandableMenu, 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, 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, SSN_REGEX, START_END_WHITESPACE_REGEX, STEP_GROUP_NAME_REGEX, ScriptGenerationLoader, ScriptSwitchButton, Search, Select, SequentialConnectingBranch, SessionDropdown, StateDropdown, 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, 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, togglePrePostConditions, truncateText, updateTreeState, useBeforeUnload, useClickOutside, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl };
5437
+ export type { RootNode$1 as RootNode, TreeNodeProps };
package/lib/index.js CHANGED
@@ -98,6 +98,7 @@ export { default as OsTree } from './components/OsTree/OsTree.js';
98
98
  export { default as OtpVerification } from './components/OtpVerification/OtpVerification.js';
99
99
  export { default as MediaViewerModel } from './components/MediaViewerModal/MediaViewerModal.js';
100
100
  export { default as SessionDropdown } from './components/SessionDropdown/SessionDropdown.js';
101
+ export { default as TableTreeFn } from './components/TableTreeFn/TableTreeFn.js';
101
102
  export { checkEmpty } from './utils/checkEmpty/checkEmpty.js';
102
103
  export { getExtension, getExtensionWithPeriod } from './utils/getExtension/getExtension.js';
103
104
  export { findAndInsert } from './utils/findAndInsert/findAndInsert.js';
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}