saurabh-table-dnd-edit 1.1.0
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/README.md +75 -0
- package/lib/ComponentProps/TreeNodeProps.d.ts +81 -0
- package/lib/ComponentProps/TreeNodeProps.js +2 -0
- package/lib/ComponentProps/TreeNodeProps.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.d.ts +3 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.js +21 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.d.ts +3 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js +630 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/index.d.ts +1 -0
- package/lib/StyleGuide/ColorPalette/index.js +2 -0
- package/lib/StyleGuide/ColorPalette/index.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/types.d.ts +17 -0
- package/lib/StyleGuide/ColorPalette/types.js +2 -0
- package/lib/StyleGuide/ColorPalette/types.js.map +1 -0
- package/lib/StyleGuide/Typography/Typography.d.ts +3 -0
- package/lib/StyleGuide/Typography/Typography.js +7 -0
- package/lib/StyleGuide/Typography/Typography.js.map +1 -0
- package/lib/StyleGuide/Typography/TypographyList.d.ts +5 -0
- package/lib/StyleGuide/Typography/TypographyList.js +4 -0
- package/lib/StyleGuide/Typography/TypographyList.js.map +1 -0
- package/lib/StyleGuide/Typography/types.d.ts +8 -0
- package/lib/StyleGuide/Typography/types.js +2 -0
- package/lib/StyleGuide/Typography/types.js.map +1 -0
- package/lib/ThirdPartyPackages/Adapter.d.ts +2 -0
- package/lib/ThirdPartyPackages/Adapter.js +3 -0
- package/lib/ThirdPartyPackages/Adapter.js.map +1 -0
- package/lib/ThirdPartyPackages/JanusGateway.d.ts +2 -0
- package/lib/ThirdPartyPackages/JanusGateway.js +3 -0
- package/lib/ThirdPartyPackages/JanusGateway.js.map +1 -0
- package/lib/assets/utils/functionUtils.d.ts +11 -0
- package/lib/assets/utils/functionUtils.js +74 -0
- package/lib/assets/utils/functionUtils.js.map +1 -0
- package/lib/components/Accordion/Accordion.d.ts +8 -0
- package/lib/components/Accordion/Accordion.js +29 -0
- package/lib/components/Accordion/Accordion.js.map +1 -0
- package/lib/components/Accordion/index.d.ts +1 -0
- package/lib/components/Accordion/index.js +2 -0
- package/lib/components/Accordion/index.js.map +1 -0
- package/lib/components/Accordion/types.d.ts +54 -0
- package/lib/components/Accordion/types.js +2 -0
- package/lib/components/Accordion/types.js.map +1 -0
- package/lib/components/AddContentButton/AddContentButton.d.ts +5 -0
- package/lib/components/AddContentButton/AddContentButton.js +11 -0
- package/lib/components/AddContentButton/AddContentButton.js.map +1 -0
- package/lib/components/AddContentButton/index.d.ts +1 -0
- package/lib/components/AddContentButton/index.js +2 -0
- package/lib/components/AddContentButton/index.js.map +1 -0
- package/lib/components/AddContentButton/types.d.ts +11 -0
- package/lib/components/AddContentButton/types.js +2 -0
- package/lib/components/AddContentButton/types.js.map +1 -0
- package/lib/components/AddResourceButton/AddResourceButton.d.ts +4 -0
- package/lib/components/AddResourceButton/AddResourceButton.js +79 -0
- package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +6 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js +15 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js.map +1 -0
- package/lib/components/AddResourceButton/index.d.ts +1 -0
- package/lib/components/AddResourceButton/index.js +2 -0
- package/lib/components/AddResourceButton/index.js.map +1 -0
- package/lib/components/AddResourceButton/type.d.ts +88 -0
- package/lib/components/AddResourceButton/type.js +27 -0
- package/lib/components/AddResourceButton/type.js.map +1 -0
- package/lib/components/AiToggle/AiToggle.d.ts +5 -0
- package/lib/components/AiToggle/AiToggle.js +21 -0
- package/lib/components/AiToggle/AiToggle.js.map +1 -0
- package/lib/components/AiToggle/index.d.ts +1 -0
- package/lib/components/AiToggle/index.js +2 -0
- package/lib/components/AiToggle/index.js.map +1 -0
- package/lib/components/AiToggle/types.d.ts +7 -0
- package/lib/components/AiToggle/types.js +2 -0
- package/lib/components/AiToggle/types.js.map +1 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.d.ts +4 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +141 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -0
- package/lib/components/AllProjectsDropdown/index.d.ts +1 -0
- package/lib/components/AllProjectsDropdown/index.js +2 -0
- package/lib/components/AllProjectsDropdown/index.js.map +1 -0
- package/lib/components/AllProjectsDropdown/types.d.ts +16 -0
- package/lib/components/AllProjectsDropdown/types.js +2 -0
- package/lib/components/AllProjectsDropdown/types.js.map +1 -0
- package/lib/components/AnimatedSetting/AnimatedSetting.d.ts +3 -0
- package/lib/components/AnimatedSetting/AnimatedSetting.js +33 -0
- package/lib/components/AnimatedSetting/AnimatedSetting.js.map +1 -0
- package/lib/components/AnimatedSetting/index.d.ts +1 -0
- package/lib/components/AnimatedSetting/index.js +2 -0
- package/lib/components/AnimatedSetting/index.js.map +1 -0
- package/lib/components/AnimatedSetting/type.d.ts +17 -0
- package/lib/components/AnimatedSetting/type.js +2 -0
- package/lib/components/AnimatedSetting/type.js.map +1 -0
- package/lib/components/AppHeader/AppHeader.d.ts +5 -0
- package/lib/components/AppHeader/AppHeader.js +236 -0
- package/lib/components/AppHeader/AppHeader.js.map +1 -0
- package/lib/components/AppHeader/index.d.ts +1 -0
- package/lib/components/AppHeader/index.js +2 -0
- package/lib/components/AppHeader/index.js.map +1 -0
- package/lib/components/AppHeader/types.d.ts +79 -0
- package/lib/components/AppHeader/types.js +2 -0
- package/lib/components/AppHeader/types.js.map +1 -0
- package/lib/components/AttachMedia/AttachMedia.d.ts +5 -0
- package/lib/components/AttachMedia/AttachMedia.js +15 -0
- package/lib/components/AttachMedia/AttachMedia.js.map +1 -0
- package/lib/components/AttachMedia/index.d.ts +1 -0
- package/lib/components/AttachMedia/index.js +2 -0
- package/lib/components/AttachMedia/index.js.map +1 -0
- package/lib/components/AttachMedia/types.d.ts +31 -0
- package/lib/components/AttachMedia/types.js +2 -0
- package/lib/components/AttachMedia/types.js.map +1 -0
- package/lib/components/AttachmentButton/AttachmentButton.d.ts +5 -0
- package/lib/components/AttachmentButton/AttachmentButton.js +100 -0
- package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -0
- package/lib/components/AttachmentButton/index.d.ts +1 -0
- package/lib/components/AttachmentButton/index.js +2 -0
- package/lib/components/AttachmentButton/index.js.map +1 -0
- package/lib/components/AttachmentButton/types.d.ts +26 -0
- package/lib/components/AttachmentButton/types.js +2 -0
- package/lib/components/AttachmentButton/types.js.map +1 -0
- package/lib/components/Avatar/Avatar.d.ts +5 -0
- package/lib/components/Avatar/Avatar.js +9 -0
- package/lib/components/Avatar/Avatar.js.map +1 -0
- package/lib/components/Avatar/index.d.ts +1 -0
- package/lib/components/Avatar/index.js +2 -0
- package/lib/components/Avatar/index.js.map +1 -0
- package/lib/components/Avatar/types.d.ts +34 -0
- package/lib/components/Avatar/types.js +2 -0
- package/lib/components/Avatar/types.js.map +1 -0
- package/lib/components/Box/Box.d.ts +5 -0
- package/lib/components/Box/Box.js +30 -0
- package/lib/components/Box/Box.js.map +1 -0
- package/lib/components/Box/index.d.ts +1 -0
- package/lib/components/Box/index.js +2 -0
- package/lib/components/Box/index.js.map +1 -0
- package/lib/components/Box/types.d.ts +34 -0
- package/lib/components/Box/types.js +2 -0
- package/lib/components/Box/types.js.map +1 -0
- package/lib/components/BrowserTabs/BrowserTabs.d.ts +5 -0
- package/lib/components/BrowserTabs/BrowserTabs.js +89 -0
- package/lib/components/BrowserTabs/BrowserTabs.js.map +1 -0
- package/lib/components/BrowserTabs/index.d.ts +1 -0
- package/lib/components/BrowserTabs/index.js +2 -0
- package/lib/components/BrowserTabs/index.js.map +1 -0
- package/lib/components/BrowserTabs/types.d.ts +68 -0
- package/lib/components/BrowserTabs/types.js +2 -0
- package/lib/components/BrowserTabs/types.js.map +1 -0
- package/lib/components/Button/Button.d.ts +5 -0
- package/lib/components/Button/Button.js +33 -0
- package/lib/components/Button/Button.js.map +1 -0
- package/lib/components/Button/index.d.ts +1 -0
- package/lib/components/Button/index.js +2 -0
- package/lib/components/Button/index.js.map +1 -0
- package/lib/components/Button/types.d.ts +107 -0
- package/lib/components/Button/types.js +2 -0
- package/lib/components/Button/types.js.map +1 -0
- package/lib/components/Carousel/Carousel.d.ts +8 -0
- package/lib/components/Carousel/Carousel.js +35 -0
- package/lib/components/Carousel/Carousel.js.map +1 -0
- package/lib/components/Carousel/index.d.ts +1 -0
- package/lib/components/Carousel/index.js +2 -0
- package/lib/components/Carousel/index.js.map +1 -0
- package/lib/components/Carousel/type.d.ts +27 -0
- package/lib/components/Carousel/type.js +2 -0
- package/lib/components/Carousel/type.js.map +1 -0
- package/lib/components/Charts/BarChart/BarChart.d.ts +43 -0
- package/lib/components/Charts/BarChart/BarChart.js +291 -0
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -0
- package/lib/components/Charts/BarChart/index.d.ts +1 -0
- package/lib/components/Charts/BarChart/index.js +2 -0
- package/lib/components/Charts/BarChart/index.js.map +1 -0
- package/lib/components/Charts/BarChart/types.d.ts +18 -0
- package/lib/components/Charts/BarChart/types.js +2 -0
- package/lib/components/Charts/BarChart/types.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.d.ts +5 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +523 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/index.d.ts +1 -0
- package/lib/components/Charts/DashboardDonutChart/index.js +2 -0
- package/lib/components/Charts/DashboardDonutChart/index.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/types.d.ts +62 -0
- package/lib/components/Charts/DashboardDonutChart/types.js +2 -0
- package/lib/components/Charts/DashboardDonutChart/types.js.map +1 -0
- package/lib/components/Charts/DonutChart/DonutChart.d.ts +5 -0
- package/lib/components/Charts/DonutChart/DonutChart.js +94 -0
- package/lib/components/Charts/DonutChart/DonutChart.js.map +1 -0
- package/lib/components/Charts/DonutChart/index.d.ts +1 -0
- package/lib/components/Charts/DonutChart/index.js +2 -0
- package/lib/components/Charts/DonutChart/index.js.map +1 -0
- package/lib/components/Charts/DonutChart/type.d.ts +15 -0
- package/lib/components/Charts/DonutChart/type.js +2 -0
- package/lib/components/Charts/DonutChart/type.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.d.ts +5 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js +81 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/index.d.ts +1 -0
- package/lib/components/Charts/IconRadialChart/index.js +2 -0
- package/lib/components/Charts/IconRadialChart/index.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/types.d.ts +25 -0
- package/lib/components/Charts/IconRadialChart/types.js +2 -0
- package/lib/components/Charts/IconRadialChart/types.js.map +1 -0
- package/lib/components/Charts/LineChart/LineChart.d.ts +5 -0
- package/lib/components/Charts/LineChart/LineChart.js +243 -0
- package/lib/components/Charts/LineChart/LineChart.js.map +1 -0
- package/lib/components/Charts/LineChart/index.d.ts +1 -0
- package/lib/components/Charts/LineChart/index.js +2 -0
- package/lib/components/Charts/LineChart/index.js.map +1 -0
- package/lib/components/Charts/LineChart/types.d.ts +32 -0
- package/lib/components/Charts/LineChart/types.js +2 -0
- package/lib/components/Charts/LineChart/types.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.d.ts +5 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js +207 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/index.d.ts +1 -0
- package/lib/components/Charts/MultiRadialChart/index.js +2 -0
- package/lib/components/Charts/MultiRadialChart/index.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/types.d.ts +30 -0
- package/lib/components/Charts/MultiRadialChart/types.js +2 -0
- package/lib/components/Charts/MultiRadialChart/types.js.map +1 -0
- package/lib/components/Charts/PieChart/PieChart.d.ts +5 -0
- package/lib/components/Charts/PieChart/PieChart.js +134 -0
- package/lib/components/Charts/PieChart/PieChart.js.map +1 -0
- package/lib/components/Charts/PieChart/index.d.ts +1 -0
- package/lib/components/Charts/PieChart/index.js +2 -0
- package/lib/components/Charts/PieChart/index.js.map +1 -0
- package/lib/components/Charts/PieChart/types.d.ts +27 -0
- package/lib/components/Charts/PieChart/types.js +2 -0
- package/lib/components/Charts/PieChart/types.js.map +1 -0
- package/lib/components/Charts/RadialChart/RadialChart.d.ts +5 -0
- package/lib/components/Charts/RadialChart/RadialChart.js +89 -0
- package/lib/components/Charts/RadialChart/RadialChart.js.map +1 -0
- package/lib/components/Charts/RadialChart/index.d.ts +1 -0
- package/lib/components/Charts/RadialChart/index.js +2 -0
- package/lib/components/Charts/RadialChart/index.js.map +1 -0
- package/lib/components/Charts/RadialChart/types.d.ts +26 -0
- package/lib/components/Charts/RadialChart/types.js +2 -0
- package/lib/components/Charts/RadialChart/types.js.map +1 -0
- package/lib/components/ChatModal/ChatModal.d.ts +5 -0
- package/lib/components/ChatModal/ChatModal.js +44 -0
- package/lib/components/ChatModal/ChatModal.js.map +1 -0
- package/lib/components/ChatModal/index.d.ts +1 -0
- package/lib/components/ChatModal/index.js +2 -0
- package/lib/components/ChatModal/index.js.map +1 -0
- package/lib/components/ChatModal/types.d.ts +31 -0
- package/lib/components/ChatModal/types.js +2 -0
- package/lib/components/ChatModal/types.js.map +1 -0
- package/lib/components/ChatModalAi/ChatModalAi.d.ts +4 -0
- package/lib/components/ChatModalAi/ChatModalAi.js +63 -0
- package/lib/components/ChatModalAi/ChatModalAi.js.map +1 -0
- package/lib/components/ChatModalAi/index.d.ts +1 -0
- package/lib/components/ChatModalAi/index.js +2 -0
- package/lib/components/ChatModalAi/index.js.map +1 -0
- package/lib/components/ChatModalAi/types.d.ts +34 -0
- package/lib/components/ChatModalAi/types.js +2 -0
- package/lib/components/ChatModalAi/types.js.map +1 -0
- package/lib/components/Checkbox/Checkbox.d.ts +6 -0
- package/lib/components/Checkbox/Checkbox.js +23 -0
- package/lib/components/Checkbox/Checkbox.js.map +1 -0
- package/lib/components/Checkbox/index.d.ts +1 -0
- package/lib/components/Checkbox/index.js +2 -0
- package/lib/components/Checkbox/index.js.map +1 -0
- package/lib/components/Checkbox/types.d.ts +43 -0
- package/lib/components/Checkbox/types.js +2 -0
- package/lib/components/Checkbox/types.js.map +1 -0
- package/lib/components/Chip/Chip.d.ts +4 -0
- package/lib/components/Chip/Chip.js +25 -0
- package/lib/components/Chip/Chip.js.map +1 -0
- package/lib/components/Chip/index.d.ts +1 -0
- package/lib/components/Chip/index.js +2 -0
- package/lib/components/Chip/index.js.map +1 -0
- package/lib/components/Chip/types.d.ts +20 -0
- package/lib/components/Chip/types.js +2 -0
- package/lib/components/Chip/types.js.map +1 -0
- package/lib/components/ChipWithCount/ChipWithCount.d.ts +5 -0
- package/lib/components/ChipWithCount/ChipWithCount.js +14 -0
- package/lib/components/ChipWithCount/ChipWithCount.js.map +1 -0
- package/lib/components/ChipWithCount/index.d.ts +1 -0
- package/lib/components/ChipWithCount/index.js +2 -0
- package/lib/components/ChipWithCount/index.js.map +1 -0
- package/lib/components/ChipWithCount/types.d.ts +7 -0
- package/lib/components/ChipWithCount/types.js +2 -0
- package/lib/components/ChipWithCount/types.js.map +1 -0
- package/lib/components/ChooseFile/ChooseFile.d.ts +4 -0
- package/lib/components/ChooseFile/ChooseFile.js +21 -0
- package/lib/components/ChooseFile/ChooseFile.js.map +1 -0
- package/lib/components/ChooseFile/types.d.ts +76 -0
- package/lib/components/ChooseFile/types.js +2 -0
- package/lib/components/ChooseFile/types.js.map +1 -0
- package/lib/components/Comments/Comments.d.ts +4 -0
- package/lib/components/Comments/Comments.js +271 -0
- package/lib/components/Comments/Comments.js.map +1 -0
- package/lib/components/Comments/childComment/ChildComment.d.ts +4 -0
- package/lib/components/Comments/childComment/ChildComment.js +270 -0
- package/lib/components/Comments/childComment/ChildComment.js.map +1 -0
- package/lib/components/Comments/childComment/useNode.d.ts +7 -0
- package/lib/components/Comments/childComment/useNode.js +49 -0
- package/lib/components/Comments/childComment/useNode.js.map +1 -0
- package/lib/components/Comments/commentCommonUtils.d.ts +11 -0
- package/lib/components/Comments/commentCommonUtils.js +15 -0
- package/lib/components/Comments/commentCommonUtils.js.map +1 -0
- package/lib/components/Comments/index.d.ts +1 -0
- package/lib/components/Comments/index.js +2 -0
- package/lib/components/Comments/index.js.map +1 -0
- package/lib/components/Comments/mentionUser/MentionUser.d.ts +5 -0
- package/lib/components/Comments/mentionUser/MentionUser.js +54 -0
- package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -0
- package/lib/components/Comments/type.d.ts +67 -0
- package/lib/components/Comments/type.js +2 -0
- package/lib/components/Comments/type.js.map +1 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.d.ts +4 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js +218 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.d.ts +5 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.js +26 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -0
- package/lib/components/ConditionalDropdown/index.d.ts +1 -0
- package/lib/components/ConditionalDropdown/index.js +2 -0
- package/lib/components/ConditionalDropdown/index.js.map +1 -0
- package/lib/components/ConditionalDropdown/types.d.ts +173 -0
- package/lib/components/ConditionalDropdown/types.js +2 -0
- package/lib/components/ConditionalDropdown/types.js.map +1 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.d.ts +3 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js +37 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js.map +1 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.d.ts +5 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.js +101 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.js.map +1 -0
- package/lib/components/ConnectingBranch/data.d.ts +70 -0
- package/lib/components/ConnectingBranch/data.js +213 -0
- package/lib/components/ConnectingBranch/data.js.map +1 -0
- package/lib/components/ConnectingBranch/index.d.ts +1 -0
- package/lib/components/ConnectingBranch/index.js +2 -0
- package/lib/components/ConnectingBranch/index.js.map +1 -0
- package/lib/components/ConnectingBranch/types.d.ts +53 -0
- package/lib/components/ConnectingBranch/types.js +2 -0
- package/lib/components/ConnectingBranch/types.js.map +1 -0
- package/lib/components/ContentCard/ContentCard.d.ts +5 -0
- package/lib/components/ContentCard/ContentCard.js +16 -0
- package/lib/components/ContentCard/ContentCard.js.map +1 -0
- package/lib/components/ContentCard/index.d.ts +1 -0
- package/lib/components/ContentCard/index.js +2 -0
- package/lib/components/ContentCard/index.js.map +1 -0
- package/lib/components/ContentCard/types.d.ts +5 -0
- package/lib/components/ContentCard/types.js +2 -0
- package/lib/components/ContentCard/types.js.map +1 -0
- package/lib/components/CreateVariable/CreateVariableSlider.d.ts +5 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js +129 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -0
- package/lib/components/CreateVariable/index.d.ts +1 -0
- package/lib/components/CreateVariable/index.js +2 -0
- package/lib/components/CreateVariable/index.js.map +1 -0
- package/lib/components/CreateVariable/types.d.ts +85 -0
- package/lib/components/CreateVariable/types.js +2 -0
- package/lib/components/CreateVariable/types.js.map +1 -0
- package/lib/components/DatePicker/DatePicker.d.ts +5 -0
- package/lib/components/DatePicker/DatePicker.js +317 -0
- package/lib/components/DatePicker/DatePicker.js.map +1 -0
- package/lib/components/DatePicker/Timepicker.d.ts +4 -0
- package/lib/components/DatePicker/Timepicker.js +230 -0
- package/lib/components/DatePicker/Timepicker.js.map +1 -0
- package/lib/components/DatePicker/index.d.ts +1 -0
- package/lib/components/DatePicker/index.js +2 -0
- package/lib/components/DatePicker/index.js.map +1 -0
- package/lib/components/DatePicker/types.d.ts +103 -0
- package/lib/components/DatePicker/types.js +2 -0
- package/lib/components/DatePicker/types.js.map +1 -0
- package/lib/components/DebugToolsPanel/DebugToolsPanel.d.ts +5 -0
- package/lib/components/DebugToolsPanel/DebugToolsPanel.js +39 -0
- package/lib/components/DebugToolsPanel/DebugToolsPanel.js.map +1 -0
- package/lib/components/DebugToolsPanel/index.d.ts +1 -0
- package/lib/components/DebugToolsPanel/index.js +2 -0
- package/lib/components/DebugToolsPanel/index.js.map +1 -0
- package/lib/components/DebugToolsPanel/type.d.ts +8 -0
- package/lib/components/DebugToolsPanel/type.js +2 -0
- package/lib/components/DebugToolsPanel/type.js.map +1 -0
- package/lib/components/DownloadClient/DownloadClient.d.ts +4 -0
- package/lib/components/DownloadClient/DownloadClient.js +24 -0
- package/lib/components/DownloadClient/DownloadClient.js.map +1 -0
- package/lib/components/DownloadClient/index.d.ts +1 -0
- package/lib/components/DownloadClient/index.js +2 -0
- package/lib/components/DownloadClient/index.js.map +1 -0
- package/lib/components/DownloadClient/type.d.ts +27 -0
- package/lib/components/DownloadClient/type.js +2 -0
- package/lib/components/DownloadClient/type.js.map +1 -0
- package/lib/components/DragAndDrop/DragAndDrop.d.ts +11 -0
- package/lib/components/DragAndDrop/DragAndDrop.js +7 -0
- package/lib/components/DragAndDrop/DragAndDrop.js.map +1 -0
- package/lib/components/DragAndDrop/DragAndDropList.d.ts +20 -0
- package/lib/components/DragAndDrop/DragAndDropList.js +54 -0
- package/lib/components/DragAndDrop/DragAndDropList.js.map +1 -0
- package/lib/components/DragAndDrop/index.d.ts +1 -0
- package/lib/components/DragAndDrop/index.js +2 -0
- package/lib/components/DragAndDrop/index.js.map +1 -0
- package/lib/components/Drawer/Drawer.d.ts +5 -0
- package/lib/components/Drawer/Drawer.js +121 -0
- package/lib/components/Drawer/Drawer.js.map +1 -0
- package/lib/components/Drawer/Types.d.ts +173 -0
- package/lib/components/Drawer/Types.js +2 -0
- package/lib/components/Drawer/Types.js.map +1 -0
- package/lib/components/Drawer/index.d.ts +1 -0
- package/lib/components/Drawer/index.js +2 -0
- package/lib/components/Drawer/index.js.map +1 -0
- package/lib/components/EditLabel/EditLabel.d.ts +4 -0
- package/lib/components/EditLabel/EditLabel.js +230 -0
- package/lib/components/EditLabel/EditLabel.js.map +1 -0
- package/lib/components/EditLabel/index.d.ts +1 -0
- package/lib/components/EditLabel/index.js +2 -0
- package/lib/components/EditLabel/index.js.map +1 -0
- package/lib/components/EditLabel/types.d.ts +44 -0
- package/lib/components/EditLabel/types.js +2 -0
- package/lib/components/EditLabel/types.js.map +1 -0
- package/lib/components/EditTextField/EditTextField.d.ts +5 -0
- package/lib/components/EditTextField/EditTextField.js +85 -0
- package/lib/components/EditTextField/EditTextField.js.map +1 -0
- package/lib/components/EditTextField/index.d.ts +1 -0
- package/lib/components/EditTextField/index.js +2 -0
- package/lib/components/EditTextField/index.js.map +1 -0
- package/lib/components/EditTextField/types.d.ts +52 -0
- package/lib/components/EditTextField/types.js +2 -0
- package/lib/components/EditTextField/types.js.map +1 -0
- package/lib/components/Editor/DynamicWidthToolTip.d.ts +6 -0
- package/lib/components/Editor/DynamicWidthToolTip.js +54 -0
- package/lib/components/Editor/DynamicWidthToolTip.js.map +1 -0
- package/lib/components/Editor/Editor.d.ts +4 -0
- package/lib/components/Editor/Editor.js +445 -0
- package/lib/components/Editor/Editor.js.map +1 -0
- package/lib/components/Editor/VariableDropdown.d.ts +5 -0
- package/lib/components/Editor/VariableDropdown.js +69 -0
- package/lib/components/Editor/VariableDropdown.js.map +1 -0
- package/lib/components/Editor/calculateDropdownPosition.d.ts +7 -0
- package/lib/components/Editor/calculateDropdownPosition.js +23 -0
- package/lib/components/Editor/calculateDropdownPosition.js.map +1 -0
- package/lib/components/Editor/constants.d.ts +3 -0
- package/lib/components/Editor/constants.js +294 -0
- package/lib/components/Editor/constants.js.map +1 -0
- package/lib/components/Editor/index.d.ts +1 -0
- package/lib/components/Editor/index.js +2 -0
- package/lib/components/Editor/index.js.map +1 -0
- package/lib/components/Editor/types.d.ts +124 -0
- package/lib/components/Editor/types.js +2 -0
- package/lib/components/Editor/types.js.map +1 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +9 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.js +22 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.d.ts +8 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.js +2 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.js.map +1 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.d.ts +9 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js +23 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js.map +1 -0
- package/lib/components/Excel/Data.d.ts +187 -0
- package/lib/components/Excel/Data.js +656 -0
- package/lib/components/Excel/Data.js.map +1 -0
- package/lib/components/Excel/Data2.d.ts +133 -0
- package/lib/components/Excel/Data2.js +698 -0
- package/lib/components/Excel/Data2.js.map +1 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.d.ts +12 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js +35 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +105 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js +597 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.d.ts +38 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +483 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +80 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +179 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js +25 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js +26 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +31 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.d.ts +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +36 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js +68 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.d.ts +10 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js +38 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +133 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +26 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +95 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +465 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js +16 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +270 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +274 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.d.ts +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js +18 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.d.ts +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.d.ts +16 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js +94 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js +23 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.d.ts +2 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.d.ts +20 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js +127 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.d.ts +24 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js +63 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.d.ts +13 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +10 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.d.ts +68 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js +296 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.d.ts +22 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js +61 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.d.ts +11 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +765 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.d.ts +46 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +825 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.d.ts +95 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js +189 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +292 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js +2 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +76 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +468 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.d.ts +19 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +123 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -0
- package/lib/components/Excel/Types.d.ts +184 -0
- package/lib/components/Excel/Types.js +2 -0
- package/lib/components/Excel/Types.js.map +1 -0
- package/lib/components/Excel/dataConversion.d.ts +2 -0
- package/lib/components/Excel/dataConversion.js +144 -0
- package/lib/components/Excel/dataConversion.js.map +1 -0
- package/lib/components/Excel/index.d.ts +1 -0
- package/lib/components/Excel/index.js +2 -0
- package/lib/components/Excel/index.js.map +1 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.d.ts +5 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.js +41 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.js.map +1 -0
- package/lib/components/ExpandableMenu/index.d.ts +1 -0
- package/lib/components/ExpandableMenu/index.js +2 -0
- package/lib/components/ExpandableMenu/index.js.map +1 -0
- package/lib/components/ExpandableMenu/types.d.ts +35 -0
- package/lib/components/ExpandableMenu/types.js +2 -0
- package/lib/components/ExpandableMenu/types.js.map +1 -0
- package/lib/components/ExpandableTable/ExpandableTable.d.ts +12 -0
- package/lib/components/ExpandableTable/ExpandableTable.js +19 -0
- package/lib/components/ExpandableTable/ExpandableTable.js.map +1 -0
- package/lib/components/FF_Captcha/Recaptcha.d.ts +6 -0
- package/lib/components/FF_Captcha/Recaptcha.js +24 -0
- package/lib/components/FF_Captcha/Recaptcha.js.map +1 -0
- package/lib/components/FF_Captcha/index.d.ts +0 -0
- package/lib/components/FF_Captcha/index.js +2 -0
- package/lib/components/FF_Captcha/index.js.map +1 -0
- package/lib/components/FF_Captcha/types.d.ts +29 -0
- package/lib/components/FF_Captcha/types.js +2 -0
- package/lib/components/FF_Captcha/types.js.map +1 -0
- package/lib/components/FieldSet/FieldSet.d.ts +5 -0
- package/lib/components/FieldSet/FieldSet.js +8 -0
- package/lib/components/FieldSet/FieldSet.js.map +1 -0
- package/lib/components/FieldSet/index.d.ts +1 -0
- package/lib/components/FieldSet/index.js +2 -0
- package/lib/components/FieldSet/index.js.map +1 -0
- package/lib/components/FieldSet/types.d.ts +7 -0
- package/lib/components/FieldSet/types.js +2 -0
- package/lib/components/FieldSet/types.js.map +1 -0
- package/lib/components/FileDropzone/Dropzone.d.ts +5 -0
- package/lib/components/FileDropzone/Dropzone.js +30 -0
- package/lib/components/FileDropzone/Dropzone.js.map +1 -0
- package/lib/components/FileDropzone/FileDropzone.d.ts +4 -0
- package/lib/components/FileDropzone/FileDropzone.js +64 -0
- package/lib/components/FileDropzone/FileDropzone.js.map +1 -0
- package/lib/components/FileDropzone/FilePreview.d.ts +4 -0
- package/lib/components/FileDropzone/FilePreview.js +33 -0
- package/lib/components/FileDropzone/FilePreview.js.map +1 -0
- package/lib/components/FileDropzone/RadioFilePreview.d.ts +4 -0
- package/lib/components/FileDropzone/RadioFilePreview.js +50 -0
- package/lib/components/FileDropzone/RadioFilePreview.js.map +1 -0
- package/lib/components/FileDropzone/index.d.ts +1 -0
- package/lib/components/FileDropzone/index.js +2 -0
- package/lib/components/FileDropzone/index.js.map +1 -0
- package/lib/components/FileDropzone/types.d.ts +228 -0
- package/lib/components/FileDropzone/types.js +2 -0
- package/lib/components/FileDropzone/types.js.map +1 -0
- package/lib/components/Form/Form.d.ts +2 -0
- package/lib/components/Form/Form.js +3 -0
- package/lib/components/Form/Form.js.map +1 -0
- package/lib/components/Form/Forms.d.ts +13 -0
- package/lib/components/Form/Forms.js +19 -0
- package/lib/components/Form/Forms.js.map +1 -0
- package/lib/components/Form/index.d.ts +1 -0
- package/lib/components/Form/index.js +2 -0
- package/lib/components/Form/index.js.map +1 -0
- package/lib/components/Form/types.d.ts +1 -0
- package/lib/components/Form/types.js +2 -0
- package/lib/components/Form/types.js.map +1 -0
- package/lib/components/GridLayout/GridLayout.d.ts +6 -0
- package/lib/components/GridLayout/GridLayout.js +15 -0
- package/lib/components/GridLayout/GridLayout.js.map +1 -0
- package/lib/components/GridLayout/index.d.ts +2 -0
- package/lib/components/GridLayout/index.js +2 -0
- package/lib/components/GridLayout/index.js.map +1 -0
- package/lib/components/GridLayout/types.d.ts +74 -0
- package/lib/components/GridLayout/types.js +2 -0
- package/lib/components/GridLayout/types.js.map +1 -0
- package/lib/components/HighlightText/HighlightText.d.ts +4 -0
- package/lib/components/HighlightText/HighlightText.js +21 -0
- package/lib/components/HighlightText/HighlightText.js.map +1 -0
- package/lib/components/HighlightText/index.d.ts +1 -0
- package/lib/components/HighlightText/index.js +2 -0
- package/lib/components/HighlightText/index.js.map +1 -0
- package/lib/components/HighlightText/types.d.ts +5 -0
- package/lib/components/HighlightText/types.js +2 -0
- package/lib/components/HighlightText/types.js.map +1 -0
- package/lib/components/HistoryCard/HistoryCard.d.ts +25 -0
- package/lib/components/HistoryCard/HistoryCard.js +9 -0
- package/lib/components/HistoryCard/HistoryCard.js.map +1 -0
- package/lib/components/HistoryCard/index.d.ts +1 -0
- package/lib/components/HistoryCard/index.js +2 -0
- package/lib/components/HistoryCard/index.js.map +1 -0
- package/lib/components/Icon/Icon.d.ts +4 -0
- package/lib/components/Icon/Icon.js +66 -0
- package/lib/components/Icon/Icon.js.map +1 -0
- package/lib/components/Icon/iconList.d.ts +2 -0
- package/lib/components/Icon/iconList.js +1095 -0
- package/lib/components/Icon/iconList.js.map +1 -0
- package/lib/components/Icon/index.d.ts +1 -0
- package/lib/components/Icon/index.js +2 -0
- package/lib/components/Icon/index.js.map +1 -0
- package/lib/components/Icon/types.d.ts +19 -0
- package/lib/components/Icon/types.js +2 -0
- package/lib/components/Icon/types.js.map +1 -0
- package/lib/components/IconButton/IconButton.d.ts +4 -0
- package/lib/components/IconButton/IconButton.js +15 -0
- package/lib/components/IconButton/IconButton.js.map +1 -0
- package/lib/components/IconButton/index.d.ts +1 -0
- package/lib/components/IconButton/index.js +2 -0
- package/lib/components/IconButton/index.js.map +1 -0
- package/lib/components/IconButton/types.d.ts +10 -0
- package/lib/components/IconButton/types.js +2 -0
- package/lib/components/IconButton/types.js.map +1 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.d.ts +5 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.js +34 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.js.map +1 -0
- package/lib/components/IconRadioGroup/index.d.ts +1 -0
- package/lib/components/IconRadioGroup/index.js +2 -0
- package/lib/components/IconRadioGroup/index.js.map +1 -0
- package/lib/components/IconRadioGroup/type.d.ts +41 -0
- package/lib/components/IconRadioGroup/type.js +2 -0
- package/lib/components/IconRadioGroup/type.js.map +1 -0
- package/lib/components/Input/Input.d.ts +4 -0
- package/lib/components/Input/Input.js +222 -0
- package/lib/components/Input/Input.js.map +1 -0
- package/lib/components/Input/index.d.ts +1 -0
- package/lib/components/Input/index.js +2 -0
- package/lib/components/Input/index.js.map +1 -0
- package/lib/components/Input/types.d.ts +164 -0
- package/lib/components/Input/types.js +2 -0
- package/lib/components/Input/types.js.map +1 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +4 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js +64 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -0
- package/lib/components/InputWithDropdown/index.d.ts +1 -0
- package/lib/components/InputWithDropdown/index.js +2 -0
- package/lib/components/InputWithDropdown/index.js.map +1 -0
- package/lib/components/InputWithDropdown/types.d.ts +107 -0
- package/lib/components/InputWithDropdown/types.js +2 -0
- package/lib/components/InputWithDropdown/types.js.map +1 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.d.ts +5 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.js +168 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.js.map +1 -0
- package/lib/components/LabelEditTextField/index.d.ts +1 -0
- package/lib/components/LabelEditTextField/index.js +2 -0
- package/lib/components/LabelEditTextField/index.js.map +1 -0
- package/lib/components/LabelEditTextField/types.d.ts +53 -0
- package/lib/components/LabelEditTextField/types.js +2 -0
- package/lib/components/LabelEditTextField/types.js.map +1 -0
- package/lib/components/LazyLoad/LazyLoad.d.ts +2 -0
- package/lib/components/LazyLoad/LazyLoad.js +3 -0
- package/lib/components/LazyLoad/LazyLoad.js.map +1 -0
- package/lib/components/LazyLoad/LazyLoading.d.ts +2 -0
- package/lib/components/LazyLoad/LazyLoading.js +10 -0
- package/lib/components/LazyLoad/LazyLoading.js.map +1 -0
- package/lib/components/LazyLoad/index.d.ts +1 -0
- package/lib/components/LazyLoad/index.js +2 -0
- package/lib/components/LazyLoad/index.js.map +1 -0
- package/lib/components/LineLoader/LineLoader.d.ts +5 -0
- package/lib/components/LineLoader/LineLoader.js +7 -0
- package/lib/components/LineLoader/LineLoader.js.map +1 -0
- package/lib/components/LineLoader/index.d.ts +1 -0
- package/lib/components/LineLoader/index.js +2 -0
- package/lib/components/LineLoader/index.js.map +1 -0
- package/lib/components/LineLoader/types.d.ts +5 -0
- package/lib/components/LineLoader/types.js +2 -0
- package/lib/components/LineLoader/types.js.map +1 -0
- package/lib/components/Link/Link.d.ts +4 -0
- package/lib/components/Link/Link.js +38 -0
- package/lib/components/Link/Link.js.map +1 -0
- package/lib/components/Link/index.d.ts +1 -0
- package/lib/components/Link/index.js +2 -0
- package/lib/components/Link/index.js.map +1 -0
- package/lib/components/Link/types.d.ts +93 -0
- package/lib/components/Link/types.js +2 -0
- package/lib/components/Link/types.js.map +1 -0
- package/lib/components/MachineInputField/MachineInputField.d.ts +7 -0
- package/lib/components/MachineInputField/MachineInputField.js +53 -0
- package/lib/components/MachineInputField/MachineInputField.js.map +1 -0
- package/lib/components/MachineInputField/index.d.ts +1 -0
- package/lib/components/MachineInputField/index.js +2 -0
- package/lib/components/MachineInputField/index.js.map +1 -0
- package/lib/components/MachineInputField/types.d.ts +17 -0
- package/lib/components/MachineInputField/types.js +2 -0
- package/lib/components/MachineInputField/types.js.map +1 -0
- package/lib/components/MediaPreview/MediaPreview.d.ts +5 -0
- package/lib/components/MediaPreview/MediaPreview.js +40 -0
- package/lib/components/MediaPreview/MediaPreview.js.map +1 -0
- package/lib/components/MediaPreview/index.d.ts +1 -0
- package/lib/components/MediaPreview/index.js +2 -0
- package/lib/components/MediaPreview/index.js.map +1 -0
- package/lib/components/MediaPreview/types.d.ts +16 -0
- package/lib/components/MediaPreview/types.js +2 -0
- package/lib/components/MediaPreview/types.js.map +1 -0
- package/lib/components/MediaViewerModal/MediaViewerModal.d.ts +5 -0
- package/lib/components/MediaViewerModal/MediaViewerModal.js +100 -0
- package/lib/components/MediaViewerModal/MediaViewerModal.js.map +1 -0
- package/lib/components/MediaViewerModal/index.d.ts +1 -0
- package/lib/components/MediaViewerModal/index.js +2 -0
- package/lib/components/MediaViewerModal/index.js.map +1 -0
- package/lib/components/MediaViewerModal/type.d.ts +22 -0
- package/lib/components/MediaViewerModal/type.js +2 -0
- package/lib/components/MediaViewerModal/type.js.map +1 -0
- package/lib/components/MenuOption/MenuOption.d.ts +4 -0
- package/lib/components/MenuOption/MenuOption.js +228 -0
- package/lib/components/MenuOption/MenuOption.js.map +1 -0
- package/lib/components/MenuOption/index.d.ts +1 -0
- package/lib/components/MenuOption/index.js +2 -0
- package/lib/components/MenuOption/index.js.map +1 -0
- package/lib/components/MenuOption/types.d.ts +222 -0
- package/lib/components/MenuOption/types.js +2 -0
- package/lib/components/MenuOption/types.js.map +1 -0
- package/lib/components/MessageBox/MessageBox.d.ts +5 -0
- package/lib/components/MessageBox/MessageBox.js +19 -0
- package/lib/components/MessageBox/MessageBox.js.map +1 -0
- package/lib/components/MessageBox/index.d.ts +1 -0
- package/lib/components/MessageBox/index.js +2 -0
- package/lib/components/MessageBox/index.js.map +1 -0
- package/lib/components/MessageBox/types.d.ts +8 -0
- package/lib/components/MessageBox/types.js +2 -0
- package/lib/components/MessageBox/types.js.map +1 -0
- package/lib/components/MiniModal/MiniModal.d.ts +4 -0
- package/lib/components/MiniModal/MiniModal.js +274 -0
- package/lib/components/MiniModal/MiniModal.js.map +1 -0
- package/lib/components/MiniModal/index.d.ts +1 -0
- package/lib/components/MiniModal/index.js +2 -0
- package/lib/components/MiniModal/index.js.map +1 -0
- package/lib/components/MiniModal/types.d.ts +131 -0
- package/lib/components/MiniModal/types.js +2 -0
- package/lib/components/MiniModal/types.js.map +1 -0
- package/lib/components/MobileSkin/MobileSkin.d.ts +5 -0
- package/lib/components/MobileSkin/MobileSkin.js +41 -0
- package/lib/components/MobileSkin/MobileSkin.js.map +1 -0
- package/lib/components/MobileSkin/MobileSkinInterface.d.ts +18 -0
- package/lib/components/MobileSkin/MobileSkinInterface.js +2 -0
- package/lib/components/MobileSkin/MobileSkinInterface.js.map +1 -0
- package/lib/components/MobileSkin/index.d.ts +1 -0
- package/lib/components/MobileSkin/index.js +2 -0
- package/lib/components/MobileSkin/index.js.map +1 -0
- package/lib/components/MobileSkin/types.d.ts +37 -0
- package/lib/components/MobileSkin/types.js +2 -0
- package/lib/components/MobileSkin/types.js.map +1 -0
- package/lib/components/Modal/Modal.d.ts +4 -0
- package/lib/components/Modal/Modal.js +39 -0
- package/lib/components/Modal/Modal.js.map +1 -0
- package/lib/components/Modal/index.d.ts +1 -0
- package/lib/components/Modal/index.js +2 -0
- package/lib/components/Modal/index.js.map +1 -0
- package/lib/components/Modal/types.d.ts +34 -0
- package/lib/components/Modal/types.js +2 -0
- package/lib/components/Modal/types.js.map +1 -0
- package/lib/components/ModulesChip/ModuleChip.d.ts +4 -0
- package/lib/components/ModulesChip/ModuleChip.js +14 -0
- package/lib/components/ModulesChip/ModuleChip.js.map +1 -0
- package/lib/components/ModulesChip/index.d.ts +1 -0
- package/lib/components/ModulesChip/index.js +2 -0
- package/lib/components/ModulesChip/index.js.map +1 -0
- package/lib/components/ModulesChip/types.d.ts +15 -0
- package/lib/components/ModulesChip/types.js +2 -0
- package/lib/components/ModulesChip/types.js.map +1 -0
- package/lib/components/MultiSelect/Dropdown.d.ts +4 -0
- package/lib/components/MultiSelect/Dropdown.js +155 -0
- package/lib/components/MultiSelect/Dropdown.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelect.d.ts +4 -0
- package/lib/components/MultiSelect/MultiSelect.js +371 -0
- package/lib/components/MultiSelect/MultiSelect.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelectTypes.d.ts +49 -0
- package/lib/components/MultiSelect/MultiSelectTypes.js +2 -0
- package/lib/components/MultiSelect/MultiSelectTypes.js.map +1 -0
- package/lib/components/MultiSelect/dropdownTypes.d.ts +29 -0
- package/lib/components/MultiSelect/dropdownTypes.js +6 -0
- package/lib/components/MultiSelect/dropdownTypes.js.map +1 -0
- package/lib/components/MultiSelect/index.d.ts +1 -0
- package/lib/components/MultiSelect/index.js +2 -0
- package/lib/components/MultiSelect/index.js.map +1 -0
- package/lib/components/NLPInput/NlpInput.d.ts +4 -0
- package/lib/components/NLPInput/NlpInput.js +254 -0
- package/lib/components/NLPInput/NlpInput.js.map +1 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.d.ts +4 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js +93 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js.map +1 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +44 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js +7 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js.map +1 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +4 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +211 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -0
- package/lib/components/NLPInput/index.d.ts +1 -0
- package/lib/components/NLPInput/index.js +2 -0
- package/lib/components/NLPInput/index.js.map +1 -0
- package/lib/components/NLPInput/sampleData.d.ts +153 -0
- package/lib/components/NLPInput/sampleData.js +189 -0
- package/lib/components/NLPInput/sampleData.js.map +1 -0
- package/lib/components/NLPInput/types.d.ts +97 -0
- package/lib/components/NLPInput/types.js +2 -0
- package/lib/components/NLPInput/types.js.map +1 -0
- package/lib/components/NoDataContent/NoDataContent.d.ts +5 -0
- package/lib/components/NoDataContent/NoDataContent.js +9 -0
- package/lib/components/NoDataContent/NoDataContent.js.map +1 -0
- package/lib/components/NoDataContent/index.d.ts +1 -0
- package/lib/components/NoDataContent/index.js +2 -0
- package/lib/components/NoDataContent/index.js.map +1 -0
- package/lib/components/NoDataContent/type.d.ts +9 -0
- package/lib/components/NoDataContent/type.js +2 -0
- package/lib/components/NoDataContent/type.js.map +1 -0
- package/lib/components/OsTree/OsTree.d.ts +5 -0
- package/lib/components/OsTree/OsTree.js +11 -0
- package/lib/components/OsTree/OsTree.js.map +1 -0
- package/lib/components/OsTree/index.d.ts +1 -0
- package/lib/components/OsTree/index.js +2 -0
- package/lib/components/OsTree/index.js.map +1 -0
- package/lib/components/OsTree/type.d.ts +26 -0
- package/lib/components/OsTree/type.js +2 -0
- package/lib/components/OsTree/type.js.map +1 -0
- package/lib/components/OtpVerification/OtpVerification.d.ts +5 -0
- package/lib/components/OtpVerification/OtpVerification.js +70 -0
- package/lib/components/OtpVerification/OtpVerification.js.map +1 -0
- package/lib/components/OtpVerification/index.d.ts +1 -0
- package/lib/components/OtpVerification/index.js +2 -0
- package/lib/components/OtpVerification/index.js.map +1 -0
- package/lib/components/OtpVerification/type.d.ts +18 -0
- package/lib/components/OtpVerification/type.js +2 -0
- package/lib/components/OtpVerification/type.js.map +1 -0
- package/lib/components/OverviewModal/index.d.ts +1 -0
- package/lib/components/OverviewModal/index.js +2 -0
- package/lib/components/OverviewModal/index.js.map +1 -0
- package/lib/components/OverviewModal/overviewModal.d.ts +5 -0
- package/lib/components/OverviewModal/overviewModal.js +64 -0
- package/lib/components/OverviewModal/overviewModal.js.map +1 -0
- package/lib/components/OverviewModal/types.d.ts +51 -0
- package/lib/components/OverviewModal/types.js +2 -0
- package/lib/components/OverviewModal/types.js.map +1 -0
- package/lib/components/Paper/Paper.d.ts +4 -0
- package/lib/components/Paper/Paper.js +9 -0
- package/lib/components/Paper/Paper.js.map +1 -0
- package/lib/components/Paper/index.d.ts +1 -0
- package/lib/components/Paper/index.js +2 -0
- package/lib/components/Paper/index.js.map +1 -0
- package/lib/components/Paper/types.d.ts +15 -0
- package/lib/components/Paper/types.js +2 -0
- package/lib/components/Paper/types.js.map +1 -0
- package/lib/components/PhoneInput/PhoneInput.d.ts +5 -0
- package/lib/components/PhoneInput/PhoneInput.js +73 -0
- package/lib/components/PhoneInput/PhoneInput.js.map +1 -0
- package/lib/components/PhoneInput/index.d.ts +1 -0
- package/lib/components/PhoneInput/index.js +2 -0
- package/lib/components/PhoneInput/index.js.map +1 -0
- package/lib/components/PhoneInput/types.d.ts +26 -0
- package/lib/components/PhoneInput/types.js +2 -0
- package/lib/components/PhoneInput/types.js.map +1 -0
- package/lib/components/PopUpModal/PopUpModal.d.ts +5 -0
- package/lib/components/PopUpModal/PopUpModal.js +11 -0
- package/lib/components/PopUpModal/PopUpModal.js.map +1 -0
- package/lib/components/PopUpModal/types.d.ts +22 -0
- package/lib/components/PopUpModal/types.js +2 -0
- package/lib/components/PopUpModal/types.js.map +1 -0
- package/lib/components/PrePostTable/PrePostTable.d.ts +4 -0
- package/lib/components/PrePostTable/PrePostTable.js +145 -0
- package/lib/components/PrePostTable/PrePostTable.js.map +1 -0
- package/lib/components/PrePostTable/Types.d.ts +193 -0
- package/lib/components/PrePostTable/Types.js +2 -0
- package/lib/components/PrePostTable/Types.js.map +1 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.d.ts +4 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.js +39 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.js.map +1 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.d.ts +4 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.js +18 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.js.map +1 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.d.ts +9 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.js +17 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.js.map +1 -0
- package/lib/components/PrePostTable/index.d.ts +1 -0
- package/lib/components/PrePostTable/index.js +2 -0
- package/lib/components/PrePostTable/index.js.map +1 -0
- package/lib/components/ProgressBar/ProgressBar.d.ts +5 -0
- package/lib/components/ProgressBar/ProgressBar.js +62 -0
- package/lib/components/ProgressBar/ProgressBar.js.map +1 -0
- package/lib/components/ProgressBar/index.d.ts +1 -0
- package/lib/components/ProgressBar/index.js +2 -0
- package/lib/components/ProgressBar/index.js.map +1 -0
- package/lib/components/ProgressBar/types.d.ts +15 -0
- package/lib/components/ProgressBar/types.js +2 -0
- package/lib/components/ProgressBar/types.js.map +1 -0
- package/lib/components/Prompt/Prompt.d.ts +5 -0
- package/lib/components/Prompt/Prompt.js +29 -0
- package/lib/components/Prompt/Prompt.js.map +1 -0
- package/lib/components/Prompt/index.d.ts +1 -0
- package/lib/components/Prompt/index.js +2 -0
- package/lib/components/Prompt/index.js.map +1 -0
- package/lib/components/Prompt/types.d.ts +23 -0
- package/lib/components/Prompt/types.js +2 -0
- package/lib/components/Prompt/types.js.map +1 -0
- package/lib/components/PromptContainer/PromptContainer.d.ts +5 -0
- package/lib/components/PromptContainer/PromptContainer.js +76 -0
- package/lib/components/PromptContainer/PromptContainer.js.map +1 -0
- package/lib/components/PromptContainer/index.d.ts +1 -0
- package/lib/components/PromptContainer/index.js +2 -0
- package/lib/components/PromptContainer/index.js.map +1 -0
- package/lib/components/PromptContainer/types.d.ts +24 -0
- package/lib/components/PromptContainer/types.js +2 -0
- package/lib/components/PromptContainer/types.js.map +1 -0
- package/lib/components/RadioButton/RadioButton.d.ts +5 -0
- package/lib/components/RadioButton/RadioButton.js +9 -0
- package/lib/components/RadioButton/RadioButton.js.map +1 -0
- package/lib/components/RadioButton/index.d.ts +1 -0
- package/lib/components/RadioButton/index.js +2 -0
- package/lib/components/RadioButton/index.js.map +1 -0
- package/lib/components/RadioButton/radioButtonTypes.d.ts +58 -0
- package/lib/components/RadioButton/radioButtonTypes.js +2 -0
- package/lib/components/RadioButton/radioButtonTypes.js.map +1 -0
- package/lib/components/RadioGroup/RadioGroup.d.ts +4 -0
- package/lib/components/RadioGroup/RadioGroup.js +10 -0
- package/lib/components/RadioGroup/RadioGroup.js.map +1 -0
- package/lib/components/RadioGroup/index.d.ts +1 -0
- package/lib/components/RadioGroup/index.js +2 -0
- package/lib/components/RadioGroup/index.js.map +1 -0
- package/lib/components/RadioGroup/radioGroupTypes.d.ts +90 -0
- package/lib/components/RadioGroup/radioGroupTypes.js +2 -0
- package/lib/components/RadioGroup/radioGroupTypes.js.map +1 -0
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.d.ts +5 -0
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js +46 -0
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js.map +1 -0
- package/lib/components/ScriptGenerationLoader/index.d.ts +1 -0
- package/lib/components/ScriptGenerationLoader/index.js +2 -0
- package/lib/components/ScriptGenerationLoader/index.js.map +1 -0
- package/lib/components/ScriptGenerationLoader/types.d.ts +20 -0
- package/lib/components/ScriptGenerationLoader/types.js +2 -0
- package/lib/components/ScriptGenerationLoader/types.js.map +1 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.d.ts +9 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js +16 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js.map +1 -0
- package/lib/components/ScriptSwitchButton/index.d.ts +1 -0
- package/lib/components/ScriptSwitchButton/index.js +2 -0
- package/lib/components/ScriptSwitchButton/index.js.map +1 -0
- package/lib/components/Search/Search.d.ts +4 -0
- package/lib/components/Search/Search.js +148 -0
- package/lib/components/Search/Search.js.map +1 -0
- package/lib/components/Search/index.d.ts +1 -0
- package/lib/components/Search/index.js +2 -0
- package/lib/components/Search/index.js.map +1 -0
- package/lib/components/Search/types.d.ts +31 -0
- package/lib/components/Search/types.js +2 -0
- package/lib/components/Search/types.js.map +1 -0
- package/lib/components/Select/Select.d.ts +5 -0
- package/lib/components/Select/Select.js +257 -0
- package/lib/components/Select/Select.js.map +1 -0
- package/lib/components/Select/components/Dropdown.d.ts +5 -0
- package/lib/components/Select/components/Dropdown.js +141 -0
- package/lib/components/Select/components/Dropdown.js.map +1 -0
- package/lib/components/Select/components/types.d.ts +35 -0
- package/lib/components/Select/components/types.js +7 -0
- package/lib/components/Select/components/types.js.map +1 -0
- package/lib/components/Select/index.d.ts +1 -0
- package/lib/components/Select/index.js +2 -0
- package/lib/components/Select/index.js.map +1 -0
- package/lib/components/Select/types.d.ts +118 -0
- package/lib/components/Select/types.js +2 -0
- package/lib/components/Select/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.d.ts +5 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +72 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.d.ts +4 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +184 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.d.ts +23 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.d.ts +4 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js +23 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.d.ts +16 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.d.ts +5 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js +13 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.d.ts +8 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.d.ts +3 -0
- package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.js +4 -0
- package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/index.d.ts +1 -0
- package/lib/components/SequentialConnectingBranch/index.js +2 -0
- package/lib/components/SequentialConnectingBranch/index.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/types.d.ts +74 -0
- package/lib/components/SequentialConnectingBranch/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/types.js.map +1 -0
- package/lib/components/SessionDropdown/SessionDropdown.d.ts +5 -0
- package/lib/components/SessionDropdown/SessionDropdown.js +31 -0
- package/lib/components/SessionDropdown/SessionDropdown.js.map +1 -0
- package/lib/components/SessionDropdown/index.d.ts +2 -0
- package/lib/components/SessionDropdown/index.js +3 -0
- package/lib/components/SessionDropdown/index.js.map +1 -0
- package/lib/components/SessionDropdown/type.d.ts +39 -0
- package/lib/components/SessionDropdown/type.js +2 -0
- package/lib/components/SessionDropdown/type.js.map +1 -0
- package/lib/components/SessionManager/SessionManager.d.ts +4 -0
- package/lib/components/SessionManager/SessionManager.js +47 -0
- package/lib/components/SessionManager/SessionManager.js.map +1 -0
- package/lib/components/SessionManager/index.d.ts +1 -0
- package/lib/components/SessionManager/index.js +2 -0
- package/lib/components/SessionManager/index.js.map +1 -0
- package/lib/components/SessionManager/types.d.ts +10 -0
- package/lib/components/SessionManager/types.js +2 -0
- package/lib/components/SessionManager/types.js.map +1 -0
- package/lib/components/StateDropdown/StateDropdown.d.ts +4 -0
- package/lib/components/StateDropdown/StateDropdown.js +76 -0
- package/lib/components/StateDropdown/StateDropdown.js.map +1 -0
- package/lib/components/StateDropdown/StateDropdownTypes.d.ts +12 -0
- package/lib/components/StateDropdown/StateDropdownTypes.js +2 -0
- package/lib/components/StateDropdown/StateDropdownTypes.js.map +1 -0
- package/lib/components/StateDropdown/index.d.ts +1 -0
- package/lib/components/StateDropdown/index.js +2 -0
- package/lib/components/StateDropdown/index.js.map +1 -0
- package/lib/components/StatusBadge/StatusBadge.d.ts +10 -0
- package/lib/components/StatusBadge/StatusBadge.js +38 -0
- package/lib/components/StatusBadge/StatusBadge.js.map +1 -0
- package/lib/components/StatusBadge/index.d.ts +1 -0
- package/lib/components/StatusBadge/index.js +2 -0
- package/lib/components/StatusBadge/index.js.map +1 -0
- package/lib/components/StatusButton/StatusButton.d.ts +4 -0
- package/lib/components/StatusButton/StatusButton.js +11 -0
- package/lib/components/StatusButton/StatusButton.js.map +1 -0
- package/lib/components/StatusButton/index.d.ts +1 -0
- package/lib/components/StatusButton/index.js +2 -0
- package/lib/components/StatusButton/index.js.map +1 -0
- package/lib/components/StatusButton/types.d.ts +36 -0
- package/lib/components/StatusButton/types.js +2 -0
- package/lib/components/StatusButton/types.js.map +1 -0
- package/lib/components/StatusCard/StatusCard.d.ts +5 -0
- package/lib/components/StatusCard/StatusCard.js +41 -0
- package/lib/components/StatusCard/StatusCard.js.map +1 -0
- package/lib/components/StatusCard/index.d.ts +1 -0
- package/lib/components/StatusCard/index.js +2 -0
- package/lib/components/StatusCard/index.js.map +1 -0
- package/lib/components/StatusCard/types.d.ts +18 -0
- package/lib/components/StatusCard/types.js +2 -0
- package/lib/components/StatusCard/types.js.map +1 -0
- package/lib/components/StatusIndicator/StatusIndicator.d.ts +4 -0
- package/lib/components/StatusIndicator/StatusIndicator.js +26 -0
- package/lib/components/StatusIndicator/StatusIndicator.js.map +1 -0
- package/lib/components/StatusIndicator/index.d.ts +1 -0
- package/lib/components/StatusIndicator/index.js +2 -0
- package/lib/components/StatusIndicator/index.js.map +1 -0
- package/lib/components/StatusIndicator/types.d.ts +9 -0
- package/lib/components/StatusIndicator/types.js +2 -0
- package/lib/components/StatusIndicator/types.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.d.ts +3 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.js +35 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.d.ts +2 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.js +34 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.d.ts +5 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +82 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js +256 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepResultStats.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepResultStats.js +70 -0
- package/lib/components/StepsLandingTable/Components/StepResultStats.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js +81 -0
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepsTitle.d.ts +3 -0
- package/lib/components/StepsLandingTable/Components/StepsTitle.js +39 -0
- package/lib/components/StepsLandingTable/Components/StepsTitle.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/Types.d.ts +203 -0
- package/lib/components/StepsLandingTable/Components/Types.js +2 -0
- package/lib/components/StepsLandingTable/Components/Types.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.d.ts +14 -0
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js +386 -0
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/index.d.ts +1 -0
- package/lib/components/StepsLandingTable/Components/index.js +2 -0
- package/lib/components/StepsLandingTable/Components/index.js.map +1 -0
- package/lib/components/StepsLandingTable/StepLandingTable.d.ts +5 -0
- package/lib/components/StepsLandingTable/StepLandingTable.js +219 -0
- package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -0
- package/lib/components/StepsLandingTable/constant.d.ts +482 -0
- package/lib/components/StepsLandingTable/constant.js +1057 -0
- package/lib/components/StepsLandingTable/constant.js.map +1 -0
- package/lib/components/StepsLandingTable/index.d.ts +1 -0
- package/lib/components/StepsLandingTable/index.js +2 -0
- package/lib/components/StepsLandingTable/index.js.map +1 -0
- package/lib/components/StepsLandingTable/types.d.ts +101 -0
- package/lib/components/StepsLandingTable/types.js +2 -0
- package/lib/components/StepsLandingTable/types.js.map +1 -0
- package/lib/components/SwitchButton/SwitchButton.d.ts +5 -0
- package/lib/components/SwitchButton/SwitchButton.js +11 -0
- package/lib/components/SwitchButton/SwitchButton.js.map +1 -0
- package/lib/components/SwitchButton/index.d.ts +1 -0
- package/lib/components/SwitchButton/index.js +2 -0
- package/lib/components/SwitchButton/index.js.map +1 -0
- package/lib/components/SwitchButton/types.d.ts +34 -0
- package/lib/components/SwitchButton/types.js +2 -0
- package/lib/components/SwitchButton/types.js.map +1 -0
- package/lib/components/Table/EditComponent.d.ts +3 -0
- package/lib/components/Table/EditComponent.js +47 -0
- package/lib/components/Table/EditComponent.js.map +1 -0
- package/lib/components/Table/NoDataContent.d.ts +4 -0
- package/lib/components/Table/NoDataContent.js +9 -0
- package/lib/components/Table/NoDataContent.js.map +1 -0
- package/lib/components/Table/Table.d.ts +4 -0
- package/lib/components/Table/Table.js +204 -0
- package/lib/components/Table/Table.js.map +1 -0
- package/lib/components/Table/Types.d.ts +211 -0
- package/lib/components/Table/Types.js +2 -0
- package/lib/components/Table/Types.js.map +1 -0
- package/lib/components/Table/components/SortableRow.d.ts +2 -0
- package/lib/components/Table/components/SortableRow.js +81 -0
- package/lib/components/Table/components/SortableRow.js.map +1 -0
- package/lib/components/Table/components/TableHeader.d.ts +3 -0
- package/lib/components/Table/components/TableHeader.js +29 -0
- package/lib/components/Table/components/TableHeader.js.map +1 -0
- package/lib/components/Table/components/VirtualizedRows.d.ts +3 -0
- package/lib/components/Table/components/VirtualizedRows.js +19 -0
- package/lib/components/Table/components/VirtualizedRows.js.map +1 -0
- package/lib/components/Table/index.d.ts +1 -0
- package/lib/components/Table/index.js +2 -0
- package/lib/components/Table/index.js.map +1 -0
- package/lib/components/Table/utils/constants.d.ts +6 -0
- package/lib/components/Table/utils/constants.js +9 -0
- package/lib/components/Table/utils/constants.js.map +1 -0
- package/lib/components/Table/utils/virtualization.d.ts +7 -0
- package/lib/components/Table/utils/virtualization.js +41 -0
- package/lib/components/Table/utils/virtualization.js.map +1 -0
- package/lib/components/TableTree/Components/TableBody.d.ts +3 -0
- package/lib/components/TableTree/Components/TableBody.js +12 -0
- package/lib/components/TableTree/Components/TableBody.js.map +1 -0
- package/lib/components/TableTree/Components/TableCell.d.ts +4 -0
- package/lib/components/TableTree/Components/TableCell.js +81 -0
- package/lib/components/TableTree/Components/TableCell.js.map +1 -0
- package/lib/components/TableTree/Components/TableHead.d.ts +4 -0
- package/lib/components/TableTree/Components/TableHead.js +40 -0
- package/lib/components/TableTree/Components/TableHead.js.map +1 -0
- package/lib/components/TableTree/Components/TableRow.d.ts +4 -0
- package/lib/components/TableTree/Components/TableRow.js +9 -0
- package/lib/components/TableTree/Components/TableRow.js.map +1 -0
- package/lib/components/TableTree/TableTree.d.ts +5 -0
- package/lib/components/TableTree/TableTree.js +177 -0
- package/lib/components/TableTree/TableTree.js.map +1 -0
- package/lib/components/TableTree/Utils/addLastChild.d.ts +2 -0
- package/lib/components/TableTree/Utils/addLastChild.js +24 -0
- package/lib/components/TableTree/Utils/addLastChild.js.map +1 -0
- package/lib/components/TableTree/Utils/addNewRow.d.ts +14 -0
- package/lib/components/TableTree/Utils/addNewRow.js +62 -0
- package/lib/components/TableTree/Utils/addNewRow.js.map +1 -0
- package/lib/components/TableTree/Utils/formatDataCell.d.ts +2 -0
- package/lib/components/TableTree/Utils/formatDataCell.js +15 -0
- package/lib/components/TableTree/Utils/formatDataCell.js.map +1 -0
- package/lib/components/TableTree/Utils/getAllChildIds.d.ts +2 -0
- package/lib/components/TableTree/Utils/getAllChildIds.js +12 -0
- package/lib/components/TableTree/Utils/getAllChildIds.js.map +1 -0
- package/lib/components/TableTree/Utils/renderSpaces.d.ts +0 -0
- package/lib/components/TableTree/Utils/renderSpaces.js +2 -0
- package/lib/components/TableTree/Utils/renderSpaces.js.map +1 -0
- package/lib/components/TableTree/data.d.ts +247 -0
- package/lib/components/TableTree/data.js +528 -0
- package/lib/components/TableTree/data.js.map +1 -0
- package/lib/components/TableTree/index.d.ts +1 -0
- package/lib/components/TableTree/index.js +2 -0
- package/lib/components/TableTree/index.js.map +1 -0
- package/lib/components/TableTree/types.d.ts +140 -0
- package/lib/components/TableTree/types.js +2 -0
- package/lib/components/TableTree/types.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableBody.d.ts +3 -0
- package/lib/components/TableTreeFn/Components/TableBody.js +12 -0
- package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableCell.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableCell.js +83 -0
- package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableHead.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableHead.js +51 -0
- package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableRow.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableRow.js +9 -0
- package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -0
- package/lib/components/TableTreeFn/TableTreeFn.d.ts +5 -0
- package/lib/components/TableTreeFn/TableTreeFn.js +315 -0
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.js +24 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.d.ts +14 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.js +79 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.js +15 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.js +12 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.d.ts +0 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.js +2 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.d.ts +3 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.js +65 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.js.map +1 -0
- package/lib/components/TableTreeFn/data.d.ts +247 -0
- package/lib/components/TableTreeFn/data.js +529 -0
- package/lib/components/TableTreeFn/data.js.map +1 -0
- package/lib/components/TableTreeFn/index.d.ts +1 -0
- package/lib/components/TableTreeFn/index.js +2 -0
- package/lib/components/TableTreeFn/index.js.map +1 -0
- package/lib/components/TableTreeFn/types.d.ts +147 -0
- package/lib/components/TableTreeFn/types.js +2 -0
- package/lib/components/TableTreeFn/types.js.map +1 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +5 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.js +62 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -0
- package/lib/components/TableWithAccordion/data.d.ts +8 -0
- package/lib/components/TableWithAccordion/data.js +38 -0
- package/lib/components/TableWithAccordion/data.js.map +1 -0
- package/lib/components/TableWithAccordion/index.d.ts +1 -0
- package/lib/components/TableWithAccordion/index.js +2 -0
- package/lib/components/TableWithAccordion/index.js.map +1 -0
- package/lib/components/TableWithAccordion/types.d.ts +68 -0
- package/lib/components/TableWithAccordion/types.js +2 -0
- package/lib/components/TableWithAccordion/types.js.map +1 -0
- package/lib/components/Tabs/Tabs.d.ts +5 -0
- package/lib/components/Tabs/Tabs.js +35 -0
- package/lib/components/Tabs/Tabs.js.map +1 -0
- package/lib/components/Tabs/index.d.ts +1 -0
- package/lib/components/Tabs/index.js +2 -0
- package/lib/components/Tabs/index.js.map +1 -0
- package/lib/components/Tabs/types.d.ts +69 -0
- package/lib/components/Tabs/types.js +2 -0
- package/lib/components/Tabs/types.js.map +1 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.d.ts +5 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.js +52 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.js.map +1 -0
- package/lib/components/TabsWithSilder/index.d.ts +1 -0
- package/lib/components/TabsWithSilder/index.js +2 -0
- package/lib/components/TabsWithSilder/index.js.map +1 -0
- package/lib/components/TabsWithSilder/types.d.ts +52 -0
- package/lib/components/TabsWithSilder/types.js +2 -0
- package/lib/components/TabsWithSilder/types.js.map +1 -0
- package/lib/components/TextArea/Textarea.d.ts +4 -0
- package/lib/components/TextArea/Textarea.js +85 -0
- package/lib/components/TextArea/Textarea.js.map +1 -0
- package/lib/components/TextArea/Types.d.ts +92 -0
- package/lib/components/TextArea/Types.js +2 -0
- package/lib/components/TextArea/Types.js.map +1 -0
- package/lib/components/TextArea/index.d.ts +1 -0
- package/lib/components/TextArea/index.js +2 -0
- package/lib/components/TextArea/index.js.map +1 -0
- package/lib/components/TextEditor/TextEditor.d.ts +5 -0
- package/lib/components/TextEditor/TextEditor.js +190 -0
- package/lib/components/TextEditor/TextEditor.js.map +1 -0
- package/lib/components/TextEditor/index.d.ts +1 -0
- package/lib/components/TextEditor/index.js +2 -0
- package/lib/components/TextEditor/index.js.map +1 -0
- package/lib/components/TextEditor/types.d.ts +19 -0
- package/lib/components/TextEditor/types.js +2 -0
- package/lib/components/TextEditor/types.js.map +1 -0
- package/lib/components/ThemeProvider/ThemeProvider.d.ts +7 -0
- package/lib/components/ThemeProvider/ThemeProvider.js +18 -0
- package/lib/components/ThemeProvider/ThemeProvider.js.map +1 -0
- package/lib/components/ThemeProvider/index.d.ts +1 -0
- package/lib/components/ThemeProvider/index.js +2 -0
- package/lib/components/ThemeProvider/index.js.map +1 -0
- package/lib/components/ThemeProvider/types.d.ts +11 -0
- package/lib/components/ThemeProvider/types.js +2 -0
- package/lib/components/ThemeProvider/types.js.map +1 -0
- package/lib/components/Toast/Toast.d.ts +5 -0
- package/lib/components/Toast/Toast.js +54 -0
- package/lib/components/Toast/Toast.js.map +1 -0
- package/lib/components/Toast/index.d.ts +1 -0
- package/lib/components/Toast/index.js +2 -0
- package/lib/components/Toast/index.js.map +1 -0
- package/lib/components/Toast/types.d.ts +20 -0
- package/lib/components/Toast/types.js +2 -0
- package/lib/components/Toast/types.js.map +1 -0
- package/lib/components/Toastify/Toastify.d.ts +10 -0
- package/lib/components/Toastify/Toastify.js +97 -0
- package/lib/components/Toastify/Toastify.js.map +1 -0
- package/lib/components/Toastify/index.d.ts +1 -0
- package/lib/components/Toastify/index.js +2 -0
- package/lib/components/Toastify/index.js.map +1 -0
- package/lib/components/Toastify/types.d.ts +9 -0
- package/lib/components/Toastify/types.js +2 -0
- package/lib/components/Toastify/types.js.map +1 -0
- package/lib/components/Toggle/Toggle.d.ts +5 -0
- package/lib/components/Toggle/Toggle.js +40 -0
- package/lib/components/Toggle/Toggle.js.map +1 -0
- package/lib/components/Toggle/index.d.ts +1 -0
- package/lib/components/Toggle/index.js +2 -0
- package/lib/components/Toggle/index.js.map +1 -0
- package/lib/components/Toggle/types.d.ts +50 -0
- package/lib/components/Toggle/types.js +2 -0
- package/lib/components/Toggle/types.js.map +1 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.d.ts +10 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.js +7 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.js.map +1 -0
- package/lib/components/ToggleSwitch/index.d.ts +1 -0
- package/lib/components/ToggleSwitch/index.js +2 -0
- package/lib/components/ToggleSwitch/index.js.map +1 -0
- package/lib/components/Tooltip/Tooltip.d.ts +5 -0
- package/lib/components/Tooltip/Tooltip.js +163 -0
- package/lib/components/Tooltip/Tooltip.js.map +1 -0
- package/lib/components/Tooltip/index.d.ts +1 -0
- package/lib/components/Tooltip/index.js +2 -0
- package/lib/components/Tooltip/index.js.map +1 -0
- package/lib/components/Tooltip/types.d.ts +48 -0
- package/lib/components/Tooltip/types.js +2 -0
- package/lib/components/Tooltip/types.js.map +1 -0
- package/lib/components/TruncatedTooltip/TruncatedTooltip.d.ts +7 -0
- package/lib/components/TruncatedTooltip/TruncatedTooltip.js +9 -0
- package/lib/components/TruncatedTooltip/TruncatedTooltip.js.map +1 -0
- package/lib/components/TruncatedTooltip/index.d.ts +1 -0
- package/lib/components/TruncatedTooltip/index.js +2 -0
- package/lib/components/TruncatedTooltip/index.js.map +1 -0
- package/lib/components/Typography/Typography.d.ts +5 -0
- package/lib/components/Typography/Typography.js +16 -0
- package/lib/components/Typography/Typography.js.map +1 -0
- package/lib/components/Typography/index.d.ts +1 -0
- package/lib/components/Typography/index.js +2 -0
- package/lib/components/Typography/index.js.map +1 -0
- package/lib/components/Typography/types.d.ts +51 -0
- package/lib/components/Typography/types.js +2 -0
- package/lib/components/Typography/types.js.map +1 -0
- package/lib/components/VariableInput/VariableInput.d.ts +4 -0
- package/lib/components/VariableInput/VariableInput.js +241 -0
- package/lib/components/VariableInput/VariableInput.js.map +1 -0
- package/lib/components/VariableInput/index.d.ts +1 -0
- package/lib/components/VariableInput/index.js +2 -0
- package/lib/components/VariableInput/index.js.map +1 -0
- package/lib/components/VariableInput/types.d.ts +53 -0
- package/lib/components/VariableInput/types.js +2 -0
- package/lib/components/VariableInput/types.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.d.ts +5 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +23 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.d.ts +4 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +198 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/index.d.ts +1 -0
- package/lib/components/variableSuggestionInputDropDown/index.js +2 -0
- package/lib/components/variableSuggestionInputDropDown/index.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/types.d.ts +198 -0
- package/lib/components/variableSuggestionInputDropDown/types.js +2 -0
- package/lib/components/variableSuggestionInputDropDown/types.js.map +1 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.d.ts +2 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.js +18 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.js.map +1 -0
- package/lib/hooks/useClickOutside.d.ts +2 -0
- package/lib/hooks/useClickOutside.js +19 -0
- package/lib/hooks/useClickOutside.js.map +1 -0
- package/lib/hooks/useFileDropzone.d.ts +3 -0
- package/lib/hooks/useFileDropzone.js +259 -0
- package/lib/hooks/useFileDropzone.js.map +1 -0
- package/lib/hooks/useIntersectionObserver.d.ts +9 -0
- package/lib/hooks/useIntersectionObserver.js +26 -0
- package/lib/hooks/useIntersectionObserver.js.map +1 -0
- package/lib/hooks/useMergeRefs.d.ts +1 -0
- package/lib/hooks/useMergeRefs.js +16 -0
- package/lib/hooks/useMergeRefs.js.map +1 -0
- package/lib/hooks/usePortalPosition.d.ts +9 -0
- package/lib/hooks/usePortalPosition.js +38 -0
- package/lib/hooks/usePortalPosition.js.map +1 -0
- package/lib/hooks/useTheme.d.ts +3 -0
- package/lib/hooks/useTheme.js +11 -0
- package/lib/hooks/useTheme.js.map +1 -0
- package/lib/hooks/useTriggerControl.d.ts +7 -0
- package/lib/hooks/useTriggerControl.js +18 -0
- package/lib/hooks/useTriggerControl.js.map +1 -0
- package/lib/index.d.ts +5784 -0
- package/lib/index.js +41 -0
- package/lib/index.js.map +1 -0
- package/lib/styles.css +2 -0
- package/lib/styles.css.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/lib/utils/AddStepGroup/AddStepGroup.d.ts +2 -0
- package/lib/utils/AddStepGroup/AddStepGroup.js +34 -0
- package/lib/utils/AddStepGroup/AddStepGroup.js.map +1 -0
- package/lib/utils/AppendNewRow/AppendNewRow.d.ts +1 -0
- package/lib/utils/AppendNewRow/AppendNewRow.js +38 -0
- package/lib/utils/AppendNewRow/AppendNewRow.js.map +1 -0
- package/lib/utils/CopyToClipboard/copyToClipboard.d.ts +1 -0
- package/lib/utils/CopyToClipboard/copyToClipboard.js +10 -0
- package/lib/utils/CopyToClipboard/copyToClipboard.js.map +1 -0
- package/lib/utils/FormatString/FormatString.d.ts +1 -0
- package/lib/utils/FormatString/FormatString.js +33 -0
- package/lib/utils/FormatString/FormatString.js.map +1 -0
- package/lib/utils/ScrollToview/ScrollToView.d.ts +3 -0
- package/lib/utils/ScrollToview/ScrollToView.js +17 -0
- package/lib/utils/ScrollToview/ScrollToView.js.map +1 -0
- package/lib/utils/TableCell/TableCell.d.ts +1 -0
- package/lib/utils/TableCell/TableCell.js +24 -0
- package/lib/utils/TableCell/TableCell.js.map +1 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.d.ts +4 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.js +118 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.js.map +1 -0
- package/lib/utils/TreeNavigateUtils/types.d.ts +9 -0
- package/lib/utils/TreeNavigateUtils/types.js +2 -0
- package/lib/utils/TreeNavigateUtils/types.js.map +1 -0
- package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.d.ts +1 -0
- package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.js +19 -0
- package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.js.map +1 -0
- package/lib/utils/capitalize/capitalize.d.ts +1 -0
- package/lib/utils/capitalize/capitalize.js +6 -0
- package/lib/utils/capitalize/capitalize.js.map +1 -0
- package/lib/utils/checkDuplicates/checkDuplicates.d.ts +1 -0
- package/lib/utils/checkDuplicates/checkDuplicates.js +13 -0
- package/lib/utils/checkDuplicates/checkDuplicates.js.map +1 -0
- package/lib/utils/checkEmpty/checkEmpty.d.ts +3 -0
- package/lib/utils/checkEmpty/checkEmpty.js +22 -0
- package/lib/utils/checkEmpty/checkEmpty.js.map +1 -0
- package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.d.ts +5 -0
- package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.js +32 -0
- package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.js.map +1 -0
- package/lib/utils/compareArrays/compareArrays.d.ts +11 -0
- package/lib/utils/compareArrays/compareArrays.js +25 -0
- package/lib/utils/compareArrays/compareArrays.js.map +1 -0
- package/lib/utils/compareObjects/compareObjects.d.ts +2 -0
- package/lib/utils/compareObjects/compareObjects.js +41 -0
- package/lib/utils/compareObjects/compareObjects.js.map +1 -0
- package/lib/utils/convertToBytes/convertToBytes.d.ts +1 -0
- package/lib/utils/convertToBytes/convertToBytes.js +18 -0
- package/lib/utils/convertToBytes/convertToBytes.js.map +1 -0
- package/lib/utils/convertToGB/convertToGB.d.ts +1 -0
- package/lib/utils/convertToGB/convertToGB.js +18 -0
- package/lib/utils/convertToGB/convertToGB.js.map +1 -0
- package/lib/utils/convertToISO/convertToISO.d.ts +1 -0
- package/lib/utils/convertToISO/convertToISO.js +19 -0
- package/lib/utils/convertToISO/convertToISO.js.map +1 -0
- package/lib/utils/convertToKB/convertToKB.d.ts +1 -0
- package/lib/utils/convertToKB/convertToKB.js +20 -0
- package/lib/utils/convertToKB/convertToKB.js.map +1 -0
- package/lib/utils/convertToMB/convertToMB.d.ts +1 -0
- package/lib/utils/convertToMB/convertToMB.js +20 -0
- package/lib/utils/convertToMB/convertToMB.js.map +1 -0
- package/lib/utils/convertToTB/convertToTB.d.ts +1 -0
- package/lib/utils/convertToTB/convertToTB.js +20 -0
- package/lib/utils/convertToTB/convertToTB.js.map +1 -0
- package/lib/utils/dateFormatter/dateFormatUtils.d.ts +1 -0
- package/lib/utils/dateFormatter/dateFormatUtils.js +34 -0
- package/lib/utils/dateFormatter/dateFormatUtils.js.map +1 -0
- package/lib/utils/debounce/debounce.d.ts +7 -0
- package/lib/utils/debounce/debounce.js +43 -0
- package/lib/utils/debounce/debounce.js.map +1 -0
- package/lib/utils/downloadFile/saveFileFromBlob.d.ts +1 -0
- package/lib/utils/downloadFile/saveFileFromBlob.js +28 -0
- package/lib/utils/downloadFile/saveFileFromBlob.js.map +1 -0
- package/lib/utils/ffID/ffid.d.ts +1 -0
- package/lib/utils/ffID/ffid.js +3 -0
- package/lib/utils/ffID/ffid.js.map +1 -0
- package/lib/utils/findAndInsert/findAndInsert.d.ts +7 -0
- package/lib/utils/findAndInsert/findAndInsert.js +32 -0
- package/lib/utils/findAndInsert/findAndInsert.js.map +1 -0
- package/lib/utils/formData/ConvertFormDataToObject.d.ts +1 -0
- package/lib/utils/formData/ConvertFormDataToObject.js +16 -0
- package/lib/utils/formData/ConvertFormDataToObject.js.map +1 -0
- package/lib/utils/formatDate/formatDate.d.ts +1 -0
- package/lib/utils/formatDate/formatDate.js +7 -0
- package/lib/utils/formatDate/formatDate.js.map +1 -0
- package/lib/utils/functionCheck/functionCheck.d.ts +2 -0
- package/lib/utils/functionCheck/functionCheck.js +6 -0
- package/lib/utils/functionCheck/functionCheck.js.map +1 -0
- package/lib/utils/getAnchorElement/getAnchorElement.d.ts +1 -0
- package/lib/utils/getAnchorElement/getAnchorElement.js +8 -0
- package/lib/utils/getAnchorElement/getAnchorElement.js.map +1 -0
- package/lib/utils/getEncryptedData/getEncryptedData.d.ts +1 -0
- package/lib/utils/getEncryptedData/getEncryptedData.js +18 -0
- package/lib/utils/getEncryptedData/getEncryptedData.js.map +1 -0
- package/lib/utils/getExtension/getExtension.d.ts +4 -0
- package/lib/utils/getExtension/getExtension.js +22 -0
- package/lib/utils/getExtension/getExtension.js.map +1 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.d.ts +8 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.js +17 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.js.map +1 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.d.ts +2 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.js +11 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.js.map +1 -0
- package/lib/utils/getSequentialPayload/types.d.ts +35 -0
- package/lib/utils/getSequentialPayload/types.js +2 -0
- package/lib/utils/getSequentialPayload/types.js.map +1 -0
- package/lib/utils/getStatusColor/getStatusColor.d.ts +3 -0
- package/lib/utils/getStatusColor/getStatusColor.js +51 -0
- package/lib/utils/getStatusColor/getStatusColor.js.map +1 -0
- package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.d.ts +7 -0
- package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js +25 -0
- package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js.map +1 -0
- package/lib/utils/getTreeDetails/getTreeDetails.d.ts +11 -0
- package/lib/utils/getTreeDetails/getTreeDetails.js +116 -0
- package/lib/utils/getTreeDetails/getTreeDetails.js.map +1 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.d.ts +1 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.js +15 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.js.map +1 -0
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.d.ts +5 -0
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js +82 -0
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js.map +1 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.d.ts +5 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js +63 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js.map +1 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.d.ts +5 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js +99 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js.map +1 -0
- package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.d.ts +9 -0
- package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.js +21 -0
- package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.js.map +1 -0
- package/lib/utils/indexDBStore/indexDB copy.d.ts +4 -0
- package/lib/utils/indexDBStore/indexDB copy.js +142 -0
- package/lib/utils/indexDBStore/indexDB copy.js.map +1 -0
- package/lib/utils/indexDBStore/indexDB.d.ts +4 -0
- package/lib/utils/indexDBStore/indexDB.js +76 -0
- package/lib/utils/indexDBStore/indexDB.js.map +1 -0
- package/lib/utils/isEmptyObject/isEmptyObject.d.ts +1 -0
- package/lib/utils/isEmptyObject/isEmptyObject.js +2 -0
- package/lib/utils/isEmptyObject/isEmptyObject.js.map +1 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.d.ts +3 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js +22 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js.map +1 -0
- package/lib/utils/keyBoardActionUtil/types.d.ts +4 -0
- package/lib/utils/keyBoardActionUtil/types.js +2 -0
- package/lib/utils/keyBoardActionUtil/types.js.map +1 -0
- package/lib/utils/nlpInputDelay/nlpInputDelay.d.ts +1 -0
- package/lib/utils/nlpInputDelay/nlpInputDelay.js +2 -0
- package/lib/utils/nlpInputDelay/nlpInputDelay.js.map +1 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.d.ts +1 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.js +34 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.js.map +1 -0
- package/lib/utils/throttle/throttle.d.ts +6 -0
- package/lib/utils/throttle/throttle.js +28 -0
- package/lib/utils/throttle/throttle.js.map +1 -0
- package/lib/utils/timeZoneChange/handleTimeZoneChange.d.ts +1 -0
- package/lib/utils/timeZoneChange/handleTimeZoneChange.js +15 -0
- package/lib/utils/timeZoneChange/handleTimeZoneChange.js.map +1 -0
- package/lib/utils/toCamelCase/toCamelCase.d.ts +1 -0
- package/lib/utils/toCamelCase/toCamelCase.js +12 -0
- package/lib/utils/toCamelCase/toCamelCase.js.map +1 -0
- package/lib/utils/toTitleCase/toTitleCase.d.ts +1 -0
- package/lib/utils/toTitleCase/toTitleCase.js +7 -0
- package/lib/utils/toTitleCase/toTitleCase.js.map +1 -0
- package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.d.ts +2 -0
- package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.js +29 -0
- package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.js.map +1 -0
- package/lib/utils/truncateText/truncateText.d.ts +2 -0
- package/lib/utils/truncateText/truncateText.js +51 -0
- package/lib/utils/truncateText/truncateText.js.map +1 -0
- package/lib/utils/useDeviceType/useDeviceType.d.ts +6 -0
- package/lib/utils/useDeviceType/useDeviceType.js +24 -0
- package/lib/utils/useDeviceType/useDeviceType.js.map +1 -0
- package/lib/utils/validateFile/validateFile.d.ts +2 -0
- package/lib/utils/validateFile/validateFile.js +23 -0
- package/lib/utils/validateFile/validateFile.js.map +1 -0
- package/lib/validations/regex.d.ts +100 -0
- package/lib/validations/regex.js +187 -0
- package/lib/validations/regex.js.map +1 -0
- package/package.json +106 -0
|
@@ -0,0 +1,1057 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { ffid } from '../../utils/ffID/ffid';
|
|
3
|
+
import Icon from '../Icon';
|
|
4
|
+
export const sampleData = [
|
|
5
|
+
{
|
|
6
|
+
title: 'Depends on Scripts',
|
|
7
|
+
data: [
|
|
8
|
+
{
|
|
9
|
+
stepId: ffid(),
|
|
10
|
+
name: 'Open Browser',
|
|
11
|
+
modifiedBy: 'Ram',
|
|
12
|
+
suiteName: 'test',
|
|
13
|
+
isDisabled: true,
|
|
14
|
+
marginLeft: 0,
|
|
15
|
+
},
|
|
16
|
+
],
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
title: 'Pre Conditions',
|
|
20
|
+
data: [
|
|
21
|
+
{
|
|
22
|
+
stepId: ffid(),
|
|
23
|
+
name: 'Open Browser',
|
|
24
|
+
modifiedBy: 'Ram',
|
|
25
|
+
suiteName: 'test',
|
|
26
|
+
isDisabled: true,
|
|
27
|
+
type: 'PRE',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
stepId: ffid(),
|
|
31
|
+
name: 'Close Browser',
|
|
32
|
+
modifiedBy: 'Ram',
|
|
33
|
+
suiteName: 'test',
|
|
34
|
+
},
|
|
35
|
+
],
|
|
36
|
+
metaData: {
|
|
37
|
+
total: 1,
|
|
38
|
+
totalPassed: 0,
|
|
39
|
+
totalFailed: 1,
|
|
40
|
+
totalWarning: 0,
|
|
41
|
+
totalSkipped: 0,
|
|
42
|
+
totalTerminated: 0,
|
|
43
|
+
totalAborted: 0,
|
|
44
|
+
totalNA: 0,
|
|
45
|
+
totalPartiallyExecuted: 0,
|
|
46
|
+
totalNonCascadedPreConditionFailed: 0,
|
|
47
|
+
totalNonCascadedPostConditionFailed: 0,
|
|
48
|
+
totalNonCascadedPreConditionWarning: 0,
|
|
49
|
+
totalNonCascadedPostConditionWarning: 0,
|
|
50
|
+
executionDuration: 30057,
|
|
51
|
+
executionDurationInHourMinSecFormat: '00:00:30:57',
|
|
52
|
+
cascaded: false,
|
|
53
|
+
message: 'Pre conditions are failed',
|
|
54
|
+
status: 'FAIL',
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
title: 'Steps',
|
|
59
|
+
data: [
|
|
60
|
+
{
|
|
61
|
+
name: 'Start for loop',
|
|
62
|
+
type: '_startforloop',
|
|
63
|
+
nlpName: 'StartForLoop',
|
|
64
|
+
executionOrder: 1,
|
|
65
|
+
nlpId: 'NLP1810',
|
|
66
|
+
passMessage: 'Start for loop is passed',
|
|
67
|
+
failMessage: 'Start for loop is failed',
|
|
68
|
+
skip: false,
|
|
69
|
+
returnType: 'void',
|
|
70
|
+
platform: 'Common',
|
|
71
|
+
searchName: 'Start for loop',
|
|
72
|
+
displayName: 'Start for loop',
|
|
73
|
+
actualFailedResult: 'N/A',
|
|
74
|
+
defaultDisplayName: 'Start for loop',
|
|
75
|
+
stepId: 'STP41499M2D13H10M37S33M980R57',
|
|
76
|
+
toolTip: 'Start for loop',
|
|
77
|
+
defaultToolTip: 'Start for loop',
|
|
78
|
+
hierarchy: 0,
|
|
79
|
+
specialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
80
|
+
isSpecialNlp: true,
|
|
81
|
+
marginLeft: 0,
|
|
82
|
+
dataProviderVariables: [],
|
|
83
|
+
mustExecute: false,
|
|
84
|
+
imported: false,
|
|
85
|
+
isDisabled: false,
|
|
86
|
+
isStepGroupStep: false,
|
|
87
|
+
isJDBCStep: false,
|
|
88
|
+
afterBreakStep: false,
|
|
89
|
+
afterContinueStep: false,
|
|
90
|
+
stepResultStats: {
|
|
91
|
+
total: 2,
|
|
92
|
+
totalPassed: 0,
|
|
93
|
+
totalFailed: 2,
|
|
94
|
+
totalWarning: 0,
|
|
95
|
+
totalSkipped: 0,
|
|
96
|
+
totalTerminated: 0,
|
|
97
|
+
totalAborted: 0,
|
|
98
|
+
totalNA: 0,
|
|
99
|
+
totalPartiallyExecuted: 0,
|
|
100
|
+
totalNonCascadedPreConditionFailed: 0,
|
|
101
|
+
totalNonCascadedPostConditionFailed: 0,
|
|
102
|
+
totalNonCascadedPreConditionWarning: 0,
|
|
103
|
+
totalNonCascadedPostConditionWarning: 0,
|
|
104
|
+
executionDuration: 20022,
|
|
105
|
+
executionDurationInHourMinSecFormat: '00:00:20:22',
|
|
106
|
+
result: 'Steps are Failed',
|
|
107
|
+
status: 'Failed',
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: 'Start If Condition',
|
|
112
|
+
type: 'step',
|
|
113
|
+
nlpName: 'IfCondition',
|
|
114
|
+
executionOrder: 2,
|
|
115
|
+
nlpId: 'NLP1401',
|
|
116
|
+
passMessage: 'Condition is true',
|
|
117
|
+
failMessage: 'Condition is false',
|
|
118
|
+
skip: false,
|
|
119
|
+
returnType: 'void',
|
|
120
|
+
platform: 'Common',
|
|
121
|
+
searchName: 'Start If Condition',
|
|
122
|
+
displayName: 'Start If Condition',
|
|
123
|
+
actualFailedResult: 'N/A',
|
|
124
|
+
defaultDisplayName: 'Start If Condition',
|
|
125
|
+
stepId: 'STP16184M2D13H10M38S42M423R60',
|
|
126
|
+
toolTip: 'Start If Condition',
|
|
127
|
+
defaultToolTip: 'Start If Condition',
|
|
128
|
+
hierarchy: 0,
|
|
129
|
+
isSpecialNlp: true,
|
|
130
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
131
|
+
marginLeft: 8,
|
|
132
|
+
dataProviderVariables: [],
|
|
133
|
+
conditionId: 'CON699213103842424',
|
|
134
|
+
conditionSearchKey: 'CON699213103842424',
|
|
135
|
+
mustExecute: false,
|
|
136
|
+
isForLoopStep: true,
|
|
137
|
+
imported: false,
|
|
138
|
+
isDisabled: false,
|
|
139
|
+
isStepGroupStep: false,
|
|
140
|
+
isJDBCStep: false,
|
|
141
|
+
afterBreakStep: false,
|
|
142
|
+
afterContinueStep: false,
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
name: 'OpenBrowser',
|
|
146
|
+
type: 'Group',
|
|
147
|
+
nlpName: 'OpenBrowser',
|
|
148
|
+
executionOrder: 3,
|
|
149
|
+
nlpId: 'SG_NLP1425',
|
|
150
|
+
passMessage: 'OpenBrowser is passed',
|
|
151
|
+
failMessage: 'OpenBrowser is failed',
|
|
152
|
+
skip: false,
|
|
153
|
+
returnType: 'void',
|
|
154
|
+
libraryId: 'LIBbf1e19d8-a58b-49df-870d-194e66e29cc0',
|
|
155
|
+
stepGroupId: 'STP_GRP227e025e-952b-45f7-b30e-9ba52a39f04d',
|
|
156
|
+
platform: 'Web',
|
|
157
|
+
displayName: 'OpenBrowser',
|
|
158
|
+
defaultDisplayName: 'OpenBrowser',
|
|
159
|
+
stepId: 'STP72955M2D13H10M45S5M922R32',
|
|
160
|
+
toolTip: 'Open and Close Browser : OpenBrowser : Web',
|
|
161
|
+
defaultToolTip: 'OpenBrowser',
|
|
162
|
+
hierarchy: 0,
|
|
163
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
164
|
+
marginLeft: 16,
|
|
165
|
+
dataProviderVariables: [],
|
|
166
|
+
conditionId: 'CON699213103842424',
|
|
167
|
+
conditionSearchKey: 'CON699213103842424',
|
|
168
|
+
mustExecute: false,
|
|
169
|
+
isForLoopStep: true,
|
|
170
|
+
displayOrder: '1',
|
|
171
|
+
imported: false,
|
|
172
|
+
isDisabled: false,
|
|
173
|
+
isStepGroupStep: false,
|
|
174
|
+
isJDBCStep: false,
|
|
175
|
+
afterBreakStep: false,
|
|
176
|
+
afterContinueStep: false,
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
name: 'Start for loop',
|
|
180
|
+
type: '_startforloop',
|
|
181
|
+
nlpName: 'StartForLoop',
|
|
182
|
+
executionOrder: 4,
|
|
183
|
+
nlpId: 'NLP1810',
|
|
184
|
+
passMessage: 'Start for loop is passed',
|
|
185
|
+
failMessage: 'Start for loop is failed',
|
|
186
|
+
skip: false,
|
|
187
|
+
returnType: 'void',
|
|
188
|
+
platform: 'Common',
|
|
189
|
+
searchName: 'Start for loop',
|
|
190
|
+
displayName: 'Start for loop',
|
|
191
|
+
actualFailedResult: 'N/A',
|
|
192
|
+
defaultDisplayName: 'Start for loop',
|
|
193
|
+
stepId: 'STP31614M2D13H10M48S34M815R26',
|
|
194
|
+
toolTip: 'Start for loop',
|
|
195
|
+
defaultToolTip: 'Start for loop',
|
|
196
|
+
hierarchy: 0,
|
|
197
|
+
specialNlpId: 'forloop_548248f0-c7d9-4ff6-bee0-9b92e74e3c7e',
|
|
198
|
+
isSpecialNlp: true,
|
|
199
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
200
|
+
marginLeft: 16,
|
|
201
|
+
dataProviderVariables: [],
|
|
202
|
+
conditionId: 'CON699213103842424',
|
|
203
|
+
conditionSearchKey: 'CON699213103842424',
|
|
204
|
+
mustExecute: false,
|
|
205
|
+
imported: false,
|
|
206
|
+
isDisabled: false,
|
|
207
|
+
isStepGroupStep: false,
|
|
208
|
+
isJDBCStep: false,
|
|
209
|
+
afterBreakStep: false,
|
|
210
|
+
afterContinueStep: false,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
name: 'Navigate to URL https://www.myntra.com/',
|
|
214
|
+
type: 'step',
|
|
215
|
+
nlpName: 'NavigateToURL',
|
|
216
|
+
executionOrder: 5,
|
|
217
|
+
nlpId: 'NLP1099',
|
|
218
|
+
passMessage: 'Navigated to URL *url*',
|
|
219
|
+
failMessage: 'Failed to navigate to URL *url*',
|
|
220
|
+
skip: false,
|
|
221
|
+
returnType: 'void',
|
|
222
|
+
platform: 'Web',
|
|
223
|
+
searchName: 'Navigate to *url*',
|
|
224
|
+
displayName: 'Navigate to URL https://www.myntra.com/',
|
|
225
|
+
actualFailedResult: 'N/A',
|
|
226
|
+
defaultDisplayName: 'Navigate to URL *url*',
|
|
227
|
+
stepId: 'STP71414M2D13H10M49S24M219R46',
|
|
228
|
+
toolTip: 'Navigate to URL https://www.myntra.com/',
|
|
229
|
+
defaultToolTip: 'Navigate to URL *url*',
|
|
230
|
+
hierarchy: 0,
|
|
231
|
+
parentSpecialNlpId: 'forloop_548248f0-c7d9-4ff6-bee0-9b92e74e3c7e',
|
|
232
|
+
marginLeft: 24,
|
|
233
|
+
dataProviderVariables: [],
|
|
234
|
+
conditionId: 'CON699213103842424',
|
|
235
|
+
conditionSearchKey: 'CON699213103842424',
|
|
236
|
+
mustExecute: false,
|
|
237
|
+
isForLoopStep: true,
|
|
238
|
+
displayOrder: '2',
|
|
239
|
+
imported: false,
|
|
240
|
+
isDisabled: false,
|
|
241
|
+
isStepGroupStep: false,
|
|
242
|
+
isJDBCStep: false,
|
|
243
|
+
afterBreakStep: false,
|
|
244
|
+
afterContinueStep: false,
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
name: 'End for loop',
|
|
248
|
+
type: '_endforloop',
|
|
249
|
+
nlpName: 'EndForLoop',
|
|
250
|
+
executionOrder: 6,
|
|
251
|
+
nlpId: 'NLP1702',
|
|
252
|
+
passMessage: 'End for loop passed',
|
|
253
|
+
failMessage: 'End for loop failed',
|
|
254
|
+
stepInputs: [],
|
|
255
|
+
skip: false,
|
|
256
|
+
returnType: 'Void',
|
|
257
|
+
nlpType: 'NLP',
|
|
258
|
+
platform: 'Web',
|
|
259
|
+
searchName: 'End for loop',
|
|
260
|
+
displayName: 'End for loop',
|
|
261
|
+
description: 'This NLP is used to end for loop',
|
|
262
|
+
defaultDisplayName: 'End for loop',
|
|
263
|
+
stepId: 'STP47099M2D13H10M48S34M815R66',
|
|
264
|
+
toolTip: 'End for loop',
|
|
265
|
+
hierarchy: 0,
|
|
266
|
+
specialNlpId: 'forloop_548248f0-c7d9-4ff6-bee0-9b92e74e3c7e',
|
|
267
|
+
isSpecialNlp: true,
|
|
268
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
269
|
+
marginLeft: 16,
|
|
270
|
+
conditionId: 'CON699213103842424',
|
|
271
|
+
conditionSearchKey: 'CON699213103842424',
|
|
272
|
+
mustExecute: false,
|
|
273
|
+
imported: false,
|
|
274
|
+
isStepGroupStep: false,
|
|
275
|
+
isJDBCStep: false,
|
|
276
|
+
afterBreakStep: false,
|
|
277
|
+
afterContinueStep: false,
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
name: 'End If Condition',
|
|
281
|
+
type: 'step',
|
|
282
|
+
nlpName: 'EndIfCondition',
|
|
283
|
+
executionOrder: 7,
|
|
284
|
+
nlpId: 'NLP1405',
|
|
285
|
+
passMessage: 'End If Condition passed',
|
|
286
|
+
failMessage: 'End If Condition failed',
|
|
287
|
+
stepInputs: [],
|
|
288
|
+
skip: false,
|
|
289
|
+
returnType: 'void',
|
|
290
|
+
nlpType: 'NLP',
|
|
291
|
+
platform: 'Common',
|
|
292
|
+
packageName: 'com.tyss.optimize.nlp.Nlp',
|
|
293
|
+
searchName: 'End If Condition',
|
|
294
|
+
displayName: 'End If Condition',
|
|
295
|
+
description: 'This NLP is used to end if condition',
|
|
296
|
+
actualFailedResult: 'N/A',
|
|
297
|
+
defaultDisplayName: 'End If Condition',
|
|
298
|
+
stepId: 'STP443M2D13H10M38S42M424R64',
|
|
299
|
+
toolTip: 'End If Condition',
|
|
300
|
+
hierarchy: 0,
|
|
301
|
+
isSpecialNlp: true,
|
|
302
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
303
|
+
marginLeft: 8,
|
|
304
|
+
conditionId: 'CON699213103842424',
|
|
305
|
+
conditionSearchKey: 'CON699213103842424',
|
|
306
|
+
mustExecute: false,
|
|
307
|
+
imported: false,
|
|
308
|
+
isStepGroupStep: false,
|
|
309
|
+
isJDBCStep: false,
|
|
310
|
+
afterBreakStep: false,
|
|
311
|
+
afterContinueStep: false,
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
name: 'Start Else If Condition',
|
|
315
|
+
type: 'step',
|
|
316
|
+
nlpName: 'ElseIfCondition',
|
|
317
|
+
executionOrder: 8,
|
|
318
|
+
nlpId: 'NLP1395',
|
|
319
|
+
passMessage: 'Condition is true',
|
|
320
|
+
failMessage: 'Condition is false',
|
|
321
|
+
skip: false,
|
|
322
|
+
returnType: 'void',
|
|
323
|
+
platform: 'Common',
|
|
324
|
+
searchName: 'Start Else If Condition',
|
|
325
|
+
displayName: 'Start Else If Condition',
|
|
326
|
+
actualFailedResult: 'N/A',
|
|
327
|
+
defaultDisplayName: 'Start Else If Condition',
|
|
328
|
+
stepId: 'STP21359M2D13H10M49S52M672R66',
|
|
329
|
+
toolTip: 'Start Else If Condition',
|
|
330
|
+
defaultToolTip: 'Start Else If Condition',
|
|
331
|
+
hierarchy: 0,
|
|
332
|
+
isSpecialNlp: true,
|
|
333
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
334
|
+
marginLeft: 8,
|
|
335
|
+
dataProviderVariables: [],
|
|
336
|
+
conditionId: 'CON772213104952673',
|
|
337
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673',
|
|
338
|
+
mustExecute: false,
|
|
339
|
+
isForLoopStep: true,
|
|
340
|
+
imported: false,
|
|
341
|
+
isDisabled: false,
|
|
342
|
+
isStepGroupStep: false,
|
|
343
|
+
isJDBCStep: false,
|
|
344
|
+
afterBreakStep: false,
|
|
345
|
+
afterContinueStep: false,
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
name: 'Wait for 3 seconds',
|
|
349
|
+
type: 'step',
|
|
350
|
+
nlpName: 'Sleep',
|
|
351
|
+
executionOrder: 9,
|
|
352
|
+
nlpId: 'NLP1008',
|
|
353
|
+
passMessage: 'Completed wait for *seconds* seconds',
|
|
354
|
+
failMessage: 'Failed to wait for *seconds* seconds',
|
|
355
|
+
skip: false,
|
|
356
|
+
returnType: 'void',
|
|
357
|
+
platform: 'Web',
|
|
358
|
+
searchName: 'Wait for *seconds* seconds',
|
|
359
|
+
displayName: 'Wait for 3 seconds',
|
|
360
|
+
actualFailedResult: 'Failed to wait for *seconds* seconds',
|
|
361
|
+
defaultDisplayName: 'Wait for *seconds* seconds',
|
|
362
|
+
stepId: 'STP54943M2D13H10M49S59M988R27',
|
|
363
|
+
toolTip: 'Wait for 3 seconds',
|
|
364
|
+
defaultToolTip: 'Wait for *seconds* seconds',
|
|
365
|
+
hierarchy: 0,
|
|
366
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
367
|
+
marginLeft: 16,
|
|
368
|
+
dataProviderVariables: [],
|
|
369
|
+
conditionId: 'CON772213104952673',
|
|
370
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673',
|
|
371
|
+
mustExecute: false,
|
|
372
|
+
isForLoopStep: true,
|
|
373
|
+
displayOrder: '3',
|
|
374
|
+
imported: false,
|
|
375
|
+
isDisabled: false,
|
|
376
|
+
isStepGroupStep: false,
|
|
377
|
+
isJDBCStep: false,
|
|
378
|
+
afterBreakStep: false,
|
|
379
|
+
afterContinueStep: false,
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
name: 'Press Shift key',
|
|
383
|
+
type: 'step',
|
|
384
|
+
nlpName: 'PressShiftKey',
|
|
385
|
+
executionOrder: 10,
|
|
386
|
+
nlpId: 'NLP1032',
|
|
387
|
+
passMessage: 'Shift key is pressed',
|
|
388
|
+
failMessage: 'Failed to press Shift key',
|
|
389
|
+
skip: false,
|
|
390
|
+
returnType: 'void',
|
|
391
|
+
platform: 'Web',
|
|
392
|
+
searchName: 'Keyboard : Press Shift key',
|
|
393
|
+
displayName: 'Press Shift key',
|
|
394
|
+
actualFailedResult: 'N/A',
|
|
395
|
+
defaultDisplayName: 'Press Shift key',
|
|
396
|
+
stepId: 'STP13892M2D13H10M50S8M594R29',
|
|
397
|
+
toolTip: 'Press Shift key',
|
|
398
|
+
defaultToolTip: 'Press Shift key',
|
|
399
|
+
hierarchy: 0,
|
|
400
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
401
|
+
marginLeft: 16,
|
|
402
|
+
dataProviderVariables: [],
|
|
403
|
+
conditionId: 'CON772213104952673',
|
|
404
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673',
|
|
405
|
+
mustExecute: false,
|
|
406
|
+
isForLoopStep: true,
|
|
407
|
+
displayOrder: '4',
|
|
408
|
+
imported: false,
|
|
409
|
+
isDisabled: false,
|
|
410
|
+
isStepGroupStep: false,
|
|
411
|
+
isJDBCStep: false,
|
|
412
|
+
afterBreakStep: false,
|
|
413
|
+
afterContinueStep: false,
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
name: 'Press ArrowLeft key',
|
|
417
|
+
type: 'step',
|
|
418
|
+
nlpName: 'PressArrowLeft',
|
|
419
|
+
executionOrder: 11,
|
|
420
|
+
nlpId: 'NLP1024',
|
|
421
|
+
passMessage: 'ArrowLeft key is pressed',
|
|
422
|
+
failMessage: 'Failed to press ArrowLeft key',
|
|
423
|
+
skip: false,
|
|
424
|
+
returnType: 'void',
|
|
425
|
+
platform: 'Web',
|
|
426
|
+
searchName: 'Keyboard : Press ArrowLeft key',
|
|
427
|
+
displayName: 'Press ArrowLeft key',
|
|
428
|
+
actualFailedResult: 'N/A',
|
|
429
|
+
defaultDisplayName: 'Press ArrowLeft key',
|
|
430
|
+
stepId: 'STP77044M2D13H10M50S15M522R30',
|
|
431
|
+
toolTip: 'Press ArrowLeft key',
|
|
432
|
+
defaultToolTip: 'Press ArrowLeft key',
|
|
433
|
+
hierarchy: 0,
|
|
434
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
435
|
+
marginLeft: 16,
|
|
436
|
+
dataProviderVariables: [],
|
|
437
|
+
conditionId: 'CON772213104952673',
|
|
438
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673',
|
|
439
|
+
mustExecute: false,
|
|
440
|
+
isForLoopStep: true,
|
|
441
|
+
displayOrder: '5',
|
|
442
|
+
imported: false,
|
|
443
|
+
isDisabled: false,
|
|
444
|
+
isStepGroupStep: false,
|
|
445
|
+
isJDBCStep: false,
|
|
446
|
+
afterBreakStep: false,
|
|
447
|
+
afterContinueStep: false,
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
name: 'End Else If Condition',
|
|
451
|
+
type: 'step',
|
|
452
|
+
nlpName: 'EndElseIfCondition',
|
|
453
|
+
executionOrder: 12,
|
|
454
|
+
nlpId: 'NLP1399',
|
|
455
|
+
passMessage: 'End Else If Condition passed',
|
|
456
|
+
failMessage: 'End Else If Condition failed',
|
|
457
|
+
stepInputs: [],
|
|
458
|
+
skip: false,
|
|
459
|
+
returnType: 'void',
|
|
460
|
+
nlpType: 'NLP',
|
|
461
|
+
platform: 'Common',
|
|
462
|
+
packageName: 'com.tyss.optimize.nlp.Nlp',
|
|
463
|
+
searchName: 'End Else If Condition',
|
|
464
|
+
displayName: 'End Else If Condition',
|
|
465
|
+
description: 'This NLP is used to end else if condition',
|
|
466
|
+
actualFailedResult: 'N/A',
|
|
467
|
+
defaultDisplayName: 'End Else If Condition',
|
|
468
|
+
stepId: 'STP19326M2D13H10M49S52M673R38',
|
|
469
|
+
toolTip: 'End Else If Condition',
|
|
470
|
+
hierarchy: 0,
|
|
471
|
+
isSpecialNlp: true,
|
|
472
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
473
|
+
marginLeft: 8,
|
|
474
|
+
conditionId: 'CON772213104952673',
|
|
475
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673',
|
|
476
|
+
mustExecute: false,
|
|
477
|
+
imported: false,
|
|
478
|
+
isStepGroupStep: false,
|
|
479
|
+
isJDBCStep: false,
|
|
480
|
+
afterBreakStep: false,
|
|
481
|
+
afterContinueStep: false,
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
name: 'Start Else If Condition',
|
|
485
|
+
type: 'step',
|
|
486
|
+
nlpName: 'ElseIfCondition',
|
|
487
|
+
executionOrder: 13,
|
|
488
|
+
nlpId: 'NLP1395',
|
|
489
|
+
passMessage: 'Condition is true',
|
|
490
|
+
failMessage: 'Condition is false',
|
|
491
|
+
skip: false,
|
|
492
|
+
returnType: 'void',
|
|
493
|
+
platform: 'Common',
|
|
494
|
+
searchName: 'Start Else If Condition',
|
|
495
|
+
displayName: 'Start Else If Condition',
|
|
496
|
+
actualFailedResult: 'N/A',
|
|
497
|
+
defaultDisplayName: 'Start Else If Condition',
|
|
498
|
+
stepId: 'STP2568M2D13H10M50S50M669R57',
|
|
499
|
+
toolTip: 'Start Else If Condition',
|
|
500
|
+
defaultToolTip: 'Start Else If Condition',
|
|
501
|
+
hierarchy: 0,
|
|
502
|
+
isSpecialNlp: true,
|
|
503
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
504
|
+
marginLeft: 8,
|
|
505
|
+
dataProviderVariables: [],
|
|
506
|
+
conditionId: 'CON204213105050670',
|
|
507
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670',
|
|
508
|
+
mustExecute: false,
|
|
509
|
+
isForLoopStep: true,
|
|
510
|
+
imported: false,
|
|
511
|
+
isDisabled: false,
|
|
512
|
+
isStepGroupStep: false,
|
|
513
|
+
isJDBCStep: false,
|
|
514
|
+
afterBreakStep: false,
|
|
515
|
+
afterContinueStep: false,
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
name: 'Wait for 3 seconds',
|
|
519
|
+
type: 'step',
|
|
520
|
+
nlpName: 'Sleep',
|
|
521
|
+
executionOrder: 14,
|
|
522
|
+
nlpId: 'NLP1008',
|
|
523
|
+
passMessage: 'Completed wait for *seconds* seconds',
|
|
524
|
+
failMessage: 'Failed to wait for *seconds* seconds',
|
|
525
|
+
skip: false,
|
|
526
|
+
returnType: 'void',
|
|
527
|
+
platform: 'Web',
|
|
528
|
+
searchName: 'Wait for *seconds* seconds',
|
|
529
|
+
displayName: 'Wait for 3 seconds',
|
|
530
|
+
actualFailedResult: 'Failed to wait for *seconds* seconds',
|
|
531
|
+
defaultDisplayName: 'Wait for *seconds* seconds',
|
|
532
|
+
stepId: 'STP3736M2D13H10M50S58M320R52',
|
|
533
|
+
toolTip: 'Wait for 3 seconds',
|
|
534
|
+
defaultToolTip: 'Wait for *seconds* seconds',
|
|
535
|
+
hierarchy: 0,
|
|
536
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
537
|
+
marginLeft: 16,
|
|
538
|
+
dataProviderVariables: [],
|
|
539
|
+
conditionId: 'CON204213105050670',
|
|
540
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670',
|
|
541
|
+
mustExecute: false,
|
|
542
|
+
isForLoopStep: true,
|
|
543
|
+
displayOrder: '6',
|
|
544
|
+
imported: false,
|
|
545
|
+
isDisabled: false,
|
|
546
|
+
isStepGroupStep: false,
|
|
547
|
+
isJDBCStep: false,
|
|
548
|
+
afterBreakStep: false,
|
|
549
|
+
afterContinueStep: false,
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
name: 'String : Concatenate sadfvg with wedrfgh',
|
|
553
|
+
type: 'step',
|
|
554
|
+
nlpName: 'ConcatString',
|
|
555
|
+
executionOrder: 15,
|
|
556
|
+
nlpId: 'NLP1065',
|
|
557
|
+
passMessage: 'Concatenated *string1* with *string2*',
|
|
558
|
+
failMessage: 'Failed to concatenate *string1* with *string2*',
|
|
559
|
+
skip: false,
|
|
560
|
+
returnType: 'String: returnValue',
|
|
561
|
+
platform: 'Common',
|
|
562
|
+
searchName: 'String : Concatenate *string1* with *string2*',
|
|
563
|
+
displayName: 'String : Concatenate sadfvg with wedrfgh',
|
|
564
|
+
actualFailedResult: 'N/A',
|
|
565
|
+
defaultDisplayName: 'String : Concatenate *string1* with *string2*',
|
|
566
|
+
stepId: 'STP80536M2D13H10M51S20M811R36',
|
|
567
|
+
toolTip: 'String : Concatenate sadfvg with wedrfgh',
|
|
568
|
+
defaultToolTip: 'String : Concatenate *string1* with *string2*',
|
|
569
|
+
hierarchy: 0,
|
|
570
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
571
|
+
marginLeft: 16,
|
|
572
|
+
dataProviderVariables: [],
|
|
573
|
+
conditionId: 'CON204213105050670',
|
|
574
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670',
|
|
575
|
+
mustExecute: false,
|
|
576
|
+
isForLoopStep: true,
|
|
577
|
+
displayOrder: '7',
|
|
578
|
+
imported: false,
|
|
579
|
+
isDisabled: false,
|
|
580
|
+
isStepGroupStep: false,
|
|
581
|
+
isJDBCStep: false,
|
|
582
|
+
afterBreakStep: false,
|
|
583
|
+
afterContinueStep: false,
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
name: 'End Else If Condition',
|
|
587
|
+
type: 'step',
|
|
588
|
+
nlpName: 'EndElseIfCondition',
|
|
589
|
+
executionOrder: 16,
|
|
590
|
+
nlpId: 'NLP1399',
|
|
591
|
+
passMessage: 'End Else If Condition passed',
|
|
592
|
+
failMessage: 'End Else If Condition failed',
|
|
593
|
+
stepInputs: [],
|
|
594
|
+
skip: false,
|
|
595
|
+
returnType: 'void',
|
|
596
|
+
nlpType: 'NLP',
|
|
597
|
+
platform: 'Common',
|
|
598
|
+
packageName: 'com.tyss.optimize.nlp.Nlp',
|
|
599
|
+
searchName: 'End Else If Condition',
|
|
600
|
+
displayName: 'End Else If Condition',
|
|
601
|
+
description: 'This NLP is used to end else if condition',
|
|
602
|
+
actualFailedResult: 'N/A',
|
|
603
|
+
defaultDisplayName: 'End Else If Condition',
|
|
604
|
+
stepId: 'STP54482M2D13H10M50S50M670R96',
|
|
605
|
+
toolTip: 'End Else If Condition',
|
|
606
|
+
hierarchy: 0,
|
|
607
|
+
isSpecialNlp: true,
|
|
608
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
609
|
+
marginLeft: 8,
|
|
610
|
+
conditionId: 'CON204213105050670',
|
|
611
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670',
|
|
612
|
+
mustExecute: false,
|
|
613
|
+
imported: false,
|
|
614
|
+
isStepGroupStep: false,
|
|
615
|
+
isJDBCStep: false,
|
|
616
|
+
afterBreakStep: false,
|
|
617
|
+
afterContinueStep: false,
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
name: 'Start Else If Condition',
|
|
621
|
+
type: 'step',
|
|
622
|
+
nlpName: 'ElseIfCondition',
|
|
623
|
+
executionOrder: 17,
|
|
624
|
+
nlpId: 'NLP1395',
|
|
625
|
+
passMessage: 'Condition is true',
|
|
626
|
+
failMessage: 'Condition is false',
|
|
627
|
+
skip: false,
|
|
628
|
+
returnType: 'void',
|
|
629
|
+
platform: 'Common',
|
|
630
|
+
searchName: 'Start Else If Condition',
|
|
631
|
+
displayName: 'Start Else If Condition',
|
|
632
|
+
actualFailedResult: 'N/A',
|
|
633
|
+
defaultDisplayName: 'Start Else If Condition',
|
|
634
|
+
stepId: 'STP60330M2D13H10M51S41M88R90',
|
|
635
|
+
toolTip: 'Start Else If Condition',
|
|
636
|
+
defaultToolTip: 'Start Else If Condition',
|
|
637
|
+
hierarchy: 0,
|
|
638
|
+
isSpecialNlp: true,
|
|
639
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
640
|
+
marginLeft: 8,
|
|
641
|
+
dataProviderVariables: [],
|
|
642
|
+
conditionId: 'CON68121310514188',
|
|
643
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
|
|
644
|
+
mustExecute: false,
|
|
645
|
+
isForLoopStep: true,
|
|
646
|
+
imported: false,
|
|
647
|
+
isDisabled: false,
|
|
648
|
+
isStepGroupStep: false,
|
|
649
|
+
isJDBCStep: false,
|
|
650
|
+
afterBreakStep: false,
|
|
651
|
+
afterContinueStep: false,
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
name: 'Press Shift key',
|
|
655
|
+
type: 'step',
|
|
656
|
+
nlpName: 'PressShiftKey',
|
|
657
|
+
executionOrder: 18,
|
|
658
|
+
nlpId: 'NLP1032',
|
|
659
|
+
passMessage: 'Shift key is pressed',
|
|
660
|
+
failMessage: 'Failed to press Shift key',
|
|
661
|
+
skip: false,
|
|
662
|
+
returnType: 'void',
|
|
663
|
+
platform: 'Web',
|
|
664
|
+
searchName: 'Keyboard : Press Shift key',
|
|
665
|
+
displayName: 'Press Shift key',
|
|
666
|
+
actualFailedResult: 'N/A',
|
|
667
|
+
defaultDisplayName: 'Press Shift key',
|
|
668
|
+
stepId: 'STP98471M2D13H10M52S8M506R12',
|
|
669
|
+
toolTip: 'Press Shift key',
|
|
670
|
+
defaultToolTip: 'Press Shift key',
|
|
671
|
+
hierarchy: 0,
|
|
672
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
673
|
+
marginLeft: 16,
|
|
674
|
+
dataProviderVariables: [],
|
|
675
|
+
conditionId: 'CON68121310514188',
|
|
676
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
|
|
677
|
+
mustExecute: false,
|
|
678
|
+
isForLoopStep: true,
|
|
679
|
+
displayOrder: '8',
|
|
680
|
+
imported: false,
|
|
681
|
+
isDisabled: false,
|
|
682
|
+
isStepGroupStep: false,
|
|
683
|
+
isJDBCStep: false,
|
|
684
|
+
afterBreakStep: false,
|
|
685
|
+
afterContinueStep: false,
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
name: 'Wait for 3 seconds',
|
|
689
|
+
type: 'step',
|
|
690
|
+
nlpName: 'Sleep',
|
|
691
|
+
executionOrder: 19,
|
|
692
|
+
nlpId: 'NLP1008',
|
|
693
|
+
passMessage: 'Completed wait for *seconds* seconds',
|
|
694
|
+
failMessage: 'Failed to wait for *seconds* seconds',
|
|
695
|
+
skip: false,
|
|
696
|
+
returnType: 'void',
|
|
697
|
+
platform: 'Web',
|
|
698
|
+
searchName: 'Wait for *seconds* seconds',
|
|
699
|
+
displayName: 'Wait for 3 seconds',
|
|
700
|
+
actualFailedResult: 'Failed to wait for *seconds* seconds',
|
|
701
|
+
defaultDisplayName: 'Wait for *seconds* seconds',
|
|
702
|
+
stepId: 'STP658M2D13H10M52S29M761R84',
|
|
703
|
+
toolTip: 'Wait for 3 seconds',
|
|
704
|
+
defaultToolTip: 'Wait for *seconds* seconds',
|
|
705
|
+
hierarchy: 0,
|
|
706
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
707
|
+
marginLeft: 16,
|
|
708
|
+
dataProviderVariables: [],
|
|
709
|
+
conditionId: 'CON68121310514188',
|
|
710
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
|
|
711
|
+
mustExecute: false,
|
|
712
|
+
isForLoopStep: true,
|
|
713
|
+
displayOrder: '9',
|
|
714
|
+
imported: false,
|
|
715
|
+
isDisabled: false,
|
|
716
|
+
isStepGroupStep: false,
|
|
717
|
+
isJDBCStep: false,
|
|
718
|
+
afterBreakStep: false,
|
|
719
|
+
afterContinueStep: false,
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
name: 'Print Value of 3',
|
|
723
|
+
type: 'step',
|
|
724
|
+
nlpName: 'PrintValue',
|
|
725
|
+
executionOrder: 20,
|
|
726
|
+
nlpId: 'NLP1258',
|
|
727
|
+
passMessage: 'Value of *input* is *returnValue*',
|
|
728
|
+
failMessage: 'Failed to print value of *input*',
|
|
729
|
+
skip: false,
|
|
730
|
+
returnType: 'void',
|
|
731
|
+
platform: 'Common',
|
|
732
|
+
searchName: 'Print Value',
|
|
733
|
+
displayName: 'Print Value of 3',
|
|
734
|
+
actualFailedResult: 'N/A',
|
|
735
|
+
defaultDisplayName: 'Print Value of *input*',
|
|
736
|
+
stepId: 'STP12838M2D13H10M52S42M184R57',
|
|
737
|
+
toolTip: 'Print Value of 3',
|
|
738
|
+
defaultToolTip: 'Print Value of *input*',
|
|
739
|
+
hierarchy: 0,
|
|
740
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
741
|
+
marginLeft: 16,
|
|
742
|
+
dataProviderVariables: [],
|
|
743
|
+
conditionId: 'CON68121310514188',
|
|
744
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
|
|
745
|
+
mustExecute: false,
|
|
746
|
+
isForLoopStep: true,
|
|
747
|
+
displayOrder: '10',
|
|
748
|
+
imported: false,
|
|
749
|
+
isDisabled: false,
|
|
750
|
+
isStepGroupStep: false,
|
|
751
|
+
isJDBCStep: false,
|
|
752
|
+
afterBreakStep: false,
|
|
753
|
+
afterContinueStep: false,
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
name: 'End Else If Condition',
|
|
757
|
+
type: 'step',
|
|
758
|
+
nlpName: 'EndElseIfCondition',
|
|
759
|
+
executionOrder: 21,
|
|
760
|
+
nlpId: 'NLP1399',
|
|
761
|
+
passMessage: 'End Else If Condition passed',
|
|
762
|
+
failMessage: 'End Else If Condition failed',
|
|
763
|
+
stepInputs: [],
|
|
764
|
+
skip: false,
|
|
765
|
+
returnType: 'void',
|
|
766
|
+
nlpType: 'NLP',
|
|
767
|
+
platform: 'Common',
|
|
768
|
+
packageName: 'com.tyss.optimize.nlp.Nlp',
|
|
769
|
+
searchName: 'End Else If Condition',
|
|
770
|
+
displayName: 'End Else If Condition',
|
|
771
|
+
description: 'This NLP is used to end else if condition',
|
|
772
|
+
actualFailedResult: 'N/A',
|
|
773
|
+
defaultDisplayName: 'End Else If Condition',
|
|
774
|
+
stepId: 'STP79063M2D13H10M51S41M88R54',
|
|
775
|
+
toolTip: 'End Else If Condition',
|
|
776
|
+
hierarchy: 0,
|
|
777
|
+
isSpecialNlp: true,
|
|
778
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
779
|
+
marginLeft: 8,
|
|
780
|
+
conditionId: 'CON68121310514188',
|
|
781
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
|
|
782
|
+
mustExecute: false,
|
|
783
|
+
imported: false,
|
|
784
|
+
isStepGroupStep: false,
|
|
785
|
+
isJDBCStep: false,
|
|
786
|
+
afterBreakStep: false,
|
|
787
|
+
afterContinueStep: false,
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
name: 'Start Else If Condition',
|
|
791
|
+
type: 'step',
|
|
792
|
+
nlpName: 'ElseIfCondition',
|
|
793
|
+
executionOrder: 22,
|
|
794
|
+
nlpId: 'NLP1395',
|
|
795
|
+
passMessage: 'Condition is true',
|
|
796
|
+
failMessage: 'Condition is false',
|
|
797
|
+
skip: false,
|
|
798
|
+
returnType: 'void',
|
|
799
|
+
platform: 'Common',
|
|
800
|
+
searchName: 'Start Else If Condition',
|
|
801
|
+
displayName: 'Start Else If Condition',
|
|
802
|
+
actualFailedResult: 'N/A',
|
|
803
|
+
defaultDisplayName: 'Start Else If Condition',
|
|
804
|
+
stepId: 'STP86004M2D13H10M53S16M113R73',
|
|
805
|
+
toolTip: 'Start Else If Condition',
|
|
806
|
+
defaultToolTip: 'Start Else If Condition',
|
|
807
|
+
hierarchy: 0,
|
|
808
|
+
isSpecialNlp: true,
|
|
809
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
810
|
+
marginLeft: 8,
|
|
811
|
+
dataProviderVariables: [],
|
|
812
|
+
conditionId: 'CON720213105316113',
|
|
813
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188/CON720213105316113',
|
|
814
|
+
mustExecute: false,
|
|
815
|
+
isForLoopStep: true,
|
|
816
|
+
imported: false,
|
|
817
|
+
isDisabled: false,
|
|
818
|
+
isStepGroupStep: false,
|
|
819
|
+
isJDBCStep: false,
|
|
820
|
+
afterBreakStep: false,
|
|
821
|
+
afterContinueStep: false,
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
name: 'Navigate to URL https://www.myntra.com/',
|
|
825
|
+
type: 'step',
|
|
826
|
+
nlpName: 'NavigateToURL',
|
|
827
|
+
executionOrder: 23,
|
|
828
|
+
nlpId: 'NLP1099',
|
|
829
|
+
passMessage: 'Navigated to URL *url*',
|
|
830
|
+
failMessage: 'Failed to navigate to URL *url*',
|
|
831
|
+
skip: false,
|
|
832
|
+
returnType: 'void',
|
|
833
|
+
platform: 'Web',
|
|
834
|
+
searchName: 'Navigate to *url*',
|
|
835
|
+
displayName: 'Navigate to URL https://www.myntra.com/',
|
|
836
|
+
actualFailedResult: 'N/A',
|
|
837
|
+
defaultDisplayName: 'Navigate to URL *url*',
|
|
838
|
+
stepId: 'STP73942M2D13H10M54S4M105R17',
|
|
839
|
+
toolTip: 'Navigate to URL https://www.myntra.com/',
|
|
840
|
+
defaultToolTip: 'Navigate to URL *url*',
|
|
841
|
+
hierarchy: 0,
|
|
842
|
+
marginLeft: 16,
|
|
843
|
+
dataProviderVariables: [],
|
|
844
|
+
conditionId: 'CON720213105316113',
|
|
845
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188/CON720213105316113',
|
|
846
|
+
mustExecute: false,
|
|
847
|
+
isForLoopStep: true,
|
|
848
|
+
displayOrder: '11',
|
|
849
|
+
imported: false,
|
|
850
|
+
isDisabled: false,
|
|
851
|
+
isStepGroupStep: false,
|
|
852
|
+
isJDBCStep: false,
|
|
853
|
+
afterBreakStep: false,
|
|
854
|
+
afterContinueStep: false,
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
name: 'Press ArrowLeft key',
|
|
858
|
+
type: 'step',
|
|
859
|
+
nlpName: 'PressArrowLeft',
|
|
860
|
+
executionOrder: 24,
|
|
861
|
+
nlpId: 'NLP1024',
|
|
862
|
+
passMessage: 'ArrowLeft key is pressed',
|
|
863
|
+
failMessage: 'Failed to press ArrowLeft key',
|
|
864
|
+
skip: false,
|
|
865
|
+
returnType: 'void',
|
|
866
|
+
platform: 'Web',
|
|
867
|
+
searchName: 'Keyboard : Press ArrowLeft key',
|
|
868
|
+
displayName: 'Press ArrowLeft key',
|
|
869
|
+
actualFailedResult: 'N/A',
|
|
870
|
+
defaultDisplayName: 'Press ArrowLeft key',
|
|
871
|
+
stepId: 'STP14942M2D13H10M54S10M962R91',
|
|
872
|
+
toolTip: 'Press ArrowLeft key',
|
|
873
|
+
defaultToolTip: 'Press ArrowLeft key',
|
|
874
|
+
hierarchy: 0,
|
|
875
|
+
marginLeft: 16,
|
|
876
|
+
dataProviderVariables: [],
|
|
877
|
+
conditionId: 'CON720213105316113',
|
|
878
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188/CON720213105316113',
|
|
879
|
+
mustExecute: false,
|
|
880
|
+
isForLoopStep: true,
|
|
881
|
+
displayOrder: '12',
|
|
882
|
+
imported: false,
|
|
883
|
+
isDisabled: false,
|
|
884
|
+
isStepGroupStep: false,
|
|
885
|
+
isJDBCStep: false,
|
|
886
|
+
afterBreakStep: false,
|
|
887
|
+
afterContinueStep: false,
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
name: 'Press Shift key',
|
|
891
|
+
type: 'step',
|
|
892
|
+
nlpName: 'PressShiftKey',
|
|
893
|
+
executionOrder: 25,
|
|
894
|
+
nlpId: 'NLP1032',
|
|
895
|
+
passMessage: 'Shift key is pressed',
|
|
896
|
+
failMessage: 'Failed to press Shift key',
|
|
897
|
+
skip: false,
|
|
898
|
+
returnType: 'void',
|
|
899
|
+
platform: 'Web',
|
|
900
|
+
searchName: 'Keyboard : Press Shift key',
|
|
901
|
+
displayName: 'Press Shift key',
|
|
902
|
+
actualFailedResult: 'N/A',
|
|
903
|
+
defaultDisplayName: 'Press Shift key',
|
|
904
|
+
stepId: 'STP86748M2D13H10M54S16M800R6',
|
|
905
|
+
toolTip: 'Press Shift key',
|
|
906
|
+
defaultToolTip: 'Press Shift key',
|
|
907
|
+
hierarchy: 0,
|
|
908
|
+
marginLeft: 16,
|
|
909
|
+
dataProviderVariables: [],
|
|
910
|
+
conditionId: 'CON720213105316113',
|
|
911
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188/CON720213105316113',
|
|
912
|
+
mustExecute: false,
|
|
913
|
+
isForLoopStep: true,
|
|
914
|
+
displayOrder: '13',
|
|
915
|
+
imported: false,
|
|
916
|
+
isDisabled: false,
|
|
917
|
+
isStepGroupStep: false,
|
|
918
|
+
isJDBCStep: false,
|
|
919
|
+
afterBreakStep: false,
|
|
920
|
+
afterContinueStep: false,
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
name: 'End Else If Condition',
|
|
924
|
+
type: 'step',
|
|
925
|
+
nlpName: 'EndElseIfCondition',
|
|
926
|
+
executionOrder: 26,
|
|
927
|
+
nlpId: 'NLP1399',
|
|
928
|
+
passMessage: 'End Else If Condition passed',
|
|
929
|
+
failMessage: 'End Else If Condition failed',
|
|
930
|
+
stepInputs: [],
|
|
931
|
+
skip: false,
|
|
932
|
+
returnType: 'void',
|
|
933
|
+
nlpType: 'NLP',
|
|
934
|
+
platform: 'Common',
|
|
935
|
+
packageName: 'com.tyss.optimize.nlp.Nlp',
|
|
936
|
+
searchName: 'End Else If Condition',
|
|
937
|
+
displayName: 'End Else If Condition',
|
|
938
|
+
description: 'This NLP is used to end else if condition',
|
|
939
|
+
actualFailedResult: 'N/A',
|
|
940
|
+
defaultDisplayName: 'End Else If Condition',
|
|
941
|
+
stepId: 'STP64752M2D13H10M53S16M113R86',
|
|
942
|
+
toolTip: 'End Else If Condition',
|
|
943
|
+
hierarchy: 0,
|
|
944
|
+
isSpecialNlp: true,
|
|
945
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
946
|
+
marginLeft: 8,
|
|
947
|
+
conditionId: 'CON720213105316113',
|
|
948
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188/CON720213105316113',
|
|
949
|
+
mustExecute: false,
|
|
950
|
+
imported: false,
|
|
951
|
+
isStepGroupStep: false,
|
|
952
|
+
isJDBCStep: false,
|
|
953
|
+
afterBreakStep: false,
|
|
954
|
+
afterContinueStep: false,
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
name: 'Get all broken links',
|
|
958
|
+
type: 'step',
|
|
959
|
+
nlpName: 'GetAllBrokenLinks',
|
|
960
|
+
executionOrder: 27,
|
|
961
|
+
nlpId: 'NLP1048',
|
|
962
|
+
passMessage: 'Broken links are *returnValue*',
|
|
963
|
+
failMessage: 'Failed to fetch all broken links',
|
|
964
|
+
skip: false,
|
|
965
|
+
returnType: 'List<String>',
|
|
966
|
+
platform: 'Web',
|
|
967
|
+
searchName: 'Get all broken links',
|
|
968
|
+
displayName: 'Get all broken links',
|
|
969
|
+
actualFailedResult: 'N/A',
|
|
970
|
+
defaultDisplayName: 'Get all broken links',
|
|
971
|
+
stepId: 'STP38577M2D13H10M55S1M284R46',
|
|
972
|
+
toolTip: 'Get all broken links',
|
|
973
|
+
defaultToolTip: 'Get all broken links',
|
|
974
|
+
hierarchy: 0,
|
|
975
|
+
parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
976
|
+
marginLeft: 8,
|
|
977
|
+
dataProviderVariables: [],
|
|
978
|
+
conditionId: 'CON68121310514188',
|
|
979
|
+
conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
|
|
980
|
+
mustExecute: false,
|
|
981
|
+
isForLoopStep: true,
|
|
982
|
+
displayOrder: '14',
|
|
983
|
+
imported: false,
|
|
984
|
+
isDisabled: false,
|
|
985
|
+
isStepGroupStep: false,
|
|
986
|
+
isJDBCStep: false,
|
|
987
|
+
afterBreakStep: false,
|
|
988
|
+
afterContinueStep: false,
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
name: 'End for loop',
|
|
992
|
+
type: '_endforloop',
|
|
993
|
+
nlpName: 'EndForLoop',
|
|
994
|
+
executionOrder: 28,
|
|
995
|
+
nlpId: 'NLP1702',
|
|
996
|
+
passMessage: 'End for loop passed',
|
|
997
|
+
failMessage: 'End for loop failed',
|
|
998
|
+
stepInputs: [],
|
|
999
|
+
skip: false,
|
|
1000
|
+
returnType: 'Void',
|
|
1001
|
+
nlpType: 'NLP',
|
|
1002
|
+
platform: 'Web',
|
|
1003
|
+
searchName: 'End for loop',
|
|
1004
|
+
displayName: 'End for loop',
|
|
1005
|
+
description: 'This NLP is used to end for loop',
|
|
1006
|
+
defaultDisplayName: 'End for loop',
|
|
1007
|
+
stepId: 'STP82202M2D13H10M37S33M981R22',
|
|
1008
|
+
toolTip: 'End for loop',
|
|
1009
|
+
hierarchy: 0,
|
|
1010
|
+
specialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
|
|
1011
|
+
isSpecialNlp: true,
|
|
1012
|
+
marginLeft: 0,
|
|
1013
|
+
mustExecute: false,
|
|
1014
|
+
imported: false,
|
|
1015
|
+
isStepGroupStep: false,
|
|
1016
|
+
isJDBCStep: false,
|
|
1017
|
+
afterBreakStep: false,
|
|
1018
|
+
afterContinueStep: false,
|
|
1019
|
+
},
|
|
1020
|
+
],
|
|
1021
|
+
metaData: {
|
|
1022
|
+
total: 10,
|
|
1023
|
+
totalPassed: 6,
|
|
1024
|
+
totalFailed: 1,
|
|
1025
|
+
totalWarning: 0,
|
|
1026
|
+
totalSkipped: 0,
|
|
1027
|
+
totalTerminated: 0,
|
|
1028
|
+
totalAborted: 0,
|
|
1029
|
+
totalNA: 3,
|
|
1030
|
+
totalPartiallyExecuted: 0,
|
|
1031
|
+
totalNonCascadedPreConditionFailed: 0,
|
|
1032
|
+
totalNonCascadedPostConditionFailed: 0,
|
|
1033
|
+
totalNonCascadedPreConditionWarning: 0,
|
|
1034
|
+
totalNonCascadedPostConditionWarning: 0,
|
|
1035
|
+
executionDuration: 80129,
|
|
1036
|
+
executionDurationInHourMinSecFormat: '00:01:20:129',
|
|
1037
|
+
message: 'One or more steps are failed',
|
|
1038
|
+
status: 'FAIL',
|
|
1039
|
+
},
|
|
1040
|
+
actionCell: () => {
|
|
1041
|
+
return (_jsxs("div", { style: { display: 'flex', justifyContent: 'space-around' }, children: [_jsx(Icon, { name: "no_access_icon" }), _jsx(Icon, { name: "step_group" }), _jsx(Icon, { name: "delete" })] }));
|
|
1042
|
+
},
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
title: 'Post Conditions',
|
|
1046
|
+
data: [
|
|
1047
|
+
{
|
|
1048
|
+
stepId: ffid(),
|
|
1049
|
+
name: 'close browser',
|
|
1050
|
+
modifiedBy: 'Krishna',
|
|
1051
|
+
suiteName: 'test 2',
|
|
1052
|
+
type: 'POST',
|
|
1053
|
+
},
|
|
1054
|
+
],
|
|
1055
|
+
},
|
|
1056
|
+
];
|
|
1057
|
+
//# sourceMappingURL=constant.js.map
|