pixel-react 1.21.19 → 1.21.20
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/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 +2 -1
- 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 +2 -1
- 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 +2 -1
- package/lib/components/NLPInput/NlpInput.d.ts +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +1 -1
- 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/StepLandingTable.js +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 +155 -78
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/components/Table/Types.d.ts +11 -6
- package/lib/components/Table/components/SortableRow.d.ts +1 -1
- package/lib/components/Table/components/SortableRow.js +60 -69
- 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 +20 -15
- package/lib/components/Table/components/TableHeader.js.map +1 -1
- package/lib/components/Table/components/VirtualizedRows.d.ts +1 -1
- package/lib/components/Table/components/VirtualizedRows.js +32 -17
- package/lib/components/Table/components/VirtualizedRows.js.map +1 -1
- package/lib/components/Table/utils/TableCell.d.ts +2 -0
- package/lib/components/Table/utils/TableCell.js +27 -0
- package/lib/components/Table/utils/TableCell.js.map +1 -0
- package/lib/components/Table/utils/virtualization.d.ts +10 -3
- package/lib/components/Table/utils/virtualization.js +40 -13
- package/lib/components/Table/utils/virtualization.js.map +1 -1
- package/lib/components/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/TableRow.d.ts +1 -1
- package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +1 -1
- package/lib/components/TableWithAccordion/TableWithAccordion.js +38 -13
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
- package/lib/components/TableWithAccordion/types.d.ts +2 -2
- package/lib/components/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 +2 -1
- package/lib/index.d.ts +32 -31
- package/lib/index.js +9 -17
- package/lib/styles.css +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- 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/package.json +2 -2
|
@@ -4,5 +4,5 @@ import { AccordionProps } from './types';
|
|
|
4
4
|
/**
|
|
5
5
|
* Accordion UI component
|
|
6
6
|
*/
|
|
7
|
-
declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, accordionContentStyle, }: AccordionProps) => import("react
|
|
7
|
+
declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, accordionContentStyle, }: AccordionProps) => import("react").JSX.Element;
|
|
8
8
|
export default Accordion;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './AddResourceButton.scss';
|
|
2
2
|
import { AddResourceButtonProps } from './type';
|
|
3
|
-
declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, isFromTree, }: AddResourceButtonProps) => import("react
|
|
3
|
+
declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, isFromTree, }: AddResourceButtonProps) => import("react").JSX.Element;
|
|
4
4
|
export default AddResourceButton;
|
|
@@ -2,5 +2,5 @@ import './ArrowsButton.scss';
|
|
|
2
2
|
import { DirectionalArrowButtonProps } from '../type';
|
|
3
3
|
declare const ArrowsButton: ({ direction, menuOptions, onArrowClick, treeRowRef, onMenuOptionClick, menuOptionZIndex, }: DirectionalArrowButtonProps & {
|
|
4
4
|
isActive: boolean;
|
|
5
|
-
}) => import("react
|
|
5
|
+
}) => import("react").JSX.Element;
|
|
6
6
|
export default ArrowsButton;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './AllProjectsDropdown.scss';
|
|
2
2
|
import { AllProjectsDropdownProps } from './types';
|
|
3
|
-
declare const AllProjectsDropdown: ({ onClick, onMenuClick, options, selectedOption, selected, placeholder, disabled, }: AllProjectsDropdownProps) => import("react
|
|
3
|
+
declare const AllProjectsDropdown: ({ onClick, onMenuClick, options, selectedOption, selected, placeholder, disabled, }: AllProjectsDropdownProps) => import("react").JSX.Element;
|
|
4
4
|
export default AllProjectsDropdown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './AutoTruncateText.scss';
|
|
2
2
|
import { AutoTruncateTextComponentProps } from './types';
|
|
3
|
-
declare const AutoTruncateText: import("react").MemoExoticComponent<({ children, className, lines, interactive, placement, }: AutoTruncateTextComponentProps) => import("react
|
|
3
|
+
declare const AutoTruncateText: import("react").MemoExoticComponent<({ children, className, lines, interactive, placement, }: AutoTruncateTextComponentProps) => import("react").JSX.Element>;
|
|
4
4
|
export default AutoTruncateText;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BrowserTabsProps } from './types';
|
|
2
2
|
import './BrowserTabs.scss';
|
|
3
3
|
import '../../assets/styles/_colors.scss';
|
|
4
|
-
declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, maxTabs, enableOverflowTooltip, onTabMouseEnter, onTabMouseLeave, }: BrowserTabsProps) => import("react
|
|
4
|
+
declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, maxTabs, enableOverflowTooltip, onTabMouseEnter, onTabMouseLeave, }: BrowserTabsProps) => import("react").JSX.Element;
|
|
5
5
|
export default BrowserTabs;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './Chip.scss';
|
|
2
2
|
import { ChipsProps } from './types';
|
|
3
|
-
declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) => import("react
|
|
3
|
+
declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) => import("react").JSX.Element;
|
|
4
4
|
export default Chip;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './Comments.scss';
|
|
2
3
|
import { CommentsProps } from './type';
|
|
3
|
-
declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) =>
|
|
4
|
+
declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) => React.JSX.Element;
|
|
4
5
|
export default Comments;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../Comments.scss';
|
|
2
2
|
import { CommentProps } from '../type';
|
|
3
|
-
declare const ChildComment: ({ handleInsertNode, handleEditNode, handleDeleteNode, comment, depth, isDisable, userDetails, isEditDeleteActionAllowed, createdByID, rowBreakCharCount, isVewMode, deleteEnable, }: CommentProps) => import("react
|
|
3
|
+
declare const ChildComment: ({ handleInsertNode, handleEditNode, handleDeleteNode, comment, depth, isDisable, userDetails, isEditDeleteActionAllowed, createdByID, rowBreakCharCount, isVewMode, deleteEnable, }: CommentProps) => import("react").JSX.Element;
|
|
4
4
|
export default ChildComment;
|
|
@@ -3,7 +3,7 @@ interface TaskProps {
|
|
|
3
3
|
id: number;
|
|
4
4
|
title: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const Task: ({ id, title }: TaskProps) => import("react
|
|
6
|
+
export declare const Task: ({ id, title }: TaskProps) => import("react").JSX.Element;
|
|
7
7
|
interface ColumnProps {
|
|
8
8
|
id: string;
|
|
9
9
|
tasks: {
|
|
@@ -16,5 +16,5 @@ interface InputProps {
|
|
|
16
16
|
onSubmit: (input: string) => void;
|
|
17
17
|
}
|
|
18
18
|
export declare const Input: React.FC<InputProps>;
|
|
19
|
-
declare const DragAndDropList: () => import("react
|
|
19
|
+
declare const DragAndDropList: () => import("react").JSX.Element;
|
|
20
20
|
export default DragAndDropList;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './EditLabel.scss';
|
|
2
2
|
import type { EditLabelProps } from './types';
|
|
3
|
-
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) => import("react
|
|
3
|
+
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) => import("react").JSX.Element;
|
|
4
4
|
export default EditLabel;
|
|
@@ -2,5 +2,5 @@ import { dynamicObject } from '../ConditionalDropdown/types';
|
|
|
2
2
|
interface DynamicWidthTooltipProps {
|
|
3
3
|
option: dynamicObject;
|
|
4
4
|
}
|
|
5
|
-
export declare const DynamicWidthTooltip: ({ option }: DynamicWidthTooltipProps) => import("react
|
|
5
|
+
export declare const DynamicWidthTooltip: ({ option }: DynamicWidthTooltipProps) => import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -7,5 +7,5 @@ type LayoutWithDrawerProps = {
|
|
|
7
7
|
top?: string;
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
};
|
|
10
|
-
declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) =>
|
|
10
|
+
declare const LayoutWithDrawer: ({ drawerProps, showDrawer, children, zIndex, top, }: LayoutWithDrawerProps) => React.JSX.Element;
|
|
11
11
|
export default LayoutWithDrawer;
|
|
@@ -21,5 +21,5 @@ export interface HistoryCardProps {
|
|
|
21
21
|
*/
|
|
22
22
|
profileShortName: string;
|
|
23
23
|
}
|
|
24
|
-
declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) => import("react
|
|
24
|
+
declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) => import("react").JSX.Element;
|
|
25
25
|
export default HistoryCard;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './MachineInputField.scss';
|
|
2
2
|
import { MachineInputFieldProps } from './types';
|
|
3
3
|
declare const MachineInputField: {
|
|
4
|
-
({ width, options, runCount, className, contentReverse, onClick, modalId, scriptType, readOnly, isMissing, }: MachineInputFieldProps): import("react
|
|
4
|
+
({ width, options, runCount, className, contentReverse, onClick, modalId, scriptType, readOnly, isMissing, }: MachineInputFieldProps): import("react").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default MachineInputField;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './MenuOption.scss';
|
|
2
2
|
import { MenuOptionProps } from './types';
|
|
3
|
-
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) => import("react
|
|
3
|
+
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) => import("react").JSX.Element;
|
|
4
4
|
export default MenuOption;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './MultiSelect.scss';
|
|
2
3
|
import { MultiSelectProps } from './MultiSelectTypes';
|
|
3
|
-
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) =>
|
|
4
|
+
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.Element;
|
|
4
5
|
export default MultiSelect;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SelectProps } from './types';
|
|
2
2
|
import './NLPInput.scss';
|
|
3
|
-
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) => import("react
|
|
3
|
+
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) => import("react").JSX.Element;
|
|
4
4
|
export default NlpInput;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { NlpDropDownListProps } from './NlpDropDownType';
|
|
2
2
|
import './NlpDropdown.scss';
|
|
3
|
-
declare const NlpDropdown: ({ onSelectBlur, onSelectOptionSelector, dropdownPosition, options, optionZIndex, inputRef, webServiceClick, containerWidth, loadMoreOptions, chipRef, isWebservice, dropDownMessage, }: NlpDropDownListProps) => import("react
|
|
3
|
+
declare const NlpDropdown: ({ onSelectBlur, onSelectOptionSelector, dropdownPosition, options, optionZIndex, inputRef, webServiceClick, containerWidth, loadMoreOptions, chipRef, isWebservice, dropDownMessage, }: NlpDropDownListProps) => import("react").JSX.Element;
|
|
4
4
|
export default NlpDropdown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './Paper.scss';
|
|
2
2
|
import { PaperProps } from './types';
|
|
3
|
-
declare const Paper: ({ children, className, rounded }: PaperProps) => import("react
|
|
3
|
+
declare const Paper: ({ children, className, rounded }: PaperProps) => import("react").JSX.Element;
|
|
4
4
|
export default Paper;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './Search.scss';
|
|
2
2
|
import { SearchProps } from './types';
|
|
3
|
-
declare const Search: ({ placeholder, onSearch, disabled, width, value, isExpand, onClose, onExpand, showClose, helperText, showToaster, minLength, isAISearch, isAISearchClicked, handleActiveAiSearch, isClear, handleIsClear, style, handleFocus, handleBlur, }: SearchProps) => import("react
|
|
3
|
+
declare const Search: ({ placeholder, onSearch, disabled, width, value, isExpand, onClose, onExpand, showClose, helperText, showToaster, minLength, isAISearch, isAISearchClicked, handleActiveAiSearch, isClear, handleIsClear, style, handleFocus, handleBlur, }: SearchProps) => import("react").JSX.Element;
|
|
4
4
|
export default Search;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { BranchesProps } from './types';
|
|
2
2
|
import './Branches.scss';
|
|
3
|
-
declare const Branches: ({ machineInstances, rowIndex, machineColumnCount, nextRowMachineInstance, previousRowMachineInstance, onAddBrowser, onDeleteBrowser, onAddRunBrowser, onUpdateDataSetList, onUpdateAddBrowserInstance, addInstanceLabel, scriptType, projectType, readOnly, maxRunCount, }: BranchesProps) => import("react
|
|
3
|
+
declare const Branches: ({ machineInstances, rowIndex, machineColumnCount, nextRowMachineInstance, previousRowMachineInstance, onAddBrowser, onDeleteBrowser, onAddRunBrowser, onUpdateDataSetList, onUpdateAddBrowserInstance, addInstanceLabel, scriptType, projectType, readOnly, maxRunCount, }: BranchesProps) => import("react").JSX.Element;
|
|
4
4
|
export default Branches;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ConnectingBranchesProps } from './types';
|
|
2
2
|
import './ConnectingBranches.scss';
|
|
3
|
-
declare const ConnectingBranches: ({ machineBranchInstances, machineColumnCount, machineColumnWidth, onAddBrowser, onDeleteBrowser, onAddRunBrowser, onUpdateDataSetList, onUpdateAddBrowserInstance, addInstanceLabel, scriptType, projectType, readOnly, maxRunCount, }: ConnectingBranchesProps) => import("react
|
|
3
|
+
declare const ConnectingBranches: ({ machineBranchInstances, machineColumnCount, machineColumnWidth, onAddBrowser, onDeleteBrowser, onAddRunBrowser, onUpdateDataSetList, onUpdateAddBrowserInstance, addInstanceLabel, scriptType, projectType, readOnly, maxRunCount, }: ConnectingBranchesProps) => import("react").JSX.Element;
|
|
4
4
|
export default ConnectingBranches;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { StateDropdownProps } from './StateDropdownTypes';
|
|
2
2
|
import './StateDropdown.scss';
|
|
3
|
-
declare const StateDropdown: ({ value, isReviewer, isApprovePage, handleStateValueClick, handleDropdownOptionsClick, disabled, isOnlyReviewer, showBorder, zIndex, }: StateDropdownProps) => import("react
|
|
3
|
+
declare const StateDropdown: ({ value, isReviewer, isApprovePage, handleStateValueClick, handleDropdownOptionsClick, disabled, isOnlyReviewer, showBorder, zIndex, }: StateDropdownProps) => import("react").JSX.Element;
|
|
4
4
|
export default StateDropdown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './StatusButton.scss';
|
|
2
2
|
import { StatusButtonProps } from './types';
|
|
3
|
-
declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => import("react
|
|
3
|
+
declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => import("react").JSX.Element;
|
|
4
4
|
export default StatusButton;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import './EditComponent.scss';
|
|
2
|
-
declare const EditComponent: ({ rowData, rowIndex, handleAdd, handleCancel }: any) => import("react
|
|
2
|
+
declare const EditComponent: ({ rowData, rowIndex, handleAdd, handleCancel }: any) => import("react").JSX.Element;
|
|
3
3
|
export default EditComponent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const RenderNlpInput: ({ handelChangeNlp, handleNlpSelect, nlpList, rowIndex, optionZIndex, rowData, }: any) => import("react
|
|
1
|
+
declare const RenderNlpInput: ({ handelChangeNlp, handleNlpSelect, nlpList, rowIndex, optionZIndex, rowData, }: any) => import("react").JSX.Element;
|
|
2
2
|
export default RenderNlpInput;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './StepInnerTable.scss';
|
|
2
2
|
import { StepInnerTableProp } from './Types';
|
|
3
|
-
declare const StepInnerTable: ({ data, columns, headerType, withCheckbox, onSelect, withFixedHeader, borderWithRadius, noDataContent, height, className, tableBodyRowClass, headerTextColor, tableDataTextColor, draggable, onDragEnd, loadMore, editMode, editComponent, NlpComponent, AddNlp, handleDragStart, tableType, viewModeId, ViewComponent, handleClick, selectedRows, handleStepGroupExpand, isStepGroupExpanded, stepPartialSelect, isViewPrivilegeMode, isClientSide, highlightKey, onHighlightComplete, }: StepInnerTableProp) => import("react
|
|
3
|
+
declare const StepInnerTable: ({ data, columns, headerType, withCheckbox, onSelect, withFixedHeader, borderWithRadius, noDataContent, height, className, tableBodyRowClass, headerTextColor, tableDataTextColor, draggable, onDragEnd, loadMore, editMode, editComponent, NlpComponent, AddNlp, handleDragStart, tableType, viewModeId, ViewComponent, handleClick, selectedRows, handleStepGroupExpand, isStepGroupExpanded, stepPartialSelect, isViewPrivilegeMode, isClientSide, highlightKey, onHighlightComplete, }: StepInnerTableProp) => import("react").JSX.Element;
|
|
4
4
|
export default StepInnerTable;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '../StepLandingTable.scss';
|
|
2
|
-
declare const StepsTitle: ({ isHeaderRequired, isViewPrivilegeMode, onAccordionClick, isBulkEnable, showActionCell, handleMainCheckbox, isAllSelected, isPartialSelected, tableMeta, title, totalRows, expanded, actionCell, row, metaData, isClientSide, isMaximize, }: any) => import("react
|
|
2
|
+
declare const StepsTitle: ({ isHeaderRequired, isViewPrivilegeMode, onAccordionClick, isBulkEnable, showActionCell, handleMainCheckbox, isAllSelected, isPartialSelected, tableMeta, title, totalRows, expanded, actionCell, row, metaData, isClientSide, isMaximize, }: any) => import("react").JSX.Element;
|
|
3
3
|
export default StepsTitle;
|
|
@@ -112,7 +112,7 @@ const StepLandingTable = React.memo(React.forwardRef(({ tableMeta = [], tableDat
|
|
|
112
112
|
const getInnerTableHeight = useCallback((rows) => {
|
|
113
113
|
const rowCount = rows?.data?.length ?? 0;
|
|
114
114
|
if (rowCount === 0)
|
|
115
|
-
return '
|
|
115
|
+
return '360px';
|
|
116
116
|
if (rowCount <= getScrollableRowLimit(rows?.title))
|
|
117
117
|
return 'auto';
|
|
118
118
|
if (!shouldUseInnerScrollOnly)
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import './Table.scss';
|
|
2
|
-
declare const EditComponent: ({ rowData, rowIndex, handleSave, handleCancel, }: any) => import("react
|
|
2
|
+
declare const EditComponent: ({ rowData, rowIndex, handleSave, handleCancel, }: any) => import("react").JSX.Element;
|
|
3
3
|
export default EditComponent;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useState } from 'react';
|
|
3
|
-
import
|
|
3
|
+
import './Table.scss';
|
|
4
4
|
import Typography from '../Typography';
|
|
5
5
|
import Select from '../Select';
|
|
6
|
-
import
|
|
7
|
-
import '
|
|
6
|
+
import Button from '../Button';
|
|
7
|
+
import { Form } from '../..';
|
|
8
8
|
const ifFailedOptionList = [
|
|
9
9
|
{
|
|
10
10
|
label: 'Mark this script as Failed and continue dependant script execution',
|
|
@@ -32,15 +32,15 @@ const EditComponent = ({ rowData, rowIndex, handleSave, handleCancel, }) => {
|
|
|
32
32
|
const [initialFormState] = useState({
|
|
33
33
|
ifFailed: '',
|
|
34
34
|
});
|
|
35
|
-
return (_jsxs("section", { className:
|
|
36
|
-
return (_jsxs("div", { className:
|
|
35
|
+
return (_jsxs("section", { className: "ff-table-edit-depends", children: [_jsxs("header", { className: "ff-table-edit-depends-header", children: [_jsx("div", { children: _jsxs(Typography, { color: "var(--nlp-option-color)", lineHeight: "18px", children: [rowIndex, ".", rowData?.name] }) }), _jsx("div", { className: "ff-table-edit-depends-header-link", children: _jsx(Typography, { children: "Go to script", color: "var(--nlp-color)", fontWeight: "semi-bold" }) })] }), _jsx(Form, { onSubmit: handleSave, defaultValues: initialFormState, children: ({ register, setValue, formState: { errors }, watch, trigger }) => {
|
|
36
|
+
return (_jsxs("div", { className: "ff-table-edit-depends-form", children: [_jsx(Select, { label: "if Failed", optionsList: ifFailedOptionList, ...register('ifFailed'), onChange: (option) => {
|
|
37
37
|
setValue('ifFailed', option.label);
|
|
38
38
|
}, errorMsg: errors.ifFailed?.message, optionZIndex: 9999, selectedOption: {
|
|
39
39
|
label: watch('ifFailed'),
|
|
40
40
|
value: watch('ifFailed'),
|
|
41
41
|
}, onBlur: () => {
|
|
42
42
|
trigger('ifFailed');
|
|
43
|
-
} }), _jsxs("div", { className:
|
|
43
|
+
} }), _jsxs("div", { className: "ff-table-edit-depends-form-button", children: [_jsx(Button, { variant: "tertiary", children: "Cancel", onClick: handleCancel }), _jsx(Button, { variant: "primary", type: "submit", children: "Update" })] })] }));
|
|
44
44
|
} })] }));
|
|
45
45
|
};
|
|
46
46
|
export default EditComponent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditComponent.js","sourceRoot":"","sources":["../../../src/components/Table/EditComponent.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"EditComponent.js","sourceRoot":"","sources":["../../../src/components/Table/EditComponent.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,OAAO,cAAc,CAAC;AAGtB,OAAO,UAAU,MAAM,eAAe,CAAC;AACvC,OAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,OAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAE7B,MAAM,kBAAkB,GAAG;IACzB;QACE,KAAK,EAAE,oEAAoE;QAC3E,KAAK,EAAE,oEAAoE;KAC5E;IACD;QACE,KAAK,EACH,qEAAqE;QACvE,KAAK,EACH,qEAAqE;KACxE;IACD;QACE,KAAK,EAAE,gEAAgE;QACvE,KAAK,EAAE,gEAAgE;KACxE;IACD;QACE,KAAK,EAAE,8DAA8D;QACrE,KAAK,EAAE,8DAA8D;KACtE;IACD;QACE,KAAK,EAAE,wDAAwD;QAC/D,KAAK,EAAE,wDAAwD;KAChE;CACF,CAAC;AACF,gBAAgB;AAChB,MAAM,aAAa,GAAG,CAAC,EACrB,OAAO,EACP,QAAQ,EACR,UAAU,EACV,YAAY,GACR,EAAE,EAAE;IACR,MAAM,CAAC,gBAAgB,CAAC,GAAG,QAAQ,CAAa;QAC9C,QAAQ,EAAE,EAAE;KACb,CAAC,CAAC;IAEH,OAAO,CACL,mBAAS,SAAS,EAAC,uBAAuB,aACxC,kBAAQ,SAAS,EAAC,8BAA8B,aAC9C,wBACE,MAAC,UAAU,IAAC,KAAK,EAAC,yBAAyB,EAAC,UAAU,EAAC,MAAM,aAC1D,QAAQ,OAAG,OAAO,EAAE,IAAI,IACd,GACT,EACN,cAAK,SAAS,EAAC,mCAAmC,YAChD,KAAC,UAAU,IACT,QAAQ,EAAC,cAAc,EACvB,KAAK,EAAC,kBAAkB,EACxB,UAAU,EAAC,WAAW,GACtB,GACE,IACC,EACT,KAAC,IAAI,IAAa,QAAQ,EAAE,UAAU,EAAE,aAAa,EAAE,gBAAgB,YACpE,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,EAAE;oBACjE,OAAO,CACL,eAAK,SAAS,EAAC,4BAA4B,aACzC,KAAC,MAAM,IACL,KAAK,EAAC,WAAW,EACjB,WAAW,EAAE,kBAAkB,KAC3B,QAAQ,CAAC,UAAU,CAAC,EACxB,QAAQ,EAAE,CAAC,MAAM,EAAE,EAAE;oCACnB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC;gCACrC,CAAC,EACD,QAAQ,EAAE,MAAM,CAAC,QAAQ,EAAE,OAAO,EAClC,YAAY,EAAE,IAAI,EAClB,cAAc,EAAE;oCACd,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC;oCACxB,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC;iCACzB,EACD,MAAM,EAAE,GAAG,EAAE;oCACX,OAAO,CAAC,UAAU,CAAC,CAAC;gCACtB,CAAC,GACD,EACF,eAAK,SAAS,EAAC,mCAAmC,aAChD,KAAC,MAAM,IACL,OAAO,EAAC,UAAU,EAClB,QAAQ,EAAC,QAAQ,EACjB,OAAO,EAAE,YAAY,GACrB,EACF,KAAC,MAAM,IAAC,OAAO,EAAC,SAAS,EAAC,IAAI,EAAC,QAAQ,EAAC,QAAQ,EAAC,QAAQ,GAAG,IACxD,IACF,CACP,CAAC;gBACJ,CAAC,GACI,IACC,CACX,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -3,7 +3,7 @@ import './Table.scss';
|
|
|
3
3
|
import Icon from '../Icon';
|
|
4
4
|
import Typography from '../Typography';
|
|
5
5
|
const NoDataContent = () => {
|
|
6
|
-
return (_jsxs("div", { className: "no_data_message", children: [_jsx(Icon, { name: "no_license_found", width: 120, height: 115 }), _jsx(Typography, { fontSize: "24px", lineHeight: "36px", fontWeight: "bold", children: "No Results Found" })] }));
|
|
6
|
+
return (_jsxs("div", { className: "ff-no_data_message", children: [_jsx(Icon, { name: "no_license_found", width: 120, height: 115 }), _jsx(Typography, { fontSize: "24px", lineHeight: "36px", fontWeight: "bold", children: "No Results Found" })] }));
|
|
7
7
|
};
|
|
8
8
|
export default NoDataContent;
|
|
9
9
|
//# sourceMappingURL=NoDataContent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NoDataContent.js","sourceRoot":"","sources":["../../../src/components/Table/NoDataContent.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"NoDataContent.js","sourceRoot":"","sources":["../../../src/components/Table/NoDataContent.tsx"],"names":[],"mappings":";AAEA,OAAO,cAAc,CAAC;AACtB,OAAO,IAAI,MAAM,SAAS,CAAC;AAC3B,OAAO,UAAU,MAAM,eAAe,CAAC;AAEvC,MAAM,aAAa,GAAO,GAAG,EAAE;IAC7B,OAAO,CACL,eAAK,SAAS,EAAC,oBAAoB,aACjC,KAAC,IAAI,IAAC,IAAI,EAAC,kBAAkB,EAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,GAAI,EACzD,KAAC,UAAU,IAAC,QAAQ,EAAC,MAAM,EAAC,UAAU,EAAC,MAAM,EAAC,UAAU,EAAC,MAAM,iCAElD,IACT,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|