pixel-priya 1.2.35 → 1.2.37
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 +1 -0
- package/lib/_virtual/index11.js +2 -2
- package/lib/_virtual/index12.js +2 -2
- package/lib/assets/icons/mac_white_icon.svg.js +6 -0
- package/lib/assets/icons/mac_white_icon.svg.js.map +1 -0
- package/lib/assets/icons/maximize_livetesting.svg.js +6 -0
- package/lib/assets/icons/maximize_livetesting.svg.js.map +1 -0
- package/lib/assets/icons/minimize_tree.svg.js +6 -0
- package/lib/assets/icons/minimize_tree.svg.js.map +1 -0
- package/lib/assets/icons/timer_icon.svg.js +6 -0
- package/lib/assets/icons/timer_icon.svg.js.map +1 -0
- package/lib/assets/icons/view_access_icon.svg.js +1 -1
- package/lib/assets/icons/view_access_icon.svg.js.map +1 -1
- package/lib/assets/icons/windows_blue_icon.svg.js +6 -0
- package/lib/assets/icons/windows_blue_icon.svg.js.map +1 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +53 -13
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -1
- package/lib/components/AppHeader/AppHeader.js +37 -4
- package/lib/components/AppHeader/AppHeader.js.map +1 -1
- package/lib/components/AppHeader/types.d.ts +11 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js +17 -5
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
- package/lib/components/ConditionalDropdown/OptionsDropdown.js +16 -6
- package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -1
- package/lib/components/ConditionalDropdown/types.d.ts +12 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js +3 -2
- package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -1
- package/lib/components/CreateVariable/types.d.ts +3 -2
- package/lib/components/Drawer/Drawer.js +7 -4
- package/lib/components/Drawer/Drawer.js.map +1 -1
- package/lib/components/EditLabel/EditLabel.js +4 -4
- package/lib/components/EditLabel/EditLabel.js.map +1 -1
- package/lib/components/Editor/Editor.js +12 -5
- package/lib/components/Editor/Editor.js.map +1 -1
- package/lib/components/Editor/VariableDropdown.js +7 -7
- package/lib/components/Editor/VariableDropdown.js.map +1 -1
- package/lib/components/Editor/types.d.ts +12 -0
- package/lib/components/Excel/Data.d.ts +60 -0
- package/lib/components/Excel/Data.js +12 -2
- package/lib/components/Excel/Data.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +24 -9
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +43 -2
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +5 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +4 -4
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +41 -21
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -1
- package/lib/components/Excel/dataConversion.js +12 -3
- package/lib/components/Excel/dataConversion.js.map +1 -1
- package/lib/components/Icon/Icon.js +14 -1
- package/lib/components/Icon/Icon.js.map +1 -1
- package/lib/components/Icon/iconList.js +16 -6
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/Input/Input.js +3 -2
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/Input/types.d.ts +1 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -1
- package/lib/components/MachineInputField/MachineInputField.js +2 -2
- package/lib/components/MachineInputField/MachineInputField.js.map +1 -1
- package/lib/components/NLPInput/NlpInput.js +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
- package/lib/components/PrePostTable/PrePostTable.js +2 -0
- package/lib/components/PrePostTable/PrePostTable.js.map +1 -1
- package/lib/components/Prompt/Prompt.js +2 -1
- package/lib/components/Prompt/Prompt.js.map +1 -1
- package/lib/components/Select/Select.js +3 -1
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Select/types.d.ts +3 -2
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +14 -9
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -1
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +4 -4
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js +2 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
- package/lib/components/StepsLandingTable/StepLandingTable.js +5 -2
- package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
- package/lib/components/StepsLandingTable/types.d.ts +1 -0
- package/lib/components/TableTreeFn/TableTreeFn.js +1 -1
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
- package/lib/components/TableWithAccordion/TableWithAccordion.js +4 -3
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
- package/lib/components/Toggle/Toggle.js +6 -2
- package/lib/components/Toggle/Toggle.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +7 -5
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +1 -1
- package/lib/index.cjs +395 -132
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +44 -4
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/useDeviceType/useDeviceType.d.ts +6 -0
- package/lib/utils/useDeviceType/useDeviceType.js +27 -0
- package/lib/utils/useDeviceType/useDeviceType.js.map +1 -0
- package/package.json +1 -1
package/lib/index.cjs
CHANGED
|
@@ -430,7 +430,7 @@ const SvgNoAccessIcon = (props) => /* @__PURE__ */ React__namespace.createElemen
|
|
|
430
430
|
|
|
431
431
|
const SvgFullAccessIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.3023 1.71582C14.0651 1.7172 13.838 1.81245 13.6708 1.98077C13.6708 1.98077 9.91509 5.72922 7.63431 8.00848L6.02693 6.40109C5.67669 6.05175 5.1098 6.05175 4.75956 6.40109C4.41022 6.75132 4.41022 7.31822 4.75956 7.66845L7.00284 9.91173C7.35309 10.261 7.91995 10.261 8.2702 9.91173C10.3923 7.79041 14.9382 3.24814 14.9382 3.24814C15.2875 2.8979 15.2875 2.33101 14.9382 1.98077C14.7699 1.81138 14.5411 1.71603 14.3023 1.71582Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.00172 1C4.14578 1.00003 1 4.14236 1 7.99832C1 11.8542 4.14578 15 8.00172 15C11.166 15 13.944 12.8676 14.763 9.8111C14.9214 9.22021 15 8.61007 15 7.99832C15 7.51546 14.6089 7.12387 14.1261 7.12323C13.6432 7.12387 13.2521 7.51546 13.2521 7.99832C13.2521 8.45716 13.1897 8.91556 13.071 9.35875C12.4548 11.6582 10.3823 13.2521 8.00172 13.2522C5.09163 13.2521 2.74786 10.9084 2.74786 7.99832C2.74786 5.08823 5.09162 2.74788 8.00172 2.74788C8.46061 2.74791 8.91551 2.81042 9.35875 2.92902C9.82555 3.05418 10.3054 2.77725 10.4306 2.31044C10.4307 2.31004 10.4308 2.3096 10.4309 2.30919C10.5561 1.84238 10.2791 1.36252 9.81234 1.23736C9.81192 1.23726 9.81152 1.23712 9.8111 1.23702C9.22011 1.07869 8.61357 1.00003 8.00172 1Z", fill: "currentColor" }));
|
|
432
432
|
|
|
433
|
-
const SvgViewAccessIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16
|
|
433
|
+
const SvgViewAccessIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.8985 6.29701C13.5046 8.80023 10.861 10.3552 8.00093 10.3552C5.13896 10.3552 2.49546 8.80023 1.10149 6.29701C0.994127 6.10264 0.994127 5.89717 1.10149 5.70297C2.49546 3.19978 5.13896 1.64494 8.00093 1.64494C10.861 1.64494 13.5045 3.19978 14.8985 5.70297C15.0078 5.89717 15.0078 6.10264 14.8985 6.29701ZM15.789 5.20666C14.2154 2.38043 11.2313 0.624939 8.00093 0.624939C4.76871 0.624939 1.78457 2.38043 0.211039 5.20666C-0.0703464 5.71093 -0.0703464 6.28905 0.211039 6.79295C1.78457 9.61918 4.76871 11.375 8.00093 11.375C11.2313 11.375 14.2154 9.61918 15.789 6.79295C16.0703 6.28909 16.0703 5.71093 15.789 5.20666ZM8.00093 8.09231C9.15424 8.09231 10.0928 7.15375 10.0928 5.99991C10.0928 4.84606 9.15424 3.9075 8.00093 3.9075C6.84576 3.9075 5.9072 4.84606 5.9072 5.99991C5.9072 7.15375 6.8458 8.09231 8.00093 8.09231ZM8.00093 2.88749C6.28299 2.88749 4.8872 4.28386 4.8872 5.99994C4.8872 7.71639 6.28303 9.11218 8.00093 9.11218C9.71701 9.11218 11.1128 7.71636 11.1128 5.99994C11.1128 4.28386 9.71701 2.88749 8.00093 2.88749Z", fill: "currentColor" }));
|
|
434
434
|
|
|
435
435
|
const SvgHideAccessIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.71305 9.66393C5.04428 10.4052 6.50768 10.7961 7.94891 10.7961H8.00016C9.00732 10.803 10.0251 10.6177 11.002 10.2561L12.2785 11.5326C12.3944 11.6486 12.5463 11.7067 12.6985 11.7067C12.8507 11.7067 13.0026 11.6486 13.1185 11.5326C13.3504 11.3008 13.3504 10.9248 13.1185 10.693L2.89276 0.467238C2.66089 0.235367 2.28496 0.235367 2.05308 0.467238C1.82121 0.699108 1.82121 1.07504 2.05308 1.30691L2.82682 2.08064C1.84059 2.78094 0.969356 3.67405 0.272807 4.70528C-0.0909357 5.24433 -0.0909357 5.94088 0.272807 6.48025C1.17123 7.81053 2.36089 8.91145 3.71274 9.66424L3.71305 9.66393ZM7.92234 7.17586C7.10986 7.13617 6.45644 6.48274 6.41675 5.67026L7.92234 7.17586ZM1.25716 5.36933C1.91277 4.39841 2.74182 3.56718 3.68024 2.93375L5.39333 4.64684C5.28583 4.94215 5.2274 5.26027 5.2274 5.59214C5.2274 7.12117 6.47144 8.36521 8.00047 8.36521C8.33234 8.36521 8.65045 8.30646 8.94576 8.19896L10.0629 9.31613C9.3995 9.50894 8.72233 9.60831 8.05203 9.60831H8.00484H7.99672C6.7408 9.61675 5.46083 9.27738 4.29117 8.62645C3.10119 7.96397 2.05215 6.9918 1.25779 5.81557C1.16623 5.67995 1.16623 5.50495 1.25779 5.36964L1.25716 5.36933ZM9.58103 5.47651L10.6163 6.51181C10.7179 6.224 10.7732 5.91463 10.7732 5.59245C10.7732 4.06342 9.52916 2.81938 8.00012 2.81938C7.67794 2.81938 7.36857 2.87469 7.08077 2.97625L8.11606 4.01154C8.89792 4.06842 9.52416 4.69465 9.58103 5.47651ZM12.2875 1.52096C13.6394 2.27376 14.8291 3.37468 15.7275 4.70497L15.7272 4.70465C16.0909 5.2437 16.0909 5.94025 15.7272 6.47931C15.0356 7.50335 14.1716 8.39114 13.1938 9.08925L12.341 8.23646C13.2706 7.60491 14.0922 6.77867 14.7431 5.81494C14.8347 5.67963 14.8347 5.50464 14.7431 5.36901C13.9488 4.19279 12.8997 3.22062 11.7097 2.55813C10.5401 1.90721 9.25854 1.5669 8.00419 1.57628H7.99606H7.94888C7.28764 1.57628 6.61953 1.67284 5.96485 1.86033L5.02393 0.919414C5.97673 0.570046 6.96796 0.3888 7.94888 0.3888H8.00013H8.05137C9.49291 0.3888 10.9563 0.779729 12.2875 1.52096Z", fill: "currentColor" }));
|
|
436
436
|
|
|
@@ -1940,11 +1940,11 @@ const SvgAdbShell = (props) => /* @__PURE__ */ React__namespace.createElement("s
|
|
|
1940
1940
|
|
|
1941
1941
|
const SvgUiInspector = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1663 8.33337V3.33337C15.1663 1.95271 14.047 0.833374 12.6663 0.833374C10.149 0.833374 5.85034 0.833374 3.33301 0.833374C1.95234 0.833374 0.833008 1.95271 0.833008 3.33337V12.6667C0.833008 14.0474 1.95234 15.1667 3.33301 15.1667H8.33301C8.60901 15.1667 8.83301 14.9427 8.83301 14.6667C8.83301 14.3907 8.60901 14.1667 8.33301 14.1667H3.33301C2.50434 14.1667 1.83301 13.4954 1.83301 12.6667V3.33337C1.83301 2.50471 2.50434 1.83337 3.33301 1.83337H12.6663C13.495 1.83337 14.1663 2.50471 14.1663 3.33337V8.33337C14.1663 8.60937 14.3903 8.83337 14.6663 8.83337C14.9423 8.83337 15.1663 8.60937 15.1663 8.33337Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.6663 4.16675H1.33301C1.05701 4.16675 0.833008 4.39075 0.833008 4.66675C0.833008 4.94275 1.05701 5.16675 1.33301 5.16675H14.6663C14.9423 5.16675 15.1663 4.94275 15.1663 4.66675C15.1663 4.39075 14.9423 4.16675 14.6663 4.16675Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.5 3.5C8.77614 3.5 9 3.27614 9 3C9 2.72386 8.77614 2.5 8.5 2.5C8.22386 2.5 8 2.72386 8 3C8 3.27614 8.22386 3.5 8.5 3.5Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.333 3.5C10.6092 3.5 10.833 3.27614 10.833 3C10.833 2.72386 10.6092 2.5 10.333 2.5C10.0569 2.5 9.83301 2.72386 9.83301 3C9.83301 3.27614 10.0569 3.5 10.333 3.5Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.166 3.5C12.4422 3.5 12.666 3.27614 12.666 3C12.666 2.72386 12.4422 2.5 12.166 2.5C11.8899 2.5 11.666 2.72386 11.666 3C11.666 3.27614 11.8899 3.5 12.166 3.5Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.666 7.16675C8.73402 7.16675 7.16602 8.73475 7.16602 10.6667C7.16602 12.5987 8.73402 14.1667 10.666 14.1667C12.598 14.1667 14.166 12.5987 14.166 10.6667C14.166 8.73475 12.598 7.16675 10.666 7.16675ZM10.666 8.16675C12.046 8.16675 13.166 9.28675 13.166 10.6667C13.166 12.0467 12.046 13.1667 10.666 13.1667C9.28602 13.1667 8.16602 12.0467 8.16602 10.6667C8.16602 9.28675 9.28602 8.16675 10.666 8.16675Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6465 13.3534L14.3132 15.0201C14.5078 15.2154 14.8252 15.2154 15.0198 15.0201C15.2152 14.8254 15.2152 14.5081 15.0198 14.3134L13.3532 12.6467C13.1585 12.4514 12.8412 12.4514 12.6465 12.6467C12.4512 12.8414 12.4512 13.1587 12.6465 13.3534Z", fill: "currentColor" }));
|
|
1942
1942
|
|
|
1943
|
-
const
|
|
1943
|
+
const SvgTimerIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.9827 3.53063L13.3034 1.85125C13.0593 1.60716 12.6635 1.60716 12.4195 1.85125C12.1754 2.09534 12.1754 2.49106 12.4195 2.73513L12.8172 3.13287L12.0015 3.94856C10.9397 3.06275 9.64867 2.528 8.27148 2.40353V1.25H8.83398C9.17917 1.25 9.45898 0.970187 9.45898 0.625C9.45898 0.279813 9.17917 0 8.83398 0H6.45898C6.1138 0 5.83398 0.279813 5.83398 0.625C5.83398 0.970187 6.1138 1.25 6.45898 1.25H7.02148V2.40353C3.59261 2.71341 0.833984 5.59275 0.833984 9.1875C0.833984 12.9526 3.88089 16 7.64648 16C11.4115 16 14.459 12.9531 14.459 9.1875C14.459 7.57778 13.9041 6.05356 12.8854 4.83244L13.7011 4.01675L14.0989 4.4145C14.3429 4.65856 14.7386 4.65859 14.9827 4.4145C15.2268 4.17044 15.2268 3.77472 14.9827 3.53063ZM7.64648 14.75C4.57933 14.75 2.08398 12.2547 2.08398 9.1875C2.08398 6.12034 4.57933 3.625 7.64648 3.625C10.7136 3.625 13.209 6.12034 13.209 9.1875C13.209 12.2547 10.7137 14.75 7.64648 14.75ZM10.8941 9.1875C10.8941 9.53269 10.6143 9.8125 10.2691 9.8125H7.64652C7.30133 9.8125 7.02152 9.53269 7.02152 9.1875V5.51016C7.02152 5.16497 7.30133 4.88516 7.64652 4.88516C7.9917 4.88516 8.27152 5.16497 8.27152 5.51016V8.5625H10.2691C10.6143 8.5625 10.8941 8.84231 10.8941 9.1875Z", fill: "white" }));
|
|
1944
1944
|
|
|
1945
|
-
const
|
|
1945
|
+
const SvgMaximizeLivetesting = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.418 0.900391C16.463 0.900408 16.5078 0.904749 16.5508 0.913086H16.5518C16.5655 0.915934 16.578 0.919968 16.5869 0.922852C16.5974 0.926251 16.6025 0.928007 16.6084 0.929688L16.6787 0.952148L16.6777 0.953125L16.7432 0.985352L16.7637 0.996094C16.772 1.00039 16.7831 1.00675 16.7949 1.01465C16.87 1.06446 16.9347 1.12881 16.9844 1.20312C16.9925 1.21517 16.9986 1.22697 17.0029 1.23535L17.0127 1.25488L17.0137 1.25586C17.0204 1.26803 17.0362 1.29485 17.0469 1.32031L17.0479 1.32129C17.0582 1.34671 17.0655 1.37669 17.0693 1.38965L17.0859 1.44824V1.44922C17.0942 1.49237 17.0996 1.53688 17.0996 1.58203V5.07227C17.0996 5.44854 16.7946 5.75475 16.418 5.75488C16.0416 5.75488 15.7363 5.44866 15.7363 5.07227V3.22656L11.6631 7.2998C11.5301 7.43308 11.3559 7.49993 11.1816 7.5C11.0508 7.5 10.9192 7.4628 10.8057 7.3877L10.6992 7.2998C10.4332 7.03353 10.4331 6.6021 10.6992 6.33594L14.7715 2.26367H12.9268C12.5505 2.26364 12.2452 1.95831 12.2451 1.58203C12.2451 1.20566 12.5504 0.900419 12.9268 0.900391H16.418Z", fill: "white", stroke: "white", strokeWidth: 0.2 }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.33594 10.6995C6.60181 10.4333 7.03381 10.4335 7.2998 10.6995C7.56606 10.9657 7.56606 11.3971 7.2998 11.6633L3.22656 15.7366H5.07227C5.44866 15.7366 5.75488 16.0418 5.75488 16.4182C5.75475 16.7945 5.44857 17.0999 5.07227 17.0999H1.58203C1.53681 17.0999 1.49193 17.0949 1.44824 17.0862V17.0852C1.42485 17.0806 1.39347 17.0707 1.38965 17.0696C1.37703 17.0659 1.34651 17.0584 1.32129 17.0481L1.32031 17.0471C1.29496 17.0364 1.26737 17.0202 1.25586 17.0139V17.0129C1.24872 17.0093 1.22091 16.9966 1.20312 16.9846C1.16572 16.9597 1.13109 16.9312 1.09961 16.8997L1.01465 16.7961C1.00656 16.7841 1.00042 16.7724 0.996094 16.7639L0.986328 16.7444C0.979286 16.7317 0.963078 16.7051 0.952148 16.679V16.678C0.941952 16.653 0.934497 16.6238 0.930664 16.6106L0.913086 16.55L0.914062 16.5491C0.90563 16.5062 0.900408 16.4626 0.900391 16.4182V12.927C0.900419 12.5507 1.20533 12.2454 1.58203 12.2454C1.95863 12.2455 2.26364 12.5507 2.26367 12.927V14.7717L6.33594 10.6995Z", fill: "white", stroke: "white", strokeWidth: 0.2 }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.07227 0.900391C5.44866 0.900391 5.75488 1.20564 5.75488 1.58203C5.75477 1.95833 5.44859 2.26367 5.07227 2.26367H3.22754L7.2998 6.33594C7.56593 6.6022 7.56602 7.03359 7.2998 7.2998C7.1667 7.43257 6.99228 7.4989 6.81836 7.49902C6.64404 7.49902 6.46894 7.43281 6.33594 7.2998L2.26367 3.22754V5.07227C2.26367 5.44855 1.95865 5.75477 1.58203 5.75488C1.20532 5.75488 0.900391 5.44863 0.900391 5.07227V1.58203C0.900391 1.5371 0.905435 1.49264 0.914062 1.44922C0.918491 1.42575 0.929166 1.3946 0.930664 1.38965L0.952148 1.32129V1.32031C0.96291 1.29466 0.979683 1.26797 0.986328 1.25586V1.25488C0.989195 1.24976 0.990971 1.24535 0.996094 1.23535C1.00039 1.22696 1.00649 1.21525 1.01465 1.20312C1.03947 1.16593 1.06801 1.13123 1.09961 1.09961L1.2041 1.01465C1.22329 1.00182 1.25315 0.987348 1.25684 0.985352L1.25781 0.984375C1.26587 0.980073 1.29557 0.963447 1.32031 0.953125C1.34656 0.942156 1.37716 0.933567 1.39062 0.929688H1.3916C1.39739 0.928029 1.40179 0.926199 1.41211 0.922852C1.42101 0.919966 1.43338 0.91597 1.44727 0.913086H1.44922C1.49235 0.904811 1.53692 0.900391 1.58203 0.900391H5.07227Z", fill: "white", stroke: "white", strokeWidth: 0.2 }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.6992 10.6995C10.9655 10.4332 11.3978 10.4332 11.6641 10.6995L15.7363 14.7717V12.927C15.7365 12.5508 16.0417 12.2454 16.418 12.2454C16.7946 12.2454 17.0994 12.5508 17.0996 12.927V16.4182C17.0996 16.4634 17.0952 16.5079 17.0869 16.551V16.552L17.0693 16.6106L17.0479 16.679C17.0368 16.7053 17.0206 16.7328 17.0137 16.7454C17.0108 16.7506 17.0088 16.7543 17.0039 16.7639C16.9996 16.7723 16.9923 16.7833 16.9844 16.7952L16.9854 16.7961C16.9356 16.8707 16.8712 16.9357 16.7959 16.9856C16.7767 16.9984 16.7471 17.0128 16.7432 17.0149L16.7422 17.0139C16.7302 17.0206 16.7043 17.0376 16.6797 17.0481H16.6787C16.6532 17.0585 16.6217 17.065 16.6094 17.0686L16.6104 17.0696C16.6065 17.0707 16.5743 17.0827 16.5508 17.0872L16.5498 17.0862C16.5066 17.0947 16.4626 17.0999 16.418 17.0999H12.9268C12.5505 17.0997 12.2451 16.7945 12.2451 16.4182C12.2451 16.042 12.5505 15.7368 12.9268 15.7366H14.7715L10.6992 11.6643C10.433 11.3981 10.433 10.9657 10.6992 10.6995Z", fill: "white", stroke: "white", strokeWidth: 0.2 }));
|
|
1946
1946
|
|
|
1947
|
-
const
|
|
1947
|
+
const SvgMacWhiteIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 14 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.90345 4.81948C7.79923 4.81948 8.58506 4.4701 9.26091 3.77134C9.93677 3.07257 10.2747 2.26003 10.2747 1.33372C10.2747 1.23198 10.2667 1.08741 10.2506 0.9C10.1326 0.916063 10.0441 0.92945 9.98506 0.940159C9.15901 1.05796 8.43218 1.46222 7.80459 2.15294C7.17701 2.84368 6.86323 3.5826 6.86323 4.36972C6.86323 4.46073 6.87663 4.61067 6.90345 4.81948ZM10.1138 17.1C10.7521 17.1 11.4575 16.6636 12.2299 15.7908C13.0023 14.918 13.5923 13.8927 14 12.7147C12.482 11.9329 11.723 10.8112 11.723 9.34937C11.723 8.12856 12.3372 7.08444 13.5655 6.21701C12.7126 5.15146 11.5862 4.61868 10.1862 4.61868C9.59616 4.61868 9.0571 4.70703 8.56897 4.88373L8.26323 4.99618L7.85287 5.15681C7.58467 5.25855 7.34061 5.30943 7.12069 5.30943C6.94904 5.30943 6.72374 5.25052 6.44483 5.13272L6.13103 5.00421L5.83334 4.88373C5.39884 4.70168 4.93218 4.61065 4.43334 4.61065C3.0977 4.61065 2.02491 5.06043 1.21494 5.95999C0.404976 6.85954 0 8.04556 0 9.51804C0 11.5902 0.649037 13.5045 1.94713 15.2607C2.84828 16.4869 3.67165 17.1 4.41724 17.1C4.73372 17.1 5.04751 17.0384 5.35862 16.9153L5.75287 16.7546L6.06668 16.6422C6.50652 16.4869 6.91149 16.4093 7.2816 16.4093C7.67318 16.4093 8.12376 16.5083 8.63334 16.7064L8.88276 16.8028C9.40305 17.0009 9.81342 17.1 10.1138 17.1Z", fill: "white" }));
|
|
1948
1948
|
|
|
1949
1949
|
const SvgAzureIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 36 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.6227 0L9.30269 8.97083L0.499817 24.8156H8.43836L19.6227 0ZM20.9952 2.09862L16.5914 14.5423L25.0344 25.1781L8.65282 28H35.4998L20.9952 2.09862Z", fill: "#0072C6" }));
|
|
1950
1950
|
|
|
@@ -1952,6 +1952,8 @@ const SvgOktaIcon = (props) => /* @__PURE__ */ React__namespace.createElement("s
|
|
|
1952
1952
|
|
|
1953
1953
|
const SvgGenerateCommand = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.9999 9.3335H10.6666V6.66683H11.9999C13.4726 6.66683 14.6666 5.47283 14.6666 4.00016C14.6666 2.5275 13.4726 1.3335 11.9999 1.3335C10.5271 1.3335 9.33325 2.5275 9.33325 4.00016V5.3335H6.66658V4.00016C6.66658 2.5275 5.47259 1.3335 3.99992 1.3335C2.52725 1.3335 1.33325 2.5275 1.33325 4.00016C1.33325 5.47283 2.52725 6.66683 3.99992 6.66683H5.33325V9.3335H3.99992C2.52725 9.3335 1.33325 10.5275 1.33325 12.0002C1.33325 13.4728 2.52725 14.6668 3.99992 14.6668C5.47275 14.6668 6.66658 13.4728 6.66658 12.0002V10.6668H9.33325V11.9968L9.33309 12.0002C9.33309 13.4728 10.5271 14.6668 11.9998 14.6668C13.4724 14.6668 14.6664 13.4728 14.6664 12.0002C14.6664 10.5275 13.4726 9.33383 11.9999 9.3335ZM11.9999 2.66683C12.3535 2.66683 12.6927 2.80731 12.9427 3.05735C13.1928 3.3074 13.3333 3.64654 13.3333 4.00016C13.3333 4.35378 13.1928 4.69292 12.9427 4.94297C12.6927 5.19302 12.3535 5.3335 11.9999 5.3335H10.6666V4.00016C10.6666 3.64654 10.8071 3.3074 11.0571 3.05735C11.3072 2.80731 11.6463 2.66683 11.9999 2.66683ZM2.66659 4.00016C2.66659 3.64654 2.80706 3.3074 3.05711 3.05735C3.30716 2.80731 3.6463 2.66683 3.99992 2.66683C4.35354 2.66683 4.69268 2.80731 4.94273 3.05735C5.19278 3.3074 5.33325 3.64654 5.33325 4.00016V5.3335H3.99992C3.26359 5.3335 2.66659 4.73633 2.66659 4.00016ZM3.99992 13.3335C3.6463 13.3335 3.30716 13.193 3.05711 12.943C2.80706 12.6929 2.66659 12.3538 2.66659 12.0002C2.66659 11.6465 2.80706 11.3074 3.05711 11.0574C3.30716 10.8073 3.6463 10.6668 3.99992 10.6668H5.33325V12.0002C5.33325 12.3538 5.19278 12.6929 4.94273 12.943C4.69268 13.193 4.35354 13.3335 3.99992 13.3335ZM6.66658 9.3335V6.66683H9.33325V9.3335H6.66658ZM11.9999 13.3335C11.6463 13.3335 11.3072 13.193 11.0571 12.943C10.8071 12.6929 10.6666 12.3538 10.6666 12.0002V10.6668H11.9998C12.3534 10.6668 12.6925 10.8073 12.9426 11.0573C13.1926 11.3073 13.3331 11.6465 13.3332 12.0001C13.3332 12.3537 13.1927 12.6928 12.9427 12.9429C12.6927 13.193 12.3535 13.3335 11.9999 13.3335Z", fill: "#301349" }));
|
|
1954
1954
|
|
|
1955
|
+
const SvgWindowsBlueIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16 15L8 14V8H16V15ZM7 8V13.875L0 13V8H7ZM7 7H0V2L7 1.125V7ZM16 7H8V1L16 0V7Z", fill: "#00BCD4" }));
|
|
1956
|
+
|
|
1955
1957
|
const SvgCopyIconFilled = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 25 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { clipPath: "url(#clip0_2166_3137)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0.303711 4.54669C0.303711 2.33755 2.09457 0.546692 4.30371 0.546692H20.0762C22.2853 0.546692 24.0762 2.33755 24.0762 4.54669V18.3067C24.0762 20.5158 22.2853 22.3067 20.0762 22.3067H4.30371C2.09458 22.3067 0.303711 20.5158 0.303711 18.3067V4.54669Z", fill: "#F7ECF8" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7828 5.69026C10.43 6.04306 10.1876 6.67337 10.1876 7.86153V7.88218H11.6534C12.9943 7.88218 14.1343 8.14561 14.9195 8.93087C15.7048 9.71613 15.9682 10.8561 15.9682 12.197V13.6628H15.9889C17.177 13.6628 17.8073 13.4204 18.1601 13.0676C18.5129 12.7148 18.7553 12.0845 18.7553 10.8964V7.86153C18.7553 6.67337 18.5129 6.04306 18.1601 5.69026C17.8073 5.33745 17.177 5.09508 15.9889 5.09508H12.954C11.7659 5.09508 11.1356 5.33745 10.7828 5.69026ZM15.9682 15.2112H15.9889C17.3297 15.2112 18.4698 14.9478 19.255 14.1625C20.0403 13.3773 20.3037 12.2372 20.3037 10.8964V7.86153C20.3037 6.52066 20.0403 5.38064 19.255 4.59538C18.4698 3.81013 17.3297 3.54669 15.9889 3.54669H12.954C11.6132 3.54669 10.4731 3.81013 9.68789 4.59538C8.90263 5.38064 8.63919 6.52066 8.63919 7.86153V7.88218H8.61855C7.27768 7.88218 6.13766 8.14561 5.3524 8.93087C4.56714 9.71613 4.30371 10.8561 4.30371 12.197V15.2319C4.30371 16.5727 4.56714 17.7127 5.3524 18.498C6.13766 19.2833 7.27768 19.5467 8.61855 19.5467H11.6534C12.9943 19.5467 14.1343 19.2833 14.9195 18.498C15.7048 17.7127 15.9682 16.5727 15.9682 15.2319V15.2112ZM14.4198 12.197C14.4198 11.0089 14.1775 10.3785 13.8247 10.0257C13.4719 9.67294 12.8415 9.43056 11.6534 9.43056H8.61855C7.43039 9.43056 6.80008 9.67294 6.44728 10.0257C6.09447 10.3785 5.8521 11.0089 5.8521 12.197V15.2319C5.8521 16.42 6.09447 17.0503 6.44728 17.4031C6.80008 17.7559 7.43039 17.9983 8.61855 17.9983H11.6534C12.8415 17.9983 13.4719 17.7559 13.8247 17.4031C14.1775 17.0503 14.4198 16.42 14.4198 15.2319V12.197Z", fill: "#71347B" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", { id: "clip0_2166_3137" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0.303711 4.54669C0.303711 2.33755 2.09457 0.546692 4.30371 0.546692H20.0762C22.2853 0.546692 24.0762 2.33755 24.0762 4.54669V18.3067C24.0762 20.5158 22.2853 22.3067 20.0762 22.3067H4.30371C2.09458 22.3067 0.303711 20.5158 0.303711 18.3067V4.54669Z", fill: "white" }))));
|
|
1956
1958
|
|
|
1957
1959
|
const SvgGenerateCommandLogo = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0 7C0 3.13401 3.13401 0 7 0H17C20.866 0 24 3.13401 24 7V17C24 20.866 20.866 24 17 24H7C3.13401 24 0 20.866 0 17V7Z", fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.78395 5.78395C6.71109 4.8568 8.10069 4.5 9.9 4.5H14.1C15.8993 4.5 17.2889 4.8568 18.2161 5.78395C19.1432 6.71109 19.5 8.10069 19.5 9.9V14.1C19.5 15.8993 19.1432 17.2889 18.2161 18.2161C17.2889 19.1432 15.8993 19.5 14.1 19.5H9.9C8.10069 19.5 6.71109 19.1432 5.78395 18.2161C4.8568 17.2889 4.5 15.8993 4.5 14.1V9.9C4.5 8.10069 4.8568 6.71109 5.78395 5.78395ZM6.49105 6.49105C5.8432 7.13891 5.5 8.19931 5.5 9.9V14.1C5.5 15.8007 5.8432 16.8611 6.49105 17.5089C7.13891 18.1568 8.19931 18.5 9.9 18.5H14.1C15.8007 18.5 16.8611 18.1568 17.5089 17.5089C18.1568 16.8611 18.5 15.8007 18.5 14.1V9.9C18.5 8.19931 18.1568 7.13891 17.5089 6.49105C16.8611 5.8432 15.8007 5.5 14.1 5.5H9.9C8.19931 5.5 7.13891 5.8432 6.49105 6.49105Z", fill: "#71347B" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.6367 12.0586V14.2734C11.5534 14.3802 11.4219 14.4961 11.2422 14.6211C11.0651 14.7461 10.8333 14.8542 10.5469 14.9453C10.2604 15.0339 9.90885 15.0781 9.49219 15.0781C9.13021 15.0781 8.79948 15.0182 8.5 14.8984C8.20052 14.776 7.94271 14.5977 7.72656 14.3633C7.51042 14.1289 7.34375 13.8424 7.22656 13.5039C7.10938 13.1654 7.05078 12.7786 7.05078 12.3438V11.9688C7.05078 11.5339 7.10547 11.1471 7.21484 10.8086C7.32682 10.4701 7.48568 10.1836 7.69141 9.94922C7.89974 9.71484 8.14844 9.53646 8.4375 9.41406C8.72917 9.29167 9.05469 9.23047 9.41406 9.23047C9.89583 9.23047 10.2917 9.3099 10.6016 9.46875C10.9141 9.6276 11.1536 9.84635 11.3203 10.125C11.487 10.401 11.5911 10.7188 11.6328 11.0781H10.5859C10.5573 10.8802 10.5 10.707 10.4141 10.5586C10.3281 10.4076 10.2057 10.2904 10.0469 10.207C9.89062 10.1211 9.6875 10.0781 9.4375 10.0781C9.22656 10.0781 9.04036 10.1198 8.87891 10.2031C8.71745 10.2865 8.58203 10.4076 8.47266 10.5664C8.36328 10.7253 8.27995 10.9219 8.22266 11.1562C8.16797 11.3906 8.14062 11.6589 8.14062 11.9609V12.3438C8.14062 12.6484 8.17188 12.9193 8.23438 13.1562C8.29688 13.3906 8.38672 13.5885 8.50391 13.75C8.6237 13.9089 8.77083 14.0299 8.94531 14.1133C9.1224 14.194 9.32292 14.2344 9.54688 14.2344C9.75 14.2344 9.91797 14.2174 10.0508 14.1836C10.1862 14.1471 10.2943 14.1042 10.375 14.0547C10.4557 14.0052 10.5182 13.957 10.5625 13.9102V12.8438H9.43359V12.0586H11.6367ZM15.9805 13.1289H17.0547C17.026 13.5091 16.9206 13.8464 16.7383 14.1406C16.556 14.4323 16.3021 14.6615 15.9766 14.8281C15.651 14.9948 15.2565 15.0781 14.793 15.0781C14.4362 15.0781 14.1146 15.0156 13.8281 14.8906C13.5443 14.763 13.3008 14.582 13.0977 14.3477C12.8971 14.1107 12.7435 13.8268 12.6367 13.4961C12.5299 13.1628 12.4766 12.7891 12.4766 12.375V11.9414C12.4766 11.5273 12.5312 11.1536 12.6406 10.8203C12.75 10.487 12.9062 10.2031 13.1094 9.96875C13.3151 9.73177 13.5612 9.54948 13.8477 9.42188C14.1367 9.29427 14.4596 9.23047 14.8164 9.23047C15.2799 9.23047 15.6719 9.31641 15.9922 9.48828C16.3125 9.65755 16.5612 9.89062 16.7383 10.1875C16.9154 10.4844 17.0221 10.8255 17.0586 11.2109H15.9844C15.9635 10.9714 15.9115 10.7682 15.8281 10.6016C15.7474 10.4349 15.625 10.3086 15.4609 10.2227C15.2995 10.1341 15.0846 10.0898 14.8164 10.0898C14.6081 10.0898 14.4245 10.1289 14.2656 10.207C14.1094 10.2852 13.9792 10.4023 13.875 10.5586C13.7708 10.7122 13.6927 10.9049 13.6406 11.1367C13.5885 11.3659 13.5625 11.6315 13.5625 11.9336V12.375C13.5625 12.6641 13.5859 12.9232 13.6328 13.1523C13.6797 13.3815 13.7526 13.5755 13.8516 13.7344C13.9505 13.8932 14.0781 14.0143 14.2344 14.0977C14.3906 14.181 14.5768 14.2227 14.793 14.2227C15.056 14.2227 15.2695 14.181 15.4336 14.0977C15.6003 14.0143 15.7266 13.8919 15.8125 13.7305C15.901 13.569 15.957 13.3685 15.9805 13.1289Z", fill: "#71347B" }));
|
|
@@ -1982,6 +1984,14 @@ const SvgRealmeIcon = (props) => /* @__PURE__ */ React__namespace.createElement(
|
|
|
1982
1984
|
|
|
1983
1985
|
const SvgVivoIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...props }, /* @__PURE__ */ React__namespace.createElement("rect", { y: 0.784546, width: 16, height: 4, fill: "url(#pattern0_6138_26160)" }), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("pattern", { id: "pattern0_6138_26160", patternContentUnits: "objectBoundingBox", width: 1, height: 1 }, /* @__PURE__ */ React__namespace.createElement("use", { xlinkHref: "#image0_6138_26160", transform: "matrix(0.0078125 0 0 0.03125 0 -0.03125)" })), /* @__PURE__ */ React__namespace.createElement("image", { id: "image0_6138_26160", width: 128, height: 34, preserveAspectRatio: "none", xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAiCAMAAACgNCEcAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACQ1BMVEUAAABJbf9BX/9BX/9AYP9VVf9BX/9BX/9AYP9VVf9AX/9BX/9BX/88Wv9BXv9AX/9AXP9BX/9BX/9AQP8+YP9CX/9EZv9BXf9AVf9EYv9AYP9NZv9AYP8+Xf8zZv9CY/8+Yf89Yf+AgP9AYP9BX/9AX/9BX/9BX/9BX/9BX/9BX/9AX/9AX/9AYP8AAP9BX/9CX/9CX/9CX/9DZP9BX/9BX/9AXv9BX/9BX/9BYP9BX/9CX/9AXv9BYP9BYP9BX/9CYP9CYP89XP9AX/9DXv9BXv9BX/9AWf9BX/9BXv9JW/9BX/9BX/9DXv9BX/9BXv9BXv9CXv9BYv9CYP9BYP9BX/9BX/9GXf9BX/9BX/9BX/9CX/9BX/9DXv9BX/87Yv9BX/9BXv9CXv9BX/9BX/9BX/9DYP9BYP9AX/9BYP9BX/9BX/9AXv9DYf9BX/9BX/9CX/9BXv9AYP9AX/9CYf9BX/9AX/9CYP85Vf9BX/9AXf9CX/9AX/8+Xf9BX/9BXv9AXv9AXv9BXv9BX/9EXv9BX/9BX/9BX/9BX/9BX/9AYP9AYP9BX/9BXv9CYP9BXv9BXf9BXf9BX/9BX/9BXv9DXv9BX/9CXv9AX/9CYP9CX/9BX/9BX/9BYP9AW/9BX/9BYP9AXv9CX/9BX/9HY/9AX/9BYP9BX/9AX/9CX/9BX/9AYP9BX/9CX/9AXv9BX/9BX/9BX/9BX/9AXv9CX/9AXv9BXv9CYP9CYf9AXv9AXv9BYP9BX/9CX/9CYf9BX/////8RtggjAAAAv3RSTlMAB6TsWAax/WADskPjEeCTJOSqBCWjDzcMIiAKECEFHx0VAkCJut7u/PvbtoM4AeeEs9oX+vZczIZi3NJUmEp+ZXgZxial/hS/rQ7h5S75vXobJ02V18cLnsv0dHET3w28mklmw/VFWsqwmaFEKviU1oIYwkKcc3AJuyx8jyn3xUyHtfEebvO3O91IKMlybaJHP8RLkjmWbGtVRnbBoBwryGeb6xJjwOqXPl4I5lk88NPveVcjb2qIMl93dYFhOqBvFloAAAABYktHRMATYd/4AAAAB3RJTUUH6QccCRo4wo6tFwAAA69JREFUWMPdmOk/VFEYx48lExlLKGNvMEbLlGwJIVshkmrKEiqTbFkqLdIiFUkoFSVaaNG+ab//Wvc+z70zd+49Z3g3n0/Pq/M8z3nO+Tnf+9xzByFLNxdXN3fiRFvmwXGa5c7b39OL403jvDNYwYF5O02A1gcE+DqPgZ8/v//KACc+hYE+XJCnM9uArFpN/kML1ul0IaHsfBifD4/AA9DpInGk5YNRLuyiNXw+Ui/1b3RMrCHOyFktPm7tuvUbTGJ6oxAybmKsFOABJQnQh/H8aLPwECQmCcHkFFa/pELRFnBMaVs5qqVn4OxMdLfR18rCbLYwzoHhdmHRXBgm59GL8iFbEC2MC3dwTNsZLMwoKganREtbalcpJMvguHbDuFwY7kmGcS61Jypw+b2w/z7Oge03w8kWgHOABuAgpCp1RCGAVOEK1ZSiGoDKHarlx/o6zqHlQ0U9OoeZAI4QlQD9UXAaApkALML4mPTYNR5vsllzWYmkoMUhhNY2GQB7AWwIIoAT8Py34/YdnYpJeks6TusC9yRCOOUQgEIAOY0rdCu71t8GgLTAOKmFAurMWaw/5wDCeTsASgEMCK4yAKQHnCxqq9TEQTKHyCD4h8lnXOi1A6AUIEG4qJcXXZIBIATeBw1F9Ga9DDOvEDmEejmARgj1XSUMARKEfhYAYromONcZr6sbMHVA9BBCwSBRbIevILoAfZcKQhBENNHiW15+GirrxGrRU0G4iQDqTGwBJE8JQQQgfbNowYthXULYIZIrQsiULpAhJQCKAHILNxyWbmtvcA3Boh8Ba95mCMiDyW5WvwkhjKCXowJAEyBB8EO3GQGMWvNwrO0MASkwe8jqmwcg4FPLAEATQHSVEBsDCHdQ9F1bOgEC43QBdcqXjwjhnvCXjakBUAWQatz0PgUAbw/wj6R+OExgZYYsJEKYJOQhBQBdgP6RFcKUEgAhj5Ow12vU+7vj2fXVymJF+N1dPD2CAGJNiwsggQ0QnYl6ogLA21MMPuuZbH2utVr5+OyceBnZfwiJEERTAGAIIN1296scAG8hlY6v4xeKs3kpT86SJQkQIaAZXymyrwsc7R8/qJg+n6r8VlhcAOl8YyvKURX1a9j7t71VTQ83SMm50KUKIO/eS0VTJvXTZjGw9v9A+5WR6AWKe30prZMNl7tZnZiegQU/fjJR/6uQ1mVU714a+5nxI+9LStXXiUJaZv7bwkKHhVr0/cfP4Qoz+7fFaNqvjgWr/a7689fafv8AZtmTKdjpF7oAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjUtMDctMjhUMDk6MjY6NTUrMDA6MDBiO/dcAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDI1LTA3LTI4VDA5OjI2OjU1KzAwOjAwE2ZP4AAAAABJRU5ErkJggg==" })));
|
|
1984
1986
|
|
|
1987
|
+
const SvgMinimizeTree = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.257713 8.62399C-0.0859044 8.28038 -0.0859044 7.71952 0.257713 7.37591L6.98841 0.645442C7.33256 0.301292 7.89238 0.301292 8.23649 0.645442L8.61298 1.02193C8.95743 1.36638 8.95751 1.9259 8.61302 2.27043L3.5072 7.37575C3.16267 7.72021 3.16267 8.27985 3.5072 8.6243L8.61298 13.7297C8.95751 14.0741 8.95747 14.6336 8.61294 14.9781L8.23646 15.3546C7.89284 15.6982 7.33198 15.6982 6.98837 15.3546L0.257713 8.62399ZM14.1172 15.3547C14.4612 15.6987 15.0216 15.6986 15.3655 15.3547L15.742 14.9782C16.0858 14.6344 16.0859 14.0735 15.742 13.7297L10.6365 8.6243C10.292 8.27981 10.292 7.72025 10.6365 7.37575L15.742 2.2704C16.086 1.92647 16.086 1.36581 15.742 1.02189L15.3656 0.645404C15.0214 0.301292 14.4614 0.301254 14.1173 0.645404L7.98445 6.77842C6.26412 5.0598 6.69928 5.49564 7.9832 6.77968L7.38701 7.37591C7.04316 7.71975 7.0432 8.28019 7.38701 8.62403L14.1172 15.3547Z", fill: "#71347B" }));
|
|
1988
|
+
|
|
1989
|
+
const SvgRecord = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { clipPath: "url(#clip0_20310_13972)" }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0C3.5875 0 0 3.5875 0 8C0 12.4125 3.5875 16 8 16C12.4125 16 16 12.4125 16 8C16 3.5875 12.4125 0 8 0ZM5.03125 6.20312H3.78125C3.64375 6.20312 3.53125 6.31563 3.53125 6.45312V8.22812V9.54375C3.53125 9.68125 3.64375 9.79375 3.78125 9.79375C3.91875 9.79375 4.03125 9.68125 4.03125 9.54375V8.47812H4.425L5.34375 9.65C5.39375 9.7125 5.46563 9.74687 5.54063 9.74687C5.59375 9.74687 5.65 9.72813 5.69375 9.69375C5.80312 9.60938 5.82188 9.45 5.7375 9.34375L5.05937 8.48125C5.675 8.46562 6.16875 7.9625 6.16875 7.34375C6.17188 6.71562 5.65938 6.20312 5.03125 6.20312ZM7.30625 6.70312V7.75H9.09375C9.23125 7.75 9.34375 7.8625 9.34375 8C9.34375 8.1375 9.23125 8.25 9.09375 8.25H7.30625V9.29688H9.09375C9.23125 9.29688 9.34375 9.40938 9.34375 9.54688C9.34375 9.68437 9.23125 9.79688 9.09375 9.79688H7.05312C6.91563 9.79688 6.80312 9.68437 6.80312 9.54688V6.45312C6.80312 6.31563 6.91563 6.20312 7.05312 6.20312H9.09375C9.23125 6.20312 9.34375 6.31563 9.34375 6.45312C9.34375 6.59062 9.23125 6.70312 9.09375 6.70312H7.30625ZM10.4312 7.325V8.67188C10.4312 9.01562 10.7094 9.29375 11.0531 9.29375H11.35C11.6875 9.29375 11.9656 9.01875 11.9719 8.68437C11.975 8.54688 12.0875 8.43437 12.2281 8.4375C12.3656 8.44063 12.475 8.55313 12.475 8.69375C12.4625 9.3 11.9594 9.79375 11.3531 9.79375H11.0562C10.4375 9.79375 9.93437 9.29062 9.93437 8.67188V7.325C9.93437 6.70625 10.4375 6.20312 11.0562 6.20312H11.3531C11.9594 6.20312 12.4625 6.69688 12.475 7.30312C12.4781 7.44062 12.3687 7.55625 12.2281 7.55937C12.0875 7.5625 11.975 7.45312 11.9719 7.3125C11.9656 6.975 11.6875 6.70312 11.35 6.70312H11.0531C10.7094 6.70312 10.4312 6.98438 10.4312 7.325ZM5.03125 7.98125H4.03125V6.70625H5.03125C5.38438 6.70625 5.66875 6.99062 5.66875 7.34375C5.66875 7.69375 5.38438 7.98125 5.03125 7.98125Z", fill: "currentColor" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", { id: "clip0_20310_13972" }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, fill: "white" }))));
|
|
1990
|
+
|
|
1991
|
+
const SvgAddElement = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, rx: 8, fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8 2C4.6863 2 2 4.68627 2 8C2 11.3137 4.6863 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68627 11.3137 2 8 2ZM10.0537 11.15H5.94644V4.85002H9.97758V6.35024H7.67444V7.27779H9.74365V8.70142H7.67444V9.64463H10.0538L10.0537 11.15Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "path-3-outside-1_20264_6770", maskUnits: "userSpaceOnUse", x: 2.80005, y: 5.2002, width: 6, height: 6, fill: "black" }, /* @__PURE__ */ React__namespace.createElement("rect", { fill: "white", x: 2.80005, y: 5.2002, width: 6, height: 6 }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.89966 7.2002C5.89966 7.61441 6.23544 7.9502 6.64966 7.9502H7.04956C7.24291 7.9502 7.39966 8.10694 7.39966 8.30029C7.39966 8.49365 7.24291 8.65039 7.04956 8.65039H6.64966C6.23544 8.65039 5.89966 8.98618 5.89966 9.40039V10.1006C5.89966 10.2662 5.76543 10.4004 5.59985 10.4004C5.43428 10.4004 5.30005 10.2662 5.30005 10.1006V9.40039C5.30005 8.98618 4.96426 8.65039 4.55005 8.65039H4.15015C3.95679 8.65039 3.80005 8.49365 3.80005 8.30029C3.80005 8.10694 3.95679 7.9502 4.15015 7.9502H4.55005C4.96426 7.9502 5.30005 7.61441 5.30005 7.2002V6.5C5.30005 6.33442 5.43428 6.2002 5.59985 6.2002C5.76543 6.2002 5.89966 6.33442 5.89966 6.5V7.2002Z" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.89966 7.2002C5.89966 7.61441 6.23544 7.9502 6.64966 7.9502H7.04956C7.24291 7.9502 7.39966 8.10694 7.39966 8.30029C7.39966 8.49365 7.24291 8.65039 7.04956 8.65039H6.64966C6.23544 8.65039 5.89966 8.98618 5.89966 9.40039V10.1006C5.89966 10.2662 5.76543 10.4004 5.59985 10.4004C5.43428 10.4004 5.30005 10.2662 5.30005 10.1006V9.40039C5.30005 8.98618 4.96426 8.65039 4.55005 8.65039H4.15015C3.95679 8.65039 3.80005 8.49365 3.80005 8.30029C3.80005 8.10694 3.95679 7.9502 4.15015 7.9502H4.55005C4.96426 7.9502 5.30005 7.61441 5.30005 7.2002V6.5C5.30005 6.33442 5.43428 6.2002 5.59985 6.2002C5.76543 6.2002 5.89966 6.33442 5.89966 6.5V7.2002Z", fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.64966 7.9502V8.4502H7.04956V7.9502V7.4502H6.64966V7.9502ZM7.04956 8.65039V8.15039H6.64966V8.65039V9.15039H7.04956V8.65039ZM5.89966 9.40039H5.39966V10.1006H5.89966H6.39966V9.40039H5.89966ZM5.30005 10.1006H5.80005V9.40039H5.30005H4.80005V10.1006H5.30005ZM4.55005 8.65039V8.15039H4.15015V8.65039V9.15039H4.55005V8.65039ZM4.15015 7.9502V8.4502H4.55005V7.9502V7.4502H4.15015V7.9502ZM5.30005 7.2002H5.80005V6.5H5.30005H4.80005V7.2002H5.30005ZM5.89966 6.5H5.39966V7.2002H5.89966H6.39966V6.5H5.89966ZM5.59985 6.2002V6.7002C5.48929 6.7002 5.39966 6.61056 5.39966 6.5H5.89966H6.39966C6.39966 6.05828 6.04157 5.7002 5.59985 5.7002V6.2002ZM5.30005 6.5H5.80005C5.80005 6.61056 5.71042 6.7002 5.59985 6.7002V6.2002V5.7002C5.15813 5.7002 4.80005 6.05828 4.80005 6.5H5.30005ZM4.55005 7.9502V8.4502C5.2404 8.4502 5.80005 7.89055 5.80005 7.2002H5.30005H4.80005C4.80005 7.33827 4.68812 7.4502 4.55005 7.4502V7.9502ZM3.80005 8.30029H4.30005C4.30005 8.38308 4.23294 8.4502 4.15015 8.4502V7.9502V7.4502C3.68065 7.4502 3.30005 7.8308 3.30005 8.30029H3.80005ZM4.15015 8.65039V8.15039C4.23294 8.15039 4.30005 8.2175 4.30005 8.30029H3.80005H3.30005C3.30005 8.76979 3.68065 9.15039 4.15015 9.15039V8.65039ZM5.30005 9.40039H5.80005C5.80005 8.71003 5.2404 8.15039 4.55005 8.15039V8.65039V9.15039C4.68812 9.15039 4.80005 9.26232 4.80005 9.40039H5.30005ZM5.59985 10.4004V9.90039C5.71042 9.90039 5.80005 9.99002 5.80005 10.1006H5.30005H4.80005C4.80005 10.5423 5.15813 10.9004 5.59985 10.9004V10.4004ZM5.89966 10.1006H5.39966C5.39966 9.99002 5.48929 9.90039 5.59985 9.90039V10.4004V10.9004C6.04157 10.9004 6.39966 10.5423 6.39966 10.1006H5.89966ZM6.64966 8.65039V8.15039C5.9593 8.15039 5.39966 8.71003 5.39966 9.40039H5.89966H6.39966C6.39966 9.26232 6.51159 9.15039 6.64966 9.15039V8.65039ZM7.39966 8.30029H6.89966C6.89966 8.2175 6.96677 8.15039 7.04956 8.15039V8.65039V9.15039C7.51906 9.15039 7.89966 8.76979 7.89966 8.30029H7.39966ZM7.04956 7.9502V8.4502C6.96677 8.4502 6.89966 8.38308 6.89966 8.30029H7.39966H7.89966C7.89966 7.8308 7.51906 7.4502 7.04956 7.4502V7.9502ZM6.64966 7.9502V7.4502C6.51159 7.4502 6.39966 7.33827 6.39966 7.2002H5.89966H5.39966C5.39966 7.89055 5.9593 8.4502 6.64966 8.4502V7.9502Z", fill: "currentColor", mask: "url(#path-3-outside-1_20264_6770)" }));
|
|
1992
|
+
|
|
1993
|
+
const SvgElementSlider = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, rx: 8, fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.99994 2C4.68623 2 1.99994 4.68627 1.99994 8C1.99994 11.3137 4.68623 14 7.99994 14C11.3136 14 13.9999 11.3137 13.9999 8C13.9999 4.68627 11.3136 2 7.99994 2Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.05737 4.3999C9.1964 4.3999 9.30911 4.50735 9.30911 4.6399V5.2399H9.58604C9.8067 5.2399 10.0133 5.24651 10.2027 5.27201C10.6976 5.32459 11.0802 5.47008 11.3176 5.81369C11.5406 6.13661 11.6 6.58969 11.6 7.1599V8.8399C11.6 9.41011 11.5406 9.8632 11.3176 10.1861C11.0802 10.5297 10.6976 10.6752 10.2027 10.7278C10.0133 10.7533 9.8067 10.7599 9.58604 10.7599H9.30911V11.3599C9.30911 11.4925 9.1964 11.5999 9.05737 11.5999C8.91833 11.5999 8.80562 11.4925 8.80562 11.3599V4.6399C8.80562 4.50735 8.91833 4.3999 9.05737 4.3999ZM9.30911 10.2799H9.58604C9.80085 10.2799 9.98062 10.2732 10.1355 10.2521L10.1435 10.2511C10.5736 10.2059 10.7782 10.0942 10.897 9.92213C11.0308 9.72845 11.0965 9.40537 11.0965 8.8399V7.1599C11.0965 6.59443 11.0308 6.27136 10.897 6.07768C10.7782 5.9056 10.5736 5.79391 10.1435 5.7487L10.1355 5.74773C9.98062 5.72663 9.80085 5.7199 9.58604 5.7199H9.30911V10.2799ZM6.41401 5.7199C6.1992 5.7199 6.01945 5.72663 5.86456 5.74773L5.85655 5.7487C5.42643 5.79391 5.22188 5.9056 5.10301 6.07768C4.96923 6.27136 4.90352 6.59443 4.90352 7.1599V8.8399C4.90352 9.40537 4.96923 9.72845 5.10301 9.92212C5.22188 10.0942 5.42643 10.2059 5.85655 10.2511L5.86456 10.2521C6.01945 10.2732 6.1992 10.2799 6.41401 10.2799H7.65463C7.79367 10.2799 7.90638 10.3874 7.90638 10.5199C7.90638 10.6525 7.79367 10.7599 7.65463 10.7599H6.41401C6.19335 10.7599 5.98678 10.7533 5.79737 10.7278C5.30248 10.6752 4.91986 10.5297 4.68251 10.1861C4.45944 9.8632 4.40002 9.41011 4.40002 8.8399V7.1599C4.40002 6.58969 4.45944 6.13661 4.68251 5.81368C4.91986 5.47008 5.30249 5.32459 5.79738 5.27201C5.98679 5.24651 6.19335 5.2399 6.41401 5.2399H7.63349C7.77252 5.2399 7.88523 5.34735 7.88523 5.4799C7.88523 5.61245 7.77252 5.7199 7.63349 5.7199H6.41401Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.51232 7.20682V7.71802H7.37707V8.19322H6.51232V8.74762H7.49036V9.24082H5.86658V6.71362H7.49036V7.20682H6.51232Z", fill: "white" }));
|
|
1994
|
+
|
|
1985
1995
|
let Components = {};
|
|
1986
1996
|
Components['success'] = SvgSuccess;
|
|
1987
1997
|
Components['setting_icon'] = SvgSettingIcon;
|
|
@@ -2449,9 +2459,9 @@ Components['huawei_icon'] = SvgHuaweiIcon;
|
|
|
2449
2459
|
Components['amazon_icon'] = SvgAmazonIcon;
|
|
2450
2460
|
Components['scripts'] = SvgScripts;
|
|
2451
2461
|
Components['dialog_info'] = SvgDialogInfo;
|
|
2452
|
-
Components['
|
|
2453
|
-
Components['
|
|
2454
|
-
Components['
|
|
2462
|
+
Components['timer_icon'] = SvgTimerIcon;
|
|
2463
|
+
Components['maximize_livetesting'] = SvgMaximizeLivetesting;
|
|
2464
|
+
Components['mac_white_icon'] = SvgMacWhiteIcon;
|
|
2455
2465
|
Components['ADB_Shell'] = SvgAdbShell; // Newly Added icon
|
|
2456
2466
|
Components['UI_Inspector'] = SvgUiInspector; // Newly Added icon
|
|
2457
2467
|
Components['azure_icon'] = SvgAzureIcon; // Newly Added icon
|
|
@@ -2472,6 +2482,11 @@ Components['motorola_icon'] = SvgMotorolaIcon; // Newly Added icon
|
|
|
2472
2482
|
Components['oppo_icon'] = SvgOppoIcon; // Newly Added icon
|
|
2473
2483
|
Components['realme_icon'] = SvgRealmeIcon; // Newly Added icon
|
|
2474
2484
|
Components['vivo_icon'] = SvgVivoIcon; // Newly Added icon
|
|
2485
|
+
Components['windows_blue_icon'] = SvgWindowsBlueIcon;
|
|
2486
|
+
Components['minimize_tree'] = SvgMinimizeTree;
|
|
2487
|
+
Components['record'] = SvgRecord;
|
|
2488
|
+
Components['add_element'] = SvgAddElement;
|
|
2489
|
+
Components['element_slider'] = SvgElementSlider;
|
|
2475
2490
|
|
|
2476
2491
|
const Icon = /*#__PURE__*/React.forwardRef(({
|
|
2477
2492
|
name,
|
|
@@ -2510,13 +2525,26 @@ const Icon = /*#__PURE__*/React.forwardRef(({
|
|
|
2510
2525
|
}
|
|
2511
2526
|
}, [x, y]);
|
|
2512
2527
|
const iconColor = variant === 'dark' ? 'var(--ff-icon-color-dark-variant)' : color;
|
|
2528
|
+
const getCursor = () => {
|
|
2529
|
+
if (disabled) {
|
|
2530
|
+
return 'not-allowed';
|
|
2531
|
+
} else if (hoverEffect && cursorType) {
|
|
2532
|
+
return cursorType;
|
|
2533
|
+
} else if (hoverEffect) {
|
|
2534
|
+
return 'pointer';
|
|
2535
|
+
} else if (cursorType) {
|
|
2536
|
+
return cursorType;
|
|
2537
|
+
} else {
|
|
2538
|
+
return 'default';
|
|
2539
|
+
}
|
|
2540
|
+
};
|
|
2513
2541
|
const baseProps = {
|
|
2514
2542
|
ref: iconRef,
|
|
2515
2543
|
onClick: disabled ? () => {} : onClick,
|
|
2516
2544
|
style: {
|
|
2517
2545
|
height: `${iconHeight}px`,
|
|
2518
2546
|
width: `${iconWidth}px`,
|
|
2519
|
-
cursor:
|
|
2547
|
+
cursor: getCursor()
|
|
2520
2548
|
},
|
|
2521
2549
|
className: classNames('ff-icon-container', {
|
|
2522
2550
|
'ff-icon-click': hoverEffect,
|
|
@@ -3054,13 +3082,15 @@ const Drawer = ({
|
|
|
3054
3082
|
}), _isExpanded && jsxRuntime.jsx(Tooltip, {
|
|
3055
3083
|
title: isExpanded ? 'Minimize' : 'Maximize',
|
|
3056
3084
|
placement: "bottom",
|
|
3057
|
-
children: jsxRuntime.jsx("
|
|
3085
|
+
children: jsxRuntime.jsx("div", {
|
|
3058
3086
|
className: "ff-expand-collapse-button",
|
|
3059
3087
|
onClick: toggleExpand,
|
|
3060
3088
|
children: jsxRuntime.jsx(Icon, {
|
|
3061
|
-
name: isExpanded ? '
|
|
3089
|
+
name: isExpanded ? 'maximize_tree' : 'minimize_tree',
|
|
3062
3090
|
height: 16,
|
|
3063
|
-
width: 16
|
|
3091
|
+
width: 16,
|
|
3092
|
+
hoverEffect: true,
|
|
3093
|
+
cursorType: "pointer"
|
|
3064
3094
|
})
|
|
3065
3095
|
})
|
|
3066
3096
|
}), isBackButtonVisible && (backButtonIcon || jsxRuntime.jsx(Tooltip, {
|
|
@@ -3085,7 +3115,8 @@ const Drawer = ({
|
|
|
3085
3115
|
onClick: onCloseIconClick || onClose,
|
|
3086
3116
|
height: 16,
|
|
3087
3117
|
width: 16,
|
|
3088
|
-
color: "var(--tabs-label-active-color)"
|
|
3118
|
+
color: "var(--tabs-label-active-color)",
|
|
3119
|
+
cursorType: "pointer"
|
|
3089
3120
|
})
|
|
3090
3121
|
})
|
|
3091
3122
|
})]
|
|
@@ -4508,12 +4539,16 @@ const Toggle = ({
|
|
|
4508
4539
|
name: iconNames.checked.name,
|
|
4509
4540
|
width: iconNames.checked.width,
|
|
4510
4541
|
height: iconNames.checked.height,
|
|
4511
|
-
className: `ff-checked-icon--${variant}
|
|
4542
|
+
className: `ff-checked-icon--${variant}`,
|
|
4543
|
+
disabled: disabled,
|
|
4544
|
+
cursorType: "pointer"
|
|
4512
4545
|
}) : jsxRuntime.jsx(Icon, {
|
|
4513
4546
|
name: iconNames.unchecked.name,
|
|
4514
4547
|
width: iconNames.unchecked.width,
|
|
4515
4548
|
height: iconNames.unchecked.height,
|
|
4516
|
-
className: `ff-unchecked-icon--${variant}
|
|
4549
|
+
className: `ff-unchecked-icon--${variant}`,
|
|
4550
|
+
disabled: disabled,
|
|
4551
|
+
cursorType: "pointer"
|
|
4517
4552
|
})
|
|
4518
4553
|
})
|
|
4519
4554
|
})]
|
|
@@ -4601,6 +4636,7 @@ const Input$1 = /*#__PURE__*/React.forwardRef(({
|
|
|
4601
4636
|
pattern,
|
|
4602
4637
|
background,
|
|
4603
4638
|
helperTextWidth,
|
|
4639
|
+
fixedLabel = false,
|
|
4604
4640
|
...props
|
|
4605
4641
|
}, ref) => {
|
|
4606
4642
|
const isValueFilled = !checkEmpty(value) || type === 'password' && value?.length > 0;
|
|
@@ -4723,7 +4759,7 @@ const Input$1 = /*#__PURE__*/React.forwardRef(({
|
|
|
4723
4759
|
}),
|
|
4724
4760
|
children: jsxRuntime.jsxs("div", {
|
|
4725
4761
|
className: classNames('ff-input-container', {
|
|
4726
|
-
'ff-input-container--float': isValueFilled,
|
|
4762
|
+
'ff-input-container--float': isValueFilled || fixedLabel,
|
|
4727
4763
|
'ff-input-container--disabled': !!disabled
|
|
4728
4764
|
}),
|
|
4729
4765
|
children: [isLabelRequired && jsxRuntime.jsxs("label", {
|
|
@@ -4759,7 +4795,7 @@ const Input$1 = /*#__PURE__*/React.forwardRef(({
|
|
|
4759
4795
|
'ff-input--disabled': !!disabled,
|
|
4760
4796
|
'ff-input--danger': (displayErrorImmediately || touched) && !!error,
|
|
4761
4797
|
'ff-input--no-border': !!noBorder,
|
|
4762
|
-
'ff-input--placeholder': !isLabelRequired,
|
|
4798
|
+
'ff-input--placeholder': !isLabelRequired || fixedLabel,
|
|
4763
4799
|
'ff-input--number': isTypeNumber,
|
|
4764
4800
|
'ff-input--focused': isFocused,
|
|
4765
4801
|
'ff-input--isSearchIcon': showSearchIcon
|
|
@@ -7241,7 +7277,8 @@ const Select$1 = ({
|
|
|
7241
7277
|
borderRadius = '0px',
|
|
7242
7278
|
noResultsMessage,
|
|
7243
7279
|
dropDownRef,
|
|
7244
|
-
dropDownHeight = 160
|
|
7280
|
+
dropDownHeight = 160,
|
|
7281
|
+
onSearchText
|
|
7245
7282
|
}) => {
|
|
7246
7283
|
const selectWidth = typeof width === 'number' ? `${width}px` : width;
|
|
7247
7284
|
const memoizedOptionsList = React.useMemo(() => optionsList, [optionsList]);
|
|
@@ -7286,6 +7323,7 @@ const Select$1 = ({
|
|
|
7286
7323
|
const {
|
|
7287
7324
|
value
|
|
7288
7325
|
} = event.target;
|
|
7326
|
+
onSearchText?.(value);
|
|
7289
7327
|
const filteredOptions = optionsList.filter(option => {
|
|
7290
7328
|
const valueData = getValue$1(option, valueAccessor);
|
|
7291
7329
|
return typeof valueData === 'string' ? valueData.toLowerCase().includes(value.toLowerCase().trim()) : valueData === Number(value);
|
|
@@ -18074,7 +18112,7 @@ const EditLabel = ({
|
|
|
18074
18112
|
return window;
|
|
18075
18113
|
};
|
|
18076
18114
|
React.useEffect(() => {
|
|
18077
|
-
if (!containerRef.current) return;
|
|
18115
|
+
if (!containerRef.current || !isEditing) return;
|
|
18078
18116
|
const scrollableParent = getScrollableParent(containerRef.current);
|
|
18079
18117
|
const handleScroll = () => {
|
|
18080
18118
|
handleCancel();
|
|
@@ -18085,7 +18123,7 @@ const EditLabel = ({
|
|
|
18085
18123
|
return () => {
|
|
18086
18124
|
scrollableParent.removeEventListener('scroll', handleScroll);
|
|
18087
18125
|
};
|
|
18088
|
-
}, []);
|
|
18126
|
+
}, [isEditing]);
|
|
18089
18127
|
React.useEffect(() => {
|
|
18090
18128
|
if (value) {
|
|
18091
18129
|
setText(value);
|
|
@@ -18189,8 +18227,8 @@ const EditLabel = ({
|
|
|
18189
18227
|
name: "edit_label_close",
|
|
18190
18228
|
onClick: () => !isDisable.cancel && handleCancel(),
|
|
18191
18229
|
color: isDisable.cancel ? 'var(--default-color)' : 'var(--label-edit-cancel-icon)',
|
|
18192
|
-
height:
|
|
18193
|
-
width:
|
|
18230
|
+
height: 12,
|
|
18231
|
+
width: 12,
|
|
18194
18232
|
ref: cancelRef,
|
|
18195
18233
|
tabIndex: -1,
|
|
18196
18234
|
disabled: isDisable?.cancel
|
|
@@ -31878,27 +31916,55 @@ const AllProjectsDropdown = ({
|
|
|
31878
31916
|
disabled = false
|
|
31879
31917
|
}) => {
|
|
31880
31918
|
const [showOptions, setShowOptions] = React.useState(false);
|
|
31919
|
+
const [showClicked, setShowClicked] = React.useState(false);
|
|
31881
31920
|
const [selectedOptions, setSelectedOptions] = React.useState(selectedOption);
|
|
31882
31921
|
const optionsRef = React.useRef(null);
|
|
31883
31922
|
const [optionsList, setOptionsList] = React.useState(options);
|
|
31884
31923
|
const [closeTimeout, setCloseTimeout] = React.useState(null);
|
|
31924
|
+
const containerRef = React.useRef(null);
|
|
31925
|
+
const [searchValue, setSearchValue] = React.useState('');
|
|
31926
|
+
const [isSecondClickFromOtherTab, setIsSecondClickFromOtherTab] = React.useState(selected);
|
|
31885
31927
|
React.useEffect(() => {
|
|
31886
31928
|
if (optionsList !== options) {
|
|
31887
31929
|
setOptionsList(options);
|
|
31888
31930
|
}
|
|
31889
31931
|
}, [options]);
|
|
31932
|
+
React.useEffect(() => {
|
|
31933
|
+
if (!selected) {
|
|
31934
|
+
setIsSecondClickFromOtherTab(false);
|
|
31935
|
+
}
|
|
31936
|
+
}, [selected]);
|
|
31890
31937
|
React.useEffect(() => {
|
|
31891
31938
|
if (selectedOption) {
|
|
31892
31939
|
setSelectedOptions(selectedOption);
|
|
31893
31940
|
}
|
|
31894
31941
|
}, [selectedOption]);
|
|
31895
31942
|
const closeOptions = () => {
|
|
31896
|
-
|
|
31897
|
-
|
|
31898
|
-
|
|
31943
|
+
if (showOptions) {
|
|
31944
|
+
setShowOptions(false);
|
|
31945
|
+
}
|
|
31899
31946
|
};
|
|
31900
31947
|
const handleMouseEnter = () => {
|
|
31901
|
-
if (!disabled)
|
|
31948
|
+
if (!disabled) {
|
|
31949
|
+
setShowOptions(true);
|
|
31950
|
+
}
|
|
31951
|
+
if (!disabled && !selected) {
|
|
31952
|
+
setShowOptions(true);
|
|
31953
|
+
}
|
|
31954
|
+
};
|
|
31955
|
+
const handleClick = () => {
|
|
31956
|
+
if (!disabled) {
|
|
31957
|
+
if (showOptions) {
|
|
31958
|
+
setShowOptions(false);
|
|
31959
|
+
}
|
|
31960
|
+
if (!isSecondClickFromOtherTab) {
|
|
31961
|
+
setIsSecondClickFromOtherTab(true);
|
|
31962
|
+
} else {
|
|
31963
|
+
setShowClicked(!showClicked);
|
|
31964
|
+
}
|
|
31965
|
+
}
|
|
31966
|
+
setSearchValue('');
|
|
31967
|
+
setOptionsList(options);
|
|
31902
31968
|
};
|
|
31903
31969
|
const handleMouseLeave = () => {
|
|
31904
31970
|
if (!disabled) {
|
|
@@ -31922,8 +31988,9 @@ const AllProjectsDropdown = ({
|
|
|
31922
31988
|
setSearchValue('');
|
|
31923
31989
|
setOptionsList(options);
|
|
31924
31990
|
}
|
|
31991
|
+
setShowClicked(false);
|
|
31992
|
+
setShowOptions(false);
|
|
31925
31993
|
};
|
|
31926
|
-
const [searchValue, setSearchValue] = React.useState('');
|
|
31927
31994
|
const handleSearch = query => {
|
|
31928
31995
|
if (!disabled) {
|
|
31929
31996
|
setSearchValue(query);
|
|
@@ -31941,11 +32008,13 @@ const AllProjectsDropdown = ({
|
|
|
31941
32008
|
}
|
|
31942
32009
|
}
|
|
31943
32010
|
};
|
|
31944
|
-
useClickOutside(optionsRef,
|
|
32011
|
+
useClickOutside(optionsRef, () => setShowClicked(false), [containerRef]);
|
|
31945
32012
|
return jsxRuntime.jsxs("div", {
|
|
31946
32013
|
className: classNames('ff-all-project', {
|
|
31947
32014
|
'ff-all-project--disabled': disabled
|
|
31948
32015
|
}),
|
|
32016
|
+
ref: containerRef,
|
|
32017
|
+
onClick: handleClick,
|
|
31949
32018
|
onMouseEnter: handleMouseEnter,
|
|
31950
32019
|
onMouseLeave: handleMouseLeave,
|
|
31951
32020
|
children: [jsxRuntime.jsx("div", {
|
|
@@ -31963,23 +32032,26 @@ const AllProjectsDropdown = ({
|
|
|
31963
32032
|
className: classNames('projects-label'),
|
|
31964
32033
|
onClick: onMenuClick,
|
|
31965
32034
|
children: selectedOptions.label.length <= 12 ? selectedOptions.label : truncateText(selectedOptions?.label, 12)
|
|
31966
|
-
}), jsxRuntime.
|
|
32035
|
+
}), jsxRuntime.jsxs("div", {
|
|
31967
32036
|
className: classNames('label-icon'),
|
|
31968
|
-
children: jsxRuntime.jsx(
|
|
31969
|
-
|
|
32037
|
+
children: [jsxRuntime.jsx("div", {
|
|
32038
|
+
className: "icon-click-layer"
|
|
32039
|
+
}), jsxRuntime.jsx(Icon, {
|
|
32040
|
+
name: showOptions || showClicked ? 'arrows_top_icon' : 'arrows_down_icon',
|
|
31970
32041
|
color: disabled ? 'var(--disabled-icon-color)' : 'var(--primary-icon-color)',
|
|
31971
32042
|
height: 8,
|
|
31972
32043
|
width: 8,
|
|
31973
32044
|
hoverEffect: false
|
|
31974
|
-
})
|
|
32045
|
+
})]
|
|
31975
32046
|
})]
|
|
31976
32047
|
})
|
|
31977
|
-
}), showOptions && !disabled && jsxRuntime.jsxs("div", {
|
|
32048
|
+
}), (showOptions || showClicked) && !disabled && jsxRuntime.jsxs("div", {
|
|
31978
32049
|
className: classNames('ff-projects-dropdown'),
|
|
31979
32050
|
ref: optionsRef,
|
|
31980
32051
|
onMouseEnter: dropDownMouseEnter,
|
|
31981
32052
|
children: [jsxRuntime.jsx("div", {
|
|
31982
32053
|
className: "ff-dropdown-search-container",
|
|
32054
|
+
onClick: e => e.stopPropagation(),
|
|
31983
32055
|
children: jsxRuntime.jsx(Search, {
|
|
31984
32056
|
onSearch: handleSearch,
|
|
31985
32057
|
value: searchValue,
|
|
@@ -31994,7 +32066,10 @@ const AllProjectsDropdown = ({
|
|
|
31994
32066
|
}), jsxRuntime.jsx("div", {
|
|
31995
32067
|
className: classNames('option-card'),
|
|
31996
32068
|
children: optionsList.map((option, index) => index === 0 && jsxRuntime.jsxs("div", {
|
|
31997
|
-
onClick:
|
|
32069
|
+
onClick: e => {
|
|
32070
|
+
e.stopPropagation();
|
|
32071
|
+
handleSelectOption(option);
|
|
32072
|
+
},
|
|
31998
32073
|
className: classNames('ff-projects-options', {
|
|
31999
32074
|
['ff-selected-option']: selectedOption.label === option.label,
|
|
32000
32075
|
['ff-option-disabled']: disabled
|
|
@@ -32021,7 +32096,10 @@ const AllProjectsDropdown = ({
|
|
|
32021
32096
|
}), jsxRuntime.jsx("div", {
|
|
32022
32097
|
className: classNames('option-card', `${optionsList.length > 4 ? 'scroll' : ''}`),
|
|
32023
32098
|
children: optionsList.map((option, index) => index > 0 && jsxRuntime.jsxs("div", {
|
|
32024
|
-
onClick:
|
|
32099
|
+
onClick: e => {
|
|
32100
|
+
e.stopPropagation();
|
|
32101
|
+
handleSelectOption(option);
|
|
32102
|
+
},
|
|
32025
32103
|
className: classNames('ff-projects-options', {
|
|
32026
32104
|
['ff-selected-option']: selectedOption.label === option.label,
|
|
32027
32105
|
['ff-option-disabled']: disabled
|
|
@@ -32401,7 +32479,9 @@ const AppHeader = ({
|
|
|
32401
32479
|
disabled = false,
|
|
32402
32480
|
isClient = false,
|
|
32403
32481
|
hideNavbar = false,
|
|
32404
|
-
scriptId
|
|
32482
|
+
scriptId,
|
|
32483
|
+
centerInfoItems = [],
|
|
32484
|
+
rightButtons = []
|
|
32405
32485
|
}) => {
|
|
32406
32486
|
const hiddenMenuRef = React.useRef(null);
|
|
32407
32487
|
const hiddenQuickMenuRef = React.useRef(null);
|
|
@@ -32546,7 +32626,7 @@ const AppHeader = ({
|
|
|
32546
32626
|
},
|
|
32547
32627
|
children: [jsxRuntime.jsxs("div", {
|
|
32548
32628
|
className: "ff-app-header-left-container",
|
|
32549
|
-
children: [jsxRuntime.jsx("div", {
|
|
32629
|
+
children: [logo && jsxRuntime.jsx("div", {
|
|
32550
32630
|
className: "ff-app-header-logo-icon",
|
|
32551
32631
|
children: logo
|
|
32552
32632
|
}), leftContent && jsxRuntime.jsx("div", {
|
|
@@ -32554,7 +32634,9 @@ const AppHeader = ({
|
|
|
32554
32634
|
children: leftContent
|
|
32555
32635
|
})]
|
|
32556
32636
|
}), jsxRuntime.jsxs("div", {
|
|
32557
|
-
className:
|
|
32637
|
+
className: classNames('ff-app-header-nav-bar', {
|
|
32638
|
+
'ff-app-header-nav-bar--with-center-info': !checkEmpty(centerInfoItems) && !checkEmpty(rightButtons)
|
|
32639
|
+
}),
|
|
32558
32640
|
style: {
|
|
32559
32641
|
width: width,
|
|
32560
32642
|
visibility: checkEmpty(appHeaderMenuItems) && projectDetails?.id === 'All Projects' || hideNavbar ? 'hidden' : 'visible',
|
|
@@ -32562,7 +32644,36 @@ const AppHeader = ({
|
|
|
32562
32644
|
zIndex: 1
|
|
32563
32645
|
},
|
|
32564
32646
|
ref: menuContainerRef,
|
|
32565
|
-
children: [
|
|
32647
|
+
children: [jsxRuntime.jsx("div", {
|
|
32648
|
+
className: classNames('ff-app-header-center-info', {
|
|
32649
|
+
'ff-app-header-center-info--no-right': checkEmpty(rightButtons)
|
|
32650
|
+
}),
|
|
32651
|
+
children: centerInfoItems.map((item, idx) => jsxRuntime.jsxs("div", {
|
|
32652
|
+
className: "ff-app-header-center-info-item",
|
|
32653
|
+
children: [jsxRuntime.jsx(Icon, {
|
|
32654
|
+
name: item.iconName
|
|
32655
|
+
}), jsxRuntime.jsx(Typography, {
|
|
32656
|
+
children: item.label
|
|
32657
|
+
})]
|
|
32658
|
+
}, idx))
|
|
32659
|
+
}), !checkEmpty(rightButtons) && jsxRuntime.jsx("div", {
|
|
32660
|
+
className: "ff-app-header-right-buttons",
|
|
32661
|
+
children: rightButtons.map((btn, index) => jsxRuntime.jsxs("button", {
|
|
32662
|
+
className: "ff-app-header-right-button",
|
|
32663
|
+
style: {
|
|
32664
|
+
color: btn.color,
|
|
32665
|
+
backgroundColor: btn.backgroundColor
|
|
32666
|
+
},
|
|
32667
|
+
onClick: btn.onClick,
|
|
32668
|
+
children: [btn.iconName && jsxRuntime.jsx(Icon, {
|
|
32669
|
+
name: btn.iconName
|
|
32670
|
+
}), jsxRuntime.jsx(Typography, {
|
|
32671
|
+
fontSize: 10,
|
|
32672
|
+
fontWeight: "semi-bold",
|
|
32673
|
+
children: btn.label
|
|
32674
|
+
})]
|
|
32675
|
+
}, index))
|
|
32676
|
+
}), projectArrayList && !checkEmpty(projectArrayList) && jsxRuntime.jsx("div", {
|
|
32566
32677
|
children: jsxRuntime.jsx(AllProjectsDropdown, {
|
|
32567
32678
|
onClick: handleProjectMenuClick,
|
|
32568
32679
|
options: projectArrayList,
|
|
@@ -35668,7 +35779,7 @@ const NlpDropdown = ({
|
|
|
35668
35779
|
const updateDropdownPosition = () => {
|
|
35669
35780
|
let dropdownContainerHeight;
|
|
35670
35781
|
if (checkEmpty(options)) {
|
|
35671
|
-
dropdownContainerHeight = optionHeight + 2 * dropDownWrapperPadding;
|
|
35782
|
+
dropdownContainerHeight = 5 * optionHeight + 2 * dropDownWrapperPadding;
|
|
35672
35783
|
} else if (options.length > 0) {
|
|
35673
35784
|
dropdownContainerHeight = 5 * optionHeight + 2 * dropDownWrapperPadding;
|
|
35674
35785
|
} else {
|
|
@@ -36381,7 +36492,7 @@ const NlpInput = ({
|
|
|
36381
36492
|
}),
|
|
36382
36493
|
style: {
|
|
36383
36494
|
zIndex: optionZIndex,
|
|
36384
|
-
paddingLeft: '
|
|
36495
|
+
paddingLeft: '32px'
|
|
36385
36496
|
},
|
|
36386
36497
|
onFocus: () => handleSelectAction('FOCUS_INPUT'),
|
|
36387
36498
|
onChange: onSelectInputChange,
|
|
@@ -36600,14 +36711,14 @@ const MachineInputField = ({
|
|
|
36600
36711
|
}),
|
|
36601
36712
|
children: options.map(({
|
|
36602
36713
|
label,
|
|
36603
|
-
type
|
|
36714
|
+
type,
|
|
36604
36715
|
version
|
|
36605
36716
|
}) => jsxRuntime.jsxs("div", {
|
|
36606
36717
|
className: classNames('ff-machine-icon-text-wrapper', {
|
|
36607
36718
|
'ff-machine-icon-text-wrapper-reverse': contentReverse
|
|
36608
36719
|
}),
|
|
36609
36720
|
children: [jsxRuntime.jsx(Icon, {
|
|
36610
|
-
name: getIcon[type?.toLowerCase()] || '
|
|
36721
|
+
name: getIcon[type?.toLowerCase()] || '',
|
|
36611
36722
|
className: "ff-machine-icon"
|
|
36612
36723
|
}), jsxRuntime.jsx(Tooltip, {
|
|
36613
36724
|
title: label,
|
|
@@ -36710,9 +36821,9 @@ const Branches = ({
|
|
|
36710
36821
|
const showMiddleArrow = index => machineInstances.length - 1 !== index && machineColumnCount > 1;
|
|
36711
36822
|
const getGridTemplateColumnStyle = () => {
|
|
36712
36823
|
if (machineColumnCount === 1) {
|
|
36713
|
-
return `24px minmax(
|
|
36824
|
+
return `24px minmax(min-content, auto) 24px`;
|
|
36714
36825
|
}
|
|
36715
|
-
return `24px minmax(
|
|
36826
|
+
return `24px minmax(min-content, auto) repeat(${machineColumnCount - 1}, 40px minmax(min-content, auto)) 24px`;
|
|
36716
36827
|
};
|
|
36717
36828
|
const getMachineLabelOptionList = (type = '', machineInstance) => {
|
|
36718
36829
|
const {
|
|
@@ -36741,7 +36852,7 @@ const Branches = ({
|
|
|
36741
36852
|
if (scriptType.toLowerCase() === 'manual') {
|
|
36742
36853
|
baseOptions.push({
|
|
36743
36854
|
label: hostName || '',
|
|
36744
|
-
type: 'local'
|
|
36855
|
+
type: executionEnv?.toLowerCase() === 'local' ? 'local' : ''
|
|
36745
36856
|
});
|
|
36746
36857
|
}
|
|
36747
36858
|
// Web-specific options
|
|
@@ -36754,7 +36865,7 @@ const Branches = ({
|
|
|
36754
36865
|
}];
|
|
36755
36866
|
// Mobile-specific options
|
|
36756
36867
|
const mobileOptions = deviceInfo?.reduce((acc, device) => {
|
|
36757
|
-
if (device
|
|
36868
|
+
if (device) {
|
|
36758
36869
|
acc.push({
|
|
36759
36870
|
label: device?.name,
|
|
36760
36871
|
type: scriptType.toLowerCase() === 'manual' ? 'android' : device?.platform,
|
|
@@ -37070,6 +37181,7 @@ const SequentialConnectingBranch = ({
|
|
|
37070
37181
|
return Object.fromEntries(Object.entries(obj).filter(([key]) => !key.includes(substring)));
|
|
37071
37182
|
};
|
|
37072
37183
|
const filteredDataSetValues = removeKeysContainingSubstring(dataSetValues, 'Id');
|
|
37184
|
+
const showBranchPoint = readOnly && !isMachineInstances || !readOnly && isMachineInstances || !readOnly && !isMachineInstances;
|
|
37073
37185
|
return jsxRuntime.jsx(EnvironmentVariableMapsContext.Provider, {
|
|
37074
37186
|
value: environmentVariableMaps,
|
|
37075
37187
|
children: jsxRuntime.jsxs("div", {
|
|
@@ -37096,16 +37208,16 @@ const SequentialConnectingBranch = ({
|
|
|
37096
37208
|
'ff-select-branch-arrow': isMachineInstances,
|
|
37097
37209
|
'ff-select-branch-arrow-down': !isMachineInstances
|
|
37098
37210
|
}),
|
|
37099
|
-
children: [jsxRuntime.jsx("div", {
|
|
37211
|
+
children: [showBranchPoint && jsxRuntime.jsx("div", {
|
|
37100
37212
|
className: "ff-select-branch-point"
|
|
37101
37213
|
}), jsxRuntime.jsxs("div", {
|
|
37102
37214
|
className: "ff-select-branch-arrow",
|
|
37103
|
-
children: [jsxRuntime.jsx("div", {
|
|
37215
|
+
children: [!readOnly && jsxRuntime.jsx("div", {
|
|
37104
37216
|
className: "ff-branch-arrow-wrapper",
|
|
37105
37217
|
children: isMachineInstances && jsxRuntime.jsx("div", {
|
|
37106
37218
|
className: "ff-branch-arrow"
|
|
37107
37219
|
})
|
|
37108
|
-
}), isMachineInstances && jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
37220
|
+
}), isMachineInstances && !readOnly && jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
37109
37221
|
children: jsxRuntime.jsx(Button$1, {
|
|
37110
37222
|
variant: "tertiary",
|
|
37111
37223
|
label: scriptType === 'Manual' ? '+ Machine' : '+ Environment',
|
|
@@ -37158,12 +37270,16 @@ const SequentialConnectingBranch = ({
|
|
|
37158
37270
|
children: "Data Set List"
|
|
37159
37271
|
})]
|
|
37160
37272
|
})
|
|
37161
|
-
}), !readOnly && jsxRuntime.jsx(
|
|
37162
|
-
|
|
37163
|
-
|
|
37164
|
-
|
|
37165
|
-
|
|
37166
|
-
|
|
37273
|
+
}), !readOnly && jsxRuntime.jsx(Tooltip, {
|
|
37274
|
+
title: "Delete",
|
|
37275
|
+
placement: "bottom",
|
|
37276
|
+
children: jsxRuntime.jsx(Icon, {
|
|
37277
|
+
name: "delete",
|
|
37278
|
+
className: "ff-run-delete-icon",
|
|
37279
|
+
color: "var(--ff-connecting-branch-delete-color)",
|
|
37280
|
+
onClick: onDeleteMachineInstance,
|
|
37281
|
+
hoverEffect: true
|
|
37282
|
+
})
|
|
37167
37283
|
})]
|
|
37168
37284
|
})]
|
|
37169
37285
|
})]
|
|
@@ -40054,7 +40170,7 @@ function dragEndAutoFill(currentData, selectedRange, cellValue, activeCell, cont
|
|
|
40054
40170
|
row,
|
|
40055
40171
|
column: col
|
|
40056
40172
|
}, updatedData);
|
|
40057
|
-
if (!currentCell || currentCell.readOnly || ['file'
|
|
40173
|
+
if (!currentCell || currentCell.readOnly || ['file'].includes(currentCell?.inputType?.type || '')) {
|
|
40058
40174
|
continue;
|
|
40059
40175
|
}
|
|
40060
40176
|
let newValue = baseValue;
|
|
@@ -42601,13 +42717,28 @@ const ColumnIndicator = ({
|
|
|
42601
42717
|
scrollToColumn
|
|
42602
42718
|
}) => {
|
|
42603
42719
|
const dispatch = useDispatch();
|
|
42720
|
+
const excelData = useSelector(state => state.model.data);
|
|
42721
|
+
const activeCell = useSelector(state => state.active);
|
|
42604
42722
|
const minColumnWidth = minimumColumnWidth;
|
|
42605
42723
|
const columnWidth = useSelector(state => state.columnDimensions[column]?.width || minColumnWidth);
|
|
42606
42724
|
const matrixData = useSelector(state => state.model.data);
|
|
42607
42725
|
const {
|
|
42608
42726
|
columnCount
|
|
42609
42727
|
} = getMatrixDimensions(matrixData);
|
|
42728
|
+
const prevExcelDataRef = React__namespace.useRef(excelData);
|
|
42729
|
+
const isCellDataChanged = React__namespace.useCallback(() => {
|
|
42730
|
+
if (activeCell) {
|
|
42731
|
+
if (prevExcelDataRef.current?.[activeCell.row]?.[activeCell.column] === EmptyCell || prevExcelDataRef.current?.[0]?.length !== excelData?.[0]?.length) {
|
|
42732
|
+
prevExcelDataRef.current = excelData;
|
|
42733
|
+
}
|
|
42734
|
+
const prevValue = prevExcelDataRef.current?.[activeCell.row]?.[activeCell.column]?.value;
|
|
42735
|
+
const newValue = excelData?.[activeCell.row]?.[activeCell.column]?.value;
|
|
42736
|
+
return prevValue === newValue;
|
|
42737
|
+
}
|
|
42738
|
+
return false;
|
|
42739
|
+
}, [activeCell, excelData, prevExcelDataRef, EmptyCell]);
|
|
42610
42740
|
const options = React.useMemo(() => {
|
|
42741
|
+
const checkVisible = cell?.contextDisable?.['Delete Column'] && isCellDataChanged();
|
|
42611
42742
|
return [{
|
|
42612
42743
|
label: 'Add Column Left',
|
|
42613
42744
|
value: 'Add Column Left',
|
|
@@ -42615,8 +42746,8 @@ const ColumnIndicator = ({
|
|
|
42615
42746
|
action: () => {
|
|
42616
42747
|
addColumnLeft(minColumnWidth);
|
|
42617
42748
|
onAddColumn?.(selectedColumn ?? column, true);
|
|
42618
|
-
if (
|
|
42619
|
-
scrollToColumn(
|
|
42749
|
+
if (selectedColumn === columnCount - 1) {
|
|
42750
|
+
scrollToColumn(selectedColumn);
|
|
42620
42751
|
}
|
|
42621
42752
|
},
|
|
42622
42753
|
disableTooltip: 'Column limit reached',
|
|
@@ -42629,8 +42760,8 @@ const ColumnIndicator = ({
|
|
|
42629
42760
|
action: () => {
|
|
42630
42761
|
addColumnRight(minColumnWidth);
|
|
42631
42762
|
onAddColumn?.(selectedColumn ?? column, false);
|
|
42632
|
-
if (
|
|
42633
|
-
scrollToColumn(
|
|
42763
|
+
if (selectedColumn === columnCount - 1) {
|
|
42764
|
+
scrollToColumn(selectedColumn);
|
|
42634
42765
|
}
|
|
42635
42766
|
},
|
|
42636
42767
|
disableTooltip: 'Column limit reached',
|
|
@@ -42645,10 +42776,10 @@ const ColumnIndicator = ({
|
|
|
42645
42776
|
onDeleteColumn?.(selectedColumn ?? column);
|
|
42646
42777
|
},
|
|
42647
42778
|
disableTooltip: '',
|
|
42648
|
-
visible:
|
|
42779
|
+
visible: checkVisible ? true : false,
|
|
42649
42780
|
disable: false
|
|
42650
42781
|
}] : [])];
|
|
42651
|
-
}, [selectedColumn, cell, addColumnLeft, addColumnRight, deleteColumn, minColumnWidth, columnCount, maxColLimit, disableDeleteOption, onAddColumn, onDeleteColumn, column]);
|
|
42782
|
+
}, [selectedColumn, cell, addColumnLeft, addColumnRight, deleteColumn, minColumnWidth, columnCount, maxColLimit, disableDeleteOption, onAddColumn, onDeleteColumn, column, isCellDataChanged]);
|
|
42652
42783
|
const onMouseDrag = React__namespace.useCallback((event, isRight) => {
|
|
42653
42784
|
const getTargetColumn = isRight ? column - 1 : column;
|
|
42654
42785
|
const targetColumn = Math.max(getTargetColumn, 0);
|
|
@@ -42682,14 +42813,14 @@ const ColumnIndicator = ({
|
|
|
42682
42813
|
});
|
|
42683
42814
|
}, [column, selectedColumn, columnContextEnable, options]);
|
|
42684
42815
|
React__namespace.useEffect(() => {
|
|
42685
|
-
if (selectedColumn !== undefined
|
|
42816
|
+
if (selectedColumn !== undefined) {
|
|
42686
42817
|
setContextMenu(prev => ({
|
|
42687
42818
|
open: prev.open,
|
|
42688
42819
|
contextType: 'column',
|
|
42689
42820
|
options
|
|
42690
42821
|
}));
|
|
42691
42822
|
}
|
|
42692
|
-
}, [column, selectedColumn, columnContextEnable, options, contextMenu?.contextType]);
|
|
42823
|
+
}, [column, selectedColumn, columnContextEnable, options, contextMenu?.contextType === 'column']);
|
|
42693
42824
|
return jsxRuntime.jsxs("th", {
|
|
42694
42825
|
className: classNames('ff-spreadsheet-header', {
|
|
42695
42826
|
'ff-spreadsheet-header--selected': selected
|
|
@@ -42780,8 +42911,8 @@ const RowIndicator = ({
|
|
|
42780
42911
|
...prev,
|
|
42781
42912
|
end: action === 'increment' ? prev.end + 1 : prev.end - 1
|
|
42782
42913
|
};
|
|
42783
|
-
if (
|
|
42784
|
-
scrollToRow(
|
|
42914
|
+
if (selectedRow === rowCount - 1) {
|
|
42915
|
+
scrollToRow(selectedRow, value);
|
|
42785
42916
|
}
|
|
42786
42917
|
return value;
|
|
42787
42918
|
});
|
|
@@ -42855,14 +42986,14 @@ const RowIndicator = ({
|
|
|
42855
42986
|
});
|
|
42856
42987
|
}, [row, rowContextEnable, options, selectedRow]);
|
|
42857
42988
|
React__namespace.useEffect(() => {
|
|
42858
|
-
if (selectedRow !== undefined
|
|
42989
|
+
if (selectedRow !== undefined) {
|
|
42859
42990
|
setContextMenu(prev => ({
|
|
42860
42991
|
open: prev.open,
|
|
42861
42992
|
contextType: 'row',
|
|
42862
42993
|
options
|
|
42863
42994
|
}));
|
|
42864
42995
|
}
|
|
42865
|
-
}, [row, rowContextEnable, options, selectedRow, contextMenu?.contextType]);
|
|
42996
|
+
}, [row, rowContextEnable, options, selectedRow, contextMenu?.contextType === 'row']);
|
|
42866
42997
|
return jsxRuntime.jsxs("th", {
|
|
42867
42998
|
className: classNames('ff-spreadsheet-header', {
|
|
42868
42999
|
'ff-spreadsheet-header--selected': selected
|
|
@@ -43044,7 +43175,10 @@ const DataViewer = ({
|
|
|
43044
43175
|
return fileList.map(file => {
|
|
43045
43176
|
return jsxRuntime.jsx("div", {
|
|
43046
43177
|
className: "ff-spreadsheet-data-viewer--fileType",
|
|
43047
|
-
children:
|
|
43178
|
+
children: jsxRuntime.jsx(TruncatedTooltip, {
|
|
43179
|
+
width: cell?.style?.width ?? 100,
|
|
43180
|
+
title: file?.name?.split('*')?.[0] ?? ''
|
|
43181
|
+
})
|
|
43048
43182
|
}, file.name);
|
|
43049
43183
|
});
|
|
43050
43184
|
};
|
|
@@ -43099,21 +43233,62 @@ const DataEditor = ({
|
|
|
43099
43233
|
}
|
|
43100
43234
|
});
|
|
43101
43235
|
}, [onChange, cell]);
|
|
43236
|
+
const handleKeyDown = React__namespace.useCallback(event => {
|
|
43237
|
+
if (event.key === 'Delete' || event.key === 'Backspace') {
|
|
43238
|
+
event.stopPropagation();
|
|
43239
|
+
requestAnimationFrame(() => {
|
|
43240
|
+
if (inputRef.current) {
|
|
43241
|
+
const textarea = inputRef.current;
|
|
43242
|
+
textarea.style.height = 'auto';
|
|
43243
|
+
textarea.style.height = `${textarea.scrollHeight}px`;
|
|
43244
|
+
}
|
|
43245
|
+
});
|
|
43246
|
+
}
|
|
43247
|
+
if (event.key === 'Enter' && event.altKey) {
|
|
43248
|
+
event.preventDefault();
|
|
43249
|
+
event.stopPropagation();
|
|
43250
|
+
const textarea = event.currentTarget;
|
|
43251
|
+
const {
|
|
43252
|
+
selectionStart,
|
|
43253
|
+
selectionEnd,
|
|
43254
|
+
value
|
|
43255
|
+
} = textarea;
|
|
43256
|
+
const newValue = value.substring(0, selectionStart) + '\n' + value.substring(selectionEnd);
|
|
43257
|
+
onChange({
|
|
43258
|
+
...cell,
|
|
43259
|
+
value: newValue,
|
|
43260
|
+
style: cell?.style,
|
|
43261
|
+
inputType: cell?.inputType ?? {
|
|
43262
|
+
type: 'text'
|
|
43263
|
+
}
|
|
43264
|
+
});
|
|
43265
|
+
requestAnimationFrame(() => {
|
|
43266
|
+
textarea.selectionStart = textarea.selectionEnd = selectionStart + 1;
|
|
43267
|
+
textarea.style.height = 'auto';
|
|
43268
|
+
textarea.style.height = `${textarea.scrollHeight}px`;
|
|
43269
|
+
});
|
|
43270
|
+
}
|
|
43271
|
+
}, [onChange, cell]);
|
|
43102
43272
|
React__namespace.useEffect(() => {
|
|
43103
43273
|
if (inputRef.current) {
|
|
43104
43274
|
moveCursorToEnd(inputRef.current);
|
|
43105
43275
|
}
|
|
43106
|
-
}, [
|
|
43276
|
+
}, []);
|
|
43107
43277
|
const value = cell?.value ?? '';
|
|
43108
43278
|
return jsxRuntime.jsx("div", {
|
|
43109
43279
|
className: "ff-spreadsheet-data-editor",
|
|
43110
43280
|
children: jsxRuntime.jsx("textarea", {
|
|
43111
43281
|
className: "ff-spreadsheet-cell-textarea",
|
|
43112
43282
|
style: {
|
|
43113
|
-
...cell?.style
|
|
43283
|
+
...cell?.style,
|
|
43284
|
+
borderTop: '',
|
|
43285
|
+
borderBottom: '',
|
|
43286
|
+
borderLeft: '',
|
|
43287
|
+
borderRight: ''
|
|
43114
43288
|
},
|
|
43115
43289
|
ref: inputRef,
|
|
43116
43290
|
onChange: handleChange,
|
|
43291
|
+
onKeyDown: handleKeyDown,
|
|
43117
43292
|
value: value,
|
|
43118
43293
|
autoFocus: true,
|
|
43119
43294
|
disabled: cell?.readOnly
|
|
@@ -43764,6 +43939,10 @@ const getTextAlignment = alignment => {
|
|
|
43764
43939
|
return 'center';
|
|
43765
43940
|
case 'JUSTIFY':
|
|
43766
43941
|
return 'justify';
|
|
43942
|
+
case 'BOTTOM':
|
|
43943
|
+
return 'end';
|
|
43944
|
+
case 'TOP':
|
|
43945
|
+
return 'start';
|
|
43767
43946
|
default:
|
|
43768
43947
|
return 'left';
|
|
43769
43948
|
}
|
|
@@ -43778,8 +43957,12 @@ const getTextAlignmentBack = alignment => {
|
|
|
43778
43957
|
return 'CENTER';
|
|
43779
43958
|
case 'justify':
|
|
43780
43959
|
return 'JUSTIFY';
|
|
43960
|
+
case 'end':
|
|
43961
|
+
return 'BOTTOM';
|
|
43962
|
+
case 'start':
|
|
43963
|
+
return 'TOP';
|
|
43781
43964
|
default:
|
|
43782
|
-
return '
|
|
43965
|
+
return 'BOTTOM';
|
|
43783
43966
|
}
|
|
43784
43967
|
};
|
|
43785
43968
|
const getFontFamily = selectedFontType => {
|
|
@@ -43826,7 +44009,8 @@ function convertStyleToFrontend(backendStyle) {
|
|
|
43826
44009
|
borderRight: borderRight,
|
|
43827
44010
|
borderBottom: borderBottom,
|
|
43828
44011
|
borderLeft: borderLeft,
|
|
43829
|
-
textAlign: getTextAlignment(backendStyle.alignment.horizontal)
|
|
44012
|
+
textAlign: getTextAlignment(backendStyle.alignment.horizontal),
|
|
44013
|
+
alignContent: getTextAlignment(backendStyle.alignment.vertical)
|
|
43830
44014
|
};
|
|
43831
44015
|
}
|
|
43832
44016
|
const getBorderStyle = border => {
|
|
@@ -43860,7 +44044,7 @@ const convertStyleToBackend = frontendStyle => {
|
|
|
43860
44044
|
},
|
|
43861
44045
|
alignment: {
|
|
43862
44046
|
horizontal: getTextAlignmentBack(frontendStyle.textAlign),
|
|
43863
|
-
vertical:
|
|
44047
|
+
vertical: getTextAlignmentBack(frontendStyle.alignContent),
|
|
43864
44048
|
wrapText: false
|
|
43865
44049
|
}
|
|
43866
44050
|
};
|
|
@@ -44553,35 +44737,55 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
|
|
|
44553
44737
|
}
|
|
44554
44738
|
};
|
|
44555
44739
|
const scrollToRow = (row, visibleRangeValue) => {
|
|
44556
|
-
|
|
44557
|
-
|
|
44558
|
-
|
|
44559
|
-
|
|
44560
|
-
|
|
44561
|
-
|
|
44562
|
-
|
|
44563
|
-
|
|
44564
|
-
|
|
44565
|
-
|
|
44566
|
-
|
|
44567
|
-
|
|
44568
|
-
|
|
44569
|
-
|
|
44570
|
-
|
|
44571
|
-
|
|
44740
|
+
const DEFAULT_ROW_HEIGHT = 32;
|
|
44741
|
+
if (scrollOption) {
|
|
44742
|
+
if (!rootRef?.current) return;
|
|
44743
|
+
requestAnimationFrame(() => {
|
|
44744
|
+
let scrollTop = 0;
|
|
44745
|
+
for (let r = 0; r <= row; r++) {
|
|
44746
|
+
scrollTop += state.rowDimensions?.[r]?.height || DEFAULT_ROW_HEIGHT;
|
|
44747
|
+
}
|
|
44748
|
+
if (row >= visibleRange.end - 1) {
|
|
44749
|
+
setVisibleRange(prev => ({
|
|
44750
|
+
...prev,
|
|
44751
|
+
start: visibleRangeValue?.start,
|
|
44752
|
+
end: visibleRangeValue?.end
|
|
44753
|
+
}));
|
|
44754
|
+
rootRef?.current?.scrollTo({
|
|
44755
|
+
top: scrollTop + DEFAULT_ROW_HEIGHT,
|
|
44756
|
+
behavior: 'smooth'
|
|
44757
|
+
});
|
|
44758
|
+
}
|
|
44759
|
+
});
|
|
44760
|
+
} else {
|
|
44761
|
+
requestAnimationFrame(() => {
|
|
44762
|
+
let scrollTop = 0;
|
|
44763
|
+
for (let r = 0; r <= row; r++) {
|
|
44764
|
+
scrollTop += state.rowDimensions?.[r]?.height || DEFAULT_ROW_HEIGHT;
|
|
44765
|
+
}
|
|
44766
|
+
requestAnimationFrame(() => {
|
|
44767
|
+
if (!rootRef.current) return;
|
|
44768
|
+
if (row >= size.rows - 1) {
|
|
44769
|
+
rootRef?.current?.scrollTo({
|
|
44770
|
+
top: scrollTop + DEFAULT_ROW_HEIGHT,
|
|
44771
|
+
behavior: 'smooth'
|
|
44772
|
+
});
|
|
44773
|
+
}
|
|
44572
44774
|
});
|
|
44573
|
-
}
|
|
44574
|
-
}
|
|
44775
|
+
});
|
|
44776
|
+
}
|
|
44575
44777
|
};
|
|
44576
44778
|
const scrollToColumn = column => {
|
|
44577
44779
|
requestAnimationFrame(() => {
|
|
44578
|
-
|
|
44579
|
-
|
|
44780
|
+
let scrollLeft = 0;
|
|
44781
|
+
for (let c = 0; c <= column; c++) {
|
|
44782
|
+
scrollLeft += state.columnDimensions?.[c]?.left || minimumColumnWidth;
|
|
44783
|
+
}
|
|
44580
44784
|
requestAnimationFrame(() => {
|
|
44581
44785
|
if (!rootRef.current) return;
|
|
44582
44786
|
if (column >= size.columns - 1) {
|
|
44583
44787
|
rootRef.current.scrollTo({
|
|
44584
|
-
left: scrollLeft,
|
|
44788
|
+
left: scrollLeft + 60,
|
|
44585
44789
|
behavior: 'smooth'
|
|
44586
44790
|
});
|
|
44587
44791
|
}
|
|
@@ -49055,7 +49259,7 @@ const VariableDropdown = ({
|
|
|
49055
49259
|
dropdownPosition,
|
|
49056
49260
|
position = 'relative',
|
|
49057
49261
|
width,
|
|
49058
|
-
height = '
|
|
49262
|
+
height = '160px',
|
|
49059
49263
|
zIndex = 9999
|
|
49060
49264
|
}) => {
|
|
49061
49265
|
const VARIABLE_ICON_MAP = {
|
|
@@ -49085,12 +49289,12 @@ const VariableDropdown = ({
|
|
|
49085
49289
|
return 212;
|
|
49086
49290
|
}
|
|
49087
49291
|
// Calculate item height based on width type
|
|
49088
|
-
const itemHeight =
|
|
49292
|
+
const itemHeight = 32;
|
|
49089
49293
|
const renderItem = index => {
|
|
49090
49294
|
const option = optionsList[index];
|
|
49091
49295
|
if (!option) return null;
|
|
49092
49296
|
return jsxRuntime.jsx("div", {
|
|
49093
|
-
className:
|
|
49297
|
+
className: 'ff-variable-data',
|
|
49094
49298
|
onMouseDown: () => onSelectVariable(option),
|
|
49095
49299
|
children: width.endsWith('px') ? jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
49096
49300
|
children: [jsxRuntime.jsx(Tooltip, {
|
|
@@ -49106,8 +49310,8 @@ const VariableDropdown = ({
|
|
|
49106
49310
|
})
|
|
49107
49311
|
}), jsxRuntime.jsx(Icon, {
|
|
49108
49312
|
name: getVariableIcon(option),
|
|
49109
|
-
height:
|
|
49110
|
-
width:
|
|
49313
|
+
height: 24,
|
|
49314
|
+
width: 24,
|
|
49111
49315
|
hoverEffect: true
|
|
49112
49316
|
})]
|
|
49113
49317
|
}) : jsxRuntime.jsx(DynamicWidthTooltip, {
|
|
@@ -49132,8 +49336,8 @@ const VariableDropdown = ({
|
|
|
49132
49336
|
totalCount: optionsList.length,
|
|
49133
49337
|
itemContent: renderItem,
|
|
49134
49338
|
style: {
|
|
49135
|
-
height
|
|
49136
|
-
fontSize:
|
|
49339
|
+
height,
|
|
49340
|
+
fontSize: '12px'
|
|
49137
49341
|
},
|
|
49138
49342
|
overscan: 10,
|
|
49139
49343
|
fixedItemHeight: itemHeight
|
|
@@ -49776,10 +49980,11 @@ const OptionsDropdown$1 = ({
|
|
|
49776
49980
|
return jsxRuntime.jsx("div", {
|
|
49777
49981
|
className: "ff-variable-option",
|
|
49778
49982
|
onMouseDown: () => onSelectVariable(option),
|
|
49779
|
-
children: jsxRuntime.jsx(
|
|
49780
|
-
|
|
49781
|
-
|
|
49782
|
-
|
|
49983
|
+
children: jsxRuntime.jsx(Tooltip, {
|
|
49984
|
+
title: isTextTruncated(option?.name, truncateTextValue, 'pixel') ? option?.name : '',
|
|
49985
|
+
children: jsxRuntime.jsx(Typography, {
|
|
49986
|
+
children: truncateText(option?.name, truncateTextValue, 'pixel')
|
|
49987
|
+
})
|
|
49783
49988
|
})
|
|
49784
49989
|
}, option?.id);
|
|
49785
49990
|
}) : jsxRuntime.jsx("div", {
|
|
@@ -49805,7 +50010,7 @@ const VariableSuggestionInputDropDown = /*#__PURE__*/React.forwardRef(({
|
|
|
49805
50010
|
handleClearInput,
|
|
49806
50011
|
value = '',
|
|
49807
50012
|
dropdownWidth = '100%',
|
|
49808
|
-
dropdownHeight = '
|
|
50013
|
+
dropdownHeight = '160px',
|
|
49809
50014
|
isHash = false,
|
|
49810
50015
|
isOnlyHash = false,
|
|
49811
50016
|
dataFiles = [],
|
|
@@ -50079,7 +50284,8 @@ const CreateVariableSlider = ({
|
|
|
50079
50284
|
handleSubmit,
|
|
50080
50285
|
mode = 'create',
|
|
50081
50286
|
disabled,
|
|
50082
|
-
dataFiles = []
|
|
50287
|
+
dataFiles = [],
|
|
50288
|
+
truncateTextValue = 34
|
|
50083
50289
|
}) => {
|
|
50084
50290
|
const [error, setError] = React.useState(false);
|
|
50085
50291
|
const [helperText, setHelperText] = React.useState('');
|
|
@@ -50215,7 +50421,7 @@ const CreateVariableSlider = ({
|
|
|
50215
50421
|
isHash: true,
|
|
50216
50422
|
isOnlyHash: true,
|
|
50217
50423
|
zIndex: 99999,
|
|
50218
|
-
truncateTextValue:
|
|
50424
|
+
truncateTextValue: truncateTextValue,
|
|
50219
50425
|
dataFiles: dataFiles,
|
|
50220
50426
|
dropdownWidth: "100%",
|
|
50221
50427
|
setHashInputValue: setHashInputValue,
|
|
@@ -50351,8 +50557,8 @@ const TableWithAccordion = ({
|
|
|
50351
50557
|
children: [jsxRuntime.jsx("div", {
|
|
50352
50558
|
className: "ff-display-flex",
|
|
50353
50559
|
children: jsxRuntime.jsx(Tooltip, {
|
|
50354
|
-
title: row.disable ? row?.disableInfoMessage : '',
|
|
50355
|
-
placement:
|
|
50560
|
+
title: row.disable ? row?.disableInfoMessage : typeof row.title === 'string' && isTextTruncated(row.title, tableMeta[0]?.width, 'pixel') ? row.title : '',
|
|
50561
|
+
placement: "bottom-start",
|
|
50356
50562
|
children: jsxRuntime.jsxs("div", {
|
|
50357
50563
|
className: `accordion-header ${row.disable && 'accordion-header--disabled'}`,
|
|
50358
50564
|
children: [jsxRuntime.jsx("div", {
|
|
@@ -50360,7 +50566,7 @@ const TableWithAccordion = ({
|
|
|
50360
50566
|
children: jsxRuntime.jsx("span", {
|
|
50361
50567
|
children: jsxRuntime.jsx(Typography, {
|
|
50362
50568
|
children: jsxRuntime.jsx(HighlightText, {
|
|
50363
|
-
text: row.title,
|
|
50569
|
+
text: truncateText(row.title, tableMeta[0]?.width, 'pixel'),
|
|
50364
50570
|
highlight: highlightText
|
|
50365
50571
|
})
|
|
50366
50572
|
})
|
|
@@ -50839,7 +51045,7 @@ const Prompt = /*#__PURE__*/React.forwardRef(({
|
|
|
50839
51045
|
additionalIconName,
|
|
50840
51046
|
additionIconToolTip,
|
|
50841
51047
|
onAdditionalIconClick
|
|
50842
|
-
}) => {
|
|
51048
|
+
}, ref) => {
|
|
50843
51049
|
const containerRef = React.useRef(null);
|
|
50844
51050
|
useKeyboardActions([{
|
|
50845
51051
|
key: 'Enter',
|
|
@@ -50876,6 +51082,7 @@ const Prompt = /*#__PURE__*/React.forwardRef(({
|
|
|
50876
51082
|
disabled: checkEmpty(value)
|
|
50877
51083
|
})
|
|
50878
51084
|
}), jsxRuntime.jsx("input", {
|
|
51085
|
+
ref: ref,
|
|
50879
51086
|
className: "ff-prompt-input",
|
|
50880
51087
|
type: "text",
|
|
50881
51088
|
placeholder: placeholder,
|
|
@@ -53027,7 +53234,7 @@ const TableTreeFn = /*#__PURE__*/React.forwardRef(({
|
|
|
53027
53234
|
handleRemoveNavigateTreeNode();
|
|
53028
53235
|
}, 200);
|
|
53029
53236
|
} else {
|
|
53030
|
-
if (retryCount === 0) {
|
|
53237
|
+
if (retryCount === 0 && treeData?.length > 1) {
|
|
53031
53238
|
loadMoreAbove?.();
|
|
53032
53239
|
}
|
|
53033
53240
|
if (retryCount < maxRetries) {
|
|
@@ -64709,17 +64916,20 @@ var jsExports = requireJs();
|
|
|
64709
64916
|
const Editor = /*#__PURE__*/React.forwardRef(({
|
|
64710
64917
|
width = '100%',
|
|
64711
64918
|
height = '100%',
|
|
64919
|
+
VariableDropdownHeight = '160px',
|
|
64712
64920
|
readOnly = false,
|
|
64713
64921
|
value = '',
|
|
64714
64922
|
handleChange,
|
|
64715
64923
|
setValue,
|
|
64716
64924
|
variableOptionsList = [],
|
|
64925
|
+
addForloopPrefix = false,
|
|
64717
64926
|
language = 'json',
|
|
64718
64927
|
theme = 'light',
|
|
64719
64928
|
isRequisiteType = false,
|
|
64720
64929
|
onPaste,
|
|
64721
64930
|
showVariableDropdown = true,
|
|
64722
|
-
defaultValue
|
|
64931
|
+
defaultValue,
|
|
64932
|
+
customOptions = {}
|
|
64723
64933
|
}, ref) => {
|
|
64724
64934
|
const editorRef = React.useRef(null);
|
|
64725
64935
|
const decorationsRef = React.useRef([]);
|
|
@@ -64762,7 +64972,10 @@ const Editor = /*#__PURE__*/React.forwardRef(({
|
|
|
64762
64972
|
varRef.current = columnIndex;
|
|
64763
64973
|
}
|
|
64764
64974
|
filterVarRef.current = currentLineContent.slice(varRef.current + 1, columnIndex);
|
|
64765
|
-
const filteredVariable = variableOptionsList.filter(e =>
|
|
64975
|
+
const filteredVariable = variableOptionsList.filter(e => {
|
|
64976
|
+
const variableName = e.type === '_startforloop' && addForloopPrefix ? `FLV_for:${e.name}` : e.name;
|
|
64977
|
+
return variableName.toLowerCase().includes(filterVarRef.current?.toLowerCase());
|
|
64978
|
+
});
|
|
64766
64979
|
if (filteredVariable.length) {
|
|
64767
64980
|
setFilteredVariableOptions(filteredVariable);
|
|
64768
64981
|
} else {
|
|
@@ -64786,7 +64999,7 @@ const Editor = /*#__PURE__*/React.forwardRef(({
|
|
|
64786
64999
|
let dropdownTop = top;
|
|
64787
65000
|
let dropdownLeft = left;
|
|
64788
65001
|
if (dropdownTop + dropdownHeight > editorHeight - dropdownHeight + 100) {
|
|
64789
|
-
dropdownTop -= Math.floor(dropdownHeight / 2) + dropdownHeight
|
|
65002
|
+
dropdownTop -= Math.floor(dropdownHeight / 2) + dropdownHeight - 25;
|
|
64790
65003
|
} else {
|
|
64791
65004
|
dropdownTop -= 5;
|
|
64792
65005
|
}
|
|
@@ -65036,7 +65249,8 @@ const Editor = /*#__PURE__*/React.forwardRef(({
|
|
|
65036
65249
|
wordWrap: 'on',
|
|
65037
65250
|
autoClosingBrackets: 'always',
|
|
65038
65251
|
scrollBeyondLastLine: false,
|
|
65039
|
-
readOnly
|
|
65252
|
+
readOnly,
|
|
65253
|
+
...customOptions
|
|
65040
65254
|
},
|
|
65041
65255
|
onMount: handleEditorDidMount,
|
|
65042
65256
|
onChange: (newValue, event) => handleChange(newValue, event),
|
|
@@ -65044,7 +65258,7 @@ const Editor = /*#__PURE__*/React.forwardRef(({
|
|
|
65044
65258
|
}), showDropdown && dropdownPosition && showVariableDropdown && jsxRuntime.jsx(VariableDropdown, {
|
|
65045
65259
|
position: "absolute",
|
|
65046
65260
|
width: "300px",
|
|
65047
|
-
height:
|
|
65261
|
+
height: VariableDropdownHeight,
|
|
65048
65262
|
optionsList: filteredVariableOptions,
|
|
65049
65263
|
onSelectVariable: handleSelectVariable,
|
|
65050
65264
|
dropdownPosition: dropdownPosition
|
|
@@ -67735,7 +67949,10 @@ const OptionsDropdown = ({
|
|
|
67735
67949
|
filteredOptions = [],
|
|
67736
67950
|
position = 'relative',
|
|
67737
67951
|
width = '300px',
|
|
67738
|
-
zIndex = 1000
|
|
67952
|
+
zIndex = 1000,
|
|
67953
|
+
height = '160px',
|
|
67954
|
+
truncateTextValue = 34,
|
|
67955
|
+
isTruncateText = false
|
|
67739
67956
|
}) => {
|
|
67740
67957
|
return jsxRuntime.jsxs("div", {
|
|
67741
67958
|
className: classNames('ff-variable-dropdown', position),
|
|
@@ -67747,16 +67964,21 @@ const OptionsDropdown = ({
|
|
|
67747
67964
|
} : {
|
|
67748
67965
|
width,
|
|
67749
67966
|
zIndex,
|
|
67750
|
-
height:
|
|
67967
|
+
height: height
|
|
67751
67968
|
},
|
|
67752
67969
|
children: [filteredOptions?.map(option => {
|
|
67970
|
+
const displayText = isTruncateText ? truncateText(option?.name, truncateTextValue, 'pixel') : option?.name;
|
|
67971
|
+
const shouldShowTooltip = isTruncateText ? isTextTruncated(option?.name, truncateTextValue, 'pixel') : false;
|
|
67753
67972
|
return jsxRuntime.jsx("div", {
|
|
67754
67973
|
className: "ff-variable-option",
|
|
67755
67974
|
onClick: () => onSelectVariable(option),
|
|
67756
|
-
children: jsxRuntime.jsx(
|
|
67757
|
-
|
|
67758
|
-
|
|
67759
|
-
|
|
67975
|
+
children: isTruncateText ? jsxRuntime.jsx(Tooltip, {
|
|
67976
|
+
title: shouldShowTooltip ? option?.name : '',
|
|
67977
|
+
children: jsxRuntime.jsx(Typography, {
|
|
67978
|
+
children: displayText
|
|
67979
|
+
})
|
|
67980
|
+
}) : jsxRuntime.jsx(Typography, {
|
|
67981
|
+
children: displayText
|
|
67760
67982
|
})
|
|
67761
67983
|
}, option?.id);
|
|
67762
67984
|
}), filteredOptions?.length === 0 && jsxRuntime.jsx("div", {
|
|
@@ -67775,6 +67997,7 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
|
|
|
67775
67997
|
hashInputValue = '',
|
|
67776
67998
|
setHashInputValue,
|
|
67777
67999
|
variableList = [],
|
|
68000
|
+
addForloopPrefix = false,
|
|
67778
68001
|
placeholder = 'Enter text',
|
|
67779
68002
|
onChange,
|
|
67780
68003
|
onCreateVariableClick,
|
|
@@ -67794,7 +68017,9 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
|
|
|
67794
68017
|
onFocus,
|
|
67795
68018
|
onBlur,
|
|
67796
68019
|
readOnly = false,
|
|
67797
|
-
height = '
|
|
68020
|
+
height = '160px',
|
|
68021
|
+
truncateTextValue = 34,
|
|
68022
|
+
isTruncateText = false,
|
|
67798
68023
|
...props
|
|
67799
68024
|
}, ref) => {
|
|
67800
68025
|
const [showDropdown, setShowDropdown] = React.useState(false);
|
|
@@ -67922,7 +68147,10 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
|
|
|
67922
68147
|
searchString = '';
|
|
67923
68148
|
}
|
|
67924
68149
|
if (searchString) {
|
|
67925
|
-
const isInVariableList = variableList.some(file =>
|
|
68150
|
+
const isInVariableList = variableList.some(file => {
|
|
68151
|
+
const searchableName = file.type === '_startforloop' && addForloopPrefix ? `FLV_for:${file.name}` : file.name;
|
|
68152
|
+
return searchableName.toLowerCase().includes(searchString.toLowerCase());
|
|
68153
|
+
});
|
|
67926
68154
|
if (!isInVariableList) {
|
|
67927
68155
|
showDropdown = false;
|
|
67928
68156
|
searchString = '';
|
|
@@ -67991,7 +68219,7 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
|
|
|
67991
68219
|
className: "ff-password-icon",
|
|
67992
68220
|
children: jsxRuntime.jsx(Icon, {
|
|
67993
68221
|
onClick: togglePasswordVisibility,
|
|
67994
|
-
name: showPassword ? '
|
|
68222
|
+
name: !showPassword ? 'view_access_icon' : 'hide_access_icon',
|
|
67995
68223
|
width: 16,
|
|
67996
68224
|
height: 16,
|
|
67997
68225
|
hoverEffect: true
|
|
@@ -68010,7 +68238,10 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
|
|
|
68010
68238
|
}), result?.showDropdown && isFocused && jsxRuntime.jsx(VariableDropdown, {
|
|
68011
68239
|
position: "absolute",
|
|
68012
68240
|
width: dropdownWidth,
|
|
68013
|
-
optionsList: variableList.filter(file =>
|
|
68241
|
+
optionsList: variableList.filter(file => {
|
|
68242
|
+
const searchableName = file.type === '_startforloop' && addForloopPrefix ? `FLV_for:${file.name}` : file.name;
|
|
68243
|
+
return searchableName.toLowerCase().includes(result?.searchString.toLowerCase());
|
|
68244
|
+
}),
|
|
68014
68245
|
onSelectVariable: handleDropdownClick,
|
|
68015
68246
|
height: height
|
|
68016
68247
|
}), showDropdown && (isHash || onlyDropdown) && jsxRuntime.jsx(OptionsDropdown, {
|
|
@@ -68018,7 +68249,10 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
|
|
|
68018
68249
|
width: dropdownWidth,
|
|
68019
68250
|
filteredOptions: filteredOptions,
|
|
68020
68251
|
zIndex: 2000,
|
|
68021
|
-
onSelectVariable: handleDropdownClick
|
|
68252
|
+
onSelectVariable: handleDropdownClick,
|
|
68253
|
+
height: height,
|
|
68254
|
+
isTruncateText: isTruncateText,
|
|
68255
|
+
truncateTextValue: truncateTextValue
|
|
68022
68256
|
})]
|
|
68023
68257
|
});
|
|
68024
68258
|
});
|
|
@@ -81825,6 +82059,7 @@ const PrePostTable = /*#__PURE__*/React.forwardRef(({
|
|
|
81825
82059
|
expandStepGroup.clear();
|
|
81826
82060
|
},
|
|
81827
82061
|
onDragEnd: handleDragEnd,
|
|
82062
|
+
modifiers: [restrictToVerticalAxis],
|
|
81828
82063
|
children: jsxRuntime.jsx(SortableContext, {
|
|
81829
82064
|
disabled: !draggable,
|
|
81830
82065
|
items: data?.map(row => row.stepId || row._id),
|
|
@@ -82254,6 +82489,7 @@ const StepInnerTable = ({
|
|
|
82254
82489
|
collisionDetection: closestCorners,
|
|
82255
82490
|
onDragStart: handleDragStart,
|
|
82256
82491
|
onDragEnd: handleDragEnd,
|
|
82492
|
+
modifiers: [restrictToVerticalAxis],
|
|
82257
82493
|
children: jsxRuntime.jsx(SortableContext, {
|
|
82258
82494
|
disabled: !draggable,
|
|
82259
82495
|
items: data?.map(row => row._id || row.stepId),
|
|
@@ -82923,14 +83159,14 @@ const StepLandingTable = /*#__PURE__*/React.forwardRef(({
|
|
|
82923
83159
|
const [expandedRows, setExpandedRows] = React.useState({});
|
|
82924
83160
|
const [expandStepGroup, setExpandStepGroup] = React.useState(new Map());
|
|
82925
83161
|
const [isBulkEnable, setBulkEnable] = React.useState(false);
|
|
82926
|
-
const onAccordionClick = title => {
|
|
83162
|
+
const onAccordionClick = (title, action) => {
|
|
82927
83163
|
const row = tableData.find(row => row.title === title);
|
|
82928
83164
|
if (!row || !row.data || row.data.length === 0) {
|
|
82929
83165
|
return;
|
|
82930
83166
|
}
|
|
82931
83167
|
setExpandedRows(prev => ({
|
|
82932
83168
|
...prev,
|
|
82933
|
-
[title]: !prev[title]
|
|
83169
|
+
[title]: action === 'open' ? true : !prev[title]
|
|
82934
83170
|
}));
|
|
82935
83171
|
};
|
|
82936
83172
|
const isExpanded = React.useMemo(() => title => expandedRows[title] ?? false, [expandedRows]);
|
|
@@ -83100,6 +83336,9 @@ const StepLandingTable = /*#__PURE__*/React.forwardRef(({
|
|
|
83100
83336
|
if (!checkEmpty(AddNlp)) {
|
|
83101
83337
|
setViewComponent(() => null);
|
|
83102
83338
|
setViewModeId(null);
|
|
83339
|
+
if (AddNlp?.action === 'addLast') {
|
|
83340
|
+
onAccordionClick('Steps', 'open');
|
|
83341
|
+
}
|
|
83103
83342
|
}
|
|
83104
83343
|
}, [AddNlp]);
|
|
83105
83344
|
return jsxRuntime.jsxs("div", {
|
|
@@ -123803,6 +124042,29 @@ const ScriptGenerationLoader = ({
|
|
|
123803
124042
|
});
|
|
123804
124043
|
};
|
|
123805
124044
|
|
|
124045
|
+
const useDeviceType = () => {
|
|
124046
|
+
const getDeviceType = () => {
|
|
124047
|
+
const width = window.innerWidth;
|
|
124048
|
+
return {
|
|
124049
|
+
isMobile: width <= 640,
|
|
124050
|
+
isTab: width > 640 && width <= 820,
|
|
124051
|
+
isLargeTab: width > 820 && width < 1025,
|
|
124052
|
+
isWeb: width >= 1025
|
|
124053
|
+
};
|
|
124054
|
+
};
|
|
124055
|
+
const [device, setDevice] = React.useState(getDeviceType());
|
|
124056
|
+
React.useEffect(() => {
|
|
124057
|
+
const handleResize = () => {
|
|
124058
|
+
setDevice(getDeviceType());
|
|
124059
|
+
};
|
|
124060
|
+
window.addEventListener('resize', handleResize);
|
|
124061
|
+
return () => {
|
|
124062
|
+
window.removeEventListener('resize', handleResize);
|
|
124063
|
+
};
|
|
124064
|
+
}, []);
|
|
124065
|
+
return device;
|
|
124066
|
+
};
|
|
124067
|
+
|
|
123806
124068
|
exports.AADHAAR_REGEX = AADHAAR_REGEX;
|
|
123807
124069
|
exports.ALPHABET_ONLY_REGEX = ALPHABET_ONLY_REGEX;
|
|
123808
124070
|
exports.ALPHABET_WITH_SPACES_ONLY_REGEX = ALPHABET_WITH_SPACES_ONLY_REGEX;
|
|
@@ -124051,6 +124313,7 @@ exports.truncateText = truncateText;
|
|
|
124051
124313
|
exports.updateTreeState = updateTreeState;
|
|
124052
124314
|
exports.useBeforeUnload = useBeforeUnload;
|
|
124053
124315
|
exports.useClickOutside = useClickOutside;
|
|
124316
|
+
exports.useDeviceType = useDeviceType;
|
|
124054
124317
|
exports.useFileDropzone = useFileDropzone;
|
|
124055
124318
|
exports.useKeyboardActions = useKeyboardActions;
|
|
124056
124319
|
exports.useTheme = useTheme;
|