pixel-react 1.21.14 → 1.21.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ComponentProps/TreeNodeProps.d.ts +12 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.d.ts +1 -1
- package/lib/StyleGuide/Typography/Typography.d.ts +1 -1
- package/lib/components/Accordion/Accordion.d.ts +1 -1
- package/lib/components/AddResourceButton/AddResourceButton.d.ts +1 -1
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +1 -1
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.d.ts +1 -1
- package/lib/components/AutoTruncateText/AutoTruncateText.d.ts +1 -1
- package/lib/components/BrowserTabs/BrowserTabs.d.ts +1 -1
- package/lib/components/Chip/Chip.d.ts +1 -1
- package/lib/components/Comments/Comments.d.ts +1 -2
- package/lib/components/Comments/childComment/ChildComment.d.ts +1 -1
- package/lib/components/DragAndDrop/DragAndDropList.d.ts +2 -2
- package/lib/components/EditLabel/EditLabel.d.ts +1 -1
- package/lib/components/Editor/DynamicWidthToolTip.d.ts +1 -1
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +6 -6
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -1
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.d.ts +1 -1
- package/lib/components/HistoryCard/HistoryCard.d.ts +1 -1
- package/lib/components/LazyLoad/LazyLoading.d.ts +1 -2
- package/lib/components/Loader/Loader.d.ts +1 -1
- package/lib/components/MachineInputField/MachineInputField.d.ts +1 -1
- package/lib/components/MenuOption/MenuOption.d.ts +1 -1
- package/lib/components/MultiSelect/MultiSelect.d.ts +1 -2
- package/lib/components/NLPInput/NlpInput.d.ts +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +1 -1
- package/lib/components/NoResultFound/NoResultFound.d.ts +1 -0
- package/lib/components/NoResultFound/NoResultFound.js +1 -1
- package/lib/components/NoResultFound/NoResultFound.js.map +1 -1
- package/lib/components/OverviewModal/overviewModal.js +4 -4
- package/lib/components/OverviewModal/overviewModal.js.map +1 -1
- package/lib/components/OverviewModal/types.d.ts +27 -26
- package/lib/components/Paper/Paper.d.ts +1 -1
- package/lib/components/Search/Search.d.ts +1 -1
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.d.ts +1 -1
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.d.ts +1 -1
- package/lib/components/StateDropdown/StateDropdown.d.ts +1 -1
- package/lib/components/StatusBadge/StatusBadge.d.ts +1 -1
- package/lib/components/StatusButton/StatusButton.d.ts +1 -1
- package/lib/components/StepsLandingTable/Components/EditComponent.d.ts +1 -1
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.d.ts +1 -1
- package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +1 -1
- package/lib/components/StepsLandingTable/Components/StepsTitle.d.ts +1 -1
- package/lib/components/StepsLandingTable/constant.d.ts +1 -1
- package/lib/components/Table/EditComponent.d.ts +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 +78 -155
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/components/Table/Types.d.ts +6 -11
- package/lib/components/Table/components/SortableRow.d.ts +1 -1
- package/lib/components/Table/components/SortableRow.js +69 -60
- package/lib/components/Table/components/SortableRow.js.map +1 -1
- package/lib/components/Table/components/TableHeader.d.ts +1 -1
- package/lib/components/Table/components/TableHeader.js +15 -20
- 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 +17 -32
- package/lib/components/Table/components/VirtualizedRows.js.map +1 -1
- package/lib/components/Table/utils/virtualization.d.ts +3 -10
- package/lib/components/Table/utils/virtualization.js +13 -40
- package/lib/components/Table/utils/virtualization.js.map +1 -1
- package/lib/components/TableTree/Components/TableBody.d.ts +1 -1
- package/lib/components/TableTree/Components/TableCell.d.ts +1 -1
- package/lib/components/TableTree/Components/TableHead.d.ts +1 -1
- package/lib/components/TableTree/Components/TableRow.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableBody.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableCell.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableHead.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableHead.js +1 -1
- package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableRow.d.ts +1 -1
- package/lib/components/TableTreeFn/TableTreeFn.js +23 -25
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
- package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +1 -1
- package/lib/components/TableWithAccordion/TableWithAccordion.js +13 -38
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
- package/lib/components/TableWithAccordion/types.d.ts +2 -2
- package/lib/components/Tabs/Tabs.d.ts +1 -1
- package/lib/components/TabsWithSilder/TabsWithSilder.d.ts +1 -1
- package/lib/components/TextArea/Textarea.d.ts +1 -1
- package/lib/components/Toastify/Toastify.d.ts +1 -1
- package/lib/components/VariableInput/VariableInput.d.ts +1 -2
- package/lib/index.d.ts +79 -60
- package/lib/index.js +18 -10
- package/lib/index.js.map +1 -1
- package/lib/styles.css +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.d.ts +1 -1
- package/lib/utils/computeTreeCountsAndFormatNodes/computeTreeCountsAndFormatNodes.d.ts +8 -0
- package/lib/utils/computeTreeCountsAndFormatNodes/computeTreeCountsAndFormatNodes.js +263 -0
- package/lib/utils/computeTreeCountsAndFormatNodes/computeTreeCountsAndFormatNodes.js.map +1 -0
- 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/package.json +2 -2
- package/lib/components/Table/utils/TableCell.d.ts +0 -2
- package/lib/components/Table/utils/TableCell.js +0 -27
- package/lib/components/Table/utils/TableCell.js.map +0 -1
package/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { ReactNode, FC, RefObject, LegacyRef, CSSProperties, ReactElement, Ref, ComponentProps, Component, ErrorInfo } from 'react';
|
|
2
|
+
import React__default, { ReactNode, FC, RefObject, LegacyRef, CSSProperties, ReactElement, Ref, ComponentProps, Component, ErrorInfo, Dispatch } from 'react';
|
|
3
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
4
|
import * as LazyLoad from 'react-window';
|
|
4
5
|
export { LazyLoad };
|
|
5
6
|
import * as Form from 'react-hook-form';
|
|
@@ -472,7 +473,7 @@ interface AccordionProps {
|
|
|
472
473
|
/**
|
|
473
474
|
* Accordion UI component
|
|
474
475
|
*/
|
|
475
|
-
declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, accordionContentStyle, }: AccordionProps) =>
|
|
476
|
+
declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, accordionContentStyle, }: AccordionProps) => react_jsx_runtime.JSX.Element;
|
|
476
477
|
|
|
477
478
|
type OptionValue$4 = any;
|
|
478
479
|
interface Option$6 {
|
|
@@ -522,7 +523,7 @@ interface MultiSelectProps {
|
|
|
522
523
|
isCloseIconToolTip?: boolean;
|
|
523
524
|
}
|
|
524
525
|
|
|
525
|
-
declare const MultiSelect: ({ options, type, selectedOptions, onChange, acceptNewOption, zIndex, label, onSearch, required, disabled, errorMessage, displayCount: initialDisplayCount, isAllSelected, onToggleAllSelect, displayAllSelectedAsText, isAllSelect, placeholderForSearching, variant, onLabelPlusIconClick, className, onSelectButtonClick, labelAccessor, valueAccessor, searchAccessor, withSelectButton, loadMoreOptions, onEnter, maxVisibleChips, onBlur, maxDropdownHeight, dropdownContainerRef, noResultsMessage, chipAccessor, isCloseIconToolTip, }: MultiSelectProps) =>
|
|
526
|
+
declare const MultiSelect: ({ options, type, selectedOptions, onChange, acceptNewOption, zIndex, label, onSearch, required, disabled, errorMessage, displayCount: initialDisplayCount, isAllSelected, onToggleAllSelect, displayAllSelectedAsText, isAllSelect, placeholderForSearching, variant, onLabelPlusIconClick, className, onSelectButtonClick, labelAccessor, valueAccessor, searchAccessor, withSelectButton, loadMoreOptions, onEnter, maxVisibleChips, onBlur, maxDropdownHeight, dropdownContainerRef, noResultsMessage, chipAccessor, isCloseIconToolTip, }: MultiSelectProps) => react_jsx_runtime.JSX.Element;
|
|
526
527
|
|
|
527
528
|
interface ToasterProps {
|
|
528
529
|
/**Boolean value to handle state of toaster. */
|
|
@@ -699,7 +700,7 @@ interface ChipsProps {
|
|
|
699
700
|
onClick?: () => void;
|
|
700
701
|
}
|
|
701
702
|
|
|
702
|
-
declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) =>
|
|
703
|
+
declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) => react_jsx_runtime.JSX.Element;
|
|
703
704
|
|
|
704
705
|
interface TooltipProps {
|
|
705
706
|
/**
|
|
@@ -1168,7 +1169,7 @@ interface TextareaProps {
|
|
|
1168
1169
|
isLabelRequired?: boolean;
|
|
1169
1170
|
}
|
|
1170
1171
|
|
|
1171
|
-
declare const Textarea: ({ capacity, name, label, value, variant, error, helperText, disabled, required, placeholder, className, onChange, onBlur, onFocus, onPaste, rows, cols, resize, errorText, readOnly, displayCapacity, isLabelRequired, ...props }: TextareaProps) =>
|
|
1172
|
+
declare const Textarea: ({ capacity, name, label, value, variant, error, helperText, disabled, required, placeholder, className, onChange, onBlur, onFocus, onPaste, rows, cols, resize, errorText, readOnly, displayCapacity, isLabelRequired, ...props }: TextareaProps) => react_jsx_runtime.JSX.Element;
|
|
1172
1173
|
|
|
1173
1174
|
interface StatusButtonProps {
|
|
1174
1175
|
/**
|
|
@@ -1207,7 +1208,7 @@ interface StatusButtonProps {
|
|
|
1207
1208
|
displayTooltip?: boolean;
|
|
1208
1209
|
}
|
|
1209
1210
|
|
|
1210
|
-
declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) =>
|
|
1211
|
+
declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => react_jsx_runtime.JSX.Element;
|
|
1211
1212
|
|
|
1212
1213
|
interface OptionClick {
|
|
1213
1214
|
/**
|
|
@@ -1352,7 +1353,7 @@ interface MenuOptionProps {
|
|
|
1352
1353
|
selectedValue?: string;
|
|
1353
1354
|
}
|
|
1354
1355
|
|
|
1355
|
-
declare const MenuOption: ({ labelName, iconName, tooltipTitle, tooltipPlacement, options, onClick, onOptionClick, iconButtonSize, iconButtonBorderRadius, iconSize, variant, zIndex, dropdownPlacement, optionCardVariant, targetRef, treeRowRef, isAddResourceButton, disabled, alignOption, displayCard, didMouseEntered, tableMenu, dropdownHeight, selectedValue, }: MenuOptionProps) =>
|
|
1356
|
+
declare const MenuOption: ({ labelName, iconName, tooltipTitle, tooltipPlacement, options, onClick, onOptionClick, iconButtonSize, iconButtonBorderRadius, iconSize, variant, zIndex, dropdownPlacement, optionCardVariant, targetRef, treeRowRef, isAddResourceButton, disabled, alignOption, displayCard, didMouseEntered, tableMenu, dropdownHeight, selectedValue, }: MenuOptionProps) => react_jsx_runtime.JSX.Element;
|
|
1356
1357
|
|
|
1357
1358
|
interface DataProps$3 {
|
|
1358
1359
|
/**
|
|
@@ -1366,7 +1367,6 @@ interface SelectedItemProps$1 {
|
|
|
1366
1367
|
*/
|
|
1367
1368
|
[key: string]: string | number | boolean;
|
|
1368
1369
|
}
|
|
1369
|
-
type TableRef = LegacyRef<HTMLTableSectionElement> | React__default.RefObject<HTMLTableSectionElement> | LegacyRef<HTMLDivElement> | React__default.RefObject<HTMLDivElement> | null;
|
|
1370
1370
|
interface TableProps$2 {
|
|
1371
1371
|
/**
|
|
1372
1372
|
* Data for table
|
|
@@ -1476,7 +1476,7 @@ interface TableProps$2 {
|
|
|
1476
1476
|
/**
|
|
1477
1477
|
* enable editMode by setting state row id
|
|
1478
1478
|
*/
|
|
1479
|
-
editMode?: string |
|
|
1479
|
+
editMode?: string | null;
|
|
1480
1480
|
/**
|
|
1481
1481
|
* The content that to be displayed if editComponent
|
|
1482
1482
|
*/
|
|
@@ -1484,7 +1484,7 @@ interface TableProps$2 {
|
|
|
1484
1484
|
/**
|
|
1485
1485
|
* tableRef to get the scroll position & to pass control of table to parent component
|
|
1486
1486
|
*/
|
|
1487
|
-
tableRef?:
|
|
1487
|
+
tableRef?: LegacyRef<HTMLTableSectionElement> | React__default.RefObject<HTMLTableSectionElement> | null;
|
|
1488
1488
|
/**
|
|
1489
1489
|
* Explicitly handling the checkbox disability for the row.
|
|
1490
1490
|
*/
|
|
@@ -1501,10 +1501,9 @@ interface TableProps$2 {
|
|
|
1501
1501
|
displayCard?: boolean;
|
|
1502
1502
|
selectedNode?: {
|
|
1503
1503
|
key: string;
|
|
1504
|
-
selected: string
|
|
1504
|
+
selected: string;
|
|
1505
1505
|
};
|
|
1506
1506
|
uniqueRowIdForAccordion?: string | number;
|
|
1507
|
-
openAccordionId?: string | number | null;
|
|
1508
1507
|
}
|
|
1509
1508
|
|
|
1510
1509
|
declare const Table: React$1.ForwardRefExoticComponent<TableProps$2 & React$1.RefAttributes<any>>;
|
|
@@ -1544,7 +1543,7 @@ interface AddResourceButtonProps {
|
|
|
1544
1543
|
isFromTree?: boolean;
|
|
1545
1544
|
}
|
|
1546
1545
|
|
|
1547
|
-
declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, isFromTree, }: AddResourceButtonProps) =>
|
|
1546
|
+
declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, isFromTree, }: AddResourceButtonProps) => react_jsx_runtime.JSX.Element;
|
|
1548
1547
|
|
|
1549
1548
|
type BaseStatus = 'Passed' | 'Failed' | 'Warning' | 'Skipped' | 'On Hold' | 'Descoped' | 'To be Validated' | 'To be Tested' | 'Terminated';
|
|
1550
1549
|
type CaseFlexible<StatusType extends string> = StatusType | Lowercase<StatusType> | Uppercase<StatusType> | Capitalize<Lowercase<StatusType>>;
|
|
@@ -2186,41 +2185,42 @@ interface OverviewModalProps {
|
|
|
2186
2185
|
onMaximizeToggle?: () => void;
|
|
2187
2186
|
showHeader: boolean;
|
|
2188
2187
|
top?: string;
|
|
2188
|
+
isIframe?: boolean;
|
|
2189
2189
|
overlay?: boolean;
|
|
2190
2190
|
downloadHandler: () => void;
|
|
2191
2191
|
zIndex?: number;
|
|
2192
2192
|
customStyle?: React.CSSProperties;
|
|
2193
2193
|
multiData?: Array<{
|
|
2194
|
-
machineName
|
|
2195
|
-
scriptName
|
|
2196
|
-
icon
|
|
2194
|
+
machineName?: string;
|
|
2195
|
+
scriptName?: string;
|
|
2196
|
+
icon?: string;
|
|
2197
2197
|
src: string;
|
|
2198
|
-
alt
|
|
2199
|
-
runId
|
|
2200
|
-
currentScripts
|
|
2201
|
-
totalScripts
|
|
2198
|
+
alt?: string;
|
|
2199
|
+
runId?: string;
|
|
2200
|
+
currentScripts?: number;
|
|
2201
|
+
totalScripts?: number;
|
|
2202
2202
|
}>;
|
|
2203
2203
|
setSelectedVideo?: (video: {
|
|
2204
|
-
currentVideoData
|
|
2205
|
-
machineName
|
|
2206
|
-
scriptName
|
|
2207
|
-
icon
|
|
2208
|
-
src
|
|
2209
|
-
alt
|
|
2210
|
-
runId
|
|
2211
|
-
currentScripts
|
|
2212
|
-
totalScripts
|
|
2213
|
-
clickedAt
|
|
2204
|
+
currentVideoData?: {
|
|
2205
|
+
machineName?: string;
|
|
2206
|
+
scriptName?: string;
|
|
2207
|
+
icon?: string;
|
|
2208
|
+
src?: string;
|
|
2209
|
+
alt?: string;
|
|
2210
|
+
runId?: string;
|
|
2211
|
+
currentScripts?: number;
|
|
2212
|
+
totalScripts?: number;
|
|
2213
|
+
clickedAt?: number;
|
|
2214
2214
|
};
|
|
2215
|
-
allVideoData
|
|
2216
|
-
machineName
|
|
2217
|
-
scriptName
|
|
2218
|
-
icon
|
|
2219
|
-
src
|
|
2220
|
-
alt
|
|
2221
|
-
runId
|
|
2222
|
-
currentScripts
|
|
2223
|
-
totalScripts
|
|
2215
|
+
allVideoData?: Array<{
|
|
2216
|
+
machineName?: string;
|
|
2217
|
+
scriptName?: string;
|
|
2218
|
+
icon?: string;
|
|
2219
|
+
src?: string;
|
|
2220
|
+
alt?: string;
|
|
2221
|
+
runId?: string;
|
|
2222
|
+
currentScripts?: number;
|
|
2223
|
+
totalScripts?: number;
|
|
2224
2224
|
}>;
|
|
2225
2225
|
}) => void;
|
|
2226
2226
|
}
|
|
@@ -2310,6 +2310,18 @@ type TreeNodeProps = {
|
|
|
2310
2310
|
includeIteration?: boolean;
|
|
2311
2311
|
totalConditionCount?: number;
|
|
2312
2312
|
reRunStep?: boolean;
|
|
2313
|
+
liveURL?: string;
|
|
2314
|
+
isRunning?: boolean;
|
|
2315
|
+
deviceInfo?: {
|
|
2316
|
+
name?: string;
|
|
2317
|
+
brand?: string;
|
|
2318
|
+
platform?: string;
|
|
2319
|
+
version?: string;
|
|
2320
|
+
appName?: string;
|
|
2321
|
+
appId?: string;
|
|
2322
|
+
type?: string;
|
|
2323
|
+
subType?: string;
|
|
2324
|
+
};
|
|
2313
2325
|
};
|
|
2314
2326
|
|
|
2315
2327
|
interface NewNode$1 {
|
|
@@ -2432,7 +2444,7 @@ interface TabsProps$1 {
|
|
|
2432
2444
|
tabFlexSpacing?: 'space-between' | 'space-around' | 'flex-start' | 'flex-end' | 'center';
|
|
2433
2445
|
}
|
|
2434
2446
|
|
|
2435
|
-
declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, isBorderBottomLine, isHoverBackground, isBorderRadius, tabFlexSpacing, }: TabsProps$1) =>
|
|
2447
|
+
declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, isBorderBottomLine, isHoverBackground, isBorderRadius, tabFlexSpacing, }: TabsProps$1) => react_jsx_runtime.JSX.Element;
|
|
2436
2448
|
|
|
2437
2449
|
/**
|
|
2438
2450
|
* Represents a single tab in the BrowserTabs component.
|
|
@@ -2510,7 +2522,7 @@ interface BrowserTabsProps {
|
|
|
2510
2522
|
maxTabs?: number;
|
|
2511
2523
|
}
|
|
2512
2524
|
|
|
2513
|
-
declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, maxTabs, enableOverflowTooltip, onTabMouseEnter, onTabMouseLeave, }: BrowserTabsProps) =>
|
|
2525
|
+
declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, maxTabs, enableOverflowTooltip, onTabMouseEnter, onTabMouseLeave, }: BrowserTabsProps) => react_jsx_runtime.JSX.Element;
|
|
2514
2526
|
|
|
2515
2527
|
interface HighlightTextProps {
|
|
2516
2528
|
text?: string;
|
|
@@ -2597,7 +2609,7 @@ interface SearchProps {
|
|
|
2597
2609
|
handleBlur?: () => void;
|
|
2598
2610
|
}
|
|
2599
2611
|
|
|
2600
|
-
declare const Search: ({ placeholder, onSearch, disabled, width, value, isExpand, onClose, onExpand, showClose, helperText, showToaster, minLength, isAISearch, isAISearchClicked, handleActiveAiSearch, isClear, handleIsClear, style, handleFocus, handleBlur, }: SearchProps) =>
|
|
2612
|
+
declare const Search: ({ placeholder, onSearch, disabled, width, value, isExpand, onClose, onExpand, showClose, helperText, showToaster, minLength, isAISearch, isAISearchClicked, handleActiveAiSearch, isClear, handleIsClear, style, handleFocus, handleBlur, }: SearchProps) => react_jsx_runtime.JSX.Element;
|
|
2601
2613
|
|
|
2602
2614
|
interface DatePickerProps {
|
|
2603
2615
|
/**
|
|
@@ -2687,7 +2699,7 @@ interface StateDropdownProps {
|
|
|
2687
2699
|
zIndex?: number;
|
|
2688
2700
|
}
|
|
2689
2701
|
|
|
2690
|
-
declare const StateDropdown: ({ value, isReviewer, isApprovePage, handleStateValueClick, handleDropdownOptionsClick, disabled, isOnlyReviewer, showBorder, zIndex, }: StateDropdownProps) =>
|
|
2702
|
+
declare const StateDropdown: ({ value, isReviewer, isApprovePage, handleStateValueClick, handleDropdownOptionsClick, disabled, isOnlyReviewer, showBorder, zIndex, }: StateDropdownProps) => react_jsx_runtime.JSX.Element;
|
|
2691
2703
|
|
|
2692
2704
|
interface IconButtonProps {
|
|
2693
2705
|
label: string;
|
|
@@ -2799,7 +2811,7 @@ interface VariableInputProps {
|
|
|
2799
2811
|
list?: string[];
|
|
2800
2812
|
}
|
|
2801
2813
|
|
|
2802
|
-
declare const VariableInput: ({ type, name, label, disabled, required, placeholder, value, error, className, onChange, onKeyDown, onBlur, onFocus, list, ...props }: VariableInputProps) =>
|
|
2814
|
+
declare const VariableInput: ({ type, name, label, disabled, required, placeholder, value, error, className, onChange, onKeyDown, onBlur, onFocus, list, ...props }: VariableInputProps) => react_jsx_runtime.JSX.Element;
|
|
2803
2815
|
|
|
2804
2816
|
interface optionsType$1 {
|
|
2805
2817
|
label: string;
|
|
@@ -2818,7 +2830,7 @@ interface AllProjectsDropdownProps {
|
|
|
2818
2830
|
disabled?: boolean;
|
|
2819
2831
|
}
|
|
2820
2832
|
|
|
2821
|
-
declare const AllProjectsDropdown: ({ onClick, onMenuClick, options, selectedOption, selected, placeholder, disabled, }: AllProjectsDropdownProps) =>
|
|
2833
|
+
declare const AllProjectsDropdown: ({ onClick, onMenuClick, options, selectedOption, selected, placeholder, disabled, }: AllProjectsDropdownProps) => react_jsx_runtime.JSX.Element;
|
|
2822
2834
|
|
|
2823
2835
|
interface PieChartProps {
|
|
2824
2836
|
radius: number;
|
|
@@ -2929,7 +2941,7 @@ interface PaperProps {
|
|
|
2929
2941
|
rounded?: boolean;
|
|
2930
2942
|
}
|
|
2931
2943
|
|
|
2932
|
-
declare const Paper: ({ children, className, rounded }: PaperProps) =>
|
|
2944
|
+
declare const Paper: ({ children, className, rounded }: PaperProps) => react_jsx_runtime.JSX.Element;
|
|
2933
2945
|
|
|
2934
2946
|
type ChartItem = {
|
|
2935
2947
|
key: string;
|
|
@@ -3055,7 +3067,7 @@ interface NlpRenderOption {
|
|
|
3055
3067
|
name?: string;
|
|
3056
3068
|
}
|
|
3057
3069
|
|
|
3058
|
-
declare const NlpInput: ({ label, leftIcon, rightIcon, rightIconColor, showLabel, onHelpIconClick, aiIconClick, webServiceClick, containerWidth, optionsList, selectedOption, onChange, errorMsg, className, optionZIndex, disabled, borderRadius, showBorder, required, value, onSelect, chipOptionList, selectedChips, loadMoreOptions, isWebservice, closeInputOnOutsideClick, tooltipText, ChipsAccordionWidth, dropDownMessage, }: SelectProps) =>
|
|
3070
|
+
declare const NlpInput: ({ label, leftIcon, rightIcon, rightIconColor, showLabel, onHelpIconClick, aiIconClick, webServiceClick, containerWidth, optionsList, selectedOption, onChange, errorMsg, className, optionZIndex, disabled, borderRadius, showBorder, required, value, onSelect, chipOptionList, selectedChips, loadMoreOptions, isWebservice, closeInputOnOutsideClick, tooltipText, ChipsAccordionWidth, dropDownMessage, }: SelectProps) => react_jsx_runtime.JSX.Element;
|
|
3059
3071
|
|
|
3060
3072
|
interface IconRadioItem {
|
|
3061
3073
|
/**
|
|
@@ -3121,7 +3133,7 @@ interface MachineInputFieldProps {
|
|
|
3121
3133
|
}
|
|
3122
3134
|
|
|
3123
3135
|
declare const MachineInputField: {
|
|
3124
|
-
({ width, options, runCount, className, contentReverse, onClick, modalId, scriptType, readOnly, isMissing, }: MachineInputFieldProps):
|
|
3136
|
+
({ width, options, runCount, className, contentReverse, onClick, modalId, scriptType, readOnly, isMissing, }: MachineInputFieldProps): react_jsx_runtime.JSX.Element;
|
|
3125
3137
|
displayName: string;
|
|
3126
3138
|
};
|
|
3127
3139
|
|
|
@@ -3234,7 +3246,7 @@ declare const AttachmentButton: React__default.FC<AttachmentUploaderProps>;
|
|
|
3234
3246
|
|
|
3235
3247
|
type AcceptedType = string | (() => void) | Record<string, unknown> | unknown[];
|
|
3236
3248
|
|
|
3237
|
-
declare const Toastify: () =>
|
|
3249
|
+
declare const Toastify: () => react_jsx_runtime.JSX.Element;
|
|
3238
3250
|
|
|
3239
3251
|
declare const toast: {
|
|
3240
3252
|
success: (arg1: AcceptedType, arg2?: AcceptedType) => void;
|
|
@@ -3829,7 +3841,7 @@ interface ColumnProps$1 {
|
|
|
3829
3841
|
/**
|
|
3830
3842
|
* width of a column
|
|
3831
3843
|
*/
|
|
3832
|
-
width?:
|
|
3844
|
+
width?: number;
|
|
3833
3845
|
/**
|
|
3834
3846
|
* data for the column
|
|
3835
3847
|
*/
|
|
@@ -3881,7 +3893,7 @@ interface TableProps$1 {
|
|
|
3881
3893
|
highlightText?: string;
|
|
3882
3894
|
}
|
|
3883
3895
|
|
|
3884
|
-
declare const TableWithAccordion: ({ highlightText, tableMeta, tableData, accordionType, noDataContent, height, withFixedHeader, headerType, TableAccordionStateIconWidth, TableAccordionStateIconHeight, }: TableProps$1) =>
|
|
3896
|
+
declare const TableWithAccordion: ({ highlightText, tableMeta, tableData, accordionType, noDataContent, height, withFixedHeader, headerType, TableAccordionStateIconWidth, TableAccordionStateIconHeight, }: TableProps$1) => react_jsx_runtime.JSX.Element;
|
|
3885
3897
|
|
|
3886
3898
|
interface ProgressBarProps {
|
|
3887
3899
|
progressPercentage?: number;
|
|
@@ -4195,7 +4207,7 @@ interface HistoryCardProps {
|
|
|
4195
4207
|
*/
|
|
4196
4208
|
profileShortName: string;
|
|
4197
4209
|
}
|
|
4198
|
-
declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) =>
|
|
4210
|
+
declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) => react_jsx_runtime.JSX.Element;
|
|
4199
4211
|
|
|
4200
4212
|
interface ToggleAiIconProps {
|
|
4201
4213
|
onChange?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
|
|
@@ -4401,7 +4413,7 @@ interface Option$2 {
|
|
|
4401
4413
|
[key: string]: OptionValue$1;
|
|
4402
4414
|
}
|
|
4403
4415
|
|
|
4404
|
-
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, isAutoTruncate, }: EditLabelProps) =>
|
|
4416
|
+
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, isAutoTruncate, }: EditLabelProps) => react_jsx_runtime.JSX.Element;
|
|
4405
4417
|
|
|
4406
4418
|
interface ErrorBoundaryProps {
|
|
4407
4419
|
fallback: ReactNode;
|
|
@@ -4467,7 +4479,7 @@ interface TabsProps {
|
|
|
4467
4479
|
titleSize?: number | string;
|
|
4468
4480
|
}
|
|
4469
4481
|
|
|
4470
|
-
declare const TabsWithSilder: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps) =>
|
|
4482
|
+
declare const TabsWithSilder: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps) => react_jsx_runtime.JSX.Element;
|
|
4471
4483
|
|
|
4472
4484
|
interface StatusIndicatorProps {
|
|
4473
4485
|
label: string;
|
|
@@ -4677,7 +4689,7 @@ declare const TableTreeFn: React__default.ForwardRefExoticComponent<TreeTablePro
|
|
|
4677
4689
|
declare const Loader: (details: {
|
|
4678
4690
|
name: string;
|
|
4679
4691
|
loaderName: string;
|
|
4680
|
-
}) =>
|
|
4692
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
4681
4693
|
|
|
4682
4694
|
interface NoDataMessageProps {
|
|
4683
4695
|
isVisible: boolean;
|
|
@@ -4694,6 +4706,7 @@ type NoDataProps = {
|
|
|
4694
4706
|
iconWidth?: number;
|
|
4695
4707
|
iconHeight?: number;
|
|
4696
4708
|
fontWeight?: 'semi-bold' | 'bold' | 'regular' | 'medium' | undefined;
|
|
4709
|
+
marginTop?: string;
|
|
4697
4710
|
};
|
|
4698
4711
|
declare const NoResultFound: FC<NoDataProps>;
|
|
4699
4712
|
|
|
@@ -4704,7 +4717,7 @@ type LayoutWithDrawerProps = {
|
|
|
4704
4717
|
top?: string;
|
|
4705
4718
|
children?: React__default.ReactNode;
|
|
4706
4719
|
};
|
|
4707
|
-
declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) =>
|
|
4720
|
+
declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => react_jsx_runtime.JSX.Element;
|
|
4708
4721
|
|
|
4709
4722
|
interface NetworkErrorBoundaryProps {
|
|
4710
4723
|
children: ReactNode;
|
|
@@ -5018,7 +5031,7 @@ interface CommentsProps {
|
|
|
5018
5031
|
autoFocus?: boolean;
|
|
5019
5032
|
}
|
|
5020
5033
|
|
|
5021
|
-
declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) =>
|
|
5034
|
+
declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) => react_jsx_runtime.JSX.Element;
|
|
5022
5035
|
|
|
5023
5036
|
declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
|
|
5024
5037
|
|
|
@@ -5840,7 +5853,7 @@ declare const StatusBadge: ({ gap, fontSize, entityType, statusValues, }: {
|
|
|
5840
5853
|
value: number;
|
|
5841
5854
|
tooltipValue?: number;
|
|
5842
5855
|
}[];
|
|
5843
|
-
}) =>
|
|
5856
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
5844
5857
|
|
|
5845
5858
|
interface ToggleOption {
|
|
5846
5859
|
label: string;
|
|
@@ -5879,10 +5892,16 @@ interface AutoTruncateTextComponentProps {
|
|
|
5879
5892
|
placement?: Props['placement'];
|
|
5880
5893
|
}
|
|
5881
5894
|
|
|
5882
|
-
declare const AutoTruncateText: React$1.MemoExoticComponent<({ children, className, lines, interactive, placement, }: AutoTruncateTextComponentProps) =>
|
|
5895
|
+
declare const AutoTruncateText: React$1.MemoExoticComponent<({ children, className, lines, interactive, placement, }: AutoTruncateTextComponentProps) => react_jsx_runtime.JSX.Element>;
|
|
5883
5896
|
|
|
5884
5897
|
declare const cleanAllTooltips: () => void;
|
|
5885
5898
|
|
|
5899
|
+
declare const computeTreeCountsAndFormatNodes: (treeData: TreeNodeProps[], timezone?: string) => TreeNodeProps[];
|
|
5900
|
+
declare const updateSearchTree: (searchValues: DynamicObj$1, treeDataList: TreeNodeProps[], dispatch: Dispatch<any>, setSearchedTree: (data: any) => void, setSearchedRootModule: (data: any) => void) => void;
|
|
5901
|
+
declare const passesFilters: (facetQueries: DynamicObj$1[], response: DynamicObj$1) => boolean;
|
|
5902
|
+
declare const restoreSelectedFilters: (urlFilters: DynamicObj$1[], setSelectedFilters: (filters: string[]) => void, setModifiedOnState: (filters: DynamicObj$1) => void, setInitialFilterData: (filters: string[]) => void, setInitialModifiedOnState: (filters: DynamicObj$1) => void) => void;
|
|
5903
|
+
declare const getFiltersFromUrl: (params: URLSearchParams) => DynamicObj$1[];
|
|
5904
|
+
|
|
5886
5905
|
declare const EMAIL_REGEX: RegExp;
|
|
5887
5906
|
declare const URL_REGEX: RegExp;
|
|
5888
5907
|
declare const PHONE_REGEX: RegExp;
|
|
@@ -6027,5 +6046,5 @@ declare const StorageUsageBar: React.FC<StorageUsageBarProps>;
|
|
|
6027
6046
|
|
|
6028
6047
|
declare const validateFileContent: (file: File) => Promise<boolean>;
|
|
6029
6048
|
|
|
6030
|
-
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, validateFileContent };
|
|
6049
|
+
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, computeTreeCountsAndFormatNodes, convertFormDataToObject, convertToBytes, convertToGB, convertToISO, copyToClipboard, debounce, deleteStoreValue, ffid, findAndInsert, formatDate, formatResponseDate, getEncryptedData, getExtension, getExtensionWithPeriod, getFiltersFromUrl, getNavigateToKey, getSequentialPayload, getStoreValue, getTopVisibleNodeKey, getTreeDetails, handleTimeZoneChange, handleTreeExpandAllCollapseAll, handleTreeNodeExpandCollapse, handleTreeNodeSect, handleUnCheckAllTreeNodesWithUpdates, hasDuplicateFile, isEmptyObject, isTextTruncated, nlpInputDelay, passesFilters, rearrangeDragItem, restoreSelectedFilters, saveFileFromBlob, scrollToView, setStoreValue, throttle, toCamelCase, toast, toggleShowHideEntity, truncateText, updateSearchTree, updateTreeState, useBeforeUnload, useClickOutside, useDeviceType, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl, validateFileContent };
|
|
6031
6050
|
export type { RootNode$1 as RootNode, TreeNodeProps };
|