pixel-react 1.21.15 → 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/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/components/SortableRow.d.ts +1 -1
- package/lib/components/Table/components/TableHeader.d.ts +1 -1
- package/lib/components/Table/components/VirtualizedRows.d.ts +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/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 +75 -54
- package/lib/index.js +18 -10
- package/lib/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +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/package.json +1 -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
|
/**
|
|
@@ -1542,7 +1543,7 @@ interface AddResourceButtonProps {
|
|
|
1542
1543
|
isFromTree?: boolean;
|
|
1543
1544
|
}
|
|
1544
1545
|
|
|
1545
|
-
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;
|
|
1546
1547
|
|
|
1547
1548
|
type BaseStatus = 'Passed' | 'Failed' | 'Warning' | 'Skipped' | 'On Hold' | 'Descoped' | 'To be Validated' | 'To be Tested' | 'Terminated';
|
|
1548
1549
|
type CaseFlexible<StatusType extends string> = StatusType | Lowercase<StatusType> | Uppercase<StatusType> | Capitalize<Lowercase<StatusType>>;
|
|
@@ -2184,41 +2185,42 @@ interface OverviewModalProps {
|
|
|
2184
2185
|
onMaximizeToggle?: () => void;
|
|
2185
2186
|
showHeader: boolean;
|
|
2186
2187
|
top?: string;
|
|
2188
|
+
isIframe?: boolean;
|
|
2187
2189
|
overlay?: boolean;
|
|
2188
2190
|
downloadHandler: () => void;
|
|
2189
2191
|
zIndex?: number;
|
|
2190
2192
|
customStyle?: React.CSSProperties;
|
|
2191
2193
|
multiData?: Array<{
|
|
2192
|
-
machineName
|
|
2193
|
-
scriptName
|
|
2194
|
-
icon
|
|
2194
|
+
machineName?: string;
|
|
2195
|
+
scriptName?: string;
|
|
2196
|
+
icon?: string;
|
|
2195
2197
|
src: string;
|
|
2196
|
-
alt
|
|
2197
|
-
runId
|
|
2198
|
-
currentScripts
|
|
2199
|
-
totalScripts
|
|
2198
|
+
alt?: string;
|
|
2199
|
+
runId?: string;
|
|
2200
|
+
currentScripts?: number;
|
|
2201
|
+
totalScripts?: number;
|
|
2200
2202
|
}>;
|
|
2201
2203
|
setSelectedVideo?: (video: {
|
|
2202
|
-
currentVideoData
|
|
2203
|
-
machineName
|
|
2204
|
-
scriptName
|
|
2205
|
-
icon
|
|
2206
|
-
src
|
|
2207
|
-
alt
|
|
2208
|
-
runId
|
|
2209
|
-
currentScripts
|
|
2210
|
-
totalScripts
|
|
2211
|
-
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;
|
|
2212
2214
|
};
|
|
2213
|
-
allVideoData
|
|
2214
|
-
machineName
|
|
2215
|
-
scriptName
|
|
2216
|
-
icon
|
|
2217
|
-
src
|
|
2218
|
-
alt
|
|
2219
|
-
runId
|
|
2220
|
-
currentScripts
|
|
2221
|
-
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;
|
|
2222
2224
|
}>;
|
|
2223
2225
|
}) => void;
|
|
2224
2226
|
}
|
|
@@ -2308,6 +2310,18 @@ type TreeNodeProps = {
|
|
|
2308
2310
|
includeIteration?: boolean;
|
|
2309
2311
|
totalConditionCount?: number;
|
|
2310
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
|
+
};
|
|
2311
2325
|
};
|
|
2312
2326
|
|
|
2313
2327
|
interface NewNode$1 {
|
|
@@ -2430,7 +2444,7 @@ interface TabsProps$1 {
|
|
|
2430
2444
|
tabFlexSpacing?: 'space-between' | 'space-around' | 'flex-start' | 'flex-end' | 'center';
|
|
2431
2445
|
}
|
|
2432
2446
|
|
|
2433
|
-
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;
|
|
2434
2448
|
|
|
2435
2449
|
/**
|
|
2436
2450
|
* Represents a single tab in the BrowserTabs component.
|
|
@@ -2508,7 +2522,7 @@ interface BrowserTabsProps {
|
|
|
2508
2522
|
maxTabs?: number;
|
|
2509
2523
|
}
|
|
2510
2524
|
|
|
2511
|
-
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;
|
|
2512
2526
|
|
|
2513
2527
|
interface HighlightTextProps {
|
|
2514
2528
|
text?: string;
|
|
@@ -2595,7 +2609,7 @@ interface SearchProps {
|
|
|
2595
2609
|
handleBlur?: () => void;
|
|
2596
2610
|
}
|
|
2597
2611
|
|
|
2598
|
-
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;
|
|
2599
2613
|
|
|
2600
2614
|
interface DatePickerProps {
|
|
2601
2615
|
/**
|
|
@@ -2685,7 +2699,7 @@ interface StateDropdownProps {
|
|
|
2685
2699
|
zIndex?: number;
|
|
2686
2700
|
}
|
|
2687
2701
|
|
|
2688
|
-
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;
|
|
2689
2703
|
|
|
2690
2704
|
interface IconButtonProps {
|
|
2691
2705
|
label: string;
|
|
@@ -2797,7 +2811,7 @@ interface VariableInputProps {
|
|
|
2797
2811
|
list?: string[];
|
|
2798
2812
|
}
|
|
2799
2813
|
|
|
2800
|
-
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;
|
|
2801
2815
|
|
|
2802
2816
|
interface optionsType$1 {
|
|
2803
2817
|
label: string;
|
|
@@ -2816,7 +2830,7 @@ interface AllProjectsDropdownProps {
|
|
|
2816
2830
|
disabled?: boolean;
|
|
2817
2831
|
}
|
|
2818
2832
|
|
|
2819
|
-
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;
|
|
2820
2834
|
|
|
2821
2835
|
interface PieChartProps {
|
|
2822
2836
|
radius: number;
|
|
@@ -2927,7 +2941,7 @@ interface PaperProps {
|
|
|
2927
2941
|
rounded?: boolean;
|
|
2928
2942
|
}
|
|
2929
2943
|
|
|
2930
|
-
declare const Paper: ({ children, className, rounded }: PaperProps) =>
|
|
2944
|
+
declare const Paper: ({ children, className, rounded }: PaperProps) => react_jsx_runtime.JSX.Element;
|
|
2931
2945
|
|
|
2932
2946
|
type ChartItem = {
|
|
2933
2947
|
key: string;
|
|
@@ -3053,7 +3067,7 @@ interface NlpRenderOption {
|
|
|
3053
3067
|
name?: string;
|
|
3054
3068
|
}
|
|
3055
3069
|
|
|
3056
|
-
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;
|
|
3057
3071
|
|
|
3058
3072
|
interface IconRadioItem {
|
|
3059
3073
|
/**
|
|
@@ -3119,7 +3133,7 @@ interface MachineInputFieldProps {
|
|
|
3119
3133
|
}
|
|
3120
3134
|
|
|
3121
3135
|
declare const MachineInputField: {
|
|
3122
|
-
({ 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;
|
|
3123
3137
|
displayName: string;
|
|
3124
3138
|
};
|
|
3125
3139
|
|
|
@@ -3232,7 +3246,7 @@ declare const AttachmentButton: React__default.FC<AttachmentUploaderProps>;
|
|
|
3232
3246
|
|
|
3233
3247
|
type AcceptedType = string | (() => void) | Record<string, unknown> | unknown[];
|
|
3234
3248
|
|
|
3235
|
-
declare const Toastify: () =>
|
|
3249
|
+
declare const Toastify: () => react_jsx_runtime.JSX.Element;
|
|
3236
3250
|
|
|
3237
3251
|
declare const toast: {
|
|
3238
3252
|
success: (arg1: AcceptedType, arg2?: AcceptedType) => void;
|
|
@@ -3879,7 +3893,7 @@ interface TableProps$1 {
|
|
|
3879
3893
|
highlightText?: string;
|
|
3880
3894
|
}
|
|
3881
3895
|
|
|
3882
|
-
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;
|
|
3883
3897
|
|
|
3884
3898
|
interface ProgressBarProps {
|
|
3885
3899
|
progressPercentage?: number;
|
|
@@ -4193,7 +4207,7 @@ interface HistoryCardProps {
|
|
|
4193
4207
|
*/
|
|
4194
4208
|
profileShortName: string;
|
|
4195
4209
|
}
|
|
4196
|
-
declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) =>
|
|
4210
|
+
declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) => react_jsx_runtime.JSX.Element;
|
|
4197
4211
|
|
|
4198
4212
|
interface ToggleAiIconProps {
|
|
4199
4213
|
onChange?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
|
|
@@ -4399,7 +4413,7 @@ interface Option$2 {
|
|
|
4399
4413
|
[key: string]: OptionValue$1;
|
|
4400
4414
|
}
|
|
4401
4415
|
|
|
4402
|
-
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;
|
|
4403
4417
|
|
|
4404
4418
|
interface ErrorBoundaryProps {
|
|
4405
4419
|
fallback: ReactNode;
|
|
@@ -4465,7 +4479,7 @@ interface TabsProps {
|
|
|
4465
4479
|
titleSize?: number | string;
|
|
4466
4480
|
}
|
|
4467
4481
|
|
|
4468
|
-
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;
|
|
4469
4483
|
|
|
4470
4484
|
interface StatusIndicatorProps {
|
|
4471
4485
|
label: string;
|
|
@@ -4675,7 +4689,7 @@ declare const TableTreeFn: React__default.ForwardRefExoticComponent<TreeTablePro
|
|
|
4675
4689
|
declare const Loader: (details: {
|
|
4676
4690
|
name: string;
|
|
4677
4691
|
loaderName: string;
|
|
4678
|
-
}) =>
|
|
4692
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
4679
4693
|
|
|
4680
4694
|
interface NoDataMessageProps {
|
|
4681
4695
|
isVisible: boolean;
|
|
@@ -4692,6 +4706,7 @@ type NoDataProps = {
|
|
|
4692
4706
|
iconWidth?: number;
|
|
4693
4707
|
iconHeight?: number;
|
|
4694
4708
|
fontWeight?: 'semi-bold' | 'bold' | 'regular' | 'medium' | undefined;
|
|
4709
|
+
marginTop?: string;
|
|
4695
4710
|
};
|
|
4696
4711
|
declare const NoResultFound: FC<NoDataProps>;
|
|
4697
4712
|
|
|
@@ -4702,7 +4717,7 @@ type LayoutWithDrawerProps = {
|
|
|
4702
4717
|
top?: string;
|
|
4703
4718
|
children?: React__default.ReactNode;
|
|
4704
4719
|
};
|
|
4705
|
-
declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) =>
|
|
4720
|
+
declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => react_jsx_runtime.JSX.Element;
|
|
4706
4721
|
|
|
4707
4722
|
interface NetworkErrorBoundaryProps {
|
|
4708
4723
|
children: ReactNode;
|
|
@@ -5016,7 +5031,7 @@ interface CommentsProps {
|
|
|
5016
5031
|
autoFocus?: boolean;
|
|
5017
5032
|
}
|
|
5018
5033
|
|
|
5019
|
-
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;
|
|
5020
5035
|
|
|
5021
5036
|
declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
|
|
5022
5037
|
|
|
@@ -5838,7 +5853,7 @@ declare const StatusBadge: ({ gap, fontSize, entityType, statusValues, }: {
|
|
|
5838
5853
|
value: number;
|
|
5839
5854
|
tooltipValue?: number;
|
|
5840
5855
|
}[];
|
|
5841
|
-
}) =>
|
|
5856
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
5842
5857
|
|
|
5843
5858
|
interface ToggleOption {
|
|
5844
5859
|
label: string;
|
|
@@ -5877,10 +5892,16 @@ interface AutoTruncateTextComponentProps {
|
|
|
5877
5892
|
placement?: Props['placement'];
|
|
5878
5893
|
}
|
|
5879
5894
|
|
|
5880
|
-
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>;
|
|
5881
5896
|
|
|
5882
5897
|
declare const cleanAllTooltips: () => void;
|
|
5883
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
|
+
|
|
5884
5905
|
declare const EMAIL_REGEX: RegExp;
|
|
5885
5906
|
declare const URL_REGEX: RegExp;
|
|
5886
5907
|
declare const PHONE_REGEX: RegExp;
|
|
@@ -6025,5 +6046,5 @@ declare const StorageUsageBar: React.FC<StorageUsageBarProps>;
|
|
|
6025
6046
|
|
|
6026
6047
|
declare const validateFileContent: (file: File) => Promise<boolean>;
|
|
6027
6048
|
|
|
6028
|
-
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 };
|
|
6029
6050
|
export type { RootNode$1 as RootNode, TreeNodeProps };
|