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.
- package/lib/ComponentProps/TreeNodeProps.d.ts +1 -0
- package/lib/assets/icons/mac_white_icon.svg.js +6 -0
- package/lib/assets/icons/mac_white_icon.svg.js.map +1 -0
- package/lib/assets/icons/maximize_livetesting.svg.js +6 -0
- package/lib/assets/icons/maximize_livetesting.svg.js.map +1 -0
- package/lib/assets/icons/minimize_tree.svg.js +6 -0
- package/lib/assets/icons/minimize_tree.svg.js.map +1 -0
- package/lib/assets/icons/timer_icon.svg.js +6 -0
- package/lib/assets/icons/timer_icon.svg.js.map +1 -0
- package/lib/assets/icons/view_access_icon.svg.js +1 -1
- package/lib/assets/icons/view_access_icon.svg.js.map +1 -1
- package/lib/assets/icons/windows_blue_icon.svg.js +6 -0
- package/lib/assets/icons/windows_blue_icon.svg.js.map +1 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +53 -13
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -1
- package/lib/components/AppHeader/AppHeader.js +36 -3
- package/lib/components/AppHeader/AppHeader.js.map +1 -1
- package/lib/components/AppHeader/types.d.ts +11 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js +17 -5
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
- package/lib/components/ConditionalDropdown/OptionsDropdown.js +16 -6
- package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -1
- package/lib/components/ConditionalDropdown/types.d.ts +12 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js +3 -2
- package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -1
- package/lib/components/CreateVariable/types.d.ts +3 -2
- package/lib/components/Drawer/Drawer.js +7 -4
- package/lib/components/Drawer/Drawer.js.map +1 -1
- package/lib/components/EditLabel/EditLabel.js +2 -2
- package/lib/components/EditLabel/EditLabel.js.map +1 -1
- package/lib/components/Editor/Editor.js +8 -3
- package/lib/components/Editor/Editor.js.map +1 -1
- package/lib/components/Editor/VariableDropdown.js +7 -7
- package/lib/components/Editor/VariableDropdown.js.map +1 -1
- package/lib/components/Editor/types.d.ts +8 -0
- package/lib/components/Excel/Data.d.ts +8 -60
- package/lib/components/Excel/Data.js +50 -18
- package/lib/components/Excel/Data.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +2 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +2 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +8 -9
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +45 -2
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +7 -6
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +17 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +21 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +380 -27
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +43 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -1
- package/lib/components/Excel/Types.d.ts +2 -0
- package/lib/components/Excel/dataConversion.js +6 -2
- package/lib/components/Excel/dataConversion.js.map +1 -1
- package/lib/components/Icon/iconList.js +16 -6
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/NLPInput/NlpInput.js +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
- package/lib/components/Prompt/Prompt.js +2 -1
- package/lib/components/Prompt/Prompt.js.map +1 -1
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +14 -9
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +92 -69
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +1 -1
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js +187 -15
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js +20 -4
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/Types.d.ts +6 -0
- package/lib/components/StepsLandingTable/StepLandingTable.js +7 -3
- package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
- package/lib/components/StepsLandingTable/types.d.ts +2 -0
- package/lib/components/Table/Table.js +184 -42
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/components/TableWithAccordion/TableWithAccordion.js +4 -3
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +7 -5
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +1 -1
- package/lib/index.cjs +1189 -243
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +30 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- 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?:
|
|
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
|
*/
|