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
|
@@ -81,4 +81,16 @@ export type TreeNodeProps = {
|
|
|
81
81
|
includeIteration?: boolean;
|
|
82
82
|
totalConditionCount?: number;
|
|
83
83
|
reRunStep?: boolean;
|
|
84
|
+
liveURL?: string;
|
|
85
|
+
isRunning?: boolean;
|
|
86
|
+
deviceInfo?: {
|
|
87
|
+
name?: string;
|
|
88
|
+
brand?: string;
|
|
89
|
+
platform?: string;
|
|
90
|
+
version?: string;
|
|
91
|
+
appName?: string;
|
|
92
|
+
appId?: string;
|
|
93
|
+
type?: string;
|
|
94
|
+
subType?: string;
|
|
95
|
+
};
|
|
84
96
|
};
|
|
@@ -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").JSX.Element;
|
|
7
|
+
declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, accordionContentStyle, }: AccordionProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
3
|
+
declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, isFromTree, }: AddResourceButtonProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
5
|
+
}) => import("react/jsx-runtime").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").JSX.Element;
|
|
3
|
+
declare const AllProjectsDropdown: ({ onClick, onMenuClick, options, selectedOption, selected, placeholder, disabled, }: AllProjectsDropdownProps) => import("react/jsx-runtime").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").JSX.Element>;
|
|
3
|
+
declare const AutoTruncateText: import("react").MemoExoticComponent<({ children, className, lines, interactive, placement, }: AutoTruncateTextComponentProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
4
|
+
declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, maxTabs, enableOverflowTooltip, onTabMouseEnter, onTabMouseLeave, }: BrowserTabsProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
3
|
+
declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default Chip;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './Comments.scss';
|
|
3
2
|
import { CommentsProps } from './type';
|
|
4
|
-
declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) =>
|
|
3
|
+
declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
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").JSX.Element;
|
|
3
|
+
declare const ChildComment: ({ handleInsertNode, handleEditNode, handleDeleteNode, comment, depth, isDisable, userDetails, isEditDeleteActionAllowed, createdByID, rowBreakCharCount, isVewMode, deleteEnable, }: CommentProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
6
|
+
export declare const Task: ({ id, title }: TaskProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
19
|
+
declare const DragAndDropList: () => import("react/jsx-runtime").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").JSX.Element;
|
|
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-runtime").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").JSX.Element;
|
|
5
|
+
export declare const DynamicWidthTooltip: ({ option }: DynamicWidthTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -10,7 +10,7 @@ import ColorBarSelector from '../ColorBarSelector/ColorBarSelector';
|
|
|
10
10
|
import useSelector from '../ExcelFile/ExcelFileComponents/use-selector';
|
|
11
11
|
import { convertStyleToBackend } from '../dataConversion';
|
|
12
12
|
import { EntireWorksheetSelection } from '../ExcelFile/ExcelFileComponents/selection';
|
|
13
|
-
import { convertPxToPt,
|
|
13
|
+
import { convertPxToPt, EmptyCell, fontFamilyList, fontSizeList, } from '../ExcelFile/ExcelFileComponents/util';
|
|
14
14
|
const ExcelToolBar = ({ toolbar = 'show', editable, onBold, onItalic, setUnderlineType, setColor, setFontSize, setFontFamily, setTextAlign, setBackgroundColor, setBorderType, setFormatePainter, }) => {
|
|
15
15
|
const selected = useSelector((state) => state.selected instanceof EntireWorksheetSelection);
|
|
16
16
|
const [disable, setDisable] = useState(toolbar === 'disable' || !editable);
|
|
@@ -64,9 +64,9 @@ const ExcelToolBar = ({ toolbar = 'show', editable, onBold, onItalic, setUnderli
|
|
|
64
64
|
{ value: 'border-top', label: 'Border Top', icon: 'border_top' },
|
|
65
65
|
{ value: 'border-none', label: 'No Border', icon: 'no_border' },
|
|
66
66
|
];
|
|
67
|
-
const fontSize = fontSizeList.map((
|
|
68
|
-
label:
|
|
69
|
-
value:
|
|
67
|
+
const fontSize = fontSizeList.map((fontSize) => ({
|
|
68
|
+
label: fontSize,
|
|
69
|
+
value: fontSize,
|
|
70
70
|
}));
|
|
71
71
|
const textColorRef = useRef(null);
|
|
72
72
|
const bgColorRef = useRef(null);
|
|
@@ -98,7 +98,7 @@ const ExcelToolBar = ({ toolbar = 'show', editable, onBold, onItalic, setUnderli
|
|
|
98
98
|
};
|
|
99
99
|
useEffect(() => {
|
|
100
100
|
const fontFamily = cellStyle.fontFamily;
|
|
101
|
-
const fontSize =
|
|
101
|
+
const fontSize = `${convertPxToPt(cellStyle.fontSize)}`;
|
|
102
102
|
setSelectedFontFamily({
|
|
103
103
|
label: fontFamily ?? 'Times New Roman',
|
|
104
104
|
value: fontFamily ?? 'Times New Roman',
|
|
@@ -110,7 +110,7 @@ const ExcelToolBar = ({ toolbar = 'show', editable, onBold, onItalic, setUnderli
|
|
|
110
110
|
setFontFamily(data, e.value);
|
|
111
111
|
}, required: false, optionsList: fontFamilyList, selectedOption: selectedFontFamily }) }), _jsx("div", { className: "ff-excel-toolbar-font-size", children: _jsx(Select, { disabled: disable, height: 24, showLabel: false, optionZIndex: 2000, required: false, onChange: (e) => {
|
|
112
112
|
setSelectedFontSize({ label: e.label, value: e.value });
|
|
113
|
-
setFontSize(data,
|
|
113
|
+
setFontSize(data, e.value);
|
|
114
114
|
}, optionsList: fontSize, selectedOption: selectedFontSize }) })] }), _jsx("div", { className: "ff-excel-toolbar-divider" }), _jsxs("div", { className: "ff-excel-toolbar-icon", children: [_jsx(Tooltip, { placement: "top", title: 'Text Left', children: _jsx(Icon, { disabled: disable, variant: cellStyle.textAlign === 'left' ? 'dark' : 'light', hoverEffect: cellStyle.textAlign === 'left' ? false : true, onClick: () => setTextAlign(data, 'left'), name: "text_align_left" }) }), _jsx(Tooltip, { placement: "top", title: 'Text Center', children: _jsx(Icon, { disabled: disable, variant: cellStyle.textAlign === 'center' ? 'dark' : 'light', hoverEffect: cellStyle.textAlign === 'center' ? false : true, onClick: () => setTextAlign(data, 'center'), name: "text_align_center" }) }), _jsx(Tooltip, { placement: "top", title: 'Text Right', children: _jsx(Icon, { disabled: disable, variant: cellStyle.textAlign === 'right' ? 'dark' : 'light', hoverEffect: cellStyle.textAlign === 'right' ? false : true, onClick: () => setTextAlign(data, 'right'), name: "text_align_right" }) })] }), _jsx("div", { className: "ff-excel-toolbar-divider" }), _jsxs("div", { className: "ff-excel-toolbar-text", children: [_jsx(Tooltip, { placement: "top", title: 'Bold', children: _jsx(Icon, { disabled: disable, variant: styleBackend.bold ? 'dark' : 'light', hoverEffect: styleBackend.bold ? false : true, onClick: () => onBold(data), name: "bold" }) }), _jsx(Tooltip, { placement: "top", title: 'Italic', children: _jsx(Icon, { disabled: disable, variant: styleBackend.italic ? 'dark' : 'light', hoverEffect: styleBackend.italic ? false : true, onClick: () => onItalic(data), name: "italic" }) }), _jsx(Tooltip, { placement: "top", title: 'Underline', children: _jsx("div", { className: "ff-excel-toolbar-icon-underline", children: _jsx(Icon, { disabled: disable, variant: cellStyle.textDecoration === 'underline' ? 'dark' : 'light', hoverEffect: cellStyle.textDecoration === 'underline' ? false : true, onClick: () => setUnderlineType(data), name: "underline" }) }) })] }), _jsx("div", { className: "ff-excel-toolbar-divider" }), _jsxs("div", { className: "ff-excel-toolbar-icon", children: [_jsx(Tooltip, { placement: "top", title: 'Format Painter', children: _jsx(Icon, { disabled: disable, variant: formattedStyle ? 'dark' : 'light', hoverEffect: formattedStyle ? false : true, onClick: () => {
|
|
115
115
|
setFormatePainter(data);
|
|
116
116
|
}, name: "formate_painter" }) }), _jsx(Tooltip, { placement: "top", title: 'Text Color', children: _jsxs("div", { className: "ff-excel-toolbar-icon-color", children: [_jsx(Icon, { disabled: disable, hoverEffect: true, width: 12, height: 10, onClick: () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExcelToolBar.js","sourceRoot":"","sources":["../../../../src/components/Excel/ExcelToolBar/ExcelToolBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACpD,OAAO,qBAAqB,CAAC;AAC7B,OAAO,UAAU,MAAM,kBAAkB,CAAC;AAC1C,OAAO,OAAO,MAAM,eAAe,CAAC;AACpC,OAAO,IAAI,MAAM,YAAY,CAAC;AAC9B,OAAO,MAAM,MAAM,cAAc,CAAC;AAElC,OAAO,KAAK,MAAM,MAAM,yCAAyC,CAAC;AAClE,OAAO,gBAAgB,MAAM,sCAAsC,CAAC;AACpE,OAAO,WAAW,MAAM,+CAA+C,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AACtF,OAAO,EACL,aAAa,EACb,
|
|
1
|
+
{"version":3,"file":"ExcelToolBar.js","sourceRoot":"","sources":["../../../../src/components/Excel/ExcelToolBar/ExcelToolBar.tsx"],"names":[],"mappings":"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"}
|
|
@@ -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) => import("react/jsx-runtime").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").JSX.Element;
|
|
24
|
+
declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
4
|
+
({ width, options, runCount, className, contentReverse, onClick, modalId, scriptType, readOnly, isMissing, }: MachineInputFieldProps): import("react/jsx-runtime").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").JSX.Element;
|
|
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-runtime").JSX.Element;
|
|
4
4
|
export default MenuOption;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './MultiSelect.scss';
|
|
3
2
|
import { MultiSelectProps } from './MultiSelectTypes';
|
|
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) =>
|
|
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) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
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").JSX.Element;
|
|
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-runtime").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").JSX.Element;
|
|
3
|
+
declare const NlpDropdown: ({ onSelectBlur, onSelectOptionSelector, dropdownPosition, options, optionZIndex, inputRef, webServiceClick, containerWidth, loadMoreOptions, chipRef, isWebservice, dropDownMessage, }: NlpDropDownListProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default NlpDropdown;
|
|
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import './NoResultFound.scss';
|
|
3
3
|
import Icon from '../Icon';
|
|
4
4
|
import Typography from '../Typography';
|
|
5
|
-
const NoResultFound = ({ text = ' No Results Found', iconName = 'no_license_found', fontSize = '24px', textAlign = 'left', direction = 'column', iconWidth = 120, iconHeight = 120, fontWeight = 'semi-bold', }) => (_jsx("article", { className: "no_results_container", children: _jsxs("div", { className: `no_results_container__${direction}`, children: [_jsx(Icon, { name: iconName, width: iconWidth, height: iconHeight }), _jsx("div", { children: _jsx(Typography, { as: "div", fontSize: fontSize, lineHeight: "36px", fontWeight: fontWeight, color: "var(--text-color)", textAlign: textAlign, children: text }) })] }) }));
|
|
5
|
+
const NoResultFound = ({ text = ' No Results Found', iconName = 'no_license_found', fontSize = '24px', textAlign = 'left', direction = 'column', iconWidth = 120, iconHeight = 120, fontWeight = 'semi-bold', marginTop = '0px', }) => (_jsx("article", { className: "no_results_container", children: _jsxs("div", { className: `no_results_container__${direction}`, style: { marginTop: marginTop }, children: [_jsx(Icon, { name: iconName, width: iconWidth, height: iconHeight }), _jsx("div", { children: _jsx(Typography, { as: "div", fontSize: fontSize, lineHeight: "36px", fontWeight: fontWeight, color: "var(--text-color)", textAlign: textAlign, children: text }) })] }) }));
|
|
6
6
|
export default NoResultFound;
|
|
7
7
|
//# sourceMappingURL=NoResultFound.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NoResultFound.js","sourceRoot":"","sources":["../../../src/components/NoResultFound/NoResultFound.tsx"],"names":[],"mappings":";AAEA,OAAO,sBAAsB,CAAC;AAC9B,OAAO,IAAI,MAAM,SAAS,CAAC;AAC3B,OAAO,UAAU,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"NoResultFound.js","sourceRoot":"","sources":["../../../src/components/NoResultFound/NoResultFound.tsx"],"names":[],"mappings":";AAEA,OAAO,sBAAsB,CAAC;AAC9B,OAAO,IAAI,MAAM,SAAS,CAAC;AAC3B,OAAO,UAAU,MAAM,eAAe,CAAC;AAavC,MAAM,aAAa,GAAoB,CAAC,EACtC,IAAI,GAAG,mBAAmB,EAC1B,QAAQ,GAAG,kBAAkB,EAC7B,QAAQ,GAAG,MAAM,EACjB,SAAS,GAAG,MAAM,EAClB,SAAS,GAAG,QAAQ,EACpB,SAAS,GAAG,GAAG,EACf,UAAU,GAAG,GAAG,EAChB,UAAU,GAAG,WAAW,EACxB,SAAS,GAAG,KAAK,GAClB,EAAE,EAAE,CAAC,CACJ,kBAAS,SAAS,EAAC,sBAAsB,YACvC,eACE,SAAS,EAAE,yBAAyB,SAAS,EAAE,EAC/C,KAAK,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,aAE/B,KAAC,IAAI,IAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,GAAI,EAC9D,wBACE,KAAC,UAAU,IACT,EAAE,EAAC,KAAK,EACR,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAC,MAAM,EACjB,UAAU,EAAE,UAAU,EACtB,KAAK,EAAC,mBAAmB,EACzB,SAAS,EAAE,SAAS,YAEnB,IAAI,GACM,GACT,IACF,GACE,CACX,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -6,7 +6,7 @@ import Icon from '../Icon';
|
|
|
6
6
|
import Typography from '../Typography';
|
|
7
7
|
import './overviewModal.scss';
|
|
8
8
|
import { checkEmpty } from '../../utils/checkEmpty/checkEmpty';
|
|
9
|
-
const OverviewModal = ({ isOpen, onClose, isMaximized, width = '800px', height = '432px', header, children, zIndex = 999, icons, downloadFileIcon = false, showHeader = true, top = '0', overlay = true, downloadHandler, multiData = [], setSelectedVideo, customStyle, }) => {
|
|
9
|
+
const OverviewModal = ({ isOpen, onClose, isMaximized, width = '800px', height = '432px', header, children, zIndex = 999, icons, downloadFileIcon = false, showHeader = true, top = '0', overlay = true, downloadHandler, multiData = [], setSelectedVideo, customStyle, isIframe = false, }) => {
|
|
10
10
|
const [videos, setVideos] = useState(multiData);
|
|
11
11
|
useEffect(() => {
|
|
12
12
|
if (!checkEmpty(multiData)) {
|
|
@@ -40,7 +40,7 @@ const OverviewModal = ({ isOpen, onClose, isMaximized, width = '800px', height =
|
|
|
40
40
|
});
|
|
41
41
|
};
|
|
42
42
|
const modalContent = (_jsx("div", { className: "ff-overview-modal-overlay", style: {
|
|
43
|
-
background: overlay ? 'var(--
|
|
43
|
+
background: overlay ? 'var(--modal-background-color)' : undefined,
|
|
44
44
|
zIndex,
|
|
45
45
|
}, children: _jsxs("div", { className: classNames('ff-overview-modal-container', {
|
|
46
46
|
'ff-overview-maximized-container': isMaximized,
|
|
@@ -51,13 +51,13 @@ const OverviewModal = ({ isOpen, onClose, isMaximized, width = '800px', height =
|
|
|
51
51
|
'--modal-top': top,
|
|
52
52
|
}, children: [showHeader && (_jsxs("div", { className: "ff-overview-modal-header", children: [header, _jsxs("div", { className: "ff-overview-modal-icons", children: [downloadFileIcon && (_jsx(Icon, { width: 16, height: 16, name: "download_file", onClick: downloadHandler })), icons] })] })), _jsx("div", { className: classNames('ff-overview-modal-body', {
|
|
53
53
|
'ff-overview-modal-body--centered': isEmptyData,
|
|
54
|
-
}), children: !isEmptyData ? (_jsx("div", { className: `image-grid${singleClass}`, children: videos.map((video, idx) => (_jsxs("div", { className: "ff-overview-modal-image-item", children: [_jsx("video", { src: video.src, autoPlay: true, muted: true, playsInline: true, preload: "auto", controls: false, onEnded: () => handleVideoEnd(idx), className: "ff-overview-modal-video", children: "Your browser does not support the video tag." }), _jsxs("div", { className: "ff-overview-modal-image-name", children: [_jsx(Icon, { name: video.icon }), _jsxs(Typography, { children: [video.machineName, " - ", video.scriptName] })] }), _jsx(Icon, { width: 16, height: 16, className: "ff-overview-modal-image-action", name: "maximize_new", onClick: () => {
|
|
54
|
+
}), children: !isEmptyData ? (_jsx("div", { className: `image-grid${singleClass}`, children: videos.map((video, idx) => (_jsxs("div", { className: "ff-overview-modal-image-item", children: [isIframe ? (_jsx("iframe", { src: video.src, className: "ff-overview-modal-video", height: '100%', width: '100%' })) : (_jsx("video", { src: video.src, autoPlay: true, muted: true, playsInline: true, preload: "auto", controls: false, onEnded: () => handleVideoEnd(idx), className: "ff-overview-modal-video", children: "Your browser does not support the video tag." })), _jsxs("div", { className: "ff-overview-modal-image-name", children: [_jsx(Icon, { name: video.icon || '' }), _jsxs(Typography, { children: [video.machineName, " - ", video.scriptName] })] }), _jsx(Icon, { width: 16, height: 16, className: "ff-overview-modal-image-action", name: "maximize_new", onClick: () => {
|
|
55
55
|
const clickedVideo = {
|
|
56
56
|
currentVideoData: { ...video, clickedAt: Date.now() },
|
|
57
57
|
allVideoData: videos,
|
|
58
58
|
};
|
|
59
59
|
setSelectedVideo?.(clickedVideo);
|
|
60
|
-
} }), _jsxs(Typography, { color: "var(--ff-chip-bg)", className: "ff-overview-modal-scripts", children: [video.currentScripts, "/", video.totalScripts] })] }, idx))) })) : (children) })] }) }));
|
|
60
|
+
} }), _jsxs(Typography, { color: "var(--ff-chip-bg)", className: "ff-overview-modal-scripts", children: [video.currentScripts, "/", video.totalScripts] })] }, `${video.src}-${idx}`))) })) : (children) })] }) }));
|
|
61
61
|
return ReactDOM.createPortal(modalContent, document.body);
|
|
62
62
|
};
|
|
63
63
|
export default OverviewModal;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"overviewModal.js","sourceRoot":"","sources":["../../../src/components/OverviewModal/overviewModal.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,QAAQ,MAAM,WAAW,CAAC;AACjC,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,IAAI,MAAM,SAAS,CAAC;AAC3B,OAAO,UAAU,MAAM,eAAe,CAAC;AAEvC,OAAO,sBAAsB,CAAC;AAC9B,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAE/D,MAAM,aAAa,GAAiC,CAAC,EACnD,MAAM,EACN,OAAO,EACP,WAAW,EACX,KAAK,GAAG,OAAO,EACf,MAAM,GAAG,OAAO,EAChB,MAAM,EACN,QAAQ,EACR,MAAM,GAAG,GAAG,EACZ,KAAK,EACL,gBAAgB,GAAG,KAAK,EACxB,UAAU,GAAG,IAAI,EACjB,GAAG,GAAG,GAAG,EACT,OAAO,GAAG,IAAI,EACd,eAAe,EACf,SAAS,GAAG,EAAE,EACd,gBAAgB,EAChB,WAAW,
|
|
1
|
+
{"version":3,"file":"overviewModal.js","sourceRoot":"","sources":["../../../src/components/OverviewModal/overviewModal.tsx"],"names":[],"mappings":"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"}
|
|
@@ -11,41 +11,42 @@ export interface OverviewModalProps {
|
|
|
11
11
|
onMaximizeToggle?: () => void;
|
|
12
12
|
showHeader: boolean;
|
|
13
13
|
top?: string;
|
|
14
|
+
isIframe?: boolean;
|
|
14
15
|
overlay?: boolean;
|
|
15
16
|
downloadHandler: () => void;
|
|
16
17
|
zIndex?: number;
|
|
17
18
|
customStyle?: React.CSSProperties;
|
|
18
19
|
multiData?: Array<{
|
|
19
|
-
machineName
|
|
20
|
-
scriptName
|
|
21
|
-
icon
|
|
20
|
+
machineName?: string;
|
|
21
|
+
scriptName?: string;
|
|
22
|
+
icon?: string;
|
|
22
23
|
src: string;
|
|
23
|
-
alt
|
|
24
|
-
runId
|
|
25
|
-
currentScripts
|
|
26
|
-
totalScripts
|
|
24
|
+
alt?: string;
|
|
25
|
+
runId?: string;
|
|
26
|
+
currentScripts?: number;
|
|
27
|
+
totalScripts?: number;
|
|
27
28
|
}>;
|
|
28
29
|
setSelectedVideo?: (video: {
|
|
29
|
-
currentVideoData
|
|
30
|
-
machineName
|
|
31
|
-
scriptName
|
|
32
|
-
icon
|
|
33
|
-
src
|
|
34
|
-
alt
|
|
35
|
-
runId
|
|
36
|
-
currentScripts
|
|
37
|
-
totalScripts
|
|
38
|
-
clickedAt
|
|
30
|
+
currentVideoData?: {
|
|
31
|
+
machineName?: string;
|
|
32
|
+
scriptName?: string;
|
|
33
|
+
icon?: string;
|
|
34
|
+
src?: string;
|
|
35
|
+
alt?: string;
|
|
36
|
+
runId?: string;
|
|
37
|
+
currentScripts?: number;
|
|
38
|
+
totalScripts?: number;
|
|
39
|
+
clickedAt?: number;
|
|
39
40
|
};
|
|
40
|
-
allVideoData
|
|
41
|
-
machineName
|
|
42
|
-
scriptName
|
|
43
|
-
icon
|
|
44
|
-
src
|
|
45
|
-
alt
|
|
46
|
-
runId
|
|
47
|
-
currentScripts
|
|
48
|
-
totalScripts
|
|
41
|
+
allVideoData?: Array<{
|
|
42
|
+
machineName?: string;
|
|
43
|
+
scriptName?: string;
|
|
44
|
+
icon?: string;
|
|
45
|
+
src?: string;
|
|
46
|
+
alt?: string;
|
|
47
|
+
runId?: string;
|
|
48
|
+
currentScripts?: number;
|
|
49
|
+
totalScripts?: number;
|
|
49
50
|
}>;
|
|
50
51
|
}) => void;
|
|
51
52
|
}
|
|
@@ -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").JSX.Element;
|
|
3
|
+
declare const Paper: ({ children, className, rounded }: PaperProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
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-runtime").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").JSX.Element;
|
|
3
|
+
declare const Branches: ({ machineInstances, rowIndex, machineColumnCount, nextRowMachineInstance, previousRowMachineInstance, onAddBrowser, onDeleteBrowser, onAddRunBrowser, onUpdateDataSetList, onUpdateAddBrowserInstance, addInstanceLabel, scriptType, projectType, readOnly, maxRunCount, }: BranchesProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
3
|
+
declare const ConnectingBranches: ({ machineBranchInstances, machineColumnCount, machineColumnWidth, onAddBrowser, onDeleteBrowser, onAddRunBrowser, onUpdateDataSetList, onUpdateAddBrowserInstance, addInstanceLabel, scriptType, projectType, readOnly, maxRunCount, }: ConnectingBranchesProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
3
|
+
declare const StateDropdown: ({ value, isReviewer, isApprovePage, handleStateValueClick, handleDropdownOptionsClick, disabled, isOnlyReviewer, showBorder, zIndex, }: StateDropdownProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
3
|
+
declare const StatusButton: ({ status, label, onClick, className, style, disabled, useDefaultCursor, displayTooltip, ...props }: StatusButtonProps) => import("react/jsx-runtime").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").JSX.Element;
|
|
2
|
+
declare const EditComponent: ({ rowData, rowIndex, handleAdd, handleCancel }: any) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default EditComponent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const RenderNlpInput: ({ handelChangeNlp, handleNlpSelect, nlpList, rowIndex, optionZIndex, rowData, }: any) => import("react").JSX.Element;
|
|
1
|
+
declare const RenderNlpInput: ({ handelChangeNlp, handleNlpSelect, nlpList, rowIndex, optionZIndex, rowData, }: any) => import("react/jsx-runtime").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").JSX.Element;
|
|
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-runtime").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").JSX.Element;
|
|
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-runtime").JSX.Element;
|
|
3
3
|
export default StepsTitle;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import './Table.scss';
|
|
2
|
-
declare const EditComponent: ({ rowData, rowIndex, handleSave, handleCancel, }: any) => import("react").JSX.Element;
|
|
2
|
+
declare const EditComponent: ({ rowData, rowIndex, handleSave, handleCancel, }: any) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default EditComponent;
|