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,1095 @@
|
|
|
1
|
+
let Components = {};
|
|
2
|
+
import ManageApps from '../../assets/icons/manage_apps.svg?react';
|
|
3
|
+
import Logo from '../../assets/icons/logo.svg?react';
|
|
4
|
+
import ArrowUp from '../../assets/icons/arrow_up.svg?react';
|
|
5
|
+
import ArrowRight from '../../assets/icons/arrow_right.svg?react';
|
|
6
|
+
import AccordionHeaderIcon from '../../assets/icons/accordion_header_icon.svg?react';
|
|
7
|
+
import DeleteInfoIcon from '../../assets/icons/delete_info.svg?react';
|
|
8
|
+
import WarningIcon from '../../assets/icons/warning.svg?react';
|
|
9
|
+
import ToastInfoIcon from '../../assets/icons/info.svg?react';
|
|
10
|
+
import ToastErrorIcon from '../../assets/icons/error.svg?react';
|
|
11
|
+
import ToastCloseIcon from '../../assets/icons/close_icon.svg?react';
|
|
12
|
+
import ToastSuccessIcon from '../../assets/icons/success.svg?react';
|
|
13
|
+
import MoreIcon from '../../assets/icons/more.svg?react';
|
|
14
|
+
import DropZoneIcon from '../../assets/icons/dropzone_icon.svg?react';
|
|
15
|
+
import File from '../../assets/icons/file.svg?react';
|
|
16
|
+
import Replace from '../../assets/icons/replace.svg?react';
|
|
17
|
+
import Remove from '../../assets/icons/remove.svg?react';
|
|
18
|
+
import PlusIcon from '../../assets/icons/plus_icon.svg?react';
|
|
19
|
+
import ArrowsTopIcon from '../../assets/icons/arrows_top_icon.svg?react';
|
|
20
|
+
import ArrowsRightIcon from '../../assets/icons/arrows_right_icon.svg?react';
|
|
21
|
+
import ArrowsDownIcon from '../../assets/icons/arrows_down_icon.svg?react'; // import ArrowUp from '../../assets/icons/arrow_up.svg?react';
|
|
22
|
+
import ArrowDown from '../../assets/icons/arrow_down.svg?react';
|
|
23
|
+
import ClosePill from '../../assets/icons/close_pill.svg?react';
|
|
24
|
+
import MoonStarsIcon from '../../assets/icons/moon_stars.svg?react';
|
|
25
|
+
import SunIcon from '../../assets/icons/sun_icon.svg?react';
|
|
26
|
+
import CheckMarkIcon from '../../assets/icons/check_mark.svg?react';
|
|
27
|
+
import WrongMarkIcon from '../../assets/icons/wrong_mark.svg?react';
|
|
28
|
+
import FireflinkIcon from '../../assets/icons/fireflink_icon.svg?react';
|
|
29
|
+
import Tick from '../../assets/icons/tick_icon.svg?react';
|
|
30
|
+
import Search from '../../assets/icons/search.svg?react';
|
|
31
|
+
import Filter from '../../assets/icons/filter.svg?react';
|
|
32
|
+
import Alert from '../../assets/icons/alert.svg?react';
|
|
33
|
+
import ReplaceFile from '../../assets/icons/replace_file.svg?react';
|
|
34
|
+
import RightArrow from '../../assets/icons/right_arrow_icon.svg?react';
|
|
35
|
+
import LeftArrow from '../../assets/icons/left_arrow_icon.svg?react';
|
|
36
|
+
import ClockIcon from '../../assets/icons/clock_icon.svg?react';
|
|
37
|
+
import Edit from '../../assets/icons/edit_icon.svg?react';
|
|
38
|
+
import ViewIcon from '../../assets/icons/view_icon.svg?react';
|
|
39
|
+
import ExportCollection from '../../assets/icons/export_collection_icon.svg?react';
|
|
40
|
+
import RunIcon from '../../assets/icons/run_icon.svg?react';
|
|
41
|
+
import BeautifyIcon from '../../assets/icons/beautify_icon.svg?react';
|
|
42
|
+
import AddVariable from '../../assets/icons/add_variable_icon.svg?react';
|
|
43
|
+
import ManualLocator from '../../assets/icons/manual_locator.svg?react';
|
|
44
|
+
import LicenseIcon from '../../assets/icons/active_license_icon.svg?react';
|
|
45
|
+
import DeleteIcon from '../../assets/icons/delete.svg?react';
|
|
46
|
+
import DetailsIcon from '../../assets/icons/details.svg?react';
|
|
47
|
+
import ImpactListIcon from '../../assets/icons/impact_list.svg?react';
|
|
48
|
+
import Export from '../../assets/icons/export.svg?react';
|
|
49
|
+
import FormatePainter from '../../assets/icons/formate_painter.svg?react';
|
|
50
|
+
import Bold from '../../assets/icons/bold.svg?react';
|
|
51
|
+
import Italic from '../../assets/icons/italic.svg?react';
|
|
52
|
+
import StrikeThrough from '../../assets/icons/strike_through.svg?react';
|
|
53
|
+
import Underline from '../../assets/icons/underline.svg?react';
|
|
54
|
+
import DoubleUnderline from '../../assets/icons/double_underline.svg?react';
|
|
55
|
+
import AllBorders from '../../assets/icons/all_borders.svg?react';
|
|
56
|
+
import BorderBottom from '../../assets/icons/border_bottom.svg?react';
|
|
57
|
+
import BorderLeft from '../../assets/icons/border_left.svg?react';
|
|
58
|
+
import BorderRight from '../../assets/icons/border_right.svg?react';
|
|
59
|
+
import BorderTop from '../../assets/icons/border_top.svg?react';
|
|
60
|
+
import NoBorder from '../../assets/icons/no_border.svg?react';
|
|
61
|
+
import TextAlignCenter from '../../assets/icons/text_align_center.svg?react';
|
|
62
|
+
import TextAlignLeft from '../../assets/icons/text_align_left.svg?react';
|
|
63
|
+
import TextAlignRight from '../../assets/icons/text_align_right.svg?react';
|
|
64
|
+
import TextColor from '../../assets/icons/text_color.svg?react';
|
|
65
|
+
import FillColor from '../../assets/icons/fill_color.svg?react';
|
|
66
|
+
import FormulaIcon from '../../assets/icons/formula_icon.svg?react';
|
|
67
|
+
import ExcelCornerMenu from '../../assets/icons/excel_corner_menu.svg?react';
|
|
68
|
+
import AutoSaveIcon from '../../assets/icons/auto_save_icon.svg?react';
|
|
69
|
+
import UploadPillIcon from '../../assets/icons/upload_pill.svg?react';
|
|
70
|
+
import FireFlinkLoaderLogo from '../../assets/icons/fire_Flink_logo.svg?react';
|
|
71
|
+
import LoaderSvg from '../../assets/icons/line_loader.svg?react';
|
|
72
|
+
import ImportFile from '../../assets/icons/import_file.svg?react';
|
|
73
|
+
import ApkFileType from '../../assets/icons/apk_file_type.svg?react';
|
|
74
|
+
import CsvFileType from '../../assets/icons/csv_file_type.svg?react';
|
|
75
|
+
import CompressedFileType from '../../assets/icons/compressed_file_type.svg?react';
|
|
76
|
+
import HtmlFileType from '../../assets/icons/html_file_type.svg?react';
|
|
77
|
+
import JsonFileType from '../../assets/icons/json_file_type.svg?react';
|
|
78
|
+
import PdfFileType from '../../assets/icons/pdf_file_type.svg?react';
|
|
79
|
+
import PngFileType from '../../assets/icons/png_file_type.svg?react';
|
|
80
|
+
import XlsxFileType from '../../assets/icons/xlsx_file_type.svg?react';
|
|
81
|
+
import XmlFileType from '../../assets/icons/xml_file_type.svg?react';
|
|
82
|
+
import XlsFileType from '../../assets/icons/xls_file_type.svg?react';
|
|
83
|
+
import IpkFileType from '../../assets/icons/ipk_file_type.svg?react';
|
|
84
|
+
import TxtFileType from '../../assets/icons/txt_file_type.svg?react';
|
|
85
|
+
import GifFileType from '../../assets/icons/gif_file_type.svg?react';
|
|
86
|
+
import JpgFileType from '../../assets/icons/jpg_file_type.svg?react';
|
|
87
|
+
import DocFileType from '../../assets/icons/doc_file_type.svg?react';
|
|
88
|
+
import DocxFileType from '../../assets/icons/docx_file_type.svg?react';
|
|
89
|
+
import IpaFileType from '../../assets/icons/ipa_file_type.svg?react';
|
|
90
|
+
import JpegFileType from '../../assets/icons/jpeg_file_type.svg?react';
|
|
91
|
+
import JsFileType from '../../assets/icons/js_file_type.svg?react';
|
|
92
|
+
import MdFileType from '../../assets/icons/md_file_type.svg?react';
|
|
93
|
+
import Mp3FileType from '../../assets/icons/mp3_file_type.svg?react';
|
|
94
|
+
import Mp4FileType from '../../assets/icons/mp4_file_type.svg?react';
|
|
95
|
+
import PdfxFileType from '../../assets/icons/pdfx_file_type.svg?react';
|
|
96
|
+
import PemFileType from '../../assets/icons/pem_file_type.svg?react';
|
|
97
|
+
import PptFileType from '../../assets/icons/ppt_file_type.svg?react';
|
|
98
|
+
import PptxFileType from '../../assets/icons/pptx_file_type.svg?react';
|
|
99
|
+
import SvgFileType from '../../assets/icons/svg_file_type.svg?react';
|
|
100
|
+
import WFileType from '../../assets/icons/w_file_type.svg?react';
|
|
101
|
+
import WavFileType from '../../assets/icons/wav_file_type.svg?react';
|
|
102
|
+
import Y4mFileType from '../../assets/icons/y4m_file_type.svg?react';
|
|
103
|
+
import YmlFileType from '../../assets/icons/yml_file_type.svg?react';
|
|
104
|
+
import BinFileType from '../../assets/icons/bin_file_type.svg?react';
|
|
105
|
+
import M4vFileType from '../../assets/icons/m4v_file_type.svg?react';
|
|
106
|
+
import MovFileType from '../../assets/icons/mov_file_type.svg?react';
|
|
107
|
+
import PfxFileType from '../../assets/icons/pfx_file_type.svg?react';
|
|
108
|
+
import PropertiesFileType from '../../assets/icons/properties_file_type.svg?react';
|
|
109
|
+
import PyFileType from '../../assets/icons/py_file_type.svg?react';
|
|
110
|
+
import ZipFileType from '../../assets/icons/zip_file_type.svg?react';
|
|
111
|
+
import YamlFileType from '../../assets/icons/yaml_file_type.svg?react';
|
|
112
|
+
import TarFileType from '../../assets/icons/tar_file_type.svg?react';
|
|
113
|
+
import CrxFileType from '../../assets/icons/crx_file_type.svg?react';
|
|
114
|
+
import InfoIcon from '../../assets/icons/info_icon.svg?react';
|
|
115
|
+
import CalendarIcon from '../../assets/icons/calendar_icon.svg?react';
|
|
116
|
+
import HideIcon from '../../assets/icons/hide_icon.svg?react';
|
|
117
|
+
import VerticalSeparator from '../../assets/icons/vertical_separator.svg?react';
|
|
118
|
+
import Separator from '../../assets/icons/separator_icon.svg?react';
|
|
119
|
+
import CollapseIcon from '../../assets/icons/collapse-icon.svg?react';
|
|
120
|
+
import ExpandIcon from '../../assets/icons/expand-icon.svg?react';
|
|
121
|
+
import CopyIcon from '../../assets/icons/copy-icon.svg?react';
|
|
122
|
+
import DownloadFile from '../../assets/icons/download-icon.svg?react';
|
|
123
|
+
import RefreshIcon from '../../assets/icons/refresh-icon.svg?react';
|
|
124
|
+
import LicenseInfo from '../../assets/icons/license_info.svg?react';
|
|
125
|
+
import LicenseWarning from '../../assets/icons/license_warning.svg?react';
|
|
126
|
+
import VariableIcon from '../../assets/icons/variable_icon.svg?react';
|
|
127
|
+
import Windows from '../../assets/icons/windows.svg?react';
|
|
128
|
+
import DataListIcon from '../../assets/icons/dataset_list.svg?react';
|
|
129
|
+
import Mac from '../../assets/icons/mac.svg?react';
|
|
130
|
+
import Android from '../../assets/icons/android.svg?react';
|
|
131
|
+
import Chrome from '../../assets/icons/chrome.svg?react';
|
|
132
|
+
import BrowserStack from '../../assets/icons/browser_stack.svg?react';
|
|
133
|
+
import Run from '../../assets/icons/run_icon.svg?react';
|
|
134
|
+
import LeftNewIcon from '../../assets/icons/left_new_icon.svg?react';
|
|
135
|
+
import RightNewIcon from '../../assets/icons/right_new_icon.svg?react';
|
|
136
|
+
import DownloadIcon from '../../assets/icons/download_icon.svg?react';
|
|
137
|
+
import WebIcon from '../../assets/icons/web_icon.svg?react';
|
|
138
|
+
import WebMobileIcon from '../../assets/icons/web&mobile_icon.svg?react';
|
|
139
|
+
import MobileIcon from '../../assets/icons/mobile_icon.svg?react';
|
|
140
|
+
import SalesForceIcon from '../../assets/icons/sales_force.svg?react';
|
|
141
|
+
import SalesForceProductType from '../../assets/icons/salesforce_product.svg?react';
|
|
142
|
+
import MSDynamicIcon from '../../assets/icons/ms_dynamic.svg?react';
|
|
143
|
+
import AllProjectsIcon from '../../assets/icons/all_projects.svg?react';
|
|
144
|
+
import AndroidIcon from '../../assets/icons/android_icon.svg?react';
|
|
145
|
+
import NoAccessIcon from '../../assets/icons/no_access_icon.svg?react';
|
|
146
|
+
import FullAccessIcon from '../../assets/icons/full_access_icon.svg?react';
|
|
147
|
+
import ViewAccessIcon from '../../assets/icons/view_access_icon.svg?react';
|
|
148
|
+
import HideAccessIcon from '../../assets/icons/hide_access_icon.svg?react';
|
|
149
|
+
import AddLocator from '../../assets/icons/add_locator.svg?react';
|
|
150
|
+
import PlusUserIcon from '../../assets/icons/plus_user_icon.svg?react';
|
|
151
|
+
import IosIcon from '../../assets/icons/ios_icon.svg?react';
|
|
152
|
+
import HelpIcon from '../../assets/icons/help_icon.svg?react';
|
|
153
|
+
import SwitchLicenseIcon from '../../assets/icons/switch_license_icon.svg?react';
|
|
154
|
+
import FireflinkLogo from '../../assets/icons/fireflink_logo.svg?react';
|
|
155
|
+
import FireflinkProductLogo from '../../assets/icons/fireflink_platform_product.svg?react';
|
|
156
|
+
import WSWBDeleteIcon from '../../assets/icons/wswb_delete_icon.svg?react';
|
|
157
|
+
import WSWBPlusIcon from '../../assets/icons/wswb_plus_icon.svg?react';
|
|
158
|
+
import LabelPlusIcon from '../../assets/icons/label_plus.svg?react';
|
|
159
|
+
import Drag from '../../assets/icons/drag_icon.svg?react';
|
|
160
|
+
import BackwardIcon from '../../assets/icons/backward_icon.svg?react';
|
|
161
|
+
import ForwardIcon from '../../assets/icons/forward_icon.svg?react';
|
|
162
|
+
import Reload from '../../assets/icons/reload.svg?react';
|
|
163
|
+
import WindowMaximize from '../../assets/icons/window_maximize.svg?react';
|
|
164
|
+
import WindowRestore from '../../assets/icons/window_restore.svg?react';
|
|
165
|
+
import WindowMinimize from '../../assets/icons/window_minimize.svg?react';
|
|
166
|
+
import HamburgerMenu from '../../assets/icons/hamburger_menu.svg?react';
|
|
167
|
+
import AppSwitchIcon from '../../assets/icons/app_switch.svg?react';
|
|
168
|
+
import UserProfile from '../../assets/icons/user_profile.svg?react';
|
|
169
|
+
import ContinueSignIn from '../../assets/icons/continue_without_sign.svg?react';
|
|
170
|
+
import CloudServerHost from '../../assets/icons/cloud_server_host_icon.svg?react';
|
|
171
|
+
import LocalVariableIcon from '../../assets/icons/local_variable_icon.svg?react';
|
|
172
|
+
import GlobalVariableIcon from '../../assets/icons/global_variable_icon.svg?react';
|
|
173
|
+
import ProjectEnvVariableIcon from '../../assets/icons/project_env_variable_icon.svg?react';
|
|
174
|
+
import StepGroupParameterIcon from '../../assets/icons/step_group_parameter.svg?react';
|
|
175
|
+
import StepGroupVariableIcon from '../../assets/icons/step_group_variable.svg?react';
|
|
176
|
+
import ForLoopVariableIcon from '../../assets/icons/for_loop_variable.svg?react';
|
|
177
|
+
import DataProviderVariableIcon from '../../assets/icons/data_provider_variable.svg?react';
|
|
178
|
+
import NotificationIcon from '../../assets/icons/notification_icon.svg?react';
|
|
179
|
+
import NLPHelpIcon from '../../assets/icons/nlp_help_icon.svg?react';
|
|
180
|
+
import UpdateIcon from '../../assets/icons/update_icon.svg?react';
|
|
181
|
+
import AddFile from '../../assets/icons/add_file.svg?react';
|
|
182
|
+
import AddNewFile from '../../assets/icons/add_new_file.svg?react';
|
|
183
|
+
import PlusRoundIcon from '../../assets/icons/plus_round_icon.svg?react';
|
|
184
|
+
import EyeClosed from '../../assets/icons/eye_closed.svg?react';
|
|
185
|
+
import AttachmentIcon from '../../assets/icons/attachment_icon.svg?react';
|
|
186
|
+
import AuthorizationIcon from '../../assets/icons/authorization_icon.svg?react';
|
|
187
|
+
import CloneIcon from '../../assets/icons/clone_icon.svg?react';
|
|
188
|
+
import MoveIcon from '../../assets/icons/move_icon.svg?react';
|
|
189
|
+
import Jira from '../../assets/icons/jira.svg?react';
|
|
190
|
+
import HistoryIcon from '../../assets//icons/history_icon.svg?react';
|
|
191
|
+
import LinkedDefects from '../../assets//icons/linked_defects.svg?react';
|
|
192
|
+
import FireflinkPlatform from '../../assets//icons/fireflink_platform.svg?react';
|
|
193
|
+
import FireflinkFinder from '../../assets//icons/fireflink_finder_logo.svg?react';
|
|
194
|
+
import ClientProfile from '../../assets//icons/client_profile.svg?react';
|
|
195
|
+
import LicenseExpired from '../../assets//icons/license_expired.svg?react';
|
|
196
|
+
import AddTestCaseIcon from '../../assets/icons/add_testcase.svg?react';
|
|
197
|
+
import AutomationTestCaseIcon from '../../assets/icons/automation_testcase.svg?react';
|
|
198
|
+
import ManualTestCaseIcon from '../../assets/icons/manual_testcase.svg?react';
|
|
199
|
+
import BackIcon from '../../assets/icons/back_icon.svg?react';
|
|
200
|
+
import AddFromSharedElement from '../../assets/icons/add_from_shared_elements.svg?react';
|
|
201
|
+
import SauseLabIcon from '../../assets/icons/sause_lab.svg?react';
|
|
202
|
+
import LocalIcon from '../../assets/icons/local.svg?react';
|
|
203
|
+
import InternetExplorerIcon from '../../assets/icons/internet_explorer.svg?react';
|
|
204
|
+
import BrowserstackIcon from '../../assets/icons/browserstack_icon.svg?react';
|
|
205
|
+
import EdgeIcon from '../../assets/icons/edge.svg?react';
|
|
206
|
+
import FirefoxIcon from '../../assets/icons/fire_fox.svg?react';
|
|
207
|
+
import LambdaIcon from '../../assets/icons/lambda_icon.svg?react';
|
|
208
|
+
import LinuxIcon from '../../assets/icons/linux.svg?react';
|
|
209
|
+
import OperaIcon from '../../assets/icons/opera.svg?react';
|
|
210
|
+
import SafariIcon from '../../assets/icons/safari_icon.svg?react';
|
|
211
|
+
import MaximizeScript from '../../assets/icons/maximize_script.svg?react';
|
|
212
|
+
import DownloadFileIcon from '../../assets/icons/download_file_icon.svg?react';
|
|
213
|
+
import MaximizeIcon from '../../assets/icons/maximize_icon.svg?react';
|
|
214
|
+
import PassedStatusIcon from '../../assets/icons/passed_status_icon.svg?react';
|
|
215
|
+
import FailedStatusIcon from '../../assets/icons/failed_status_icon.svg?react';
|
|
216
|
+
import WarningStatusIcon from '../../assets/icons/warning_status_icon.svg?react';
|
|
217
|
+
import SkippedStatusIcon from '../../assets/icons/skipped_status_icon.svg?react';
|
|
218
|
+
import FlakyStatusIcon from '../../assets/icons/flaky_status_icon.svg?react';
|
|
219
|
+
import DrawerMaximizeIcon from '../../assets/icons/drawer_maximize.svg?react';
|
|
220
|
+
import SaveAsStepIcon from '../../assets/icons/save_as_step.svg?react';
|
|
221
|
+
import SendToStepsIcon from '../../assets/icons/send_step.svg?react';
|
|
222
|
+
import NoLicenseFound from '../../assets/icons/no_license_found.svg?react';
|
|
223
|
+
import StandardTemplate from '../../assets/icons/standard_template.svg?react';
|
|
224
|
+
import SampleTemplateFirst from '../../assets/icons/sample_template_first.svg?react';
|
|
225
|
+
import SampleTemplateSecond from '../../assets/icons/sample_template_second.svg?react';
|
|
226
|
+
import DataProvider from '../../assets/icons/data_provider.svg?react';
|
|
227
|
+
import LinkExpired from '../../assets/icons/link_expired.svg?react';
|
|
228
|
+
import LinkReset from '../../assets/icons/reset-link.svg?react';
|
|
229
|
+
import SystemWarning from '../../assets/icons/system_warning.svg?react';
|
|
230
|
+
import UserPasswordLock from '../../assets/icons/user_password_lock.svg?react';
|
|
231
|
+
import UserWarning from '../../assets/icons/user_warning.svg?react';
|
|
232
|
+
import UserWithSystem from '../../assets/icons/user_with_system.svg?react';
|
|
233
|
+
import AiSearch from '../../assets/icons/ai_search.svg?react';
|
|
234
|
+
import Import from '../../assets/icons/import.svg?react';
|
|
235
|
+
import dashboardWebIcon from '../../assets/icons/dashboard_web_icon.svg?react';
|
|
236
|
+
import dashboardMobileIcon from '../../assets/icons/dashboard_mobile_icon.svg?react';
|
|
237
|
+
import dashboardWebMobileIcon from '../../assets/icons/web_mobile_icon.svg?react';
|
|
238
|
+
import dashboardWebServicesIcon from '../../assets/icons/web_services_icon.svg?react';
|
|
239
|
+
import dashboardSalesforceIcon from '../../assets/icons/salesforce_icon.svg?react';
|
|
240
|
+
import dashboardMsDynamicIcon from '../../assets/icons/ms_dynamic_icon.svg?react';
|
|
241
|
+
import MinimizeScript from '../../assets/icons/minimize_script.svg?react';
|
|
242
|
+
import MaximizeTree from '../../assets/icons/maximize_tree.svg?react';
|
|
243
|
+
import LabelIcon from '../../assets/icons/label_icon.svg?react';
|
|
244
|
+
import AddLabelIcon from '../../assets/icons/add_label_icon.svg?react';
|
|
245
|
+
import QuickRunSettingIcon from '../../assets/icons/quick_run_setting_icon.svg?react';
|
|
246
|
+
import RunManualTestcaseIcon from '../../assets/icons/run_manual_testcase_icon.svg?react';
|
|
247
|
+
import RunAutomationScriptsIcon from '../../assets/icons/run_automation_scripts_icon.svg?react';
|
|
248
|
+
import EyeOpenIcon from '../../assets/icons/eye_open_icon.svg?react';
|
|
249
|
+
import ReplaceIcon from '../../assets/icons/replace_icon.svg?react';
|
|
250
|
+
import HeaderPreset from '../../assets/icons/Header_preset.svg?react';
|
|
251
|
+
import ProjectElement from '../../assets/icons/project_element.svg?react';
|
|
252
|
+
import Element from '../../assets/icons/element.svg?react';
|
|
253
|
+
import StepGroup from '../../assets/icons/step_group.svg?react';
|
|
254
|
+
import Variable from '../../assets/icons/variable.svg?react';
|
|
255
|
+
import Defects from '../../assets/icons/defects.svg?react';
|
|
256
|
+
import ApprovalPending from '../../assets/icons/approval_pending.svg?react';
|
|
257
|
+
import Configuration from '../../assets/icons/configuration.svg?react';
|
|
258
|
+
import NoData from '../../assets/icons/no_data.svg?react';
|
|
259
|
+
import AddUser from '../../assets/icons/add_user.svg?react';
|
|
260
|
+
import RemoveUser from '../../assets/icons/remove_user.svg?react';
|
|
261
|
+
import AddToArchive from '../../assets/icons/add_archive.svg?react';
|
|
262
|
+
import AddVariableIcon from '../../assets/icons/add_variable.svg?react';
|
|
263
|
+
import DashboardIcon from '../../assets/icons/dashboard_icon.svg?react'; //TODO:this is temporary icon
|
|
264
|
+
import InfoUser from '../../assets/icons/info_user.svg?react';
|
|
265
|
+
import WebServiceIcon from '../../assets/icons/web_service_icon.svg?react';
|
|
266
|
+
import ProjectStatusIcon from '../../assets/icons/project_status_icon.svg?react';
|
|
267
|
+
import captureIcon from '../../assets/icons/capture_icon.svg?react';
|
|
268
|
+
import rotateIcon from '../../assets/icons/rotate_icon.svg?react';
|
|
269
|
+
import tapIcon from '../../assets/icons/tap_icon.svg?react';
|
|
270
|
+
import refreshIcon from '../../assets/icons/refresh_icon.svg?react';
|
|
271
|
+
import swipeIcon from '../../assets/icons/swipe_icon.svg?react';
|
|
272
|
+
import backward from '../../assets/icons/backward.svg?react';
|
|
273
|
+
import forward from '../../assets/icons/forward.svg?react';
|
|
274
|
+
import dependsOnScript from '../../assets/icons/depends_on_script.svg?react';
|
|
275
|
+
import parameters from '../../assets/icons/parameters.svg?react';
|
|
276
|
+
import prePostCondition from '../../assets/icons/pre_post_condition.svg?react';
|
|
277
|
+
import programElement from '../../assets/icons/program_element.svg?react';
|
|
278
|
+
import testData from '../../assets/icons/test_data.svg?react';
|
|
279
|
+
import testDataSet from '../../assets/icons/test_data_set.svg?react';
|
|
280
|
+
import emailGroup from '../../assets/icons/email_group.svg?react';
|
|
281
|
+
import variableSet from '../../assets/icons/variable_set.svg?react';
|
|
282
|
+
import machineEnableIcon from '../../assets/icons/machine_enable_icon.svg?react';
|
|
283
|
+
import machineDisableIcon from '../../assets/icons/machine_disable_icon.svg?react';
|
|
284
|
+
import suitesIcon from '../../assets/icons/suites_icon.svg?react';
|
|
285
|
+
import executionsIcon from '../../assets/icons/executions_icon.svg?react';
|
|
286
|
+
import ImportIcon from '../../assets/icons/import_icon.svg?react';
|
|
287
|
+
import Settings from '../../assets/icons/settings.svg?react';
|
|
288
|
+
import UnfollowIcon from '../../assets/icons/unfollow_icon.svg?react';
|
|
289
|
+
import ExternalUser from '../../assets/icons/external_user.svg?react';
|
|
290
|
+
import SingleUser from '../../assets/icons/single_user.svg?react';
|
|
291
|
+
import GroupUser from '../../assets/icons/group_user.svg?react';
|
|
292
|
+
import TestFreshersLogo from '../../assets/icons/test_freshers_logo.svg?react';
|
|
293
|
+
import Azure from '../../assets/icons/azure.svg?react';
|
|
294
|
+
import Bitbucket from '../../assets/icons/bitbucket.svg?react';
|
|
295
|
+
import Github from '../../assets/icons/github.svg?react';
|
|
296
|
+
import Gitlab from '../../assets/icons/gitlab.svg?react';
|
|
297
|
+
import Jenkins from '../../assets/icons/jenkins.svg?react';
|
|
298
|
+
import JiraLogo from '../../assets/icons/jira_logo.svg?react';
|
|
299
|
+
import Slack from '../../assets/icons/slack.svg?react';
|
|
300
|
+
import ServiceNow from '../../assets/icons/service_now.svg?react';
|
|
301
|
+
import DisableIcon from '../../assets/icons/disable_icon.svg?react';
|
|
302
|
+
import DisableIconFilled from '../../assets/icons/disable_icon_filled.svg?react';
|
|
303
|
+
import EnableIcon from '../../assets/icons/enable_icon.svg?react';
|
|
304
|
+
import EnableIconFilled from '../../assets/icons/enable_icon_filled.svg?react';
|
|
305
|
+
import ClearHistory from '../../assets/icons/clear_history.svg?react';
|
|
306
|
+
import Capture from '../../assets/icons/capture.svg?react';
|
|
307
|
+
import Csharp from '../../assets/icons/csharp.svg?react';
|
|
308
|
+
import Cypress from '../../assets/icons/cypress.svg?react';
|
|
309
|
+
import Java from '../../assets/icons/java.svg?react';
|
|
310
|
+
import JavaScript from '../../assets/icons/javascript.svg?react';
|
|
311
|
+
import JavaScriptIcon from '../../assets/icons/javascript_icon.svg?react';
|
|
312
|
+
import PlayWright from '../../assets/icons/playwright.svg?react';
|
|
313
|
+
import Python from '../../assets/icons/python.svg?react';
|
|
314
|
+
import Code from '../../assets/icons/code.svg?react';
|
|
315
|
+
import Regenerate from '../../assets/icons/regenerate.svg?react';
|
|
316
|
+
import Mic from '../../assets/icons/mic.svg?react';
|
|
317
|
+
import MicActive from '../../assets/icons/mic_filled.svg?react';
|
|
318
|
+
import RightArrowFilled from '../../assets/icons/right_arrow_filled_icon.svg?react';
|
|
319
|
+
import CodeColored from '../../assets/icons/code_colored.svg?react';
|
|
320
|
+
import DesignLink from '../../assets/icons/design_link.svg?react';
|
|
321
|
+
import FileColored from '../../assets/icons/file_colored.svg?react';
|
|
322
|
+
import JiraColored from '../../assets/icons/jira_colored.svg?react';
|
|
323
|
+
import Screenshot from '../../assets/icons/screenshot.svg?react';
|
|
324
|
+
import DeleteFilled from '../../assets/icons/delete_filled.svg?react';
|
|
325
|
+
import PrimaryCalendarIcon from '../../assets/icons/primary_calendar_icon.svg?react';
|
|
326
|
+
import SauseLabPrimaryIcon from '../../assets/icons/sause_lab_icon.svg?react';
|
|
327
|
+
import ModuleIcon from '../../assets/icons/module_icon.svg?react';
|
|
328
|
+
import totalDefectsStatusIcon from '../../assets/icons/total_defects_status_icon.svg?react';
|
|
329
|
+
import openDefectsStatusIcon from '../../assets/icons/open_defects_icon.svg?react';
|
|
330
|
+
import closedDefectsStatusIcon from '../../assets/icons/close_defects_icon.svg?react';
|
|
331
|
+
import qualityScoreStatusIcon from '../../assets/icons/quality_score_icon.svg?react';
|
|
332
|
+
import defectDensityStatusIcon from '../../assets/icons/defect_density_icon.svg?react';
|
|
333
|
+
import Private from '../../assets/icons/private.svg?react';
|
|
334
|
+
import Reschedule from '../../assets/icons/reschedule.svg?react';
|
|
335
|
+
import CollapseAllIcon from '../../assets/icons/collapse_icon.svg?react';
|
|
336
|
+
import ExpandAllIcon from '../../assets/icons/expand_icon.svg?react';
|
|
337
|
+
import DownArrow from '../../assets/icons/down_arrow.svg?react';
|
|
338
|
+
import UpArrow from '../../assets/icons/up_arrow.svg?react';
|
|
339
|
+
import LocatorIcon from '../../assets/icons/locator_icon.svg?react';
|
|
340
|
+
import AutomaticLocator from '../../assets/icons/automatic_locator.svg?react';
|
|
341
|
+
import ReRunFailedOnly from '../../assets/icons/re_run_failed_only.svg?react';
|
|
342
|
+
import ReRun from '../../assets/icons/re_run.svg?react';
|
|
343
|
+
import ShowAllExpand from '../../assets/icons/show_all_expand.svg?react';
|
|
344
|
+
import ShowAllCollapse from '../../assets/icons/show_all_collapse.svg?react';
|
|
345
|
+
import OverView from '../../assets/icons/overview.svg?react';
|
|
346
|
+
import CreateIssue from '../../assets/icons/create_issue.svg?react';
|
|
347
|
+
import ShowScripts from '../../assets/icons/show_scripts.svg?react';
|
|
348
|
+
import HideScripts from '../../assets/icons/hide_scripts.svg?react';
|
|
349
|
+
import FiaIcon from '../../assets/icons/fia_icon.svg?react';
|
|
350
|
+
import FiaAiIcon from '../../assets/icons/fia_ai_icon.svg?react';
|
|
351
|
+
import FiaQueryIcon from '../../assets/icons/fia_queries.svg?react';
|
|
352
|
+
import FiaMagicIcon from '../../assets/icons/fia_magic.svg?react';
|
|
353
|
+
import FiaClearIcon from '../../assets/icons/fia_clear.svg?react';
|
|
354
|
+
import ArrowLeft from '../../assets/icons/arrow_left.svg?react';
|
|
355
|
+
import AccordionBack from '../../assets/icons/accordion_back.svg?react';
|
|
356
|
+
import LinkIcon from '../../assets/icons/link.svg?react';
|
|
357
|
+
import ArrowLeftAccordian from '../../assets/icons/arrow_left_accordian.svg?react';
|
|
358
|
+
import ArrowRightIcon from '../../assets/icons/arrow_right_icon.svg?react';
|
|
359
|
+
import DiscardAlert from '../../assets/icons/discard_alert.svg?react';
|
|
360
|
+
import ActiveAISearchIcon from '../../assets/icons/ai_search_active_icon.svg?react';
|
|
361
|
+
import DefaultAISearchIcon from '../../assets/icons/ai_search_default_icon.svg?react';
|
|
362
|
+
import Attachments from '../../assets/icons/attachments.svg?react';
|
|
363
|
+
import AttachLink from '../../assets/icons/attach_link.svg?react';
|
|
364
|
+
import Comments from '../../assets/icons/comments.svg?react';
|
|
365
|
+
import FileDownload from '../../assets/icons/file_download.svg?react';
|
|
366
|
+
import UploadFile from '../../assets/icons/upload_file.svg?react';
|
|
367
|
+
import TagIcon from '../../assets/icons/tag_icon.svg?react';
|
|
368
|
+
import AnalyticsIcon from '../../assets/icons/analytics_icon.svg?react';
|
|
369
|
+
import BuildingBlocksIcon from '../../assets/icons/building_blocks_icon.svg?react';
|
|
370
|
+
import ClientIcon from '../../assets/icons/client_icon.svg?react';
|
|
371
|
+
import InputIcon from '../../assets/icons/input_icon.svg?react';
|
|
372
|
+
import NlpIcon from '../../assets/icons/nlp_icon.svg?react';
|
|
373
|
+
import OutputIcon from '../../assets/icons/output_icon.svg?react';
|
|
374
|
+
import PendingRequestIcon from '../../assets/icons/pending_request_icon.svg?react';
|
|
375
|
+
import PrerequisitesIcon from '../../assets/icons/prerequisites_icon.svg?react';
|
|
376
|
+
import ProcedureIcon from '../../assets/icons/procedure_icon.svg?react';
|
|
377
|
+
import ProgramElementsIcon from '../../assets/icons/program_elements_icon.svg?react';
|
|
378
|
+
import ProjectConfigurationIcon from '../../assets/icons/project_configuration_icon.svg?react';
|
|
379
|
+
import RelatedNlpIcon from '../../assets/icons/related_nlp_icon.svg?react';
|
|
380
|
+
import ScenariosIcon from '../../assets/icons/scenarios_icon.svg?react';
|
|
381
|
+
import RequestIcon from '../../assets/icons/request_icon.svg?react';
|
|
382
|
+
import FillFilter from '../../assets/icons/fill_filter.svg?react';
|
|
383
|
+
import StatusFillFilterIcon from '../../assets/icons/status_fill_filter_icon.svg?react';
|
|
384
|
+
import PlayButton from '../../assets/icons/play_button.svg?react';
|
|
385
|
+
import PauseButton from '../../assets/icons/pause_button.svg?react';
|
|
386
|
+
import AskFiaIcon from '../../assets/icons/ask_fia_icon.svg?react';
|
|
387
|
+
import CommentIcon from '../../assets/icons/comment.svg?react';
|
|
388
|
+
import CollapseArrow from '../../assets/icons/collapse_arrow.svg?react';
|
|
389
|
+
import ExpandArrow from '../../assets/icons/expand_arrow.svg?react';
|
|
390
|
+
import AiTag from '../../assets/icons/ai_tag.svg?react';
|
|
391
|
+
import ManualTag from '../../assets/icons/manual_tag.svg?react';
|
|
392
|
+
import Createtag from '../../assets/icons/create_tag.svg?react';
|
|
393
|
+
import TagList from '../../assets/icons/tag_list.svg?react';
|
|
394
|
+
import CodeIcon from '../../assets/icons/code_icon.svg?react';
|
|
395
|
+
import DesignIcon from '../../assets/icons/designlink_icon.svg?react';
|
|
396
|
+
import ScreenshotIcon from '../../assets/icons/screenshot_icon.svg?react';
|
|
397
|
+
import LanguageIcon from '../../assets/icons/language_icon.svg?react';
|
|
398
|
+
import UploadProfileImage from '../../assets/icons/upload_profile_image.svg?react';
|
|
399
|
+
import globeIcon from '../../assets/icons/globe.svg?react';
|
|
400
|
+
import sequentialInfoIcon from '../../assets/icons/sequential_info.svg?react';
|
|
401
|
+
import parallelInfoIcon from '../../assets/icons/parallel_info.svg?react';
|
|
402
|
+
import distributeInfoIcon from '../../assets/icons/distriburte_info.svg?react';
|
|
403
|
+
import execution from '../../assets/icons/execution.svg?react';
|
|
404
|
+
import liveExecution from '../../assets/icons/live_execution.svg?react';
|
|
405
|
+
import hidePrePostCondition from '../../assets/icons/hide_pre_post_condition.svg?react';
|
|
406
|
+
import showPrePostCondition from '../../assets/icons/show_pre_post_condition.svg?react';
|
|
407
|
+
import showScript from '../../assets/icons/show_script.svg?react';
|
|
408
|
+
import hideScript from '../../assets/icons/hide_script.svg?react';
|
|
409
|
+
import replyComment from '../../assets/icons/comment_reply.svg?react';
|
|
410
|
+
import Terminated from '../../assets/icons/terminated.svg?react';
|
|
411
|
+
import Revert from '../../assets/icons/revert.svg?react';
|
|
412
|
+
import QuickRunSettingActive from '../../assets/icons/quick_run_setting_active.svg?react';
|
|
413
|
+
import RunManualTestcaseActive from '../../assets/icons/run_manual_testcase_active.svg?react';
|
|
414
|
+
import VideoPlayIcon from '../../assets/icons/video_play_icon.svg?react';
|
|
415
|
+
import TickIcon from '../../assets/icons/tick_icon.svg?react';
|
|
416
|
+
import Postman from '../../assets/icons/postman_icon.svg?react';
|
|
417
|
+
import RecordPlayback from '../../assets/icons/record_play.svg?react';
|
|
418
|
+
import NoContent from '../../assets/icons/no_content_icon.svg?react';
|
|
419
|
+
import CommonNlp from '../../assets/icons/common_nlp.svg?react';
|
|
420
|
+
import GenericNlp from '../../assets/icons/generic_nlp.svg?react';
|
|
421
|
+
import OptimizeStepGroup from '../../assets/icons/optimize_stepgroup.svg?react';
|
|
422
|
+
import CircleCheckIcon from '../../assets/icons/circle-check-icon.svg?react';
|
|
423
|
+
import SquareCheckIcon from '../../assets/icons/square-check-icon.svg?react';
|
|
424
|
+
import AddScriptIcon from '../../assets/icons/add_script.svg?react';
|
|
425
|
+
import SuggestionToFix from '../../assets/icons/suggestion_to_fix.svg?react';
|
|
426
|
+
import GotoScript from '../../assets/icons/go_to_scripts.svg?react';
|
|
427
|
+
import SettingIcon from '../../assets/icons/setting-icon.svg?react';
|
|
428
|
+
import SeleniumIcon from '../../assets/icons/selenium_icon.svg?react';
|
|
429
|
+
import VideoPreviewIcon from '../../assets/icons/video_preview_icon.svg?react';
|
|
430
|
+
import FilterActive from '../../assets/icons/Filter_active.svg?react';
|
|
431
|
+
import MaximizedNewIcon from '../../assets/icons/maximize_new_icon.svg?react';
|
|
432
|
+
import AutoHealing from '../../assets/icons/auto_healing.svg?react';
|
|
433
|
+
import ClockFilled from '../../assets/icons/clock_filled.svg?react';
|
|
434
|
+
import EditLabelCloseIcon from '../../assets/icons/toast_close.svg?react';
|
|
435
|
+
import DrawerIconClose from '../../assets/icons/drawer_close_icon.svg?react';
|
|
436
|
+
import SendReport from '../../assets/icons/send_report.svg?react';
|
|
437
|
+
import ClosePillFilled from '../../assets/icons/close_pill_fill.svg?react';
|
|
438
|
+
import AppActions from '../../assets/icons/app_actions_icon.svg?react';
|
|
439
|
+
import SessionSetting from '../../assets/icons/session_setting_icon.svg?react';
|
|
440
|
+
import TestGallary from '../../assets/icons/test_gallary_icon.svg?react';
|
|
441
|
+
import Resolution from '../../assets/icons/resolution_icon.svg?react';
|
|
442
|
+
import VideoRecordIcon from '../../assets/icons/video_record_icon.svg?react';
|
|
443
|
+
import Delete from '../../assets/icons/delete_icon.svg?react';
|
|
444
|
+
import AiApprovedAutomark from '../../assets/icons/ai_approved.svg?react';
|
|
445
|
+
import videoliveicon from '../../assets/icons/Video_recording.svg?react';
|
|
446
|
+
import CaptureIconImage from '../../assets/icons/capture_image.svg?react';
|
|
447
|
+
import EclipsePluginIcon from '../../assets/icons/eclipse_plugin.svg?react';
|
|
448
|
+
import AiToken from '../../assets/icons/ai_token.svg?react';
|
|
449
|
+
import CloudClock from '../../assets/icons/cloud_clock.svg?react';
|
|
450
|
+
import ScreenExpand from '../../assets/icons/screen_expand_icon.svg?react';
|
|
451
|
+
import ScreenShotCapture from '../../assets/icons/screenshot_capture_icon.svg?react';
|
|
452
|
+
import SamsungIcon from '../../assets/icons/samsung_icon.svg?react';
|
|
453
|
+
import GoogleIcon from '../../assets/icons/google_icon.svg?react';
|
|
454
|
+
import OnePlusIcon from '../../assets/icons/oneplus_icon.svg?react';
|
|
455
|
+
import XiaomiIcon from '../../assets/icons/xiaomi_icon.svg?react';
|
|
456
|
+
import HuaweiIcon from '../../assets/icons/huawei_icon.svg?react';
|
|
457
|
+
import AmazonIcon from '../../assets/icons/amazon_icon.svg?react';
|
|
458
|
+
import ScriptsIcon from '../../assets/icons/scripts.svg?react';
|
|
459
|
+
import AppsIcon from '../../assets/icons/apps_icon.svg?react';
|
|
460
|
+
import HomeIcon from '../../assets/icons/home_icon.svg?react';
|
|
461
|
+
import DialogInfoIcon from '../../assets/icons/dialog_info.svg?react';
|
|
462
|
+
import RecordPauseIcon from '../../assets/icons/record_pause_icon.svg?react';
|
|
463
|
+
import RecordStopIcon from '../../assets/icons/record_stop_icon.svg?react';
|
|
464
|
+
import AddSettings from '../../assets/icons/add_setting.svg?react';
|
|
465
|
+
import ADB_Shell from '../../assets/icons/ADB_Shell.svg?react';
|
|
466
|
+
import UI_Inspector from '../../assets/icons/UI_Inspector.svg?react';
|
|
467
|
+
import TimerIcon from '../../assets/icons/timer_icon.svg?react';
|
|
468
|
+
import MaximizeLivetesting from '../../assets/icons/maximize_livetesting.svg?react';
|
|
469
|
+
import MacWhiteIcon from '../../assets/icons/mac_white_icon.svg?react';
|
|
470
|
+
import AzureIcon from '../../assets/icons/azure_icon.svg?react';
|
|
471
|
+
import OktaIcon from '../../assets/icons/okta_icon.svg?react';
|
|
472
|
+
import GenerateCommand from '../../assets/icons/generate_command.svg?react';
|
|
473
|
+
import WIndowsBlueIcon from '../../assets/icons/windows_blue_icon.svg?react';
|
|
474
|
+
import CopyIconFilled from '../../assets/icons/copy_icon_filled.svg?react'; // Newly Added icon
|
|
475
|
+
import GenerateCommandLogo from '../../assets/icons/generate_command_logo.svg?react'; // Newly Added icon
|
|
476
|
+
import Generate_Ai_TestCase from '../../assets/icons/generate_testcase.svg?react';
|
|
477
|
+
import Regenerate_ai_result from '../../assets/icons/regenerate_ai_result.svg?react';
|
|
478
|
+
import PromptSlider from '../../assets/icons/prompt_slider.svg?react';
|
|
479
|
+
import SendPrompt from '../../assets/icons/send_prompt.svg?react';
|
|
480
|
+
import Access_Key from '../../assets/icons/access_key.svg?react'; //Newly Added icon
|
|
481
|
+
import List_icon from '../../assets/icons/list_icon.svg?react';
|
|
482
|
+
import JSON_icon from '../../assets/icons/jSON_code_icon.svg?react';
|
|
483
|
+
import Honor_icon from '../../assets/icons/honor_icon.svg?react'; //Newly Added icon
|
|
484
|
+
import IQOO_icon from '../../assets/icons/iqoo_icon.svg?react'; //Newly Added icon
|
|
485
|
+
import MOTOROLA_icon from '../../assets/icons/motorola_icon.svg?react'; //Newly Added icon
|
|
486
|
+
import OPPO_icon from '../../assets/icons/oppo_icon.svg?react'; //Newly Added icon
|
|
487
|
+
import REALME_icon from '../../assets/icons/realme_icon.svg?react'; //Newly Added icon
|
|
488
|
+
import VIVO_icon from '../../assets/icons/vivo_icon.svg?react'; //Newly Added icon
|
|
489
|
+
import DataSet from '../../assets/icons/data_set.svg?react'; //Newly Added icon
|
|
490
|
+
import VideoPreview from '../../assets/icons/video_preview.svg?react'; //Newly Added icon
|
|
491
|
+
import Minimize_tree from '../../assets/icons/minimize_tree.svg?react';
|
|
492
|
+
import Record from '../../assets/icons/record.svg?react';
|
|
493
|
+
import AddElement from '../../assets/icons/add_element.svg?react';
|
|
494
|
+
import ElementSlider from '../../assets/icons/element_slider.svg?react';
|
|
495
|
+
import Anthropic from '../../assets/icons/anthropic.svg?react';
|
|
496
|
+
import Google_Gemini from '../../assets/icons/google_gemini.svg?react';
|
|
497
|
+
import Groq from '../../assets/icons/groq.svg?react';
|
|
498
|
+
import Meta from '../../assets/icons/meta.svg?react';
|
|
499
|
+
import Open_Ai from '../../assets/icons/open_ai.svg?react';
|
|
500
|
+
import Re_Processing from '../../assets/icons/re_processing.svg?react';
|
|
501
|
+
import Tab_icon from '../../assets/icons/tab_icon.svg?react';
|
|
502
|
+
import TV_icon from '../../assets/icons/tv_icon.svg?react';
|
|
503
|
+
import Analytics from '../../assets/icons/analytics.svg?react';
|
|
504
|
+
import BugTrack from '../../assets/icons/bugtrack.svg?react';
|
|
505
|
+
import DB_Connect from '../../assets/icons/DB_connect.svg?react';
|
|
506
|
+
import FitGrid from '../../assets/icons/fitgrid.svg?react';
|
|
507
|
+
import Folder_Icon from '../../assets/icons/folder.svg?react';
|
|
508
|
+
import Mail_Icon from '../../assets/icons/mail.svg?react';
|
|
509
|
+
import BookStack from '../../assets/icons/book_stack.svg?react';
|
|
510
|
+
import LinkUp_Icon from '../../assets/icons/linkup.svg?react';
|
|
511
|
+
import New_Note_Icon from '../../assets/icons/new_note.svg?react';
|
|
512
|
+
import PinDropIcon from '../../assets/icons/pindrop.svg?react';
|
|
513
|
+
import RocketLaunchIcon from '../../assets/icons/rocket_launch.svg?react';
|
|
514
|
+
import ScheduledReporting from '../../assets/icons/scheduled_report.svg?react';
|
|
515
|
+
import StartExecution from '../../assets/icons/start_execution.svg?react';
|
|
516
|
+
import Timer_Clock from '../../assets/icons/timer.svg?react';
|
|
517
|
+
import TwinCogs_Icon from '../../assets/icons/twin_cogs.svg?react';
|
|
518
|
+
import User from '../../assets/icons/user.svg?react';
|
|
519
|
+
import WorkDesk from '../../assets/icons/work_desk.svg?react';
|
|
520
|
+
import Clock_Face from '../../assets/icons/clock_face.svg?react';
|
|
521
|
+
import ViewScript from '../../assets/icons/view_script.svg?react';
|
|
522
|
+
import navigate_to_pages from '../../assets/icons/navigate_to_pages.svg?react';
|
|
523
|
+
import Quit from '../../assets/icons/quit.svg?react';
|
|
524
|
+
import ExaSureIcon from '../../assets/icons/exasure_icon.svg?react';
|
|
525
|
+
import ExaSureLoader from '../../assets/icons/exasure_loader.svg?react';
|
|
526
|
+
import ExaSureNameLogo from '../../assets/icons/exasure_logo_name.svg?react';
|
|
527
|
+
import TestifyIcon from '../../assets/icons/testify_icon.svg?react';
|
|
528
|
+
import TestifyLoader from '../../assets/icons/testify_loader.svg?react';
|
|
529
|
+
import TestifyNameLogo from '../../assets/icons/testify_logo_name.svg?react';
|
|
530
|
+
import fireflink_deviceFarm from '../../assets/icons/fireflink_deviceFarm.svg?react'; //Newly Added icon
|
|
531
|
+
import PassResultIcon from '../../assets/icons/pass_result_icon.svg?react';
|
|
532
|
+
import FailResultIcon from '../../assets/icons/fail_result_icon.svg?react';
|
|
533
|
+
import WarningResultIcon from '../../assets/icons/warning_result_icon.svg?react';
|
|
534
|
+
import SkippedResultIcon from '../../assets/icons/skipped_result_icon.svg?react';
|
|
535
|
+
import SauseIcon from '../../assets/icons/sause_icon.svg?react';
|
|
536
|
+
import AtlesIcon from '../../assets/icons/atles_icon.svg?react';
|
|
537
|
+
import CometIcon from '../../assets/icons/comet_icon.svg?react';
|
|
538
|
+
import InstanceIcon from '../../assets/icons/instance_icon.svg?react';
|
|
539
|
+
import LambdaUserIcon from '../../assets/icons/lambda_user_icon.svg?react';
|
|
540
|
+
import CustomType from '../../assets/icons/custom_type.svg?react';
|
|
541
|
+
import FillCustomType from '../../assets/icons/fill_custom_type.svg?react';
|
|
542
|
+
import AndroidBrowserIcon from '../../assets/icons/android_browser.svg?react';
|
|
543
|
+
import IosBrowserIcon from '../../assets/icons/ios_browser.svg?react';
|
|
544
|
+
import ManualMobileWhiteIcon from '../../assets/icons/manualMobileWhiteIcon.svg?react';
|
|
545
|
+
import ManualMobileIcon from '../../assets/icons/manualMobileIcon.svg?react';
|
|
546
|
+
Components['success'] = ToastSuccessIcon;
|
|
547
|
+
Components['setting_icon'] = SettingIcon;
|
|
548
|
+
Components['alert'] = Alert;
|
|
549
|
+
Components['alert'] = Alert;
|
|
550
|
+
Components['delete_info'] = DeleteInfoIcon;
|
|
551
|
+
Components['warning'] = WarningIcon;
|
|
552
|
+
Components['toast_info'] = ToastInfoIcon;
|
|
553
|
+
Components['error'] = ToastErrorIcon;
|
|
554
|
+
Components['close'] = ToastCloseIcon;
|
|
555
|
+
Components['more'] = MoreIcon;
|
|
556
|
+
Components['logo'] = Logo;
|
|
557
|
+
Components['manage_apps'] = ManageApps;
|
|
558
|
+
Components['arrow_up'] = ArrowUp;
|
|
559
|
+
Components['accordion_header_icon'] = AccordionHeaderIcon;
|
|
560
|
+
Components['dropzone_icon'] = DropZoneIcon;
|
|
561
|
+
Components['file'] = File;
|
|
562
|
+
Components['replace'] = Replace;
|
|
563
|
+
Components['remove'] = Remove;
|
|
564
|
+
Components['plus_icon'] = PlusIcon;
|
|
565
|
+
Components['arrows_top_icon'] = ArrowsTopIcon;
|
|
566
|
+
Components['arrows_right_icon'] = ArrowsRightIcon;
|
|
567
|
+
Components['arrows_down_icon'] = ArrowsDownIcon;
|
|
568
|
+
Components['arrow_down'] = ArrowDown;
|
|
569
|
+
Components['close_pill'] = ClosePill;
|
|
570
|
+
Components['moon_stars_icon'] = MoonStarsIcon;
|
|
571
|
+
Components['sun_icon'] = SunIcon;
|
|
572
|
+
Components['check_mark'] = CheckMarkIcon;
|
|
573
|
+
Components['wrong_mark'] = WrongMarkIcon;
|
|
574
|
+
Components['fireflink_icon'] = FireflinkIcon;
|
|
575
|
+
Components['tick'] = Tick;
|
|
576
|
+
Components['arrow_right'] = ArrowRight;
|
|
577
|
+
Components['search'] = Search;
|
|
578
|
+
Components['filter'] = Filter;
|
|
579
|
+
Components['right_arrow_icon'] = RightArrow;
|
|
580
|
+
Components['left_arrow_icon'] = LeftArrow;
|
|
581
|
+
Components['clock_icon'] = ClockIcon;
|
|
582
|
+
Components['edit'] = Edit;
|
|
583
|
+
Components['view_icon'] = ViewIcon;
|
|
584
|
+
Components['export_collection'] = ExportCollection;
|
|
585
|
+
Components['run_icon'] = RunIcon;
|
|
586
|
+
Components['license'] = LicenseIcon;
|
|
587
|
+
Components['delete'] = DeleteIcon;
|
|
588
|
+
Components['details'] = DetailsIcon;
|
|
589
|
+
Components['impact_list'] = ImpactListIcon;
|
|
590
|
+
Components['beautify_icon'] = BeautifyIcon;
|
|
591
|
+
Components['add_variable_icon'] = AddVariable;
|
|
592
|
+
Components['replace_file'] = ReplaceFile;
|
|
593
|
+
Components['formate_painter'] = FormatePainter;
|
|
594
|
+
Components['bold'] = Bold;
|
|
595
|
+
Components['italic'] = Italic;
|
|
596
|
+
Components['strike_through'] = StrikeThrough;
|
|
597
|
+
Components['underline'] = Underline;
|
|
598
|
+
Components['double_underline'] = DoubleUnderline;
|
|
599
|
+
Components['border_left'] = BorderLeft;
|
|
600
|
+
Components['border_right'] = BorderRight;
|
|
601
|
+
Components['border_bottom'] = BorderBottom;
|
|
602
|
+
Components['border_top'] = BorderTop;
|
|
603
|
+
Components['all_borders'] = AllBorders;
|
|
604
|
+
Components['no_border'] = NoBorder;
|
|
605
|
+
Components['text_align_center'] = TextAlignCenter;
|
|
606
|
+
Components['text_align_left'] = TextAlignLeft;
|
|
607
|
+
Components['text_align_right'] = TextAlignRight;
|
|
608
|
+
Components['text_color'] = TextColor;
|
|
609
|
+
Components['fill_color'] = FillColor;
|
|
610
|
+
Components['formula_icon'] = FormulaIcon;
|
|
611
|
+
Components['excel_corner_menu'] = ExcelCornerMenu;
|
|
612
|
+
Components['auto_save_icon'] = AutoSaveIcon;
|
|
613
|
+
Components['export'] = Export;
|
|
614
|
+
Components['import_file'] = ImportFile;
|
|
615
|
+
Components['apk_file_type'] = ApkFileType;
|
|
616
|
+
Components['csv_file_type'] = CsvFileType;
|
|
617
|
+
Components['compressed_file_type'] = CompressedFileType;
|
|
618
|
+
Components['html_file_type'] = HtmlFileType;
|
|
619
|
+
Components['json_file_type'] = JsonFileType;
|
|
620
|
+
Components['pdf_file_type'] = PdfFileType;
|
|
621
|
+
Components['png_file_type'] = PngFileType;
|
|
622
|
+
Components['xlsx_file_type'] = XlsxFileType;
|
|
623
|
+
Components['xml_file_type'] = XmlFileType;
|
|
624
|
+
Components['xls_file_type'] = XlsFileType;
|
|
625
|
+
Components['ipk_file_type'] = IpkFileType;
|
|
626
|
+
Components['txt_file_type'] = TxtFileType;
|
|
627
|
+
Components['gif_file_type'] = GifFileType;
|
|
628
|
+
Components['jpg_file_type'] = JpgFileType;
|
|
629
|
+
Components['doc_file_type'] = DocFileType;
|
|
630
|
+
Components['docx_file_type'] = DocxFileType;
|
|
631
|
+
Components['ipa_file_type'] = IpaFileType;
|
|
632
|
+
Components['jpeg_file_type'] = JpegFileType;
|
|
633
|
+
Components['js_file_type'] = JsFileType;
|
|
634
|
+
Components['md_file_type'] = MdFileType;
|
|
635
|
+
Components['mp3_file_type'] = Mp3FileType;
|
|
636
|
+
Components['mp4_file_type'] = Mp4FileType;
|
|
637
|
+
Components['pdfx_file_type'] = PdfxFileType;
|
|
638
|
+
Components['pem_file_type'] = PemFileType;
|
|
639
|
+
Components['ppt_file_type'] = PptFileType;
|
|
640
|
+
Components['pptx_file_type'] = PptxFileType;
|
|
641
|
+
Components['svg_file_type'] = SvgFileType;
|
|
642
|
+
Components['w_file_type'] = WFileType;
|
|
643
|
+
Components['wav_file_type'] = WavFileType;
|
|
644
|
+
Components['y4m_file_type'] = Y4mFileType;
|
|
645
|
+
Components['yml_file_type'] = YmlFileType;
|
|
646
|
+
Components['bin_file_type'] = BinFileType;
|
|
647
|
+
Components['m4v_file_type'] = M4vFileType;
|
|
648
|
+
Components['mov_file_type'] = MovFileType;
|
|
649
|
+
Components['pfx_file_type'] = PfxFileType;
|
|
650
|
+
Components['properties_file_type'] = PropertiesFileType;
|
|
651
|
+
Components['py_file_type'] = PyFileType;
|
|
652
|
+
Components['zip_file_type'] = ZipFileType;
|
|
653
|
+
Components['yaml_file_type'] = YamlFileType;
|
|
654
|
+
Components['tar_file_type'] = TarFileType;
|
|
655
|
+
Components['crx_file_type'] = CrxFileType;
|
|
656
|
+
Components['pass_result_icon'] = PassResultIcon;
|
|
657
|
+
Components['fail_result_icon'] = FailResultIcon;
|
|
658
|
+
Components['warning_result_icon'] = WarningResultIcon;
|
|
659
|
+
Components['skipped_result_icon'] = SkippedResultIcon;
|
|
660
|
+
Components['import'] = Import;
|
|
661
|
+
Components['info'] = InfoIcon;
|
|
662
|
+
Components['calendar_icon'] = CalendarIcon;
|
|
663
|
+
Components['hide_icon'] = HideIcon;
|
|
664
|
+
Components['vertical_separator'] = VerticalSeparator;
|
|
665
|
+
Components['separator_icon'] = Separator;
|
|
666
|
+
Components['collapse_icon'] = CollapseIcon;
|
|
667
|
+
Components['refresh_icon'] = RefreshIcon;
|
|
668
|
+
Components['download_file'] = DownloadFile;
|
|
669
|
+
Components['copy_icon'] = CopyIcon;
|
|
670
|
+
Components['expand_icon'] = ExpandIcon;
|
|
671
|
+
Components['license_info'] = LicenseInfo;
|
|
672
|
+
Components['license_warning'] = LicenseWarning;
|
|
673
|
+
Components['variable_icon'] = VariableIcon;
|
|
674
|
+
Components['download_icon'] = DownloadIcon;
|
|
675
|
+
Components['web_icon'] = WebIcon;
|
|
676
|
+
Components['web&mobile_icon'] = WebMobileIcon;
|
|
677
|
+
Components['mobile_icon'] = MobileIcon;
|
|
678
|
+
Components['sales_force'] = SalesForceIcon;
|
|
679
|
+
Components['salesforce_product'] = SalesForceProductType;
|
|
680
|
+
Components['ms_dynamic'] = MSDynamicIcon;
|
|
681
|
+
Components['all_projects'] = AllProjectsIcon;
|
|
682
|
+
Components['android_icon'] = AndroidIcon;
|
|
683
|
+
Components['plus_user_icon'] = PlusUserIcon;
|
|
684
|
+
Components['label_plus'] = LabelPlusIcon;
|
|
685
|
+
Components['manual_locator'] = ManualLocator;
|
|
686
|
+
Components['ios_icon'] = IosIcon;
|
|
687
|
+
Components['help_icon'] = HelpIcon;
|
|
688
|
+
Components['select_license'] = SwitchLicenseIcon;
|
|
689
|
+
Components['fireflink-logo'] = FireflinkLogo;
|
|
690
|
+
Components['fireflink_product_logo'] = FireflinkProductLogo;
|
|
691
|
+
Components['wswb_delete_icon'] = WSWBDeleteIcon;
|
|
692
|
+
Components['wswb_plus_icon'] = WSWBPlusIcon;
|
|
693
|
+
Components['local_variable_icon'] = LocalVariableIcon;
|
|
694
|
+
Components['global_variable_icon'] = GlobalVariableIcon;
|
|
695
|
+
Components['project_env_variable_icon'] = ProjectEnvVariableIcon;
|
|
696
|
+
Components['step_group_parameter'] = StepGroupParameterIcon;
|
|
697
|
+
Components['step_group_variable'] = StepGroupVariableIcon;
|
|
698
|
+
Components['data_provider_variable'] = DataProviderVariableIcon;
|
|
699
|
+
Components['for_loop_variable'] = ForLoopVariableIcon;
|
|
700
|
+
Components['add_locator'] = AddLocator;
|
|
701
|
+
Components['drag'] = Drag;
|
|
702
|
+
Components['windows'] = Windows;
|
|
703
|
+
Components['datalist_icon'] = DataListIcon;
|
|
704
|
+
Components['mac_icon'] = Mac;
|
|
705
|
+
Components['android_icon'] = Android;
|
|
706
|
+
Components['chrome_icon'] = Chrome;
|
|
707
|
+
Components['browser_stack_icon'] = BrowserStack;
|
|
708
|
+
Components['run_icon'] = Run;
|
|
709
|
+
Components['backward_icon'] = BackwardIcon;
|
|
710
|
+
Components['forward_icon'] = ForwardIcon;
|
|
711
|
+
Components['reload'] = Reload;
|
|
712
|
+
Components['window_maximize'] = WindowMaximize;
|
|
713
|
+
Components['window_restore'] = WindowRestore;
|
|
714
|
+
Components['window_minimize'] = WindowMinimize;
|
|
715
|
+
Components['hamburger_menu'] = HamburgerMenu;
|
|
716
|
+
Components['app_switch'] = AppSwitchIcon;
|
|
717
|
+
Components['user_profile'] = UserProfile;
|
|
718
|
+
Components['continue_without_signin'] = ContinueSignIn;
|
|
719
|
+
Components['cloud_server_host'] = CloudServerHost;
|
|
720
|
+
Components['notification_icon'] = NotificationIcon;
|
|
721
|
+
Components['nlp_help_icon'] = NLPHelpIcon;
|
|
722
|
+
Components['update_icon'] = UpdateIcon;
|
|
723
|
+
Components['add_file'] = AddFile;
|
|
724
|
+
Components['add_new_file'] = AddNewFile;
|
|
725
|
+
Components['plus_round_icon'] = PlusRoundIcon;
|
|
726
|
+
Components['clone_icon'] = CloneIcon;
|
|
727
|
+
Components['move_icon'] = MoveIcon;
|
|
728
|
+
Components['jira'] = Jira;
|
|
729
|
+
Components['history'] = HistoryIcon;
|
|
730
|
+
Components['linked_defects'] = LinkedDefects;
|
|
731
|
+
Components['no_access_icon'] = NoAccessIcon;
|
|
732
|
+
Components['full_access_icon'] = FullAccessIcon;
|
|
733
|
+
Components['view_access_icon'] = ViewAccessIcon;
|
|
734
|
+
Components['hide_access_icon'] = HideAccessIcon;
|
|
735
|
+
Components['eye_closed'] = EyeClosed;
|
|
736
|
+
Components['attachment_icon'] = AttachmentIcon;
|
|
737
|
+
Components['authorization_icon'] = AuthorizationIcon;
|
|
738
|
+
Components['ai_search'] = AiSearch;
|
|
739
|
+
Components['upload_pill'] = UploadPillIcon;
|
|
740
|
+
Components['add_from_shared_element'] = AddFromSharedElement;
|
|
741
|
+
Components['fireflink_platform_logo'] = FireflinkPlatform;
|
|
742
|
+
Components['ExaSure_platform_logo'] = ExaSureIcon;
|
|
743
|
+
Components['ExaSure_loader_logo'] = ExaSureLoader;
|
|
744
|
+
Components['ExaSure_name_logo'] = ExaSureNameLogo;
|
|
745
|
+
Components['Testify_platform_logo'] = TestifyIcon;
|
|
746
|
+
Components['Testify_loader_logo'] = TestifyLoader;
|
|
747
|
+
Components['Testify_name_logo'] = TestifyNameLogo;
|
|
748
|
+
Components['fireflink_finder_logo'] = FireflinkFinder;
|
|
749
|
+
Components['client_profile'] = ClientProfile;
|
|
750
|
+
Components['license_expired'] = LicenseExpired;
|
|
751
|
+
Components['dashboard_web_icon'] = dashboardWebIcon;
|
|
752
|
+
Components['dashboard_mobile_icon'] = dashboardMobileIcon;
|
|
753
|
+
Components['dashboard_web_mobile_icon'] = dashboardWebMobileIcon;
|
|
754
|
+
Components['dashboard_web_services'] = dashboardWebServicesIcon;
|
|
755
|
+
Components['dashboard_salesforce_icon'] = dashboardSalesforceIcon;
|
|
756
|
+
Components['dashboard_ms_dynamic_icon'] = dashboardMsDynamicIcon;
|
|
757
|
+
Components['add_testcase'] = AddTestCaseIcon;
|
|
758
|
+
Components['automation_testcase'] = AutomationTestCaseIcon;
|
|
759
|
+
Components['manual_testcase'] = ManualTestCaseIcon;
|
|
760
|
+
Components['back_icon'] = BackIcon;
|
|
761
|
+
Components['sause_lab'] = SauseLabIcon;
|
|
762
|
+
Components['local'] = LocalIcon;
|
|
763
|
+
Components['internet_explorer'] = InternetExplorerIcon;
|
|
764
|
+
Components['browserstack_icon'] = BrowserstackIcon;
|
|
765
|
+
Components['edge'] = EdgeIcon;
|
|
766
|
+
Components['fire_fox'] = FirefoxIcon;
|
|
767
|
+
Components['lambda_icon'] = LambdaIcon;
|
|
768
|
+
Components['linux'] = LinuxIcon;
|
|
769
|
+
Components['opera'] = OperaIcon;
|
|
770
|
+
Components['safari_icon'] = SafariIcon;
|
|
771
|
+
Components['maximize_script'] = MaximizeScript;
|
|
772
|
+
Components['download_file_icon'] = DownloadFileIcon;
|
|
773
|
+
Components['maximize_icon'] = MaximizeIcon;
|
|
774
|
+
Components['passed_status_icon'] = PassedStatusIcon;
|
|
775
|
+
Components['failed_status_icon'] = FailedStatusIcon;
|
|
776
|
+
Components['warning_status_icon'] = WarningStatusIcon;
|
|
777
|
+
Components['skipped_status_icon'] = SkippedStatusIcon;
|
|
778
|
+
Components['flaky_status_icon'] = FlakyStatusIcon;
|
|
779
|
+
Components['drawer_maximize'] = DrawerMaximizeIcon;
|
|
780
|
+
Components['save_as_step'] = SaveAsStepIcon;
|
|
781
|
+
Components['send_to_steps'] = SendToStepsIcon;
|
|
782
|
+
Components['standard_template'] = StandardTemplate;
|
|
783
|
+
Components['sample_template_first'] = SampleTemplateFirst;
|
|
784
|
+
Components['sample_template_second'] = SampleTemplateSecond;
|
|
785
|
+
Components['no_license_found'] = NoLicenseFound;
|
|
786
|
+
Components['data_provider'] = DataProvider;
|
|
787
|
+
Components['link_expired'] = LinkExpired;
|
|
788
|
+
Components['link_reset'] = LinkReset;
|
|
789
|
+
Components['system_warning'] = SystemWarning;
|
|
790
|
+
Components['user_password_lock'] = UserPasswordLock;
|
|
791
|
+
Components['user_warning'] = UserWarning;
|
|
792
|
+
Components['user_with_system'] = UserWithSystem;
|
|
793
|
+
Components['minimize_script'] = MinimizeScript;
|
|
794
|
+
Components['maximize_tree'] = MaximizeTree;
|
|
795
|
+
Components['label_icon'] = LabelIcon;
|
|
796
|
+
Components['add_label_icon'] = AddLabelIcon;
|
|
797
|
+
Components['quick_run_setting'] = QuickRunSettingIcon;
|
|
798
|
+
Components['run_manual_testcase'] = RunManualTestcaseIcon;
|
|
799
|
+
Components['run_automation_scripts'] = RunAutomationScriptsIcon;
|
|
800
|
+
Components['eye_open_icon'] = EyeOpenIcon;
|
|
801
|
+
Components['replace_icon'] = ReplaceIcon;
|
|
802
|
+
Components['header_preset'] = HeaderPreset;
|
|
803
|
+
Components['project_element'] = ProjectElement;
|
|
804
|
+
Components['element'] = Element;
|
|
805
|
+
Components['step_group'] = StepGroup;
|
|
806
|
+
Components['variable'] = Variable;
|
|
807
|
+
Components['defects'] = Defects;
|
|
808
|
+
Components['approval_pending'] = ApprovalPending;
|
|
809
|
+
Components['configuration'] = Configuration;
|
|
810
|
+
Components['no_data'] = NoData;
|
|
811
|
+
Components['add_user'] = AddUser;
|
|
812
|
+
Components['add_to_archive'] = AddToArchive;
|
|
813
|
+
Components['remove_user'] = RemoveUser;
|
|
814
|
+
Components['add_variable'] = AddVariableIcon;
|
|
815
|
+
Components['dashboard_icon'] = DashboardIcon; //TODO:this is temporary icon
|
|
816
|
+
Components['info_user'] = InfoUser;
|
|
817
|
+
Components['web_service_icon'] = WebServiceIcon;
|
|
818
|
+
Components['project_status_icon'] = ProjectStatusIcon;
|
|
819
|
+
Components['capture_icon'] = captureIcon;
|
|
820
|
+
Components['backward'] = backward;
|
|
821
|
+
Components['forward'] = forward;
|
|
822
|
+
Components['refresh_icon'] = refreshIcon;
|
|
823
|
+
Components['rotate_icon'] = rotateIcon;
|
|
824
|
+
Components['tap_icon'] = tapIcon;
|
|
825
|
+
Components['swipe_icon'] = swipeIcon;
|
|
826
|
+
Components['depends_on_script'] = dependsOnScript;
|
|
827
|
+
Components['parameters'] = parameters;
|
|
828
|
+
Components['pre_post_condition'] = prePostCondition;
|
|
829
|
+
Components['program_element'] = programElement;
|
|
830
|
+
Components['test_data'] = testData;
|
|
831
|
+
Components['test_data_set'] = testDataSet;
|
|
832
|
+
Components['email_group'] = emailGroup;
|
|
833
|
+
Components['variable_set'] = variableSet;
|
|
834
|
+
Components['machine_enable_icon'] = machineEnableIcon;
|
|
835
|
+
Components['machine_disable_icon'] = machineDisableIcon;
|
|
836
|
+
Components['executions_icon'] = executionsIcon;
|
|
837
|
+
Components['suites_icon'] = suitesIcon;
|
|
838
|
+
Components['import_icon'] = ImportIcon;
|
|
839
|
+
Components['settings'] = Settings;
|
|
840
|
+
Components['test_freshers_logo'] = TestFreshersLogo;
|
|
841
|
+
Components['unfollow_icon'] = UnfollowIcon;
|
|
842
|
+
Components['external_user'] = ExternalUser;
|
|
843
|
+
Components['single_user'] = SingleUser;
|
|
844
|
+
Components['group_user'] = GroupUser;
|
|
845
|
+
Components['azure'] = Azure;
|
|
846
|
+
Components['bitbucket'] = Bitbucket;
|
|
847
|
+
Components['github'] = Github;
|
|
848
|
+
Components['gitlab'] = Gitlab;
|
|
849
|
+
Components['jenkins'] = Jenkins;
|
|
850
|
+
Components['jira_logo'] = JiraLogo;
|
|
851
|
+
Components['slack'] = Slack;
|
|
852
|
+
Components['service_now'] = ServiceNow;
|
|
853
|
+
Components['disable_icon'] = DisableIcon;
|
|
854
|
+
Components['enable_icon'] = EnableIcon;
|
|
855
|
+
Components['clear_history'] = ClearHistory;
|
|
856
|
+
Components['capture'] = Capture;
|
|
857
|
+
Components['csharp'] = Csharp;
|
|
858
|
+
Components['cypress'] = Cypress;
|
|
859
|
+
Components['java'] = Java;
|
|
860
|
+
Components['javascript'] = JavaScript;
|
|
861
|
+
Components['javascript_icon'] = JavaScriptIcon;
|
|
862
|
+
Components['playwright'] = PlayWright;
|
|
863
|
+
Components['python'] = Python;
|
|
864
|
+
Components['code'] = Code;
|
|
865
|
+
Components['regenerate'] = Regenerate;
|
|
866
|
+
Components['mic'] = Mic;
|
|
867
|
+
Components['mic_filled'] = MicActive;
|
|
868
|
+
Components['right_arrow_filled_icon'] = RightArrowFilled;
|
|
869
|
+
Components['code_colored'] = CodeColored;
|
|
870
|
+
Components['design_link'] = DesignLink;
|
|
871
|
+
Components['file_colored'] = FileColored;
|
|
872
|
+
Components['jira_colored'] = JiraColored;
|
|
873
|
+
Components['screenshot'] = Screenshot;
|
|
874
|
+
Components['delete_filled'] = DeleteFilled;
|
|
875
|
+
Components['primary_calendar_icon'] = PrimaryCalendarIcon;
|
|
876
|
+
Components['sause_lab_icon'] = SauseLabPrimaryIcon;
|
|
877
|
+
Components['fire_flink_loader_logo'] = FireFlinkLoaderLogo;
|
|
878
|
+
Components['line_loader'] = LoaderSvg;
|
|
879
|
+
Components['total_defects_status_icon'] = totalDefectsStatusIcon;
|
|
880
|
+
Components['open_defects_status_icon'] = openDefectsStatusIcon;
|
|
881
|
+
Components['closed_defects_status_icon'] = closedDefectsStatusIcon;
|
|
882
|
+
Components['quality_score_status_icon'] = qualityScoreStatusIcon;
|
|
883
|
+
Components['defect_density_status_icon'] = defectDensityStatusIcon;
|
|
884
|
+
Components['module_icon'] = ModuleIcon;
|
|
885
|
+
Components['private'] = Private;
|
|
886
|
+
Components['reschedule'] = Reschedule;
|
|
887
|
+
Components['collapseAll_icon'] = CollapseAllIcon;
|
|
888
|
+
Components['expandAll_icon'] = ExpandAllIcon;
|
|
889
|
+
Components['down_arrow'] = DownArrow;
|
|
890
|
+
Components['up_arrow'] = UpArrow;
|
|
891
|
+
Components['locator_icon'] = LocatorIcon;
|
|
892
|
+
Components['automatic_locator'] = AutomaticLocator;
|
|
893
|
+
Components['re_run_failed_only'] = ReRunFailedOnly;
|
|
894
|
+
Components['re_run'] = ReRun;
|
|
895
|
+
Components['show_all_expand'] = ShowAllExpand;
|
|
896
|
+
Components['show_all_collapse'] = ShowAllCollapse;
|
|
897
|
+
Components['overview'] = OverView;
|
|
898
|
+
Components['create_issue'] = CreateIssue;
|
|
899
|
+
Components['show_scripts'] = ShowScripts;
|
|
900
|
+
Components['hide_scripts'] = HideScripts;
|
|
901
|
+
Components['link'] = LinkIcon;
|
|
902
|
+
Components['arrow_left'] = ArrowLeft;
|
|
903
|
+
Components['accordion_back'] = AccordionBack;
|
|
904
|
+
Components['fia_icon'] = FiaIcon;
|
|
905
|
+
Components['fia_ai_icon'] = FiaAiIcon;
|
|
906
|
+
Components['fia_queries'] = FiaQueryIcon;
|
|
907
|
+
Components['fia_magic'] = FiaMagicIcon;
|
|
908
|
+
Components['fia_clear'] = FiaClearIcon;
|
|
909
|
+
Components['record_pause_icon'] = RecordPauseIcon;
|
|
910
|
+
Components['record_stop_icon'] = RecordStopIcon;
|
|
911
|
+
Components['add_setting'] = AddSettings;
|
|
912
|
+
Components['arrow_left_accordian'] = ArrowLeftAccordian;
|
|
913
|
+
Components['arrow_right_icon'] = ArrowRightIcon;
|
|
914
|
+
Components['discard_alert'] = DiscardAlert;
|
|
915
|
+
Components['ai_search_default_icon'] = DefaultAISearchIcon;
|
|
916
|
+
Components['ai_search_active_icon'] = ActiveAISearchIcon;
|
|
917
|
+
Components['attachments'] = Attachments;
|
|
918
|
+
Components['attach_link'] = AttachLink;
|
|
919
|
+
Components['comments'] = Comments;
|
|
920
|
+
Components['file_download'] = FileDownload;
|
|
921
|
+
Components['upload_file'] = UploadFile;
|
|
922
|
+
Components['tag_icon'] = TagIcon;
|
|
923
|
+
Components['analytics_icon'] = AnalyticsIcon;
|
|
924
|
+
Components['building_blocks_icon'] = BuildingBlocksIcon;
|
|
925
|
+
Components['client_icon'] = ClientIcon;
|
|
926
|
+
Components['input_icon'] = InputIcon;
|
|
927
|
+
Components['nlp_icon'] = NlpIcon;
|
|
928
|
+
Components['output_icon'] = OutputIcon;
|
|
929
|
+
Components['pending_request_icon'] = PendingRequestIcon;
|
|
930
|
+
Components['prerequisites_icon'] = PrerequisitesIcon;
|
|
931
|
+
Components['procedure_icon'] = ProcedureIcon;
|
|
932
|
+
Components['program_elements_icon'] = ProgramElementsIcon;
|
|
933
|
+
Components['project_configuration_icon'] = ProjectConfigurationIcon;
|
|
934
|
+
Components['related_nlp_icon'] = RelatedNlpIcon;
|
|
935
|
+
Components['scenarios_icon'] = ScenariosIcon;
|
|
936
|
+
Components['request_icon'] = RequestIcon;
|
|
937
|
+
Components['fill_filter'] = FillFilter;
|
|
938
|
+
Components['status_fill_filter_icon'] = StatusFillFilterIcon;
|
|
939
|
+
Components['play_button'] = PlayButton;
|
|
940
|
+
Components['pause_button'] = PauseButton;
|
|
941
|
+
Components['ask_fia_icon'] = AskFiaIcon;
|
|
942
|
+
Components['comment_icon'] = CommentIcon;
|
|
943
|
+
Components['expand-arrow'] = ExpandArrow;
|
|
944
|
+
Components['collapse-arrow'] = CollapseArrow;
|
|
945
|
+
Components['ai_tag'] = AiTag;
|
|
946
|
+
Components['manual_tag'] = ManualTag;
|
|
947
|
+
Components['create_tag'] = Createtag;
|
|
948
|
+
Components['tag_list'] = TagList;
|
|
949
|
+
Components['code_icon'] = CodeIcon;
|
|
950
|
+
Components['designlink_icon'] = DesignIcon;
|
|
951
|
+
Components['screenshot_icon'] = ScreenshotIcon;
|
|
952
|
+
Components['language_icon'] = LanguageIcon;
|
|
953
|
+
Components['upload_profile_image'] = UploadProfileImage;
|
|
954
|
+
Components['globe_icon'] = globeIcon;
|
|
955
|
+
Components['sequential_info_icon'] = sequentialInfoIcon;
|
|
956
|
+
Components['parallel_info_icon'] = parallelInfoIcon;
|
|
957
|
+
Components['distribute_info_icon'] = distributeInfoIcon;
|
|
958
|
+
Components['execution'] = execution;
|
|
959
|
+
Components['live_execution'] = liveExecution;
|
|
960
|
+
Components['hide_pre_post_condition'] = hidePrePostCondition;
|
|
961
|
+
Components['show_pre_post_condition'] = showPrePostCondition;
|
|
962
|
+
Components['show_script'] = showScript;
|
|
963
|
+
Components['hide_script'] = hideScript;
|
|
964
|
+
Components['comment_reply'] = replyComment;
|
|
965
|
+
Components['terminated'] = Terminated;
|
|
966
|
+
Components['revert'] = Revert;
|
|
967
|
+
Components['quick_run_setting_active'] = QuickRunSettingActive;
|
|
968
|
+
Components['run_manual_testcase_active'] = RunManualTestcaseActive;
|
|
969
|
+
Components['video_play_icon'] = VideoPlayIcon;
|
|
970
|
+
Components['tick_icon'] = TickIcon;
|
|
971
|
+
Components['postman_icon'] = Postman;
|
|
972
|
+
Components['record_play'] = RecordPlayback;
|
|
973
|
+
Components['no_content'] = NoContent;
|
|
974
|
+
Components['common_nlp'] = CommonNlp;
|
|
975
|
+
Components['generic_nlp'] = GenericNlp;
|
|
976
|
+
Components['optimize_stepgroup'] = OptimizeStepGroup;
|
|
977
|
+
Components['circle_check_icon'] = CircleCheckIcon;
|
|
978
|
+
Components['square_check_icon'] = SquareCheckIcon;
|
|
979
|
+
Components['add_script'] = AddScriptIcon;
|
|
980
|
+
Components['suggestion_to_fix'] = SuggestionToFix;
|
|
981
|
+
Components['go_to_script'] = GotoScript;
|
|
982
|
+
Components['selenium_icon'] = SeleniumIcon;
|
|
983
|
+
Components['video_preview'] = VideoPreviewIcon;
|
|
984
|
+
Components['filter_active'] = FilterActive;
|
|
985
|
+
Components['auto_healing'] = AutoHealing;
|
|
986
|
+
Components['maximize_new_icon'] = MaximizedNewIcon;
|
|
987
|
+
Components['left_new_icon'] = LeftNewIcon;
|
|
988
|
+
Components['right_new-icon'] = RightNewIcon;
|
|
989
|
+
Components['clock_filled'] = ClockFilled;
|
|
990
|
+
Components['maximize_new'] = MaximizedNewIcon;
|
|
991
|
+
Components['left_new_icon'] = LeftNewIcon;
|
|
992
|
+
Components['right_new_icon'] = RightNewIcon;
|
|
993
|
+
Components['edit_label_close'] = EditLabelCloseIcon;
|
|
994
|
+
Components['drawer_icon_close'] = DrawerIconClose;
|
|
995
|
+
Components['send_report'] = SendReport;
|
|
996
|
+
Components['close_pill_fill'] = ClosePillFilled;
|
|
997
|
+
Components['app_actions_icon'] = AppActions;
|
|
998
|
+
Components['session_setting_icon'] = SessionSetting;
|
|
999
|
+
Components['test_gallary_icon'] = TestGallary;
|
|
1000
|
+
Components['resolution_icon'] = Resolution;
|
|
1001
|
+
Components['video_record_icon'] = VideoRecordIcon;
|
|
1002
|
+
Components['delete_icon'] = Delete;
|
|
1003
|
+
Components['enable_filled'] = EnableIconFilled;
|
|
1004
|
+
Components['disable_filled'] = DisableIconFilled;
|
|
1005
|
+
Components['ai_approved'] = AiApprovedAutomark;
|
|
1006
|
+
Components['video_live_icon'] = videoliveicon;
|
|
1007
|
+
Components['screen_capture_icon'] = CaptureIconImage;
|
|
1008
|
+
Components['eclipse_plugin'] = EclipsePluginIcon;
|
|
1009
|
+
Components['ai_token'] = AiToken;
|
|
1010
|
+
Components['cloud_clock'] = CloudClock;
|
|
1011
|
+
Components['screen_expand_icon'] = ScreenExpand;
|
|
1012
|
+
Components['screenshot_capture_icon'] = ScreenShotCapture;
|
|
1013
|
+
Components['samsung_icon'] = SamsungIcon;
|
|
1014
|
+
Components['google_icon'] = GoogleIcon;
|
|
1015
|
+
Components['oneplus_icon'] = OnePlusIcon;
|
|
1016
|
+
Components['xiaomi_icon'] = XiaomiIcon;
|
|
1017
|
+
Components['huawei_icon'] = HuaweiIcon;
|
|
1018
|
+
Components['amazon_icon'] = AmazonIcon;
|
|
1019
|
+
Components['scripts'] = ScriptsIcon;
|
|
1020
|
+
Components['apps'] = AppsIcon;
|
|
1021
|
+
Components['home'] = HomeIcon;
|
|
1022
|
+
Components['dialog_info'] = DialogInfoIcon;
|
|
1023
|
+
Components['timer_icon'] = TimerIcon;
|
|
1024
|
+
Components['maximize_livetesting'] = MaximizeLivetesting;
|
|
1025
|
+
Components['mac_white_icon'] = MacWhiteIcon;
|
|
1026
|
+
Components['ADB_Shell'] = ADB_Shell; // Newly Added icon
|
|
1027
|
+
Components['UI_Inspector'] = UI_Inspector;
|
|
1028
|
+
Components['azure_icon'] = AzureIcon;
|
|
1029
|
+
Components['okta_icon'] = OktaIcon;
|
|
1030
|
+
Components['generate_command_icon'] = GenerateCommand;
|
|
1031
|
+
Components['generate_testcase'] = Generate_Ai_TestCase;
|
|
1032
|
+
Components['regenerate_ai_result'] = Regenerate_ai_result;
|
|
1033
|
+
Components['prompt_slider'] = PromptSlider;
|
|
1034
|
+
Components['send_prompt'] = SendPrompt;
|
|
1035
|
+
Components['copy_icon_filled'] = CopyIconFilled; // Newly Added icon
|
|
1036
|
+
Components['generate_command_logo'] = GenerateCommandLogo; // Newly Added icon
|
|
1037
|
+
Components[`access_key`] = Access_Key; // Newly Added icon
|
|
1038
|
+
Components['list_icon'] = List_icon;
|
|
1039
|
+
Components['json_icon'] = JSON_icon;
|
|
1040
|
+
Components['honor_icon'] = Honor_icon; // Newly Added icon
|
|
1041
|
+
Components['iqoo_icon'] = IQOO_icon; // Newly Added icon
|
|
1042
|
+
Components['motorola_icon'] = MOTOROLA_icon; // Newly Added icon
|
|
1043
|
+
Components['oppo_icon'] = OPPO_icon; // Newly Added icon
|
|
1044
|
+
Components['realme_icon'] = REALME_icon; // Newly Added icon
|
|
1045
|
+
Components['vivo_icon'] = VIVO_icon; // Newly Added icon
|
|
1046
|
+
Components['data_set'] = DataSet; // Newly Added icon
|
|
1047
|
+
Components['video_preview'] = VideoPreview; // Newly Added icon
|
|
1048
|
+
Components['windows_blue_icon'] = WIndowsBlueIcon;
|
|
1049
|
+
Components['minimize_tree'] = Minimize_tree;
|
|
1050
|
+
Components['record'] = Record;
|
|
1051
|
+
Components['add_element'] = AddElement;
|
|
1052
|
+
Components['element_slider'] = ElementSlider;
|
|
1053
|
+
Components['anthropic'] = Anthropic;
|
|
1054
|
+
Components['google_gemini'] = Google_Gemini;
|
|
1055
|
+
Components['groq'] = Groq;
|
|
1056
|
+
Components['meta'] = Meta;
|
|
1057
|
+
Components['open_ai'] = Open_Ai;
|
|
1058
|
+
Components['re_processing'] = Re_Processing;
|
|
1059
|
+
Components['analytics'] = Analytics;
|
|
1060
|
+
Components['bugtrack'] = BugTrack;
|
|
1061
|
+
Components['db_connect'] = DB_Connect;
|
|
1062
|
+
Components['fitgrid'] = FitGrid;
|
|
1063
|
+
Components['folder_icon'] = Folder_Icon;
|
|
1064
|
+
Components['mail_icon'] = Mail_Icon;
|
|
1065
|
+
Components['bookstack'] = BookStack;
|
|
1066
|
+
Components['linkup_icon'] = LinkUp_Icon;
|
|
1067
|
+
Components['new_note_icon'] = New_Note_Icon;
|
|
1068
|
+
Components['pindrop'] = PinDropIcon;
|
|
1069
|
+
Components['rocket_launch_icon'] = RocketLaunchIcon;
|
|
1070
|
+
Components['scheduled_report'] = ScheduledReporting;
|
|
1071
|
+
Components['start_execution'] = StartExecution;
|
|
1072
|
+
Components['timer_clock'] = Timer_Clock;
|
|
1073
|
+
Components['twin_cogs_icon'] = TwinCogs_Icon;
|
|
1074
|
+
Components['user_icon'] = User;
|
|
1075
|
+
Components['workdesk'] = WorkDesk;
|
|
1076
|
+
Components['clock_face'] = Clock_Face;
|
|
1077
|
+
Components['view_script'] = ViewScript;
|
|
1078
|
+
Components['navigate_to_pages'] = navigate_to_pages;
|
|
1079
|
+
Components['quit'] = Quit;
|
|
1080
|
+
Components['fireflink_deviceFarm'] = fireflink_deviceFarm;
|
|
1081
|
+
Components['sause_icon'] = SauseIcon;
|
|
1082
|
+
Components['atles_icon'] = AtlesIcon;
|
|
1083
|
+
Components['comet_icon'] = CometIcon;
|
|
1084
|
+
Components['instance_icon'] = InstanceIcon;
|
|
1085
|
+
Components['lambda_user_icon'] = LambdaUserIcon;
|
|
1086
|
+
Components['custom_type'] = CustomType;
|
|
1087
|
+
Components['fill_custom_type'] = FillCustomType;
|
|
1088
|
+
Components['android_browser_icon'] = AndroidBrowserIcon;
|
|
1089
|
+
Components['ios_browser_icon'] = IosBrowserIcon;
|
|
1090
|
+
Components['tab_icon'] = Tab_icon; // Newly added icon
|
|
1091
|
+
Components['tv_icon'] = TV_icon; // Newly added icon
|
|
1092
|
+
Components['manualMobileWhiteIcon'] = ManualMobileWhiteIcon; // Newly added icon
|
|
1093
|
+
Components['manualMobileIcon'] = ManualMobileIcon; // Newly added icon
|
|
1094
|
+
export default Components;
|
|
1095
|
+
//# sourceMappingURL=iconList.js.map
|