pixel-react 1.20.72 → 1.20.73
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/README.md +75 -75
- package/lib/components/AddResourceButton/AddResourceButton.js +1 -9
- package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -1
- package/lib/components/AppHeader/AppHeader.js +1 -1
- package/lib/components/AppHeader/AppHeader.js.map +1 -1
- package/lib/components/AppHeader/types.d.ts +0 -1
- package/lib/components/Charts/BarChart/BarChart.d.ts +1 -2
- package/lib/components/Charts/BarChart/BarChart.js +16 -16
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +12 -11
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -1
- package/lib/components/Charts/DashboardDonutChart/types.d.ts +1 -1
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js +4 -4
- package/lib/components/Charts/PieChart/PieChart.js +5 -5
- package/lib/components/ChatModalAi/ChatModalAi.js +32 -11
- package/lib/components/ChatModalAi/ChatModalAi.js.map +1 -1
- package/lib/components/ChatModalAi/types.d.ts +0 -5
- package/lib/components/Comments/Comments.js +14 -14
- package/lib/components/Comments/childComment/ChildComment.js +14 -14
- package/lib/components/Drawer/Drawer.js +1 -1
- package/lib/components/Drawer/Drawer.js.map +1 -1
- package/lib/components/EditLabel/EditLabel.d.ts +1 -1
- package/lib/components/EditLabel/EditLabel.js +3 -5
- package/lib/components/EditLabel/EditLabel.js.map +1 -1
- package/lib/components/EditLabel/types.d.ts +0 -1
- package/lib/components/EditTextField/EditTextField.js +2 -2
- package/lib/components/Excel/Data.d.ts +21 -66
- package/lib/components/Excel/Data.js +56 -392
- 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 +13 -19
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +3 -5
- 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 +4 -5
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +3 -37
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +1 -9
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +0 -7
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +18 -106
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
- package/lib/components/Excel/Types.d.ts +0 -2
- package/lib/components/Excel/dataConversion.d.ts +2 -2
- package/lib/components/Excel/dataConversion.js +2 -6
- package/lib/components/Excel/dataConversion.js.map +1 -1
- package/lib/components/Icon/iconList.js +0 -30
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/LabelEditTextField/LabelEditTextField.js +4 -4
- package/lib/components/MenuOption/MenuOption.js +18 -19
- package/lib/components/MenuOption/MenuOption.js.map +1 -1
- package/lib/components/StatusIndicator/StatusIndicator.js +5 -5
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js +57 -5
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableBody.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableBody.js +2 -2
- package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableCell.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableCell.js +5 -2
- package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableHead.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableHead.js +17 -9
- package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableRow.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableRow.js +2 -2
- package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -1
- package/lib/components/TableTreeFn/TableTreeFn.js +2 -2
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
- package/lib/components/TableTreeFn/types.d.ts +5 -0
- package/lib/hooks/useClickOutside.d.ts +1 -4
- package/lib/hooks/useClickOutside.js +5 -7
- package/lib/hooks/useClickOutside.js.map +1 -1
- package/lib/index.d.ts +22 -136
- package/lib/index.js +9 -9
- package/lib/index.js.map +1 -1
- package/lib/styles.css +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/validations/regex.d.ts +1 -2
- package/lib/validations/regex.js +1 -2
- package/lib/validations/regex.js.map +1 -1
- package/package.json +118 -118
- package/lib/components/Charts/StackedBarChart/StackedBarChart.d.ts +0 -5
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js +0 -67
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js.map +0 -1
- package/lib/components/Charts/StackedBarChart/index.d.ts +0 -1
- package/lib/components/Charts/StackedBarChart/index.js +0 -2
- package/lib/components/Charts/StackedBarChart/index.js.map +0 -1
- package/lib/components/Charts/StackedBarChart/types.d.ts +0 -34
- package/lib/components/Charts/StackedBarChart/types.js +0 -2
- package/lib/components/Charts/StackedBarChart/types.js.map +0 -1
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.d.ts +0 -11
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js +0 -7
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js.map +0 -1
- package/lib/components/HOC/LayoutWithDrawer/index.d.ts +0 -1
- package/lib/components/HOC/LayoutWithDrawer/index.js +0 -2
- package/lib/components/HOC/LayoutWithDrawer/index.js.map +0 -1
- package/lib/components/Loader/Loader.d.ts +0 -5
- package/lib/components/Loader/Loader.js +0 -8
- package/lib/components/Loader/Loader.js.map +0 -1
- package/lib/components/Loader/index.d.ts +0 -1
- package/lib/components/Loader/index.js +0 -2
- package/lib/components/Loader/index.js.map +0 -1
- package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.d.ts +0 -5
- package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js +0 -19
- package/lib/components/NetworkErrorBoundary/NetworkErrorBoundary.js.map +0 -1
- package/lib/components/NetworkErrorBoundary/index.d.ts +0 -1
- package/lib/components/NetworkErrorBoundary/index.js +0 -2
- package/lib/components/NetworkErrorBoundary/index.js.map +0 -1
- package/lib/components/NetworkErrorBoundary/types.d.ts +0 -33
- package/lib/components/NetworkErrorBoundary/types.js +0 -2
- package/lib/components/NetworkErrorBoundary/types.js.map +0 -1
- package/lib/components/NoDataAvailable/NoDataAvailable.d.ts +0 -5
- package/lib/components/NoDataAvailable/NoDataAvailable.js +0 -11
- package/lib/components/NoDataAvailable/NoDataAvailable.js.map +0 -1
- package/lib/components/NoDataAvailable/index.d.ts +0 -1
- package/lib/components/NoDataAvailable/index.js +0 -2
- package/lib/components/NoDataAvailable/index.js.map +0 -1
- package/lib/components/NoDataAvailable/type.d.ts +0 -3
- package/lib/components/NoDataAvailable/type.js +0 -2
- package/lib/components/NoDataAvailable/type.js.map +0 -1
- package/lib/components/NoResultFound/NoResultFound.d.ts +0 -14
- package/lib/components/NoResultFound/NoResultFound.js +0 -7
- package/lib/components/NoResultFound/NoResultFound.js.map +0 -1
- package/lib/components/NoResultFound/index.d.ts +0 -1
- package/lib/components/NoResultFound/index.js +0 -2
- package/lib/components/NoResultFound/index.js.map +0 -1
- package/lib/utils/OnlineStatus/useOnlineStatus.d.ts +0 -1
- package/lib/utils/OnlineStatus/useOnlineStatus.js +0 -20
- package/lib/utils/OnlineStatus/useOnlineStatus.js.map +0 -1
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 = {
|
|
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[];
|
|
36
36
|
/**
|
|
37
37
|
* Selected variable type
|
|
38
38
|
*/
|
|
39
|
-
selectedVariableType: DynamicObj
|
|
39
|
+
selectedVariableType: DynamicObj;
|
|
40
40
|
/**
|
|
41
41
|
* Function to handle variable type change
|
|
42
42
|
* @param option
|
|
43
43
|
* @returns
|
|
44
44
|
*/
|
|
45
|
-
onVariableTypeChange: (option: DynamicObj
|
|
45
|
+
onVariableTypeChange: (option: DynamicObj) => 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
|
|
57
|
+
onValueChange: (value: string, dropdownItem?: DynamicObj) => 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[];
|
|
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
|
|
191
|
+
selectedFile?: File | DynamicObj | null;
|
|
192
192
|
/**
|
|
193
193
|
* handleCloseIcon function will set to the initial state .
|
|
194
194
|
*/
|
|
@@ -1652,11 +1652,11 @@ interface FileDropzoneProps {
|
|
|
1652
1652
|
/**
|
|
1653
1653
|
* Its the File Name of File Selected from Local File.
|
|
1654
1654
|
**/
|
|
1655
|
-
setSelectedFile?: (file: File | DynamicObj
|
|
1655
|
+
setSelectedFile?: (file: File | DynamicObj | null) => void;
|
|
1656
1656
|
/**
|
|
1657
1657
|
* Its the File Name of File Selected from Local File.
|
|
1658
1658
|
**/
|
|
1659
|
-
selectedFile?: File | DynamicObj
|
|
1659
|
+
selectedFile?: File | DynamicObj | null;
|
|
1660
1660
|
/**
|
|
1661
1661
|
* Its the function which updates the Selected file from Local Directory.
|
|
1662
1662
|
**/
|
|
@@ -1693,7 +1693,7 @@ interface FileDropzoneProps {
|
|
|
1693
1693
|
* Its fileInputRef using inside fileDropZone.
|
|
1694
1694
|
**/
|
|
1695
1695
|
fileInputRef?: RefObject<HTMLInputElement>;
|
|
1696
|
-
handleReplaceFile?: (file?: File | DynamicObj
|
|
1696
|
+
handleReplaceFile?: (file?: File | DynamicObj | null) => void;
|
|
1697
1697
|
/**
|
|
1698
1698
|
* To Disable Remove Button.
|
|
1699
1699
|
**/
|
|
@@ -1726,9 +1726,9 @@ interface DropzoneOptions {
|
|
|
1726
1726
|
fileExistMessage?: string;
|
|
1727
1727
|
validateMIMEType?: boolean;
|
|
1728
1728
|
isApiResponseError?: boolean;
|
|
1729
|
-
selectedFile?: File | DynamicObj
|
|
1730
|
-
setSelectedFile?: (file: File | DynamicObj
|
|
1731
|
-
handleReplaceFile?: (file?: File | DynamicObj
|
|
1729
|
+
selectedFile?: File | DynamicObj | null;
|
|
1730
|
+
setSelectedFile?: (file: File | DynamicObj | null) => void;
|
|
1731
|
+
handleReplaceFile?: (file?: File | DynamicObj | null) => void;
|
|
1732
1732
|
showRejectedFileDetails?: boolean;
|
|
1733
1733
|
disabledDragAndDrop?: boolean;
|
|
1734
1734
|
}
|
|
@@ -1754,8 +1754,8 @@ interface DroppableProps {
|
|
|
1754
1754
|
selectedRadioOption?: Option;
|
|
1755
1755
|
radioOptions?: RadioOption[];
|
|
1756
1756
|
handleOptionChange?: (option: RadioOption) => void;
|
|
1757
|
-
selectedFile?: File | DynamicObj
|
|
1758
|
-
setSelectedFile?: (file: File | DynamicObj
|
|
1757
|
+
selectedFile?: File | DynamicObj | null;
|
|
1758
|
+
setSelectedFile?: (file: File | DynamicObj | null) => void;
|
|
1759
1759
|
handleFileChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
1760
1760
|
handleRemoveFile?: () => void;
|
|
1761
1761
|
isDisable?: boolean;
|
|
@@ -2852,7 +2852,6 @@ interface AppHeaderProps {
|
|
|
2852
2852
|
centerInfoItems?: {
|
|
2853
2853
|
iconName: string;
|
|
2854
2854
|
label: string;
|
|
2855
|
-
iconColor?: string;
|
|
2856
2855
|
}[];
|
|
2857
2856
|
rightButtons?: {
|
|
2858
2857
|
label: string;
|
|
@@ -2964,7 +2963,7 @@ type DashboardDonutChartProps = {
|
|
|
2964
2963
|
legendTruncate?: number;
|
|
2965
2964
|
isLegendToolTip?: boolean;
|
|
2966
2965
|
containerHeight?: number | string;
|
|
2967
|
-
onSelectedStatus?: (
|
|
2966
|
+
onSelectedStatus?: (_value: string, originalIndex?: number) => void;
|
|
2968
2967
|
selectedStatusKey?: string;
|
|
2969
2968
|
setSelectedStatusKey?: (_selectedStatusKey: string) => void;
|
|
2970
2969
|
isOnClick?: boolean;
|
|
@@ -3959,7 +3958,7 @@ interface ChooseFileProps {
|
|
|
3959
3958
|
/**
|
|
3960
3959
|
* selectedfile object will be send.
|
|
3961
3960
|
*/
|
|
3962
|
-
selectedFile?: File | DynamicObj
|
|
3961
|
+
selectedFile?: File | DynamicObj | null;
|
|
3963
3962
|
/**
|
|
3964
3963
|
* handleCloseIcon function will set to the initial state .
|
|
3965
3964
|
*/
|
|
@@ -4157,11 +4156,6 @@ interface ChatModalAiProps {
|
|
|
4157
4156
|
iconWidth?: number;
|
|
4158
4157
|
hoverTitle?: string;
|
|
4159
4158
|
onVisibilityChange?: (visible: boolean) => void;
|
|
4160
|
-
isVisible: boolean;
|
|
4161
|
-
isOpen: boolean;
|
|
4162
|
-
onOpen: () => void;
|
|
4163
|
-
onClose: () => void;
|
|
4164
|
-
isIconVisible: boolean;
|
|
4165
4159
|
}
|
|
4166
4160
|
|
|
4167
4161
|
declare const ChatModalAi: React$1.ForwardRefExoticComponent<ChatModalAiProps & React$1.RefAttributes<ChatModalRef>>;
|
|
@@ -4382,7 +4376,6 @@ interface EditLabelProps {
|
|
|
4382
4376
|
onChangeValidationError?: boolean;
|
|
4383
4377
|
truncatedType?: 'count' | 'pixel';
|
|
4384
4378
|
isTableTree?: boolean;
|
|
4385
|
-
isAutoTruncate?: boolean;
|
|
4386
4379
|
}
|
|
4387
4380
|
type OptionValue$1 = any;
|
|
4388
4381
|
type DisabledOptions = {
|
|
@@ -4394,7 +4387,7 @@ interface Option$2 {
|
|
|
4394
4387
|
[key: string]: OptionValue$1;
|
|
4395
4388
|
}
|
|
4396
4389
|
|
|
4397
|
-
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,
|
|
4390
|
+
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;
|
|
4398
4391
|
|
|
4399
4392
|
interface ErrorBoundaryProps {
|
|
4400
4393
|
fallback: ReactNode;
|
|
@@ -4647,6 +4640,7 @@ interface TreeTableProps {
|
|
|
4647
4640
|
tableHeaderBgColor?: string;
|
|
4648
4641
|
hideOnDisable?: boolean;
|
|
4649
4642
|
freezeColumns?: number;
|
|
4643
|
+
scriptLengthTruncate?: number;
|
|
4650
4644
|
addModuleInputWidth?: number;
|
|
4651
4645
|
addModuleSelectWidth?: number;
|
|
4652
4646
|
onScroll?: () => void;
|
|
@@ -4667,73 +4661,6 @@ interface Option$1 {
|
|
|
4667
4661
|
|
|
4668
4662
|
declare const TableTreeFn: React__default.ForwardRefExoticComponent<TreeTableProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
4669
4663
|
|
|
4670
|
-
declare const Loader: (details: {
|
|
4671
|
-
name: string;
|
|
4672
|
-
loaderName: string;
|
|
4673
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
4674
|
-
|
|
4675
|
-
interface NoDataMessageProps {
|
|
4676
|
-
isVisible: boolean;
|
|
4677
|
-
}
|
|
4678
|
-
|
|
4679
|
-
declare const NoDataAvailable: FC<NoDataMessageProps>;
|
|
4680
|
-
|
|
4681
|
-
type NoDataProps = {
|
|
4682
|
-
text?: string;
|
|
4683
|
-
iconName?: string;
|
|
4684
|
-
fontSize?: string;
|
|
4685
|
-
textAlign?: 'left' | 'right' | 'center' | 'justify' | undefined;
|
|
4686
|
-
direction?: 'column' | 'row';
|
|
4687
|
-
iconWidth?: number;
|
|
4688
|
-
iconHeight?: number;
|
|
4689
|
-
fontWeight?: 'semi-bold' | 'bold' | 'regular' | 'medium' | undefined;
|
|
4690
|
-
};
|
|
4691
|
-
declare const NoResultFound: FC<NoDataProps>;
|
|
4692
|
-
|
|
4693
|
-
type LayoutWithDrawerProps = {
|
|
4694
|
-
drawerProps?: React__default.ComponentProps<typeof Drawer>;
|
|
4695
|
-
showDrawer: boolean;
|
|
4696
|
-
zIndex?: number;
|
|
4697
|
-
top?: string;
|
|
4698
|
-
children?: React__default.ReactNode;
|
|
4699
|
-
};
|
|
4700
|
-
declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => react_jsx_runtime.JSX.Element;
|
|
4701
|
-
|
|
4702
|
-
interface NetworkErrorBoundaryProps {
|
|
4703
|
-
children: ReactNode;
|
|
4704
|
-
/**
|
|
4705
|
-
* Optional custom offline content to display
|
|
4706
|
-
* If not provided, uses default offline SVG
|
|
4707
|
-
*/
|
|
4708
|
-
offlineContent?: ReactNode;
|
|
4709
|
-
/**
|
|
4710
|
-
* Optional callback when network status changes
|
|
4711
|
-
*/
|
|
4712
|
-
hasError?: boolean;
|
|
4713
|
-
/**
|
|
4714
|
-
* When set to `true`, the component will render the error/overlay UI
|
|
4715
|
-
*/
|
|
4716
|
-
onNetworkStatusChange?: (isOnline: boolean) => void;
|
|
4717
|
-
/**
|
|
4718
|
-
* Optional custom CSS class for the overlay
|
|
4719
|
-
*/
|
|
4720
|
-
overlayClassName?: string;
|
|
4721
|
-
/**
|
|
4722
|
-
* Optional z-index override for the overlay
|
|
4723
|
-
*/
|
|
4724
|
-
overlayZIndex?: number;
|
|
4725
|
-
/**
|
|
4726
|
-
* Width of the fallback icon (default: 300)
|
|
4727
|
-
*/
|
|
4728
|
-
iconWidth?: number;
|
|
4729
|
-
/**
|
|
4730
|
-
* Height of the fallback icon (default: 300)
|
|
4731
|
-
*/
|
|
4732
|
-
iconHeight?: number;
|
|
4733
|
-
}
|
|
4734
|
-
|
|
4735
|
-
declare const NetworkErrorBoundary: FC<NetworkErrorBoundaryProps>;
|
|
4736
|
-
|
|
4737
4664
|
type valueType$1 = any;
|
|
4738
4665
|
declare const checkEmpty: (value: valueType$1) => boolean;
|
|
4739
4666
|
|
|
@@ -4783,41 +4710,6 @@ declare const throttle: (func: Callback, limit: number) => ThrottledFunction;
|
|
|
4783
4710
|
declare const truncateText: (text: string, maxLimit?: number, truncateType?: "count" | "pixel", fontSize?: number, fontFamily?: string, letterSpacing?: number) => string;
|
|
4784
4711
|
declare const isTextTruncated: (text: string, maxLimit?: number, truncateType?: "count" | "pixel", fontSize?: number, fontFamily?: string) => boolean;
|
|
4785
4712
|
|
|
4786
|
-
type DynamicObj = {
|
|
4787
|
-
[key: string]: any;
|
|
4788
|
-
};
|
|
4789
|
-
type StackedBarSegment = {
|
|
4790
|
-
key: string;
|
|
4791
|
-
value: number;
|
|
4792
|
-
color: string;
|
|
4793
|
-
data?: DynamicObj;
|
|
4794
|
-
};
|
|
4795
|
-
type StackedBarDataItem = {
|
|
4796
|
-
label: string;
|
|
4797
|
-
segments: StackedBarSegment[];
|
|
4798
|
-
};
|
|
4799
|
-
type StackedBarChartProps = {
|
|
4800
|
-
data: StackedBarDataItem[];
|
|
4801
|
-
barWidth?: number;
|
|
4802
|
-
height?: number;
|
|
4803
|
-
barGap?: number;
|
|
4804
|
-
barBorderRadius?: number;
|
|
4805
|
-
xAxisLabel?: string;
|
|
4806
|
-
yAxisLabel?: string;
|
|
4807
|
-
yAxisDivisions?: number;
|
|
4808
|
-
padding?: number;
|
|
4809
|
-
legend?: boolean;
|
|
4810
|
-
legendPosition?: 'top' | 'bottom';
|
|
4811
|
-
showXAxisLabels?: boolean;
|
|
4812
|
-
isTruncateText?: boolean;
|
|
4813
|
-
isOnclick?: boolean;
|
|
4814
|
-
onSelectedBar?: (colData: {
|
|
4815
|
-
label: string;
|
|
4816
|
-
segments: StackedBarSegment[];
|
|
4817
|
-
}, index: number) => void;
|
|
4818
|
-
onSegmentClick?: (label: string, segment: StackedBarSegment, segmentIndex: number) => void;
|
|
4819
|
-
};
|
|
4820
|
-
|
|
4821
4713
|
type BarChartProps = {
|
|
4822
4714
|
data: {
|
|
4823
4715
|
label: string;
|
|
@@ -4848,7 +4740,7 @@ type BarChartProps = {
|
|
|
4848
4740
|
isYAxisValuePercentage?: boolean;
|
|
4849
4741
|
selectedBar?: string | null;
|
|
4850
4742
|
setSelectedBar?: (value: string | null) => void;
|
|
4851
|
-
onSelectedBar?: (_label: string
|
|
4743
|
+
onSelectedBar?: (_label: string) => void;
|
|
4852
4744
|
totalLabel?: string;
|
|
4853
4745
|
customToolTip?: boolean;
|
|
4854
4746
|
isOnclick?: boolean;
|
|
@@ -4859,8 +4751,6 @@ type BarChartProps = {
|
|
|
4859
4751
|
};
|
|
4860
4752
|
declare const BarChart: React__default.FC<BarChartProps>;
|
|
4861
4753
|
|
|
4862
|
-
declare const StackedBarChart: React__default.FC<StackedBarChartProps>;
|
|
4863
|
-
|
|
4864
4754
|
interface BarValue {
|
|
4865
4755
|
value: number | string;
|
|
4866
4756
|
arcColor: string | string[];
|
|
@@ -5013,10 +4903,7 @@ declare const Comments: ({ commentsData, handleAddComment, handleEditComment, ha
|
|
|
5013
4903
|
|
|
5014
4904
|
declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
|
|
5015
4905
|
|
|
5016
|
-
|
|
5017
|
-
ignoreSelectors?: string[];
|
|
5018
|
-
};
|
|
5019
|
-
declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>, options?: ClickOutsideOptions) => void;
|
|
4906
|
+
declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>) => void;
|
|
5020
4907
|
|
|
5021
4908
|
type TriggerControl = {
|
|
5022
4909
|
canTrigger: () => boolean;
|
|
@@ -5952,7 +5839,6 @@ declare const FILENAME_VALIDATION_REGEX: RegExp;
|
|
|
5952
5839
|
declare const NO_LEADING_TRAILING_SPACE_REGEX: RegExp;
|
|
5953
5840
|
declare const SERVER_HOST_REGEX: RegExp;
|
|
5954
5841
|
declare const EMAIL_FORMAT_REGEX: RegExp;
|
|
5955
|
-
declare const INVALID_EMAIL_REGEX: RegExp;
|
|
5956
5842
|
|
|
5957
5843
|
declare const setStoreValue: (key: string, value: string | object | null) => void;
|
|
5958
5844
|
declare const getStoreValue: (key: string) => string | unknown | null;
|
|
@@ -6013,5 +5899,5 @@ interface StorageUsageBarProps {
|
|
|
6013
5899
|
|
|
6014
5900
|
declare const StorageUsageBar: React.FC<StorageUsageBarProps>;
|
|
6015
5901
|
|
|
6016
|
-
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,
|
|
5902
|
+
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, 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, 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 };
|
|
6017
5903
|
export type { RootNode$1 as RootNode, TreeNodeProps };
|