abdul-react 0.0.34 → 0.0.37

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 (92) hide show
  1. package/lib/ComponentProps/TreeNodeProps.d.ts +1 -0
  2. package/lib/assets/icons/mac_white_icon.svg.js +6 -0
  3. package/lib/assets/icons/mac_white_icon.svg.js.map +1 -0
  4. package/lib/assets/icons/maximize_livetesting.svg.js +6 -0
  5. package/lib/assets/icons/maximize_livetesting.svg.js.map +1 -0
  6. package/lib/assets/icons/minimize_tree.svg.js +6 -0
  7. package/lib/assets/icons/minimize_tree.svg.js.map +1 -0
  8. package/lib/assets/icons/timer_icon.svg.js +6 -0
  9. package/lib/assets/icons/timer_icon.svg.js.map +1 -0
  10. package/lib/assets/icons/view_access_icon.svg.js +1 -1
  11. package/lib/assets/icons/view_access_icon.svg.js.map +1 -1
  12. package/lib/assets/icons/windows_blue_icon.svg.js +6 -0
  13. package/lib/assets/icons/windows_blue_icon.svg.js.map +1 -0
  14. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +53 -13
  15. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -1
  16. package/lib/components/AppHeader/AppHeader.js +36 -3
  17. package/lib/components/AppHeader/AppHeader.js.map +1 -1
  18. package/lib/components/AppHeader/types.d.ts +11 -0
  19. package/lib/components/ConditionalDropdown/ConditionalDropdown.js +17 -5
  20. package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
  21. package/lib/components/ConditionalDropdown/OptionsDropdown.js +16 -6
  22. package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -1
  23. package/lib/components/ConditionalDropdown/types.d.ts +12 -0
  24. package/lib/components/CreateVariable/CreateVariableSlider.js +3 -2
  25. package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -1
  26. package/lib/components/CreateVariable/types.d.ts +3 -2
  27. package/lib/components/Drawer/Drawer.js +7 -4
  28. package/lib/components/Drawer/Drawer.js.map +1 -1
  29. package/lib/components/EditLabel/EditLabel.js +2 -2
  30. package/lib/components/EditLabel/EditLabel.js.map +1 -1
  31. package/lib/components/Editor/Editor.js +8 -3
  32. package/lib/components/Editor/Editor.js.map +1 -1
  33. package/lib/components/Editor/VariableDropdown.js +7 -7
  34. package/lib/components/Editor/VariableDropdown.js.map +1 -1
  35. package/lib/components/Editor/types.d.ts +8 -0
  36. package/lib/components/Excel/Data.d.ts +8 -60
  37. package/lib/components/Excel/Data.js +50 -18
  38. package/lib/components/Excel/Data.js.map +1 -1
  39. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +2 -0
  40. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
  41. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +2 -1
  42. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -1
  43. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +8 -9
  44. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
  45. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +45 -2
  46. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
  47. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +7 -6
  48. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
  49. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +17 -1
  50. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +21 -1
  51. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -1
  52. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +380 -27
  53. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  54. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +4 -0
  55. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +43 -1
  56. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -1
  57. package/lib/components/Excel/Types.d.ts +2 -0
  58. package/lib/components/Excel/dataConversion.js +6 -2
  59. package/lib/components/Excel/dataConversion.js.map +1 -1
  60. package/lib/components/Icon/iconList.js +16 -6
  61. package/lib/components/Icon/iconList.js.map +1 -1
  62. package/lib/components/NLPInput/NlpInput.js +1 -1
  63. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +1 -1
  64. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
  65. package/lib/components/Prompt/Prompt.js +2 -1
  66. package/lib/components/Prompt/Prompt.js.map +1 -1
  67. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +14 -9
  68. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -1
  69. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +92 -69
  70. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -1
  71. package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +1 -1
  72. package/lib/components/StepsLandingTable/Components/StepInnerTable.js +187 -15
  73. package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
  74. package/lib/components/StepsLandingTable/Components/StepTableMainRow.js +20 -4
  75. package/lib/components/StepsLandingTable/Components/StepTableMainRow.js.map +1 -1
  76. package/lib/components/StepsLandingTable/Components/Types.d.ts +6 -0
  77. package/lib/components/StepsLandingTable/StepLandingTable.js +7 -3
  78. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  79. package/lib/components/StepsLandingTable/types.d.ts +2 -0
  80. package/lib/components/Table/Table.js +184 -42
  81. package/lib/components/Table/Table.js.map +1 -1
  82. package/lib/components/TableWithAccordion/TableWithAccordion.js +4 -3
  83. package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
  84. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +7 -5
  85. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -1
  86. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +1 -1
  87. package/lib/index.cjs +1189 -243
  88. package/lib/index.cjs.map +1 -1
  89. package/lib/index.d.ts +30 -1
  90. package/lib/styles.css +1 -1
  91. package/lib/styles.css.map +1 -1
  92. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -69,7 +69,7 @@ interface CreateVariableProps {
69
69
  /**
70
70
  * verify which drawer is open, create or edit
71
71
  */
72
- mode?: 'create' | 'edit';
72
+ mode?: "create" | "edit";
73
73
  /**
74
74
  * Disable the checkbox
75
75
  */
@@ -90,6 +90,7 @@ interface CreateVariableProps {
90
90
  * Show placeholder text
91
91
  */
92
92
  placeholder?: string;
93
+ truncateTextValue?: number;
93
94
  }
94
95
 
95
96
  interface ButtonProps {
@@ -2203,6 +2204,7 @@ type TreeNodeProps = {
2203
2204
  machInstanceId?: string;
2204
2205
  duration?: string;
2205
2206
  headless?: boolean;
2207
+ recordedVideoUrlId?: string;
2206
2208
  };
2207
2209
 
2208
2210
  interface NewNode$1 {
@@ -2738,6 +2740,17 @@ interface AppHeaderProps {
2738
2740
  disabled?: boolean;
2739
2741
  isClient?: boolean;
2740
2742
  hideNavbar?: boolean;
2743
+ centerInfoItems?: {
2744
+ iconName: string;
2745
+ label: string;
2746
+ }[];
2747
+ rightButtons?: {
2748
+ label: string;
2749
+ iconName?: string;
2750
+ color?: string;
2751
+ backgroundColor?: string;
2752
+ onClick?: () => void;
2753
+ }[];
2741
2754
  profileContent?: ReactNode;
2742
2755
  }
2743
2756
  interface appHeaderMenuItemProps {
@@ -3521,6 +3534,10 @@ interface EditorProps {
3521
3534
  * Variable options list
3522
3535
  */
3523
3536
  variableOptionsList?: [] | DyanamicObj[];
3537
+ /**
3538
+ * If true, adds 'FLV_for:' prefix to for loop variables in the dropdown and while searching.
3539
+ */
3540
+ addForloopPrefix?: boolean;
3524
3541
  /**
3525
3542
  *Value to set in the editor
3526
3543
  */
@@ -3554,6 +3571,10 @@ interface EditorProps {
3554
3571
  * Defaukt value for the editor
3555
3572
  */
3556
3573
  defaultValue?: string;
3574
+ /**
3575
+ * Height of the variable dropdown
3576
+ */
3577
+ VariableDropdownHeight?: string;
3557
3578
  /**
3558
3579
  * Custom Monaco Editor options
3559
3580
  */
@@ -4799,6 +4820,10 @@ interface ConditionalDropdownProps {
4799
4820
  * List of variables
4800
4821
  */
4801
4822
  variableList?: dynamicObject$1[];
4823
+ /**
4824
+ * If true, adds 'FLV_for:' prefix to for loop variables in the dropdown and while searching.
4825
+ */
4826
+ addForloopPrefix?: boolean;
4802
4827
  /**
4803
4828
  * Place holder for the input field
4804
4829
  */
@@ -4905,6 +4930,8 @@ interface ConditionalDropdownProps {
4905
4930
  formProps?: Record<string, any>;
4906
4931
  readOnly?: boolean;
4907
4932
  height?: string;
4933
+ isTruncateText?: boolean;
4934
+ truncateTextValue?: number;
4908
4935
  }
4909
4936
 
4910
4937
  declare const ConditionalDropdown: React$1.ForwardRefExoticComponent<ConditionalDropdownProps & React$1.RefAttributes<HTMLInputElement>>;
@@ -5316,6 +5343,8 @@ interface DataProps {
5316
5343
  [key: string]: any;
5317
5344
  }
5318
5345
  interface TableProps {
5346
+ onHighlightComplete?: () => void;
5347
+ highlightKey?: string | undefined | null;
5319
5348
  /**
5320
5349
  * Column details for table
5321
5350
  */