pixel-priya 1.3.21 → 1.3.23
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/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/Drawer/Drawer.js +1 -1
- package/lib/components/Drawer/Drawer.js.map +1 -1
- 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 +16 -0
- package/lib/components/Icon/iconList.js.map +1 -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/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 +15 -6
- package/lib/components/Table/components/SortableRow.d.ts +1 -1
- package/lib/components/Table/components/SortableRow.js +61 -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/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 +107 -23
- 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/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 +2 -2
|
@@ -1,25 +1,52 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export const
|
|
1
|
+
import { DEFAULT_COLUMN_WIDTH } from './constants';
|
|
2
|
+
export const getCssSize = (width) => {
|
|
3
|
+
if (width === undefined || width === null || width === '')
|
|
4
|
+
return undefined;
|
|
5
|
+
return typeof width === 'number' ? `${width}px` : width;
|
|
6
|
+
};
|
|
7
|
+
export const getColumnPixelWidth = (width) => {
|
|
8
|
+
if (typeof width === 'number')
|
|
9
|
+
return width;
|
|
10
|
+
if (typeof width === 'string') {
|
|
11
|
+
const trimmedWidth = width.trim();
|
|
12
|
+
const numericValue = parseFloat(trimmedWidth);
|
|
13
|
+
if (!Number.isNaN(numericValue)) {
|
|
14
|
+
if (trimmedWidth.endsWith('px') || /^\d+(\.\d+)?$/.test(trimmedWidth)) {
|
|
15
|
+
return numericValue;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
return DEFAULT_COLUMN_WIDTH;
|
|
20
|
+
};
|
|
21
|
+
export const getTableGridTemplate = (columns = [], freezeColumns) => {
|
|
22
|
+
if (!columns.length)
|
|
23
|
+
return '1fr';
|
|
24
|
+
return columns
|
|
25
|
+
.map((column, index) => {
|
|
26
|
+
const columnWidth = getCssSize(column.width);
|
|
27
|
+
if (columnWidth)
|
|
28
|
+
return columnWidth;
|
|
29
|
+
return freezeColumns && index < freezeColumns
|
|
30
|
+
? `${DEFAULT_COLUMN_WIDTH}px`
|
|
31
|
+
: 'minmax(0, 1fr)';
|
|
32
|
+
})
|
|
33
|
+
.join(' ');
|
|
34
|
+
};
|
|
35
|
+
export const getColumnLeftPosition = (index, columns, _freezeColumns) => {
|
|
3
36
|
if (index === 0)
|
|
4
37
|
return '0px';
|
|
5
38
|
let leftPosition = 0;
|
|
6
39
|
for (let i = 0; i < index; i++) {
|
|
7
|
-
|
|
8
|
-
leftPosition += width ? parseInt(width.toString(), 10) : DEFAULT_COLUMN_WIDTH;
|
|
9
|
-
if (freezeColumns && i < freezeColumns - 1) {
|
|
10
|
-
leftPosition += CELL_PADDING;
|
|
11
|
-
}
|
|
40
|
+
leftPosition += getColumnPixelWidth(columns[i]?.width);
|
|
12
41
|
}
|
|
13
42
|
return `${leftPosition}px`;
|
|
14
43
|
};
|
|
15
44
|
export const calculateFrozenWidth = (columnData, freezeColumns) => {
|
|
16
|
-
return
|
|
45
|
+
return columnData
|
|
17
46
|
.slice(0, freezeColumns)
|
|
18
|
-
.reduce((acc, col) => acc +
|
|
19
|
-
parseInt(col.width?.toString() || `${DEFAULT_COLUMN_WIDTH}`, 10), 1) +
|
|
20
|
-
CELL_PADDING * (freezeColumns - 0.17));
|
|
47
|
+
.reduce((acc, col) => acc + getColumnPixelWidth(col.width), 0);
|
|
21
48
|
};
|
|
22
|
-
// Utility:
|
|
49
|
+
// Utility: binary search to find the index where cumulativeHeights[i] > target
|
|
23
50
|
// Returns the index of the first element greater than or equal to the target.
|
|
24
51
|
export const binarySearch = (arr, target) => {
|
|
25
52
|
let low = 0;
|
|
@@ -27,7 +54,7 @@ export const binarySearch = (arr, target) => {
|
|
|
27
54
|
let result = arr.length; // Default to size if target is greater than all elements
|
|
28
55
|
while (low <= high) {
|
|
29
56
|
const mid = Math.floor((low + high) / 2);
|
|
30
|
-
//
|
|
57
|
+
// Use the non-null assertion operator '!'
|
|
31
58
|
if (arr[mid] >= target) {
|
|
32
59
|
result = mid;
|
|
33
60
|
high = mid - 1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"virtualization.js","sourceRoot":"","sources":["../../../../src/components/Table/utils/virtualization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"virtualization.js","sourceRoot":"","sources":["../../../../src/components/Table/utils/virtualization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAInD,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,KAAmB,EAAE,EAAE;IAChD,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,EAAE;QAAE,OAAO,SAAS,CAAC;IAC5E,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC;AAC1D,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,KAAmB,EAAE,EAAE;IACzD,IAAI,OAAO,KAAK,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IAE5C,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC9B,MAAM,YAAY,GAAG,KAAK,CAAC,IAAI,EAAE,CAAC;QAClC,MAAM,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;QAE9C,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,YAAY,CAAC,EAAE,CAAC;YAChC,IAAI,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;gBACtE,OAAO,YAAY,CAAC;YACtB,CAAC;QACH,CAAC;IACH,CAAC;IAED,OAAO,oBAAoB,CAAC;AAC9B,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAClC,UAAqC,EAAE,EACvC,aAAsB,EACtB,EAAE;IACF,IAAI,CAAC,OAAO,CAAC,MAAM;QAAE,OAAO,KAAK,CAAC;IAElC,OAAO,OAAO;SACX,GAAG,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;QACrB,MAAM,WAAW,GAAG,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC7C,IAAI,WAAW;YAAE,OAAO,WAAW,CAAC;QAEpC,OAAO,aAAa,IAAI,KAAK,GAAG,aAAa;YAC3C,CAAC,CAAC,GAAG,oBAAoB,IAAI;YAC7B,CAAC,CAAC,gBAAgB,CAAC;IACvB,CAAC,CAAC;SACD,IAAI,CAAC,GAAG,CAAC,CAAC;AACf,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CACnC,KAAa,EACb,OAAkC,EAClC,cAAuB,EACvB,EAAE;IACF,IAAI,KAAK,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC;IAE9B,IAAI,YAAY,GAAG,CAAC,CAAC;IAErB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,EAAE,CAAC,EAAE,EAAE,CAAC;QAC/B,YAAY,IAAI,mBAAmB,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC;IACzD,CAAC;IAED,OAAO,GAAG,YAAY,IAAI,CAAC;AAC7B,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAClC,UAAqC,EACrC,aAAqB,EACrB,EAAE;IACF,OAAO,UAAU;SACd,KAAK,CAAC,CAAC,EAAE,aAAa,CAAC;SACvB,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,GAAG,GAAG,mBAAmB,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;AACnE,CAAC,CAAC;AAEF,+EAA+E;AAC/E,8EAA8E;AAC9E,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,GAAa,EAAE,MAAc,EAAE,EAAE;IAC5D,IAAI,GAAG,GAAG,CAAC,CAAC;IACZ,IAAI,IAAI,GAAG,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC;IAC1B,IAAI,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC,yDAAyD;IAElF,OAAO,GAAG,IAAI,IAAI,EAAE,CAAC;QACnB,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;QAEzC,0CAA0C;QAC1C,IAAI,GAAG,CAAC,GAAG,CAAE,IAAI,MAAM,EAAE,CAAC;YACxB,MAAM,GAAG,GAAG,CAAC;YACb,IAAI,GAAG,GAAG,GAAG,CAAC,CAAC;QACjB,CAAC;aAAM,CAAC;YACN,GAAG,GAAG,GAAG,GAAG,CAAC,CAAC;QAChB,CAAC;IACH,CAAC;IACD,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
type ClickOutsideOptions = {
|
|
2
|
+
ignoreSelectors?: string[];
|
|
3
|
+
};
|
|
4
|
+
declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>, options?: ClickOutsideOptions) => void;
|
|
2
5
|
export default useClickOutside;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { useEffect } from 'react';
|
|
2
|
-
const useClickOutside = (ref, callback, ignoreRefs = []) => {
|
|
2
|
+
const useClickOutside = (ref, callback, ignoreRefs = [], options) => {
|
|
3
3
|
useEffect(() => {
|
|
4
4
|
const handleClickOutside = (event) => {
|
|
5
|
+
const target = event.target;
|
|
6
|
+
const isIgnoredSelector = options?.ignoreSelectors?.some((selector) => target instanceof Element && target.closest(selector));
|
|
5
7
|
if (ref.current &&
|
|
6
|
-
!ref.current.contains(
|
|
7
|
-
!ignoreRefs.some((ignoreRef) => ignoreRef?.current &&
|
|
8
|
-
|
|
8
|
+
!ref.current.contains(target) &&
|
|
9
|
+
!ignoreRefs.some((ignoreRef) => ignoreRef?.current && ignoreRef.current.contains(target)) &&
|
|
10
|
+
!isIgnoredSelector) {
|
|
9
11
|
callback();
|
|
10
12
|
}
|
|
11
13
|
};
|
|
@@ -13,7 +15,7 @@ const useClickOutside = (ref, callback, ignoreRefs = []) => {
|
|
|
13
15
|
return () => {
|
|
14
16
|
document.removeEventListener('mousedown', handleClickOutside);
|
|
15
17
|
};
|
|
16
|
-
}, [ref, callback, ignoreRefs]);
|
|
18
|
+
}, [ref, callback, ignoreRefs, options]);
|
|
17
19
|
};
|
|
18
20
|
export default useClickOutside;
|
|
19
21
|
//# sourceMappingURL=useClickOutside.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useClickOutside.js","sourceRoot":"","sources":["../../src/hooks/useClickOutside.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"useClickOutside.js","sourceRoot":"","sources":["../../src/hooks/useClickOutside.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMlC,MAAM,eAAe,GAAG,CACtB,GAAiC,EACjC,QAAoB,EACpB,aAA8D,EAAE,EAChE,OAA6B,EAC7B,EAAE;IACF,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,kBAAkB,GAAG,CAAC,KAAiB,EAAE,EAAE;YAC/C,MAAM,MAAM,GAAG,KAAK,CAAC,MAAc,CAAC;YACpC,MAAM,iBAAiB,GAAG,OAAO,EAAE,eAAe,EAAE,IAAI,CACtD,CAAC,QAAQ,EAAE,EAAE,CAAC,MAAM,YAAY,OAAO,IAAI,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,CACpE,CAAC;YAEF,IACE,GAAG,CAAC,OAAO;gBACX,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC;gBAC7B,CAAC,UAAU,CAAC,IAAI,CACd,CAAC,SAAS,EAAE,EAAE,CACZ,SAAS,EAAE,OAAO,IAAI,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAC3D;gBACD,CAAC,iBAAiB,EAClB,CAAC;gBACD,QAAQ,EAAE,CAAC;YACb,CAAC;QACH,CAAC,CAAC;QAEF,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,kBAAkB,CAAC,CAAC;QAC3D,OAAO,GAAG,EAAE;YACV,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,kBAAkB,CAAC,CAAC;QAChE,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,GAAG,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC;AAC3C,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
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;
|
|
@@ -2852,6 +2854,7 @@ interface AppHeaderProps {
|
|
|
2852
2854
|
centerInfoItems?: {
|
|
2853
2855
|
iconName: string;
|
|
2854
2856
|
label: string;
|
|
2857
|
+
iconColor?: string;
|
|
2855
2858
|
}[];
|
|
2856
2859
|
rightButtons?: {
|
|
2857
2860
|
label: string;
|
|
@@ -2963,7 +2966,7 @@ type DashboardDonutChartProps = {
|
|
|
2963
2966
|
legendTruncate?: number;
|
|
2964
2967
|
isLegendToolTip?: boolean;
|
|
2965
2968
|
containerHeight?: number | string;
|
|
2966
|
-
onSelectedStatus?: (
|
|
2969
|
+
onSelectedStatus?: (value: string, originalIndex: number, data: Record<string, string | number>) => void;
|
|
2967
2970
|
selectedStatusKey?: string;
|
|
2968
2971
|
setSelectedStatusKey?: (_selectedStatusKey: string) => void;
|
|
2969
2972
|
isOnClick?: boolean;
|
|
@@ -3958,7 +3961,7 @@ interface ChooseFileProps {
|
|
|
3958
3961
|
/**
|
|
3959
3962
|
* selectedfile object will be send.
|
|
3960
3963
|
*/
|
|
3961
|
-
selectedFile?: File | DynamicObj | null;
|
|
3964
|
+
selectedFile?: File | DynamicObj$1 | null;
|
|
3962
3965
|
/**
|
|
3963
3966
|
* handleCloseIcon function will set to the initial state .
|
|
3964
3967
|
*/
|
|
@@ -4156,6 +4159,11 @@ interface ChatModalAiProps {
|
|
|
4156
4159
|
iconWidth?: number;
|
|
4157
4160
|
hoverTitle?: string;
|
|
4158
4161
|
onVisibilityChange?: (visible: boolean) => void;
|
|
4162
|
+
isVisible: boolean;
|
|
4163
|
+
isOpen: boolean;
|
|
4164
|
+
onOpen: () => void;
|
|
4165
|
+
onClose: () => void;
|
|
4166
|
+
isIconVisible: boolean;
|
|
4159
4167
|
}
|
|
4160
4168
|
|
|
4161
4169
|
declare const ChatModalAi: React$1.ForwardRefExoticComponent<ChatModalAiProps & React$1.RefAttributes<ChatModalRef>>;
|
|
@@ -4693,6 +4701,41 @@ type LayoutWithDrawerProps = {
|
|
|
4693
4701
|
};
|
|
4694
4702
|
declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => react_jsx_runtime.JSX.Element;
|
|
4695
4703
|
|
|
4704
|
+
interface NetworkErrorBoundaryProps {
|
|
4705
|
+
children: ReactNode;
|
|
4706
|
+
/**
|
|
4707
|
+
* Optional custom offline content to display
|
|
4708
|
+
* If not provided, uses default offline SVG
|
|
4709
|
+
*/
|
|
4710
|
+
offlineContent?: ReactNode;
|
|
4711
|
+
/**
|
|
4712
|
+
* Optional callback when network status changes
|
|
4713
|
+
*/
|
|
4714
|
+
hasError?: boolean;
|
|
4715
|
+
/**
|
|
4716
|
+
* When set to `true`, the component will render the error/overlay UI
|
|
4717
|
+
*/
|
|
4718
|
+
onNetworkStatusChange?: (isOnline: boolean) => void;
|
|
4719
|
+
/**
|
|
4720
|
+
* Optional custom CSS class for the overlay
|
|
4721
|
+
*/
|
|
4722
|
+
overlayClassName?: string;
|
|
4723
|
+
/**
|
|
4724
|
+
* Optional z-index override for the overlay
|
|
4725
|
+
*/
|
|
4726
|
+
overlayZIndex?: number;
|
|
4727
|
+
/**
|
|
4728
|
+
* Width of the fallback icon (default: 300)
|
|
4729
|
+
*/
|
|
4730
|
+
iconWidth?: number;
|
|
4731
|
+
/**
|
|
4732
|
+
* Height of the fallback icon (default: 300)
|
|
4733
|
+
*/
|
|
4734
|
+
iconHeight?: number;
|
|
4735
|
+
}
|
|
4736
|
+
|
|
4737
|
+
declare const NetworkErrorBoundary: FC<NetworkErrorBoundaryProps>;
|
|
4738
|
+
|
|
4696
4739
|
type valueType$1 = any;
|
|
4697
4740
|
declare const checkEmpty: (value: valueType$1) => boolean;
|
|
4698
4741
|
|
|
@@ -4742,6 +4785,41 @@ declare const throttle: (func: Callback, limit: number) => ThrottledFunction;
|
|
|
4742
4785
|
declare const truncateText: (text: string, maxLimit?: number, truncateType?: "count" | "pixel", fontSize?: number, fontFamily?: string, letterSpacing?: number) => string;
|
|
4743
4786
|
declare const isTextTruncated: (text: string, maxLimit?: number, truncateType?: "count" | "pixel", fontSize?: number, fontFamily?: string) => boolean;
|
|
4744
4787
|
|
|
4788
|
+
type DynamicObj = {
|
|
4789
|
+
[key: string]: any;
|
|
4790
|
+
};
|
|
4791
|
+
type StackedBarSegment = {
|
|
4792
|
+
key: string;
|
|
4793
|
+
value: number;
|
|
4794
|
+
color: string;
|
|
4795
|
+
data?: DynamicObj;
|
|
4796
|
+
};
|
|
4797
|
+
type StackedBarDataItem = {
|
|
4798
|
+
label: string;
|
|
4799
|
+
segments: StackedBarSegment[];
|
|
4800
|
+
};
|
|
4801
|
+
type StackedBarChartProps = {
|
|
4802
|
+
data: StackedBarDataItem[];
|
|
4803
|
+
barWidth?: number;
|
|
4804
|
+
height?: number;
|
|
4805
|
+
barGap?: number;
|
|
4806
|
+
barBorderRadius?: number;
|
|
4807
|
+
xAxisLabel?: string;
|
|
4808
|
+
yAxisLabel?: string;
|
|
4809
|
+
yAxisDivisions?: number;
|
|
4810
|
+
padding?: number;
|
|
4811
|
+
legend?: boolean;
|
|
4812
|
+
legendPosition?: 'top' | 'bottom';
|
|
4813
|
+
showXAxisLabels?: boolean;
|
|
4814
|
+
isTruncateText?: boolean;
|
|
4815
|
+
isOnclick?: boolean;
|
|
4816
|
+
onSelectedBar?: (colData: {
|
|
4817
|
+
label: string;
|
|
4818
|
+
segments: StackedBarSegment[];
|
|
4819
|
+
}, index: number) => void;
|
|
4820
|
+
onSegmentClick?: (label: string, segment: StackedBarSegment, segmentIndex: number) => void;
|
|
4821
|
+
};
|
|
4822
|
+
|
|
4745
4823
|
type BarChartProps = {
|
|
4746
4824
|
data: {
|
|
4747
4825
|
label: string;
|
|
@@ -4772,7 +4850,7 @@ type BarChartProps = {
|
|
|
4772
4850
|
isYAxisValuePercentage?: boolean;
|
|
4773
4851
|
selectedBar?: string | null;
|
|
4774
4852
|
setSelectedBar?: (value: string | null) => void;
|
|
4775
|
-
onSelectedBar?: (_label: string) => void;
|
|
4853
|
+
onSelectedBar?: (_label: string, item: DynamicObj) => void;
|
|
4776
4854
|
totalLabel?: string;
|
|
4777
4855
|
customToolTip?: boolean;
|
|
4778
4856
|
isOnclick?: boolean;
|
|
@@ -4783,6 +4861,8 @@ type BarChartProps = {
|
|
|
4783
4861
|
};
|
|
4784
4862
|
declare const BarChart: React__default.FC<BarChartProps>;
|
|
4785
4863
|
|
|
4864
|
+
declare const StackedBarChart: React__default.FC<StackedBarChartProps>;
|
|
4865
|
+
|
|
4786
4866
|
interface BarValue {
|
|
4787
4867
|
value: number | string;
|
|
4788
4868
|
arcColor: string | string[];
|
|
@@ -4935,7 +5015,10 @@ declare const Comments: ({ commentsData, handleAddComment, handleEditComment, ha
|
|
|
4935
5015
|
|
|
4936
5016
|
declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
|
|
4937
5017
|
|
|
4938
|
-
|
|
5018
|
+
type ClickOutsideOptions = {
|
|
5019
|
+
ignoreSelectors?: string[];
|
|
5020
|
+
};
|
|
5021
|
+
declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>, options?: ClickOutsideOptions) => void;
|
|
4939
5022
|
|
|
4940
5023
|
type TriggerControl = {
|
|
4941
5024
|
canTrigger: () => boolean;
|
|
@@ -5871,6 +5954,7 @@ declare const FILENAME_VALIDATION_REGEX: RegExp;
|
|
|
5871
5954
|
declare const NO_LEADING_TRAILING_SPACE_REGEX: RegExp;
|
|
5872
5955
|
declare const SERVER_HOST_REGEX: RegExp;
|
|
5873
5956
|
declare const EMAIL_FORMAT_REGEX: RegExp;
|
|
5957
|
+
declare const INVALID_EMAIL_REGEX: RegExp;
|
|
5874
5958
|
|
|
5875
5959
|
declare const setStoreValue: (key: string, value: string | object | null) => void;
|
|
5876
5960
|
declare const getStoreValue: (key: string) => string | unknown | null;
|
|
@@ -5931,5 +6015,5 @@ interface StorageUsageBarProps {
|
|
|
5931
6015
|
|
|
5932
6016
|
declare const StorageUsageBar: React.FC<StorageUsageBarProps>;
|
|
5933
6017
|
|
|
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 };
|
|
6018
|
+
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
6019
|
export type { RootNode$1 as RootNode, TreeNodeProps };
|