pixel-priya 1.3.22 → 1.3.24
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/components/AppHeader/AppHeader.js +1 -1
- package/lib/components/AppHeader/AppHeader.js.map +1 -1
- package/lib/components/AppHeader/types.d.ts +1 -0
- package/lib/components/Charts/BarChart/BarChart.d.ts +2 -1
- package/lib/components/Charts/BarChart/BarChart.js +8 -8
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +5 -6
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -1
- package/lib/components/Charts/DashboardDonutChart/types.d.ts +1 -1
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js +19 -9
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js.map +1 -1
- package/lib/components/Charts/StackedBarChart/StackedBarChart.d.ts +5 -0
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js +67 -0
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js.map +1 -0
- package/lib/components/Charts/StackedBarChart/index.d.ts +1 -0
- package/lib/components/Charts/StackedBarChart/index.js +2 -0
- package/lib/components/Charts/StackedBarChart/index.js.map +1 -0
- package/lib/components/Charts/StackedBarChart/types.d.ts +34 -0
- package/lib/components/Charts/StackedBarChart/types.js +2 -0
- package/lib/components/Charts/StackedBarChart/types.js.map +1 -0
- package/lib/components/ChatModalAi/ChatModalAi.js +11 -32
- package/lib/components/ChatModalAi/ChatModalAi.js.map +1 -1
- package/lib/components/ChatModalAi/types.d.ts +5 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js +48 -11
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
- package/lib/components/ConditionalDropdown/types.d.ts +3 -0
- package/lib/components/Drawer/Drawer.js +1 -1
- package/lib/components/Drawer/Drawer.js.map +1 -1
- package/lib/components/Editor/VariableDropdown.d.ts +1 -1
- package/lib/components/Editor/VariableDropdown.js +18 -3
- package/lib/components/Editor/VariableDropdown.js.map +1 -1
- package/lib/components/Editor/types.d.ts +1 -0
- package/lib/components/Excel/Data.d.ts +66 -21
- package/lib/components/Excel/Data.js +392 -56
- package/lib/components/Excel/Data.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFile.js +2 -2
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +26 -15
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +5 -3
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +8 -8
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +5 -4
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +37 -3
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +9 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +106 -18
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
- package/lib/components/Excel/Types.d.ts +2 -0
- package/lib/components/Excel/dataConversion.d.ts +2 -2
- package/lib/components/Excel/dataConversion.js +6 -2
- package/lib/components/Excel/dataConversion.js.map +1 -1
- package/lib/components/Icon/iconList.js +36 -0
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/MiniModal/MiniModal.js +105 -46
- package/lib/components/MiniModal/MiniModal.js.map +1 -1
- package/lib/components/MiniModal/types.d.ts +6 -1
- package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.d.ts +5 -0
- package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js +19 -0
- package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js.map +1 -0
- package/lib/components/NetworkErrorBoundary/index.d.ts +1 -0
- package/lib/components/NetworkErrorBoundary/index.js +2 -0
- package/lib/components/NetworkErrorBoundary/index.js.map +1 -0
- package/lib/components/NetworkErrorBoundary/types.d.ts +33 -0
- package/lib/components/NetworkErrorBoundary/types.js +2 -0
- package/lib/components/NetworkErrorBoundary/types.js.map +1 -0
- package/lib/components/Select/Select.js +139 -2
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Select/components/Dropdown.js +13 -82
- package/lib/components/Select/components/Dropdown.js.map +1 -1
- package/lib/components/Select/components/types.d.ts +3 -0
- package/lib/components/Select/components/types.js.map +1 -1
- package/lib/components/StatusBadge/StatusBadge.d.ts +1 -0
- package/lib/components/StatusBadge/StatusBadge.js +19 -18
- package/lib/components/StatusBadge/StatusBadge.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.js +1 -2
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +0 -1
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js +255 -68
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepResultStats.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js +9 -4
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepsTitle.js +2 -2
- package/lib/components/StepsLandingTable/Components/StepsTitle.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/Types.d.ts +2 -0
- package/lib/components/StepsLandingTable/StepLandingTable.js +37 -11
- package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
- package/lib/components/Table/EditComponent.js +6 -6
- package/lib/components/Table/EditComponent.js.map +1 -1
- package/lib/components/Table/NoDataContent.js +1 -1
- package/lib/components/Table/NoDataContent.js.map +1 -1
- package/lib/components/Table/Table.js +155 -78
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/components/Table/Types.d.ts +17 -6
- package/lib/components/Table/components/SortableRow.d.ts +1 -1
- package/lib/components/Table/components/SortableRow.js +68 -69
- package/lib/components/Table/components/SortableRow.js.map +1 -1
- package/lib/components/Table/components/TableHeader.js +20 -15
- package/lib/components/Table/components/TableHeader.js.map +1 -1
- package/lib/components/Table/components/VirtualizedRows.d.ts +1 -1
- package/lib/components/Table/components/VirtualizedRows.js +32 -17
- package/lib/components/Table/components/VirtualizedRows.js.map +1 -1
- package/lib/components/Table/utils/TableCell.d.ts +2 -0
- package/lib/components/Table/utils/TableCell.js +27 -0
- package/lib/components/Table/utils/TableCell.js.map +1 -0
- package/lib/components/Table/utils/virtualization.d.ts +10 -3
- package/lib/components/Table/utils/virtualization.js +40 -13
- package/lib/components/Table/utils/virtualization.js.map +1 -1
- package/lib/components/TableWithAccordion/TableWithAccordion.js +38 -13
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
- package/lib/components/TableWithAccordion/types.d.ts +2 -2
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.d.ts +1 -1
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +12 -3
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +55 -2
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/types.d.ts +1 -0
- package/lib/hooks/useClickOutside.d.ts +4 -1
- package/lib/hooks/useClickOutside.js +7 -5
- package/lib/hooks/useClickOutside.js.map +1 -1
- package/lib/index.d.ts +118 -25
- package/lib/index.js +10 -10
- package/lib/index.js.map +1 -1
- package/lib/styles.css +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/OnlineStatus/useOnlineStatus.d.ts +1 -0
- package/lib/utils/OnlineStatus/useOnlineStatus.js +20 -0
- package/lib/utils/OnlineStatus/useOnlineStatus.js.map +1 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.d.ts +1 -1
- package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.d.ts +1 -1
- package/lib/utils/getTreeDetails/getTreeDetails.d.ts +1 -1
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.d.ts +1 -1
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.d.ts +1 -1
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.d.ts +1 -1
- package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.d.ts +1 -1
- package/lib/validations/regex.d.ts +2 -1
- package/lib/validations/regex.js +2 -1
- package/lib/validations/regex.js.map +1 -1
- package/package.json +3 -3
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 = {
|
|
16
|
+
type DynamicObj$1 = {
|
|
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[];
|
|
35
|
+
variableTypesList: DynamicObj$1[];
|
|
36
36
|
/**
|
|
37
37
|
* Selected variable type
|
|
38
38
|
*/
|
|
39
|
-
selectedVariableType: DynamicObj;
|
|
39
|
+
selectedVariableType: DynamicObj$1;
|
|
40
40
|
/**
|
|
41
41
|
* Function to handle variable type change
|
|
42
42
|
* @param option
|
|
43
43
|
* @returns
|
|
44
44
|
*/
|
|
45
|
-
onVariableTypeChange: (option: DynamicObj) => void;
|
|
45
|
+
onVariableTypeChange: (option: DynamicObj$1) => 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) => void;
|
|
57
|
+
onValueChange: (value: string, dropdownItem?: DynamicObj$1) => 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[];
|
|
85
|
+
dataFiles?: DynamicObj$1[];
|
|
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 | null;
|
|
191
|
+
selectedFile?: File | DynamicObj$1 | null;
|
|
192
192
|
/**
|
|
193
193
|
* handleCloseIcon function will set to the initial state .
|
|
194
194
|
*/
|
|
@@ -1367,6 +1367,7 @@ interface SelectedItemProps$1 {
|
|
|
1367
1367
|
*/
|
|
1368
1368
|
[key: string]: string | number | boolean;
|
|
1369
1369
|
}
|
|
1370
|
+
type TableRef = LegacyRef<HTMLTableSectionElement> | React__default.RefObject<HTMLTableSectionElement> | LegacyRef<HTMLDivElement> | React__default.RefObject<HTMLDivElement> | null;
|
|
1370
1371
|
interface TableProps$2 {
|
|
1371
1372
|
/**
|
|
1372
1373
|
* Data for table
|
|
@@ -1476,7 +1477,7 @@ interface TableProps$2 {
|
|
|
1476
1477
|
/**
|
|
1477
1478
|
* enable editMode by setting state row id
|
|
1478
1479
|
*/
|
|
1479
|
-
editMode?: string | null;
|
|
1480
|
+
editMode?: string | number | null;
|
|
1480
1481
|
/**
|
|
1481
1482
|
* The content that to be displayed if editComponent
|
|
1482
1483
|
*/
|
|
@@ -1484,7 +1485,7 @@ interface TableProps$2 {
|
|
|
1484
1485
|
/**
|
|
1485
1486
|
* tableRef to get the scroll position & to pass control of table to parent component
|
|
1486
1487
|
*/
|
|
1487
|
-
tableRef?:
|
|
1488
|
+
tableRef?: TableRef;
|
|
1488
1489
|
/**
|
|
1489
1490
|
* Explicitly handling the checkbox disability for the row.
|
|
1490
1491
|
*/
|
|
@@ -1501,9 +1502,10 @@ interface TableProps$2 {
|
|
|
1501
1502
|
displayCard?: boolean;
|
|
1502
1503
|
selectedNode?: {
|
|
1503
1504
|
key: string;
|
|
1504
|
-
selected: string;
|
|
1505
|
+
selected: string | number;
|
|
1505
1506
|
};
|
|
1506
1507
|
uniqueRowIdForAccordion?: string | number;
|
|
1508
|
+
openAccordionId?: string | number | null;
|
|
1507
1509
|
}
|
|
1508
1510
|
|
|
1509
1511
|
declare const Table: React$1.ForwardRefExoticComponent<TableProps$2 & React$1.RefAttributes<any>>;
|
|
@@ -1652,11 +1654,11 @@ interface FileDropzoneProps {
|
|
|
1652
1654
|
/**
|
|
1653
1655
|
* Its the File Name of File Selected from Local File.
|
|
1654
1656
|
**/
|
|
1655
|
-
setSelectedFile?: (file: File | DynamicObj | null) => void;
|
|
1657
|
+
setSelectedFile?: (file: File | DynamicObj$1 | null) => void;
|
|
1656
1658
|
/**
|
|
1657
1659
|
* Its the File Name of File Selected from Local File.
|
|
1658
1660
|
**/
|
|
1659
|
-
selectedFile?: File | DynamicObj | null;
|
|
1661
|
+
selectedFile?: File | DynamicObj$1 | null;
|
|
1660
1662
|
/**
|
|
1661
1663
|
* Its the function which updates the Selected file from Local Directory.
|
|
1662
1664
|
**/
|
|
@@ -1693,7 +1695,7 @@ interface FileDropzoneProps {
|
|
|
1693
1695
|
* Its fileInputRef using inside fileDropZone.
|
|
1694
1696
|
**/
|
|
1695
1697
|
fileInputRef?: RefObject<HTMLInputElement>;
|
|
1696
|
-
handleReplaceFile?: (file?: File | DynamicObj | null) => void;
|
|
1698
|
+
handleReplaceFile?: (file?: File | DynamicObj$1 | null) => void;
|
|
1697
1699
|
/**
|
|
1698
1700
|
* To Disable Remove Button.
|
|
1699
1701
|
**/
|
|
@@ -1726,9 +1728,9 @@ interface DropzoneOptions {
|
|
|
1726
1728
|
fileExistMessage?: string;
|
|
1727
1729
|
validateMIMEType?: boolean;
|
|
1728
1730
|
isApiResponseError?: boolean;
|
|
1729
|
-
selectedFile?: File | DynamicObj | null;
|
|
1730
|
-
setSelectedFile?: (file: File | DynamicObj | null) => void;
|
|
1731
|
-
handleReplaceFile?: (file?: File | DynamicObj | null) => void;
|
|
1731
|
+
selectedFile?: File | DynamicObj$1 | null;
|
|
1732
|
+
setSelectedFile?: (file: File | DynamicObj$1 | null) => void;
|
|
1733
|
+
handleReplaceFile?: (file?: File | DynamicObj$1 | null) => void;
|
|
1732
1734
|
showRejectedFileDetails?: boolean;
|
|
1733
1735
|
disabledDragAndDrop?: boolean;
|
|
1734
1736
|
}
|
|
@@ -1754,8 +1756,8 @@ interface DroppableProps {
|
|
|
1754
1756
|
selectedRadioOption?: Option;
|
|
1755
1757
|
radioOptions?: RadioOption[];
|
|
1756
1758
|
handleOptionChange?: (option: RadioOption) => void;
|
|
1757
|
-
selectedFile?: File | DynamicObj | null;
|
|
1758
|
-
setSelectedFile?: (file: File | DynamicObj | null) => void;
|
|
1759
|
+
selectedFile?: File | DynamicObj$1 | null;
|
|
1760
|
+
setSelectedFile?: (file: File | DynamicObj$1 | null) => void;
|
|
1759
1761
|
handleFileChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
1760
1762
|
handleRemoveFile?: () => void;
|
|
1761
1763
|
isDisable?: boolean;
|
|
@@ -2058,7 +2060,7 @@ interface ModalDimensions {
|
|
|
2058
2060
|
padding?: number;
|
|
2059
2061
|
right?: number;
|
|
2060
2062
|
}
|
|
2061
|
-
type ModalPosition = 'bottom' | 'right' | 'top' | 'left';
|
|
2063
|
+
type ModalPosition = 'bottom' | 'right' | 'top' | 'left' | 'down' | 'bottomLeft';
|
|
2062
2064
|
interface MiniEditModalProps {
|
|
2063
2065
|
/**
|
|
2064
2066
|
* A reference to the button element that triggers the modal.
|
|
@@ -2163,6 +2165,11 @@ interface MiniEditModalProps {
|
|
|
2163
2165
|
};
|
|
2164
2166
|
outSideClick?: any;
|
|
2165
2167
|
ignoreRefs?: Array<React.RefObject<HTMLElement>>;
|
|
2168
|
+
/**
|
|
2169
|
+
* When true, uses the new positioning logic (with actualModalPosition state).
|
|
2170
|
+
* When false (default), uses the old positioning logic.
|
|
2171
|
+
*/
|
|
2172
|
+
flip?: boolean;
|
|
2166
2173
|
}
|
|
2167
2174
|
|
|
2168
2175
|
declare const MiniModal: React$1.ForwardRefExoticComponent<MiniEditModalProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -2852,6 +2859,7 @@ interface AppHeaderProps {
|
|
|
2852
2859
|
centerInfoItems?: {
|
|
2853
2860
|
iconName: string;
|
|
2854
2861
|
label: string;
|
|
2862
|
+
iconColor?: string;
|
|
2855
2863
|
}[];
|
|
2856
2864
|
rightButtons?: {
|
|
2857
2865
|
label: string;
|
|
@@ -2963,7 +2971,7 @@ type DashboardDonutChartProps = {
|
|
|
2963
2971
|
legendTruncate?: number;
|
|
2964
2972
|
isLegendToolTip?: boolean;
|
|
2965
2973
|
containerHeight?: number | string;
|
|
2966
|
-
onSelectedStatus?: (
|
|
2974
|
+
onSelectedStatus?: (value: string, originalIndex: number, data: Record<string, string | number>) => void;
|
|
2967
2975
|
selectedStatusKey?: string;
|
|
2968
2976
|
setSelectedStatusKey?: (_selectedStatusKey: string) => void;
|
|
2969
2977
|
isOnClick?: boolean;
|
|
@@ -3735,6 +3743,7 @@ interface VariableDropdownProps {
|
|
|
3735
3743
|
* number of characters upto which the options will get truncated
|
|
3736
3744
|
*/
|
|
3737
3745
|
truncateTextValue?: number;
|
|
3746
|
+
highlightedIndex?: number;
|
|
3738
3747
|
}
|
|
3739
3748
|
|
|
3740
3749
|
declare const VariableDropdown: FC<VariableDropdownProps>;
|
|
@@ -3821,7 +3830,7 @@ interface ColumnProps$1 {
|
|
|
3821
3830
|
/**
|
|
3822
3831
|
* width of a column
|
|
3823
3832
|
*/
|
|
3824
|
-
width?:
|
|
3833
|
+
width?: CSSProperties['width'];
|
|
3825
3834
|
/**
|
|
3826
3835
|
* data for the column
|
|
3827
3836
|
*/
|
|
@@ -3958,7 +3967,7 @@ interface ChooseFileProps {
|
|
|
3958
3967
|
/**
|
|
3959
3968
|
* selectedfile object will be send.
|
|
3960
3969
|
*/
|
|
3961
|
-
selectedFile?: File | DynamicObj | null;
|
|
3970
|
+
selectedFile?: File | DynamicObj$1 | null;
|
|
3962
3971
|
/**
|
|
3963
3972
|
* handleCloseIcon function will set to the initial state .
|
|
3964
3973
|
*/
|
|
@@ -4156,6 +4165,11 @@ interface ChatModalAiProps {
|
|
|
4156
4165
|
iconWidth?: number;
|
|
4157
4166
|
hoverTitle?: string;
|
|
4158
4167
|
onVisibilityChange?: (visible: boolean) => void;
|
|
4168
|
+
isVisible: boolean;
|
|
4169
|
+
isOpen: boolean;
|
|
4170
|
+
onOpen: () => void;
|
|
4171
|
+
onClose: () => void;
|
|
4172
|
+
isIconVisible: boolean;
|
|
4159
4173
|
}
|
|
4160
4174
|
|
|
4161
4175
|
declare const ChatModalAi: React$1.ForwardRefExoticComponent<ChatModalAiProps & React$1.RefAttributes<ChatModalRef>>;
|
|
@@ -4693,6 +4707,41 @@ type LayoutWithDrawerProps = {
|
|
|
4693
4707
|
};
|
|
4694
4708
|
declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => react_jsx_runtime.JSX.Element;
|
|
4695
4709
|
|
|
4710
|
+
interface NetworkErrorBoundaryProps {
|
|
4711
|
+
children: ReactNode;
|
|
4712
|
+
/**
|
|
4713
|
+
* Optional custom offline content to display
|
|
4714
|
+
* If not provided, uses default offline SVG
|
|
4715
|
+
*/
|
|
4716
|
+
offlineContent?: ReactNode;
|
|
4717
|
+
/**
|
|
4718
|
+
* Optional callback when network status changes
|
|
4719
|
+
*/
|
|
4720
|
+
hasError?: boolean;
|
|
4721
|
+
/**
|
|
4722
|
+
* When set to `true`, the component will render the error/overlay UI
|
|
4723
|
+
*/
|
|
4724
|
+
onNetworkStatusChange?: (isOnline: boolean) => void;
|
|
4725
|
+
/**
|
|
4726
|
+
* Optional custom CSS class for the overlay
|
|
4727
|
+
*/
|
|
4728
|
+
overlayClassName?: string;
|
|
4729
|
+
/**
|
|
4730
|
+
* Optional z-index override for the overlay
|
|
4731
|
+
*/
|
|
4732
|
+
overlayZIndex?: number;
|
|
4733
|
+
/**
|
|
4734
|
+
* Width of the fallback icon (default: 300)
|
|
4735
|
+
*/
|
|
4736
|
+
iconWidth?: number;
|
|
4737
|
+
/**
|
|
4738
|
+
* Height of the fallback icon (default: 300)
|
|
4739
|
+
*/
|
|
4740
|
+
iconHeight?: number;
|
|
4741
|
+
}
|
|
4742
|
+
|
|
4743
|
+
declare const NetworkErrorBoundary: FC<NetworkErrorBoundaryProps>;
|
|
4744
|
+
|
|
4696
4745
|
type valueType$1 = any;
|
|
4697
4746
|
declare const checkEmpty: (value: valueType$1) => boolean;
|
|
4698
4747
|
|
|
@@ -4742,6 +4791,41 @@ declare const throttle: (func: Callback, limit: number) => ThrottledFunction;
|
|
|
4742
4791
|
declare const truncateText: (text: string, maxLimit?: number, truncateType?: "count" | "pixel", fontSize?: number, fontFamily?: string, letterSpacing?: number) => string;
|
|
4743
4792
|
declare const isTextTruncated: (text: string, maxLimit?: number, truncateType?: "count" | "pixel", fontSize?: number, fontFamily?: string) => boolean;
|
|
4744
4793
|
|
|
4794
|
+
type DynamicObj = {
|
|
4795
|
+
[key: string]: any;
|
|
4796
|
+
};
|
|
4797
|
+
type StackedBarSegment = {
|
|
4798
|
+
key: string;
|
|
4799
|
+
value: number;
|
|
4800
|
+
color: string;
|
|
4801
|
+
data?: DynamicObj;
|
|
4802
|
+
};
|
|
4803
|
+
type StackedBarDataItem = {
|
|
4804
|
+
label: string;
|
|
4805
|
+
segments: StackedBarSegment[];
|
|
4806
|
+
};
|
|
4807
|
+
type StackedBarChartProps = {
|
|
4808
|
+
data: StackedBarDataItem[];
|
|
4809
|
+
barWidth?: number;
|
|
4810
|
+
height?: number;
|
|
4811
|
+
barGap?: number;
|
|
4812
|
+
barBorderRadius?: number;
|
|
4813
|
+
xAxisLabel?: string;
|
|
4814
|
+
yAxisLabel?: string;
|
|
4815
|
+
yAxisDivisions?: number;
|
|
4816
|
+
padding?: number;
|
|
4817
|
+
legend?: boolean;
|
|
4818
|
+
legendPosition?: 'top' | 'bottom';
|
|
4819
|
+
showXAxisLabels?: boolean;
|
|
4820
|
+
isTruncateText?: boolean;
|
|
4821
|
+
isOnclick?: boolean;
|
|
4822
|
+
onSelectedBar?: (colData: {
|
|
4823
|
+
label: string;
|
|
4824
|
+
segments: StackedBarSegment[];
|
|
4825
|
+
}, index: number) => void;
|
|
4826
|
+
onSegmentClick?: (label: string, segment: StackedBarSegment, segmentIndex: number) => void;
|
|
4827
|
+
};
|
|
4828
|
+
|
|
4745
4829
|
type BarChartProps = {
|
|
4746
4830
|
data: {
|
|
4747
4831
|
label: string;
|
|
@@ -4772,7 +4856,7 @@ type BarChartProps = {
|
|
|
4772
4856
|
isYAxisValuePercentage?: boolean;
|
|
4773
4857
|
selectedBar?: string | null;
|
|
4774
4858
|
setSelectedBar?: (value: string | null) => void;
|
|
4775
|
-
onSelectedBar?: (_label: string) => void;
|
|
4859
|
+
onSelectedBar?: (_label: string, item: DynamicObj) => void;
|
|
4776
4860
|
totalLabel?: string;
|
|
4777
4861
|
customToolTip?: boolean;
|
|
4778
4862
|
isOnclick?: boolean;
|
|
@@ -4783,6 +4867,8 @@ type BarChartProps = {
|
|
|
4783
4867
|
};
|
|
4784
4868
|
declare const BarChart: React__default.FC<BarChartProps>;
|
|
4785
4869
|
|
|
4870
|
+
declare const StackedBarChart: React__default.FC<StackedBarChartProps>;
|
|
4871
|
+
|
|
4786
4872
|
interface BarValue {
|
|
4787
4873
|
value: number | string;
|
|
4788
4874
|
arcColor: string | string[];
|
|
@@ -4935,7 +5021,10 @@ declare const Comments: ({ commentsData, handleAddComment, handleEditComment, ha
|
|
|
4935
5021
|
|
|
4936
5022
|
declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
|
|
4937
5023
|
|
|
4938
|
-
|
|
5024
|
+
type ClickOutsideOptions = {
|
|
5025
|
+
ignoreSelectors?: string[];
|
|
5026
|
+
};
|
|
5027
|
+
declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>, options?: ClickOutsideOptions) => void;
|
|
4939
5028
|
|
|
4940
5029
|
type TriggerControl = {
|
|
4941
5030
|
canTrigger: () => boolean;
|
|
@@ -4986,6 +5075,7 @@ interface ConditionalDropdownProps {
|
|
|
4986
5075
|
* Label for the field
|
|
4987
5076
|
*/
|
|
4988
5077
|
label?: string;
|
|
5078
|
+
handleClearInput?: () => void;
|
|
4989
5079
|
/**
|
|
4990
5080
|
* Value in the input should stored in this state
|
|
4991
5081
|
*/
|
|
@@ -5110,6 +5200,7 @@ interface ConditionalDropdownProps {
|
|
|
5110
5200
|
height?: string;
|
|
5111
5201
|
isTruncateText?: boolean;
|
|
5112
5202
|
truncateTextValue?: number;
|
|
5203
|
+
isClearIconShow?: boolean;
|
|
5113
5204
|
}
|
|
5114
5205
|
|
|
5115
5206
|
declare const ConditionalDropdown: React$1.ForwardRefExoticComponent<ConditionalDropdownProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
@@ -5746,6 +5837,7 @@ declare const StatusBadge: ({ gap, fontSize, entityType, statusValues, }: {
|
|
|
5746
5837
|
statusValues: {
|
|
5747
5838
|
status: string;
|
|
5748
5839
|
value: number;
|
|
5840
|
+
tooltipValue?: number;
|
|
5749
5841
|
}[];
|
|
5750
5842
|
}) => react_jsx_runtime.JSX.Element;
|
|
5751
5843
|
|
|
@@ -5871,6 +5963,7 @@ declare const FILENAME_VALIDATION_REGEX: RegExp;
|
|
|
5871
5963
|
declare const NO_LEADING_TRAILING_SPACE_REGEX: RegExp;
|
|
5872
5964
|
declare const SERVER_HOST_REGEX: RegExp;
|
|
5873
5965
|
declare const EMAIL_FORMAT_REGEX: RegExp;
|
|
5966
|
+
declare const INVALID_EMAIL_REGEX: RegExp;
|
|
5874
5967
|
|
|
5875
5968
|
declare const setStoreValue: (key: string, value: string | object | null) => void;
|
|
5876
5969
|
declare const getStoreValue: (key: string) => string | unknown | null;
|
|
@@ -5931,5 +6024,5 @@ interface StorageUsageBarProps {
|
|
|
5931
6024
|
|
|
5932
6025
|
declare const StorageUsageBar: React.FC<StorageUsageBarProps>;
|
|
5933
6026
|
|
|
5934
|
-
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, 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, 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, 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 };
|
|
6027
|
+
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 };
|
|
5935
6028
|
export type { RootNode$1 as RootNode, TreeNodeProps };
|