pixel-react 1.11.22 → 1.11.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ComponentProps/TreeNodeProps.d.ts +55 -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 +490 -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/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 +30 -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 +53 -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 +10 -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 +71 -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 +81 -0
- package/lib/components/AddResourceButton/type.js +25 -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 +85 -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/AppHeader/AppHeader.d.ts +5 -0
- package/lib/components/AppHeader/AppHeader.js +92 -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 +57 -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 +30 -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 +90 -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 +20 -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 +61 -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 +103 -0
- package/lib/components/Button/types.js +2 -0
- package/lib/components/Button/types.js.map +1 -0
- package/lib/components/Charts/BarChart/BarChart.d.ts +40 -0
- package/lib/components/Charts/BarChart/BarChart.js +166 -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 +17 -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 +511 -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 +61 -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 +76 -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 +210 -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 +31 -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 +145 -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 +136 -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 +86 -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 +25 -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/Checkbox/Checkbox.d.ts +6 -0
- package/lib/components/Checkbox/Checkbox.js +22 -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 +38 -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 +12 -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 +6 -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 +7 -0
- package/lib/components/ChooseFile/ChooseFile.js.map +1 -0
- package/lib/components/ChooseFile/types.d.ts +72 -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 +232 -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 +10 -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 +16 -0
- package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -0
- package/lib/components/Comments/type.d.ts +56 -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 +189 -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 +17 -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 +151 -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 +102 -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/CreateVariable/CreateVariableSlider.d.ts +5 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js +18 -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 +64 -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 +283 -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 +99 -0
- package/lib/components/DatePicker/types.js +2 -0
- package/lib/components/DatePicker/types.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 +9 -0
- package/lib/components/DragAndDrop/DragAndDrop.js +6 -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 +84 -0
- package/lib/components/Drawer/Drawer.js.map +1 -0
- package/lib/components/Drawer/Types.d.ts +163 -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 +147 -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 +37 -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/Editor.d.ts +4 -0
- package/lib/components/Editor/Editor.js +351 -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 +38 -0
- package/lib/components/Editor/VariableDropdown.js.map +1 -0
- package/lib/components/Editor/constants.d.ts +3 -0
- package/lib/components/Editor/constants.js +217 -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 +102 -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/ExcelContextMenu/ExcelContextMenu.d.ts +12 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js +21 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +107 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js +438 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.d.ts +30 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +169 -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 +70 -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 +102 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js +13 -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 +24 -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 +35 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.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 +90 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +14 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +98 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +291 -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 +262 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +266 -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 +67 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js +272 -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 +624 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.d.ts +45 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +684 -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 +232 -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 +52 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +231 -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 +109 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -0
- package/lib/components/Excel/Types.d.ts +196 -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 +136 -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 +22 -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 +42 -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 +12 -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 +33 -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 +200 -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 +15 -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 +4 -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 +43 -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 +765 -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 +15 -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 +11 -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 +8 -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 +99 -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 +93 -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 +37 -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 +95 -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 +166 -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/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 +88 -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 +43 -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 +16 -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 +4 -0
- package/lib/components/MediaPreview/MediaPreview.js +20 -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 +8 -0
- package/lib/components/MediaPreview/types.js +2 -0
- package/lib/components/MediaPreview/types.js.map +1 -0
- package/lib/components/MenuOption/MenuOption.d.ts +4 -0
- package/lib/components/MenuOption/MenuOption.js +138 -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 +208 -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 +251 -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 +130 -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 +25 -0
- package/lib/components/MobileSkin/MobileSkin.js.map +1 -0
- package/lib/components/MobileSkin/MobileSkinInterface.d.ts +13 -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 +33 -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 +5 -0
- package/lib/components/Modal/Modal.js +40 -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 +32 -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 +86 -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 +292 -0
- package/lib/components/MultiSelect/MultiSelect.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelectTypes.d.ts +40 -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 +26 -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 +213 -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 +53 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js.map +1 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +25 -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 +115 -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 +108 -0
- package/lib/components/NLPInput/sampleData.js +168 -0
- package/lib/components/NLPInput/sampleData.js.map +1 -0
- package/lib/components/NLPInput/types.d.ts +89 -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 +7 -0
- package/lib/components/NoDataContent/type.js +2 -0
- package/lib/components/NoDataContent/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 +22 -0
- package/lib/components/OverviewModal/overviewModal.js.map +1 -0
- package/lib/components/OverviewModal/types.d.ts +18 -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 +64 -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 +16 -0
- package/lib/components/PhoneInput/types.js +2 -0
- package/lib/components/PhoneInput/types.js.map +1 -0
- package/lib/components/PhoneInput/util.d.ts +3 -0
- package/lib/components/PhoneInput/util.js +21 -0
- package/lib/components/PhoneInput/util.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 +21 -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 +125 -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 +5 -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 +57 -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 +14 -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 +36 -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 +18 -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 +41 -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 +18 -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 +10 -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/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 +119 -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 +28 -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 +182 -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 +92 -0
- package/lib/components/Select/components/Dropdown.js.map +1 -0
- package/lib/components/Select/components/types.d.ts +30 -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 +99 -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 +66 -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 +161 -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/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 +66 -0
- package/lib/components/SequentialConnectingBranch/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/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/StatusButton/StatusButton.d.ts +4 -0
- package/lib/components/StatusButton/StatusButton.js +10 -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 +35 -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/StepsLandingTable/Components/EditComponent.d.ts +3 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.js +34 -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 +4 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +28 -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 +130 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/Types.d.ts +180 -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/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 +138 -0
- package/lib/components/StepsLandingTable/StepLandingTable.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 +90 -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 +161 -0
- package/lib/components/Table/Table.js.map +1 -0
- package/lib/components/Table/Types.d.ts +155 -0
- package/lib/components/Table/Types.js +2 -0
- package/lib/components/Table/Types.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/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 +71 -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 +27 -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 +160 -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 +20 -0
- package/lib/components/TableTree/Utils/addLastChild.js.map +1 -0
- package/lib/components/TableTree/Utils/addNewRow.d.ts +11 -0
- package/lib/components/TableTree/Utils/addNewRow.js +51 -0
- package/lib/components/TableTree/Utils/addNewRow.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 +130 -0
- package/lib/components/TableTree/data.js +522 -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 +117 -0
- package/lib/components/TableTree/types.js +2 -0
- package/lib/components/TableTree/types.js.map +1 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +5 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.js +55 -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 +28 -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 +52 -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 +83 -0
- package/lib/components/TextArea/Textarea.js.map +1 -0
- package/lib/components/TextArea/Types.d.ts +80 -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 +110 -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 +15 -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 +67 -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 +8 -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 +144 -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 +44 -0
- package/lib/components/Tooltip/types.js +2 -0
- package/lib/components/Tooltip/types.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 +238 -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 +20 -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 +130 -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 +164 -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 +180 -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/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/index.cjs +53 -0
- package/lib/index.cjs.map +1 -0
- package/lib/index.d.ts +4814 -0
- package/lib/index.esm.js +53 -0
- package/lib/index.esm.js.br +0 -0
- package/lib/index.esm.js.map +1 -0
- package/lib/index.js +143 -0
- package/lib/index.js.map +1 -0
- package/lib/styles/Accordion.scss +46 -0
- package/lib/styles/AddContentButton.scss +23 -0
- package/lib/styles/AddResourceButton.scss +37 -0
- package/lib/styles/AiToggle.scss +78 -0
- package/lib/styles/AllProjectsDropdown.scss +199 -0
- package/lib/styles/AppHeader.scss +295 -0
- package/lib/styles/ArrowsButton.scss +160 -0
- package/lib/styles/AttachMedia.scss +80 -0
- package/lib/styles/AttachmentButton.scss +15 -0
- package/lib/styles/Avatar.scss +28 -0
- package/lib/styles/BarChart.scss +69 -0
- package/lib/styles/BaseTheme.scss +397 -0
- package/lib/styles/BlueTheme.scss +322 -0
- package/lib/styles/Box.scss +27 -0
- package/lib/styles/Branches.scss +199 -0
- package/lib/styles/BrowserTabs.scss +97 -0
- package/lib/styles/Button.scss +182 -0
- package/lib/styles/ChatModal.scss +117 -0
- package/lib/styles/Checkbox.scss +215 -0
- package/lib/styles/Chip.scss +89 -0
- package/lib/styles/ChipWithCount.scss +30 -0
- package/lib/styles/ChipsAccordion.scss +65 -0
- package/lib/styles/ColorBarSelector.scss +26 -0
- package/lib/styles/ColorPalette.scss +62 -0
- package/lib/styles/Comments.scss +264 -0
- package/lib/styles/ConditionalDropdown.scss +23 -0
- package/lib/styles/ConnectingBranch.scss +227 -0
- package/lib/styles/ConnectingBranches.scss +3 -0
- package/lib/styles/CreateVariableSlider.scss +20 -0
- package/lib/styles/DarkTheme.scss +393 -0
- package/lib/styles/DashboardDonutChart.scss +277 -0
- package/lib/styles/DataSetTooltip.scss +14 -0
- package/lib/styles/DatePicker.scss +785 -0
- package/lib/styles/DonutChart.scss +76 -0
- package/lib/styles/DownloadClient.scss +67 -0
- package/lib/styles/DragAndDropList.scss +69 -0
- package/lib/styles/Drawer.scss +138 -0
- package/lib/styles/Dropdown.scss +111 -0
- package/lib/styles/EditLabel.scss +125 -0
- package/lib/styles/EditTextField.scss +101 -0
- package/lib/styles/Editor.scss +62 -0
- package/lib/styles/ExcelContextMenu.scss +27 -0
- package/lib/styles/ExcelFile.scss +61 -0
- package/lib/styles/ExcelToolBar.scss +97 -0
- package/lib/styles/ExpandableMenu.scss +110 -0
- package/lib/styles/ExpandableTable.scss +0 -0
- package/lib/styles/FieldSet.scss +10 -0
- package/lib/styles/FileDropzone.scss +180 -0
- package/lib/styles/Form.scss +159 -0
- package/lib/styles/GridLayout.scss +69 -0
- package/lib/styles/GridLayoutStory.scss +25 -0
- package/lib/styles/HighlightText.scss +3 -0
- package/lib/styles/HistoryCard.scss +79 -0
- package/lib/styles/IconButton.scss +72 -0
- package/lib/styles/IconRadialChart.scss +30 -0
- package/lib/styles/IconRadioGroup.scss +64 -0
- package/lib/styles/Icons.scss +51 -0
- package/lib/styles/Input.scss +203 -0
- package/lib/styles/InputWithDropdown.scss +220 -0
- package/lib/styles/LabelEditTextField.scss +94 -0
- package/lib/styles/LineChart.scss +92 -0
- package/lib/styles/Link.scss +173 -0
- package/lib/styles/MachineInputField.scss +63 -0
- package/lib/styles/MediaPreview.scss +30 -0
- package/lib/styles/MentionUser.scss +29 -0
- package/lib/styles/MenuOption.scss +127 -0
- package/lib/styles/MessageBox.scss +73 -0
- package/lib/styles/MiniModal.scss +172 -0
- package/lib/styles/MobileSkin.scss +70 -0
- package/lib/styles/ModuleChip.scss +66 -0
- package/lib/styles/MultiRadialChart.scss +84 -0
- package/lib/styles/MultiSelect.scss +250 -0
- package/lib/styles/NLPInput.scss +312 -0
- package/lib/styles/NlpDropdown.scss +141 -0
- package/lib/styles/NoDataContent.scss +6 -0
- package/lib/styles/Paper.scss +13 -0
- package/lib/styles/PieChart.scss +41 -0
- package/lib/styles/PopUpModal.scss +36 -0
- package/lib/styles/PrePostTable.scss +183 -0
- package/lib/styles/ProgressBar.scss +46 -0
- package/lib/styles/Prompt.scss +34 -0
- package/lib/styles/PromptContainer.scss +57 -0
- package/lib/styles/RadialChart.scss +16 -0
- package/lib/styles/RadioButton.scss +106 -0
- package/lib/styles/RadioGroup.scss +17 -0
- package/lib/styles/Recaptcha.scss +11 -0
- package/lib/styles/ScriptSwitchButton.scss +33 -0
- package/lib/styles/Search.scss +153 -0
- package/lib/styles/Select.scss +214 -0
- package/lib/styles/SequentialConnectingBranch.scss +130 -0
- package/lib/styles/Spreadsheet.scss +276 -0
- package/lib/styles/StateDropdown.scss +3 -0
- package/lib/styles/StatusButton.scss +96 -0
- package/lib/styles/StatusCard.scss +101 -0
- package/lib/styles/StepGroupDetailView.scss +37 -0
- package/lib/styles/StepInnerTable.scss +169 -0
- package/lib/styles/StepLandingTable.scss +86 -0
- package/lib/styles/SwitchButton.scss +31 -0
- package/lib/styles/Table.scss +192 -0
- package/lib/styles/TableTree.scss +363 -0
- package/lib/styles/TableTreeStories.scss +22 -0
- package/lib/styles/TableWithAccordion.scss +60 -0
- package/lib/styles/Tabs.scss +193 -0
- package/lib/styles/TabsWithSilder.scss +238 -0
- package/lib/styles/TextEditor.scss +1150 -0
- package/lib/styles/Textarea.scss +175 -0
- package/lib/styles/Theme.scss +21 -0
- package/lib/styles/Toast.scss +121 -0
- package/lib/styles/Toggle.scss +133 -0
- package/lib/styles/ToggleSwitch.scss +59 -0
- package/lib/styles/Tooltip.scss +28 -0
- package/lib/styles/Typography.scss +25 -0
- package/lib/styles/VariableDropdown.scss +26 -0
- package/lib/styles/VariableInput.scss +127 -0
- package/lib/styles/VariableSuggestionInputDropDown.scss +21 -0
- package/lib/styles/_colors.scss +154 -0
- package/lib/styles/_fonts.scss +50 -0
- package/lib/styles/_mixins.scss +47 -0
- package/lib/styles/modal.scss +51 -0
- package/lib/styles/overviewmodal.scss +66 -0
- package/lib/styles/phoneInput.scss +901 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/lib/utils/AddStepGroup/AddStepGroup.d.ts +2 -0
- package/lib/utils/AddStepGroup/AddStepGroup.js +31 -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 +34 -0
- package/lib/utils/AppendNewRow/AppendNewRow.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/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/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/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 +37 -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/debounce/debounce.d.ts +6 -0
- package/lib/utils/debounce/debounce.js +20 -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 +8 -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/getTreeDetails/getTreeDetails.d.ts +10 -0
- package/lib/utils/getTreeDetails/getTreeDetails.js +86 -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/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.d.ts +5 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js +61 -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/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 +2 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js +17 -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/swapArrayItem/dragAndDropUtils.d.ts +1 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.js +8 -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/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/truncateText/truncateText.d.ts +1 -0
- package/lib/utils/truncateText/truncateText.js +6 -0
- package/lib/utils/truncateText/truncateText.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 +81 -0
- package/lib/validations/regex.js +146 -0
- package/lib/validations/regex.js.map +1 -0
- package/package.json +1 -1
@@ -0,0 +1,765 @@
|
|
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/toast_close.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 ImportFile from '../../assets/icons/import_file.svg?react';
|
71
|
+
import ApkFileType from '../../assets/icons/apk_file_type.svg?react';
|
72
|
+
import CsvFileType from '../../assets/icons/csv_file_type.svg?react';
|
73
|
+
import CompressedFileType from '../../assets/icons/compressed_file_type.svg?react';
|
74
|
+
import HtmlFileType from '../../assets/icons/html_file_type.svg?react';
|
75
|
+
import JsonFileType from '../../assets/icons/json_file_type.svg?react';
|
76
|
+
import PdfFileType from '../../assets/icons/pdf_file_type.svg?react';
|
77
|
+
import PngFileType from '../../assets/icons/png_file_type.svg?react';
|
78
|
+
import XlsxFileType from '../../assets/icons/xlsx_file_type.svg?react';
|
79
|
+
import XmlFileType from '../../assets/icons/xml_file_type.svg?react';
|
80
|
+
import XlsFileType from '../../assets/icons/xls_file_type.svg?react';
|
81
|
+
import IpkFileType from '../../assets/icons/ipk_file_type.svg?react';
|
82
|
+
import TxtFileType from '../../assets/icons/txt_file_type.svg?react';
|
83
|
+
import GifFileType from '../../assets/icons/gif_file_type.svg?react';
|
84
|
+
import JpgFileType from '../../assets/icons/jpg_file_type.svg?react';
|
85
|
+
import InfoIcon from '../../assets/icons/info_icon.svg?react';
|
86
|
+
import CalendarIcon from '../../assets/icons/calendar_icon.svg?react';
|
87
|
+
import HideIcon from '../../assets/icons/hide_icon.svg?react';
|
88
|
+
import VerticalSeparator from '../../assets/icons/vertical_separator.svg?react';
|
89
|
+
import CollapseIcon from '../../assets/icons/collapse-icon.svg?react';
|
90
|
+
import ExpandIcon from '../../assets/icons/expand-icon.svg?react';
|
91
|
+
import CopyIcon from '../../assets/icons/copy-icon.svg?react';
|
92
|
+
import DownloadFile from '../../assets/icons/download-icon.svg?react';
|
93
|
+
import RefreshIcon from '../../assets/icons/refresh-icon.svg?react';
|
94
|
+
import LicenseInfo from '../../assets/icons/license_info.svg?react';
|
95
|
+
import LicenseWarning from '../../assets/icons/license_warning.svg?react';
|
96
|
+
import VariableIcon from '../../assets/icons/variable_icon.svg?react';
|
97
|
+
import Windows from '../../assets/icons/windows.svg?react';
|
98
|
+
import DataListIcon from '../../assets/icons/dataset_list.svg?react';
|
99
|
+
import Mac from '../../assets/icons/mac.svg?react';
|
100
|
+
import Android from '../../assets/icons/android.svg?react';
|
101
|
+
import Chrome from '../../assets/icons/chrome.svg?react';
|
102
|
+
import BrowserStack from '../../assets/icons/browser_stack.svg?react';
|
103
|
+
import Run from '../../assets/icons/run_icon.svg?react';
|
104
|
+
import DownloadIcon from '../../assets/icons/download_icon.svg?react';
|
105
|
+
import WebIcon from '../../assets/icons/web_icon.svg?react';
|
106
|
+
import WebMobileIcon from '../../assets/icons/web&mobile_icon.svg?react';
|
107
|
+
import MobileIcon from '../../assets/icons/mobile_icon.svg?react';
|
108
|
+
import SalesForceIcon from '../../assets/icons/sales_force.svg?react';
|
109
|
+
import MSDynamicIcon from '../../assets/icons/ms_dynamic.svg?react';
|
110
|
+
import AllProjectsIcon from '../../assets/icons/all_projects.svg?react';
|
111
|
+
import AndroidIcon from '../../assets/icons/android_icon.svg?react';
|
112
|
+
import NoAccessIcon from '../../assets/icons/no_access_icon.svg?react';
|
113
|
+
import FullAccessIcon from '../../assets/icons/full_access_icon.svg?react';
|
114
|
+
import ViewAccessIcon from '../../assets/icons/view_access_icon.svg?react';
|
115
|
+
import HideAccessIcon from '../../assets/icons/hide_access_icon.svg?react';
|
116
|
+
import AddLocator from '../../assets/icons/add_locator.svg?react';
|
117
|
+
import PlusUserIcon from '../../assets/icons/plus_user_icon.svg?react';
|
118
|
+
import IosIcon from '../../assets/icons/ios_icon.svg?react';
|
119
|
+
import HelpIcon from '../../assets/icons/help_icon.svg?react';
|
120
|
+
import SwitchLicenseIcon from '../../assets/icons/switch_license_icon.svg?react';
|
121
|
+
import FireflinkLogo from '../../assets/icons/fireflink_logo.svg?react';
|
122
|
+
import WSWBDeleteIcon from '../../assets/icons/wswb_delete_icon.svg?react';
|
123
|
+
import WSWBPlusIcon from '../../assets/icons/wswb_plus_icon.svg?react';
|
124
|
+
import LabelPlusIcon from '../../assets/icons/label_plus.svg?react';
|
125
|
+
import Drag from '../../assets/icons/drag_icon.svg?react';
|
126
|
+
import BackwardIcon from '../../assets/icons/backward_icon.svg?react';
|
127
|
+
import ForwardIcon from '../../assets/icons/forward_icon.svg?react';
|
128
|
+
import Reload from '../../assets/icons/reload.svg?react';
|
129
|
+
import WindowMaximize from '../../assets/icons/window_maximize.svg?react';
|
130
|
+
import WindowRestore from '../../assets/icons/window_restore.svg?react';
|
131
|
+
import WindowMinimize from '../../assets/icons/window_minimize.svg?react';
|
132
|
+
import HamburgerMenu from '../../assets/icons/hamburger_menu.svg?react';
|
133
|
+
import AppSwitchIcon from '../../assets/icons/app_switch.svg?react';
|
134
|
+
import UserProfile from '../../assets/icons/user_profile.svg?react';
|
135
|
+
import ContinueSignIn from '../../assets/icons/continue_without_sign.svg?react';
|
136
|
+
import CloudServerHost from '../../assets/icons/cloud_server_host_icon.svg?react';
|
137
|
+
import LocalVariableIcon from '../../assets/icons/local_variable_icon.svg?react';
|
138
|
+
import GlobalVariableIcon from '../../assets/icons/global_variable_icon.svg?react';
|
139
|
+
import ProjectEnvVariableIcon from '../../assets/icons/project_env_variable_icon.svg?react';
|
140
|
+
import StepGroupParameterIcon from '../../assets/icons/step_group_parameter.svg?react';
|
141
|
+
import StepGroupVariableIcon from '../../assets/icons/step_group_variable.svg?react';
|
142
|
+
import ForLoopVariableIcon from '../../assets/icons/for_loop_variable.svg?react';
|
143
|
+
import DataProviderVariableIcon from '../../assets/icons/data_provider_variable.svg?react';
|
144
|
+
import NotificationIcon from '../../assets/icons/notification_icon.svg?react';
|
145
|
+
import NLPHelpIcon from '../../assets/icons/nlp_help_icon.svg?react';
|
146
|
+
import UpdateIcon from '../../assets/icons/update_icon.svg?react';
|
147
|
+
import AddFile from '../../assets/icons/add_file.svg?react';
|
148
|
+
import PlusRoundIcon from '../../assets/icons/plus_round_icon.svg?react';
|
149
|
+
import EyeClosed from '../../assets/icons/eye_closed.svg?react';
|
150
|
+
import AttachmentIcon from '../../assets/icons/attachment_icon.svg?react';
|
151
|
+
import AuthorizationIcon from '../../assets/icons/authorization_icon.svg?react';
|
152
|
+
import CloneIcon from '../../assets/icons/clone_icon.svg?react';
|
153
|
+
import MoveIcon from '../../assets/icons/move_icon.svg?react';
|
154
|
+
import Jira from '../../assets/icons/jira.svg?react';
|
155
|
+
import HistoryIcon from '../../assets//icons/history_icon.svg?react';
|
156
|
+
import LinkedDefects from '../../assets//icons/linked_defects.svg?react';
|
157
|
+
import FireflinkPlatform from '../../assets//icons/fireflink_platform.svg?react';
|
158
|
+
import FireflinkFinder from '../../assets//icons/fireflink_finder_logo.svg?react';
|
159
|
+
import ClientProfile from '../../assets//icons/client_profile.svg?react';
|
160
|
+
import LicenseExpired from '../../assets//icons/license_expired.svg?react';
|
161
|
+
import AddTestCaseIcon from '../../assets/icons/add_testcase.svg?react';
|
162
|
+
import AutomationTestCaseIcon from '../../assets/icons/automation_testcase.svg?react';
|
163
|
+
import ManualTestCaseIcon from '../../assets/icons/manual_testcase.svg?react';
|
164
|
+
import BackIcon from '../../assets/icons/back_icon.svg?react';
|
165
|
+
import AddFromSharedElement from '../../assets/icons/add_from_shared_elements.svg?react';
|
166
|
+
import SauseLabIcon from '../../assets/icons/sause_lab.svg?react';
|
167
|
+
import LocalIcon from '../../assets/icons/local.svg?react';
|
168
|
+
import InternetExplorerIcon from '../../assets/icons/internet_explorer.svg?react';
|
169
|
+
import BrowserstackIcon from '../../assets/icons/browserstack_icon.svg?react';
|
170
|
+
import EdgeIcon from '../../assets/icons/edge.svg?react';
|
171
|
+
import FirefoxIcon from '../../assets/icons/fire_fox.svg?react';
|
172
|
+
import LambdaIcon from '../../assets/icons/lambda_icon.svg?react';
|
173
|
+
import LinuxIcon from '../../assets/icons/linux.svg?react';
|
174
|
+
import OperaIcon from '../../assets/icons/opera.svg?react';
|
175
|
+
import SafariIcon from '../../assets/icons/safari_icon.svg?react';
|
176
|
+
import MaximizeScript from '../../assets/icons/maximize_script.svg?react';
|
177
|
+
import DownloadFileIcon from '../../assets/icons/download_file_icon.svg?react';
|
178
|
+
import MaximizeIcon from '../../assets/icons/maximize_icon.svg?react';
|
179
|
+
import PassedStatusIcon from '../../assets/icons/passed_status_icon.svg?react';
|
180
|
+
import FailedStatusIcon from '../../assets/icons/failed_status_icon.svg?react';
|
181
|
+
import WarningStatusIcon from '../../assets/icons/warning_status_icon.svg?react';
|
182
|
+
import SkippedStatusIcon from '../../assets/icons/skipped_status_icon.svg?react';
|
183
|
+
import FlakyStatusIcon from '../../assets/icons/flaky_status_icon.svg?react';
|
184
|
+
import DrawerMaximizeIcon from '../../assets/icons/drawer_maximize.svg?react';
|
185
|
+
import SaveAsStepIcon from '../../assets/icons/save_as_step.svg?react';
|
186
|
+
import SendToStepsIcon from '../../assets/icons/send_step.svg?react';
|
187
|
+
import NoLicenseFound from '../../assets/icons/no_license_found.svg?react';
|
188
|
+
import StandardTemplate from '../../assets/icons/standard_template.svg?react';
|
189
|
+
import SampleTemplateFirst from '../../assets/icons/sample_template_first.svg?react';
|
190
|
+
import SampleTemplateSecond from '../../assets/icons/sample_template_second.svg?react';
|
191
|
+
import DataProvider from '../../assets/icons/data_provider.svg?react';
|
192
|
+
import LinkExpired from '../../assets/icons/link_expired.svg?react';
|
193
|
+
import LinkReset from '../../assets/icons/reset-link.svg?react';
|
194
|
+
import SystemWarning from '../../assets/icons/system_warning.svg?react';
|
195
|
+
import UserPasswordLock from '../../assets/icons/user_password_lock.svg?react';
|
196
|
+
import UserWarning from '../../assets/icons/user_warning.svg?react';
|
197
|
+
import UserWithSystem from '../../assets/icons/user_with_system.svg?react';
|
198
|
+
import AiSearch from '../../assets/icons/ai_search.svg?react';
|
199
|
+
import Import from '../../assets/icons/import.svg?react';
|
200
|
+
import dashboardWebIcon from '../../assets/icons/dashboard_web_icon.svg?react';
|
201
|
+
import dashboardMobileIcon from '../../assets/icons/dashboard_mobile_icon.svg?react';
|
202
|
+
import dashboardWebMobileIcon from '../../assets/icons/web_mobile_icon.svg?react';
|
203
|
+
import dashboardWebServicesIcon from '../../assets/icons/web_services_icon.svg?react';
|
204
|
+
import dashboardSalesforceIcon from '../../assets/icons/salesforce_icon.svg?react';
|
205
|
+
import dashboardMsDynamicIcon from '../../assets/icons/ms_dynamic_icon.svg?react';
|
206
|
+
import MinimizeScript from '../../assets/icons/minimize_script.svg?react';
|
207
|
+
import MaximizeTree from '../../assets/icons/maximize_tree.svg?react';
|
208
|
+
import LabelIcon from '../../assets/icons/label_icon.svg?react';
|
209
|
+
import AddLabelIcon from '../../assets/icons/add_label_icon.svg?react';
|
210
|
+
import QuickRunSettingIcon from '../../assets/icons/quick_run_setting_icon.svg?react';
|
211
|
+
import RunManualTestcaseIcon from '../../assets/icons/run_manual_testcase_icon.svg?react';
|
212
|
+
import RunAutomationScriptsIcon from '../../assets/icons/run_automation_scripts_icon.svg?react';
|
213
|
+
import EyeOpenIcon from '../../assets/icons/eye_open_icon.svg?react';
|
214
|
+
import ReplaceIcon from '../../assets/icons/replace_icon.svg?react';
|
215
|
+
import HeaderPreset from '../../assets/icons/Header_preset.svg?react';
|
216
|
+
import ProjectElement from '../../assets/icons/project_element.svg?react';
|
217
|
+
import Element from '../../assets/icons/element.svg?react';
|
218
|
+
import StepGroup from '../../assets/icons/step_group.svg?react';
|
219
|
+
import Variable from '../../assets/icons/variable.svg?react';
|
220
|
+
import Defects from '../../assets/icons/defects.svg?react';
|
221
|
+
import ApprovalPending from '../../assets/icons/approval_pending.svg?react';
|
222
|
+
import Configuration from '../../assets/icons/configuration.svg?react';
|
223
|
+
import NoData from '../../assets/icons/no_data.svg?react';
|
224
|
+
import AddUser from '../../assets/icons/add_user.svg?react';
|
225
|
+
import RemoveUser from '../../assets/icons/remove_user.svg?react';
|
226
|
+
import AddToArchive from '../../assets/icons/add_archive.svg?react';
|
227
|
+
import AddVariableIcon from '../../assets/icons/add_variable.svg?react';
|
228
|
+
import DashboardIcon from '../../assets/icons/dashboard_icon.svg?react'; //TODO:this is temporary icon
|
229
|
+
import InfoUser from '../../assets/icons/info_user.svg?react';
|
230
|
+
import WebServiceIcon from '../../assets/icons/web_service_icon.svg?react';
|
231
|
+
import ProjectStatusIcon from '../../assets/icons/project_status_icon.svg?react';
|
232
|
+
import captureIcon from '../../assets/icons/capture_icon.svg?react';
|
233
|
+
import rotateIcon from '../../assets/icons/rotate_icon.svg?react';
|
234
|
+
import tapIcon from '../../assets/icons/tap_icon.svg?react';
|
235
|
+
import refreshIcon from '../../assets/icons/refresh_icon.svg?react';
|
236
|
+
import swipeIcon from '../../assets/icons/swipe_icon.svg?react';
|
237
|
+
import backward from '../../assets/icons/backward.svg?react';
|
238
|
+
import forward from '../../assets/icons/forward.svg?react';
|
239
|
+
import dependsOnScript from '../../assets/icons/depends_on_script.svg?react';
|
240
|
+
import parameters from '../../assets/icons/parameters.svg?react';
|
241
|
+
import prePostCondition from '../../assets/icons/pre_post_condition.svg?react';
|
242
|
+
import programElement from '../../assets/icons/program_element.svg?react';
|
243
|
+
import testData from '../../assets/icons/test_data.svg?react';
|
244
|
+
import testDataSet from '../../assets/icons/test_data_set.svg?react';
|
245
|
+
import emailGroup from '../../assets/icons/email_group.svg?react';
|
246
|
+
import variableSet from '../../assets/icons/variable_set.svg?react';
|
247
|
+
import machineEnableIcon from '../../assets/icons/machine_enable_icon.svg?react';
|
248
|
+
import machineDisableIcon from '../../assets/icons/machine_disable_icon.svg?react';
|
249
|
+
import suitesIcon from '../../assets/icons/suites_icon.svg?react';
|
250
|
+
import executionsIcon from '../../assets/icons/executions_icon.svg?react';
|
251
|
+
import ImportIcon from '../../assets/icons/import_icon.svg?react';
|
252
|
+
import Settings from '../../assets/icons/settings.svg?react';
|
253
|
+
import UnfollowIcon from '../../assets/icons/unfollow_icon.svg?react';
|
254
|
+
import ExternalUser from '../../assets/icons/external_user.svg?react';
|
255
|
+
import SingleUser from '../../assets/icons/single_user.svg?react';
|
256
|
+
import GroupUser from '../../assets/icons/group_user.svg?react';
|
257
|
+
import TestFreshersLogo from '../../assets/icons/test_freshers_logo.svg?react';
|
258
|
+
import Azure from '../../assets/icons/azure.svg?react';
|
259
|
+
import Bitbucket from '../../assets/icons/bitbucket.svg?react';
|
260
|
+
import Github from '../../assets/icons/github.svg?react';
|
261
|
+
import Gitlab from '../../assets/icons/gitlab.svg?react';
|
262
|
+
import Jenkins from '../../assets/icons/jenkins.svg?react';
|
263
|
+
import JiraLogo from '../../assets/icons/jira_logo.svg?react';
|
264
|
+
import Slack from '../../assets/icons/slack.svg?react';
|
265
|
+
import DisableIcon from '../../assets/icons/disable_icon.svg?react';
|
266
|
+
import EnableIcon from '../../assets/icons/enable_icon.svg?react';
|
267
|
+
import ClearHistory from '../../assets/icons/clear_history.svg?react';
|
268
|
+
import Capture from '../../assets/icons/capture.svg?react';
|
269
|
+
import Csharp from '../../assets/icons/csharp.svg?react';
|
270
|
+
import Cypress from '../../assets/icons/cypress.svg?react';
|
271
|
+
import Java from '../../assets/icons/java.svg?react';
|
272
|
+
import JavaScript from '../../assets/icons/javascript.svg?react';
|
273
|
+
import PlayWright from '../../assets/icons/playwright.svg?react';
|
274
|
+
import Python from '../../assets/icons/python.svg?react';
|
275
|
+
import Code from '../../assets/icons/code.svg?react';
|
276
|
+
import Regenerate from '../../assets/icons/regenerate.svg?react';
|
277
|
+
import Mic from '../../assets/icons/mic.svg?react';
|
278
|
+
import MicActive from '../../assets/icons/mic_filled.svg?react';
|
279
|
+
import RightArrowFilled from '../../assets/icons/right_arrow_filled_icon.svg?react';
|
280
|
+
import CodeColored from '../../assets/icons/code_colored.svg?react';
|
281
|
+
import DesignLink from '../../assets/icons/design_link.svg?react';
|
282
|
+
import FileColored from '../../assets/icons/file_colored.svg?react';
|
283
|
+
import JiraColored from '../../assets/icons/jira_colored.svg?react';
|
284
|
+
import Screenshot from '../../assets/icons/screenshot.svg?react';
|
285
|
+
import DeleteFilled from '../../assets/icons/delete_filled.svg?react';
|
286
|
+
import PrimaryCalendarIcon from '../../assets/icons/primary_calendar_icon.svg?react';
|
287
|
+
import SauseLabPrimaryIcon from '../../assets/icons/sause_lab_icon.svg?react';
|
288
|
+
import ModuleIcon from '../../assets/icons/module_icon.svg?react';
|
289
|
+
import totalDefectsStatusIcon from '../../assets/icons/total_defects_status_icon.svg?react';
|
290
|
+
import openDefectsStatusIcon from '../../assets/icons/open_defects_icon.svg?react';
|
291
|
+
import closedDefectsStatusIcon from '../../assets/icons/close_defects_icon.svg?react';
|
292
|
+
import qualityScoreStatusIcon from '../../assets/icons/quality_score_icon.svg?react';
|
293
|
+
import defectDensityStatusIcon from '../../assets/icons/defect_density_icon.svg?react';
|
294
|
+
import Private from '../../assets/icons/private.svg?react';
|
295
|
+
import Reschedule from '../../assets/icons/reschedule.svg?react';
|
296
|
+
import CollapseAllIcon from '../../assets/icons/collapse_icon.svg?react';
|
297
|
+
import ExpandAllIcon from '../../assets/icons/expand_icon.svg?react';
|
298
|
+
import DownArrow from '../../assets/icons/down_arrow.svg?react';
|
299
|
+
import UpArrow from '../../assets/icons/up_arrow.svg?react';
|
300
|
+
import LocatorIcon from '../../assets/icons/locator_icon.svg?react';
|
301
|
+
import AutomaticLocator from '../../assets/icons/automatic_locator.svg?react';
|
302
|
+
import ReRunFailedOnly from '../../assets/icons/re_run_failed_only.svg?react';
|
303
|
+
import ReRun from '../../assets/icons/re_run.svg?react';
|
304
|
+
import ShowAllExpand from '../../assets/icons/show_all_expand.svg?react';
|
305
|
+
import ShowAllCollapse from '../../assets/icons/show_all_collapse.svg?react';
|
306
|
+
import OverView from '../../assets/icons/overview.svg?react';
|
307
|
+
import CreateIssue from '../../assets/icons/create_issue.svg?react';
|
308
|
+
import ShowScripts from '../../assets/icons/show_scripts.svg?react';
|
309
|
+
import HideScripts from '../../assets/icons/hide_scripts.svg?react';
|
310
|
+
import FiaIcon from '../../assets/icons/fia_icon.svg?react';
|
311
|
+
import ArrowLeft from '../../assets/icons/arrow_left.svg?react';
|
312
|
+
import AccordionBack from '../../assets/icons/accordion_back.svg?react';
|
313
|
+
import LinkIcon from '../../assets/icons/link.svg?react';
|
314
|
+
import ArrowLeftAccordian from '../../assets/icons/arrow_left_accordian.svg?react';
|
315
|
+
import ArrowRightIcon from '../../assets/icons/arrow_right_icon.svg?react';
|
316
|
+
import DiscardAlert from '../../assets/icons/discard_alert.svg?react';
|
317
|
+
import ActiveAISearchIcon from '../../assets/icons/ai_search_active_icon.svg?react';
|
318
|
+
import DefaultAISearchIcon from '../../assets/icons/ai_search_default_icon.svg?react';
|
319
|
+
import Attachments from '../../assets/icons/attachments.svg?react';
|
320
|
+
import AttachLink from '../../assets/icons/attach_link.svg?react';
|
321
|
+
import Comments from '../../assets/icons/comments.svg?react';
|
322
|
+
import FileDownload from '../../assets/icons/file_download.svg?react';
|
323
|
+
import TagIcon from '../../assets/icons/tag_icon.svg?react';
|
324
|
+
import AnalyticsIcon from '../../assets/icons/analytics_icon.svg?react';
|
325
|
+
import BuildingBlocksIcon from '../../assets/icons/building_blocks_icon.svg?react';
|
326
|
+
import ClientIcon from '../../assets/icons/client_icon.svg?react';
|
327
|
+
import InputIcon from '../../assets/icons/input_icon.svg?react';
|
328
|
+
import NlpIcon from '../../assets/icons/nlp_icon.svg?react';
|
329
|
+
import OutputIcon from '../../assets/icons/output_icon.svg?react';
|
330
|
+
import PendingRequestIcon from '../../assets/icons/pending_request_icon.svg?react';
|
331
|
+
import PrerequisitesIcon from '../../assets/icons/prerequisites_icon.svg?react';
|
332
|
+
import ProcedureIcon from '../../assets/icons/procedure_icon.svg?react';
|
333
|
+
import ProgramElementsIcon from '../../assets/icons/program_elements_icon.svg?react';
|
334
|
+
import ProjectConfigurationIcon from '../../assets/icons/project_configuration_icon.svg?react';
|
335
|
+
import RelatedNlpIcon from '../../assets/icons/related_nlp_icon.svg?react';
|
336
|
+
import ScenariosIcon from '../../assets/icons/scenarios_icon.svg?react';
|
337
|
+
import RequestIcon from '../../assets/icons/request_icon.svg?react';
|
338
|
+
import FillFilter from '../../assets/icons/fill_filter.svg?react';
|
339
|
+
import StatusFillFilterIcon from '../../assets/icons/status_fill_filter_icon.svg?react';
|
340
|
+
import AskFiaIcon from '../../assets/icons/ask_fia_icon.svg?react';
|
341
|
+
import CommentIcon from '../../assets/icons/comment.svg?react';
|
342
|
+
import CollapseArrow from '../../assets/icons/collapse_arrow.svg?react';
|
343
|
+
import ExpandArrow from '../../assets/icons/expand_arrow.svg?react';
|
344
|
+
import AiTag from '../../assets/icons/ai_tag.svg?react';
|
345
|
+
import ManualTag from '../../assets/icons/manual_tag.svg?react';
|
346
|
+
import Createtag from '../../assets/icons/create_tag.svg?react';
|
347
|
+
import TagList from '../../assets/icons/tag_list.svg?react';
|
348
|
+
import CodeIcon from '../../assets/icons/code_icon.svg?react';
|
349
|
+
import DesignIcon from '../../assets/icons/designlink_icon.svg?react';
|
350
|
+
import ScreenshotIcon from '../../assets/icons/screenshot_icon.svg?react';
|
351
|
+
import LanguageIcon from '../../assets/icons/language_icon.svg?react';
|
352
|
+
import UploadProfileImage from '../../assets/icons/upload_profile_image.svg?react';
|
353
|
+
import globeIcon from '../../assets/icons/globe.svg?react';
|
354
|
+
import sequentialInfoIcon from '../../assets/icons/sequential_info.svg?react';
|
355
|
+
import parallelInfoIcon from '../../assets/icons/parallel_info.svg?react';
|
356
|
+
import distributeInfoIcon from '../../assets/icons/distriburte_info.svg?react';
|
357
|
+
import execution from '../../assets/icons/execution.svg?react';
|
358
|
+
import liveExecution from '../../assets/icons/live_execution.svg?react';
|
359
|
+
import hidePrePostCondition from '../../assets/icons/hide_pre_post_condition.svg?react';
|
360
|
+
import showPrePostCondition from '../../assets/icons/show_pre_post_condition.svg?react';
|
361
|
+
import showScript from '../../assets/icons/show_script.svg?react';
|
362
|
+
import hideScript from '../../assets/icons/hide_script.svg?react';
|
363
|
+
import replyComment from '../../assets/icons/comment_reply.svg?react';
|
364
|
+
import Terminated from '../../assets/icons/terminated.svg?react';
|
365
|
+
import Revert from '../../assets/icons/revert.svg?react';
|
366
|
+
import QuickRunSettingActive from '../../assets/icons/quick_run_setting_active.svg?react';
|
367
|
+
import RunManualTestcaseActive from '../../assets/icons/run_manual_testcase_active.svg?react';
|
368
|
+
import VideoPlayIcon from '../../assets/icons/video_play_icon.svg?react';
|
369
|
+
import TickIcon from '../../assets/icons/tick_icon.svg?react';
|
370
|
+
import Postman from '../../assets/icons/postman_icon.svg?react';
|
371
|
+
import RecordPlayback from '../../assets/icons/record_play.svg?react';
|
372
|
+
import NoContent from '../../assets/icons/no_content_icon.svg?react';
|
373
|
+
import CommonNlp from '../../assets/icons/common_nlp.svg?react';
|
374
|
+
import GenericNlp from '../../assets/icons/generic_nlp.svg?react';
|
375
|
+
import ExportPostman1 from '../../assets/icons/export_postman1.svg?react';
|
376
|
+
import ExportGlobalPostman from '../../assets/icons/export_global_postman.svg?react';
|
377
|
+
import ExportPEVPostman from '../../assets/icons/export_pev_postman.svg?react';
|
378
|
+
import OptimizeStepGroup from '../../assets/icons/optimize_stepgroup.svg?react';
|
379
|
+
import CircleCheckIcon from '../../assets/icons/circle-check-icon.svg?react';
|
380
|
+
import SquareCheckIcon from '../../assets/icons/square-check-icon.svg?react';
|
381
|
+
import AddScriptIcon from '../../assets/icons/add_script.svg?react';
|
382
|
+
Components['success'] = ToastSuccessIcon;
|
383
|
+
Components['alert'] = Alert;
|
384
|
+
Components['alert'] = Alert;
|
385
|
+
Components['delete_info'] = DeleteInfoIcon;
|
386
|
+
Components['warning'] = WarningIcon;
|
387
|
+
Components['toast_info'] = ToastInfoIcon;
|
388
|
+
Components['error'] = ToastErrorIcon;
|
389
|
+
Components['close'] = ToastCloseIcon;
|
390
|
+
Components['more'] = MoreIcon;
|
391
|
+
Components['logo'] = Logo;
|
392
|
+
Components['manage_apps'] = ManageApps;
|
393
|
+
Components['arrow_up'] = ArrowUp;
|
394
|
+
Components['accordion_header_icon'] = AccordionHeaderIcon;
|
395
|
+
Components['dropzone_icon'] = DropZoneIcon;
|
396
|
+
Components['file'] = File;
|
397
|
+
Components['replace'] = Replace;
|
398
|
+
Components['remove'] = Remove;
|
399
|
+
Components['plus_icon'] = PlusIcon;
|
400
|
+
Components['arrows_top_icon'] = ArrowsTopIcon;
|
401
|
+
Components['arrows_right_icon'] = ArrowsRightIcon;
|
402
|
+
Components['arrows_down_icon'] = ArrowsDownIcon;
|
403
|
+
Components['arrow_down'] = ArrowDown;
|
404
|
+
Components['close_pill'] = ClosePill;
|
405
|
+
Components['moon_stars_icon'] = MoonStarsIcon;
|
406
|
+
Components['sun_icon'] = SunIcon;
|
407
|
+
Components['check_mark'] = CheckMarkIcon;
|
408
|
+
Components['wrong_mark'] = WrongMarkIcon;
|
409
|
+
Components['fireflink_icon'] = FireflinkIcon;
|
410
|
+
Components['tick'] = Tick;
|
411
|
+
Components['arrow_right'] = ArrowRight;
|
412
|
+
Components['search'] = Search;
|
413
|
+
Components['filter'] = Filter;
|
414
|
+
Components['right_arrow_icon'] = RightArrow;
|
415
|
+
Components['left_arrow_icon'] = LeftArrow;
|
416
|
+
Components['clock_icon'] = ClockIcon;
|
417
|
+
Components['edit'] = Edit;
|
418
|
+
Components['view_icon'] = ViewIcon;
|
419
|
+
Components['export_collection'] = ExportCollection;
|
420
|
+
Components['run_icon'] = RunIcon;
|
421
|
+
Components['license'] = LicenseIcon;
|
422
|
+
Components['delete'] = DeleteIcon;
|
423
|
+
Components['details'] = DetailsIcon;
|
424
|
+
Components['impact_list'] = ImpactListIcon;
|
425
|
+
Components['beautify_icon'] = BeautifyIcon;
|
426
|
+
Components['add_variable_icon'] = AddVariable;
|
427
|
+
Components['replace_file'] = ReplaceFile;
|
428
|
+
Components['formate_painter'] = FormatePainter;
|
429
|
+
Components['bold'] = Bold;
|
430
|
+
Components['italic'] = Italic;
|
431
|
+
Components['strike_through'] = StrikeThrough;
|
432
|
+
Components['underline'] = Underline;
|
433
|
+
Components['double_underline'] = DoubleUnderline;
|
434
|
+
Components['border_left'] = BorderLeft;
|
435
|
+
Components['border_right'] = BorderRight;
|
436
|
+
Components['border_bottom'] = BorderBottom;
|
437
|
+
Components['border_top'] = BorderTop;
|
438
|
+
Components['all_borders'] = AllBorders;
|
439
|
+
Components['no_border'] = NoBorder;
|
440
|
+
Components['text_align_center'] = TextAlignCenter;
|
441
|
+
Components['text_align_left'] = TextAlignLeft;
|
442
|
+
Components['text_align_right'] = TextAlignRight;
|
443
|
+
Components['text_color'] = TextColor;
|
444
|
+
Components['fill_color'] = FillColor;
|
445
|
+
Components['formula_icon'] = FormulaIcon;
|
446
|
+
Components['excel_corner_menu'] = ExcelCornerMenu;
|
447
|
+
Components['auto_save_icon'] = AutoSaveIcon;
|
448
|
+
Components['export'] = Export;
|
449
|
+
Components['import_file'] = ImportFile;
|
450
|
+
Components['apk_file_type'] = ApkFileType;
|
451
|
+
Components['csv_file_type'] = CsvFileType;
|
452
|
+
Components['compressed_file_type'] = CompressedFileType;
|
453
|
+
Components['html_file_type'] = HtmlFileType;
|
454
|
+
Components['json_file_type'] = JsonFileType;
|
455
|
+
Components['pdf_file_type'] = PdfFileType;
|
456
|
+
Components['png_file_type'] = PngFileType;
|
457
|
+
Components['xlsx_file_type'] = XlsxFileType;
|
458
|
+
Components['xml_file_type'] = XmlFileType;
|
459
|
+
Components['xls_file_type'] = XlsFileType;
|
460
|
+
Components['ipk_file_type'] = IpkFileType;
|
461
|
+
Components['txt_file_type'] = TxtFileType;
|
462
|
+
Components['gif_file_type'] = GifFileType;
|
463
|
+
Components['jpg_file_type'] = JpgFileType;
|
464
|
+
Components['import'] = Import;
|
465
|
+
Components['info'] = InfoIcon;
|
466
|
+
Components['calendar_icon'] = CalendarIcon;
|
467
|
+
Components['hide_icon'] = HideIcon;
|
468
|
+
Components['vertical_separator'] = VerticalSeparator;
|
469
|
+
Components['collapse_icon'] = CollapseIcon;
|
470
|
+
Components['refresh_icon'] = RefreshIcon;
|
471
|
+
Components['download_file'] = DownloadFile;
|
472
|
+
Components['copy_icon'] = CopyIcon;
|
473
|
+
Components['expand_icon'] = ExpandIcon;
|
474
|
+
Components['license_info'] = LicenseInfo;
|
475
|
+
Components['license_warning'] = LicenseWarning;
|
476
|
+
Components['variable_icon'] = VariableIcon;
|
477
|
+
Components['download_icon'] = DownloadIcon;
|
478
|
+
Components['web_icon'] = WebIcon;
|
479
|
+
Components['web&mobile_icon'] = WebMobileIcon;
|
480
|
+
Components['mobile_icon'] = MobileIcon;
|
481
|
+
Components['sales_force'] = SalesForceIcon;
|
482
|
+
Components['ms_dynamic'] = MSDynamicIcon;
|
483
|
+
Components['all_projects'] = AllProjectsIcon;
|
484
|
+
Components['android_icon'] = AndroidIcon;
|
485
|
+
Components['plus_user_icon'] = PlusUserIcon;
|
486
|
+
Components['label_plus'] = LabelPlusIcon;
|
487
|
+
Components['manual_locator'] = ManualLocator;
|
488
|
+
Components['ios_icon'] = IosIcon;
|
489
|
+
Components['help_icon'] = HelpIcon;
|
490
|
+
Components['select_license'] = SwitchLicenseIcon;
|
491
|
+
Components['fireflink-logo'] = FireflinkLogo;
|
492
|
+
Components['wswb_delete_icon'] = WSWBDeleteIcon;
|
493
|
+
Components['wswb_plus_icon'] = WSWBPlusIcon;
|
494
|
+
Components['local_variable_icon'] = LocalVariableIcon;
|
495
|
+
Components['global_variable_icon'] = GlobalVariableIcon;
|
496
|
+
Components['project_env_variable_icon'] = ProjectEnvVariableIcon;
|
497
|
+
Components['step_group_parameter'] = StepGroupParameterIcon;
|
498
|
+
Components['step_group_variable'] = StepGroupVariableIcon;
|
499
|
+
Components['data_provider_variable'] = DataProviderVariableIcon;
|
500
|
+
Components['for_loop_variable'] = ForLoopVariableIcon;
|
501
|
+
Components['add_locator'] = AddLocator;
|
502
|
+
Components['drag'] = Drag;
|
503
|
+
Components['windows'] = Windows;
|
504
|
+
Components['datalist_icon'] = DataListIcon;
|
505
|
+
Components['mac_icon'] = Mac;
|
506
|
+
Components['android_icon'] = Android;
|
507
|
+
Components['chrome_icon'] = Chrome;
|
508
|
+
Components['browser_stack_icon'] = BrowserStack;
|
509
|
+
Components['run_icon'] = Run;
|
510
|
+
Components['backward_icon'] = BackwardIcon;
|
511
|
+
Components['forward_icon'] = ForwardIcon;
|
512
|
+
Components['reload'] = Reload;
|
513
|
+
Components['window_maximize'] = WindowMaximize;
|
514
|
+
Components['window_restore'] = WindowRestore;
|
515
|
+
Components['window_minimize'] = WindowMinimize;
|
516
|
+
Components['hamburger_menu'] = HamburgerMenu;
|
517
|
+
Components['app_switch'] = AppSwitchIcon;
|
518
|
+
Components['user_profile'] = UserProfile;
|
519
|
+
Components['continue_without_signin'] = ContinueSignIn;
|
520
|
+
Components['cloud_server_host'] = CloudServerHost;
|
521
|
+
Components['notification_icon'] = NotificationIcon;
|
522
|
+
Components['nlp_help_icon'] = NLPHelpIcon;
|
523
|
+
Components['update_icon'] = UpdateIcon;
|
524
|
+
Components['add_file'] = AddFile;
|
525
|
+
Components['plus_round_icon'] = PlusRoundIcon;
|
526
|
+
Components['clone_icon'] = CloneIcon;
|
527
|
+
Components['move_icon'] = MoveIcon;
|
528
|
+
Components['jira'] = Jira;
|
529
|
+
Components['history'] = HistoryIcon;
|
530
|
+
Components['linked_defects'] = LinkedDefects;
|
531
|
+
Components['no_access_icon'] = NoAccessIcon;
|
532
|
+
Components['full_access_icon'] = FullAccessIcon;
|
533
|
+
Components['view_access_icon'] = ViewAccessIcon;
|
534
|
+
Components['hide_access_icon'] = HideAccessIcon;
|
535
|
+
Components['eye_closed'] = EyeClosed;
|
536
|
+
Components['attachment_icon'] = AttachmentIcon;
|
537
|
+
Components['authorization_icon'] = AuthorizationIcon;
|
538
|
+
Components['ai_search'] = AiSearch;
|
539
|
+
Components['upload_pill'] = UploadPillIcon;
|
540
|
+
Components['add_from_shared_element'] = AddFromSharedElement;
|
541
|
+
Components['fireflink_platform_logo'] = FireflinkPlatform;
|
542
|
+
Components['fireflink_finder_logo'] = FireflinkFinder;
|
543
|
+
Components['client_profile'] = ClientProfile;
|
544
|
+
Components['license_expired'] = LicenseExpired;
|
545
|
+
Components['dashboard_web_icon'] = dashboardWebIcon;
|
546
|
+
Components['dashboard_mobile_icon'] = dashboardMobileIcon;
|
547
|
+
Components['dashboard_web_mobile_icon'] = dashboardWebMobileIcon;
|
548
|
+
Components['dashboard_web_services'] = dashboardWebServicesIcon;
|
549
|
+
Components['dashboard_salesforce_icon'] = dashboardSalesforceIcon;
|
550
|
+
Components['dashboard_ms_dynamic_icon'] = dashboardMsDynamicIcon;
|
551
|
+
Components['add_testcase'] = AddTestCaseIcon;
|
552
|
+
Components['automation_testcase'] = AutomationTestCaseIcon;
|
553
|
+
Components['manual_testcase'] = ManualTestCaseIcon;
|
554
|
+
Components['back_icon'] = BackIcon;
|
555
|
+
Components['sause_lab'] = SauseLabIcon;
|
556
|
+
Components['local'] = LocalIcon;
|
557
|
+
Components['internet_explorer'] = InternetExplorerIcon;
|
558
|
+
Components['browserstack_icon'] = BrowserstackIcon;
|
559
|
+
Components['edge'] = EdgeIcon;
|
560
|
+
Components['fire_fox'] = FirefoxIcon;
|
561
|
+
Components['lambda_icon'] = LambdaIcon;
|
562
|
+
Components['linux'] = LinuxIcon;
|
563
|
+
Components['opera'] = OperaIcon;
|
564
|
+
Components['safari_icon'] = SafariIcon;
|
565
|
+
Components['maximize_script'] = MaximizeScript;
|
566
|
+
Components['download_file_icon'] = DownloadFileIcon;
|
567
|
+
Components['maximize_icon'] = MaximizeIcon;
|
568
|
+
Components['passed_status_icon'] = PassedStatusIcon;
|
569
|
+
Components['failed_status_icon'] = FailedStatusIcon;
|
570
|
+
Components['warning_status_icon'] = WarningStatusIcon;
|
571
|
+
Components['skipped_status_icon'] = SkippedStatusIcon;
|
572
|
+
Components['flaky_status_icon'] = FlakyStatusIcon;
|
573
|
+
Components['drawer_maximize'] = DrawerMaximizeIcon;
|
574
|
+
Components['save_as_step'] = SaveAsStepIcon;
|
575
|
+
Components['send_to_steps'] = SendToStepsIcon;
|
576
|
+
Components['standard_template'] = StandardTemplate;
|
577
|
+
Components['sample_template_first'] = SampleTemplateFirst;
|
578
|
+
Components['sample_template_second'] = SampleTemplateSecond;
|
579
|
+
Components['no_license_found'] = NoLicenseFound;
|
580
|
+
Components['data_provider'] = DataProvider;
|
581
|
+
Components['link_expired'] = LinkExpired;
|
582
|
+
Components['link_reset'] = LinkReset;
|
583
|
+
Components['system_warning'] = SystemWarning;
|
584
|
+
Components['user_password_lock'] = UserPasswordLock;
|
585
|
+
Components['user_warning'] = UserWarning;
|
586
|
+
Components['user_with_system'] = UserWithSystem;
|
587
|
+
Components['minimize_script'] = MinimizeScript;
|
588
|
+
Components['maximize_tree'] = MaximizeTree;
|
589
|
+
Components['label_icon'] = LabelIcon;
|
590
|
+
Components['add_label_icon'] = AddLabelIcon;
|
591
|
+
Components['quick_run_setting'] = QuickRunSettingIcon;
|
592
|
+
Components['run_manual_testcase'] = RunManualTestcaseIcon;
|
593
|
+
Components['run_automation_scripts'] = RunAutomationScriptsIcon;
|
594
|
+
Components['eye_open_icon'] = EyeOpenIcon;
|
595
|
+
Components['replace_icon'] = ReplaceIcon;
|
596
|
+
Components['replace_icon'] = ReplaceIcon;
|
597
|
+
Components['header_preset'] = HeaderPreset;
|
598
|
+
Components['project_element'] = ProjectElement;
|
599
|
+
Components['element'] = Element;
|
600
|
+
Components['step_group'] = StepGroup;
|
601
|
+
Components['variable'] = Variable;
|
602
|
+
Components['defects'] = Defects;
|
603
|
+
Components['approval_pending'] = ApprovalPending;
|
604
|
+
Components['configuration'] = Configuration;
|
605
|
+
Components['no_data'] = NoData;
|
606
|
+
Components['add_user'] = AddUser;
|
607
|
+
Components['add_to_archive'] = AddToArchive;
|
608
|
+
Components['remove_user'] = RemoveUser;
|
609
|
+
Components['add_variable'] = AddVariableIcon;
|
610
|
+
Components['dashboard_icon'] = DashboardIcon; //TODO:this is temporary icon
|
611
|
+
Components['info_user'] = InfoUser;
|
612
|
+
Components['web_service_icon'] = WebServiceIcon;
|
613
|
+
Components['project_status_icon'] = ProjectStatusIcon;
|
614
|
+
Components['capture_icon'] = captureIcon;
|
615
|
+
Components['backward'] = backward;
|
616
|
+
Components['forward'] = forward;
|
617
|
+
Components['refresh_icon'] = refreshIcon;
|
618
|
+
Components['rotate_icon'] = rotateIcon;
|
619
|
+
Components['tap_icon'] = tapIcon;
|
620
|
+
Components['swipe_icon'] = swipeIcon;
|
621
|
+
Components['depends_on_script'] = dependsOnScript;
|
622
|
+
Components['parameters'] = parameters;
|
623
|
+
Components['pre_post_condition'] = prePostCondition;
|
624
|
+
Components['program_element'] = programElement;
|
625
|
+
Components['test_data'] = testData;
|
626
|
+
Components['test_data_set'] = testDataSet;
|
627
|
+
Components['email_group'] = emailGroup;
|
628
|
+
Components['variable_set'] = variableSet;
|
629
|
+
Components['machine_enable_icon'] = machineEnableIcon;
|
630
|
+
Components['machine_disable_icon'] = machineDisableIcon;
|
631
|
+
Components['executions_icon'] = executionsIcon;
|
632
|
+
Components['suites_icon'] = suitesIcon;
|
633
|
+
Components['import_icon'] = ImportIcon;
|
634
|
+
Components['settings'] = Settings;
|
635
|
+
Components['test_freshers_logo'] = TestFreshersLogo;
|
636
|
+
Components['unfollow_icon'] = UnfollowIcon;
|
637
|
+
Components['external_user'] = ExternalUser;
|
638
|
+
Components['single_user'] = SingleUser;
|
639
|
+
Components['group_user'] = GroupUser;
|
640
|
+
Components['azure'] = Azure;
|
641
|
+
Components['bitbucket'] = Bitbucket;
|
642
|
+
Components['github'] = Github;
|
643
|
+
Components['gitlab'] = Gitlab;
|
644
|
+
Components['jenkins'] = Jenkins;
|
645
|
+
Components['jira_logo'] = JiraLogo;
|
646
|
+
Components['slack'] = Slack;
|
647
|
+
Components['disable_icon'] = DisableIcon;
|
648
|
+
Components['enable_icon'] = EnableIcon;
|
649
|
+
Components['clear_history'] = ClearHistory;
|
650
|
+
Components['capture'] = Capture;
|
651
|
+
Components['csharp'] = Csharp;
|
652
|
+
Components['cypress'] = Cypress;
|
653
|
+
Components['java'] = Java;
|
654
|
+
Components['javascript'] = JavaScript;
|
655
|
+
Components['playwright'] = PlayWright;
|
656
|
+
Components['python'] = Python;
|
657
|
+
Components['code'] = Code;
|
658
|
+
Components['regenerate'] = Regenerate;
|
659
|
+
Components['mic'] = Mic;
|
660
|
+
Components['mic_filled'] = MicActive;
|
661
|
+
Components['right_arrow_filled_icon'] = RightArrowFilled;
|
662
|
+
Components['code_colored'] = CodeColored;
|
663
|
+
Components['design_link'] = DesignLink;
|
664
|
+
Components['file_colored'] = FileColored;
|
665
|
+
Components['jira_colored'] = JiraColored;
|
666
|
+
Components['screenshot'] = Screenshot;
|
667
|
+
Components['delete_filled'] = DeleteFilled;
|
668
|
+
Components['primary_calendar_icon'] = PrimaryCalendarIcon;
|
669
|
+
Components['sause_lab_icon'] = SauseLabPrimaryIcon;
|
670
|
+
Components['total_defects_status_icon'] = totalDefectsStatusIcon;
|
671
|
+
Components['open_defects_status_icon'] = openDefectsStatusIcon;
|
672
|
+
Components['closed_defects_status_icon'] = closedDefectsStatusIcon;
|
673
|
+
Components['quality_score_status_icon'] = qualityScoreStatusIcon;
|
674
|
+
Components['defect_density_status_icon'] = defectDensityStatusIcon;
|
675
|
+
Components['module_icon'] = ModuleIcon;
|
676
|
+
Components['private'] = Private;
|
677
|
+
Components['reschedule'] = Reschedule;
|
678
|
+
Components['collapseAll_icon'] = CollapseAllIcon;
|
679
|
+
Components['expandAll_icon'] = ExpandAllIcon;
|
680
|
+
Components['down_arrow'] = DownArrow;
|
681
|
+
Components['up_arrow'] = UpArrow;
|
682
|
+
Components['locator_icon'] = LocatorIcon;
|
683
|
+
Components['automatic_locator'] = AutomaticLocator;
|
684
|
+
Components['re_run_failed_only'] = ReRunFailedOnly;
|
685
|
+
Components['re_run'] = ReRun;
|
686
|
+
Components['show_all_expand'] = ShowAllExpand;
|
687
|
+
Components['show_all_collapse'] = ShowAllCollapse;
|
688
|
+
Components['overview'] = OverView;
|
689
|
+
Components['create_issue'] = CreateIssue;
|
690
|
+
Components['show_scripts'] = ShowScripts;
|
691
|
+
Components['hide_scripts'] = HideScripts;
|
692
|
+
Components['link'] = LinkIcon;
|
693
|
+
Components['arrow_left'] = ArrowLeft;
|
694
|
+
Components['accordion_back'] = AccordionBack;
|
695
|
+
Components['fia_icon'] = FiaIcon;
|
696
|
+
Components['arrow_left_accordian'] = ArrowLeftAccordian;
|
697
|
+
Components['arrow_right_icon'] = ArrowRightIcon;
|
698
|
+
Components['discard_alert'] = DiscardAlert;
|
699
|
+
Components['ai_search_default_icon'] = DefaultAISearchIcon;
|
700
|
+
Components['ai_search_active_icon'] = ActiveAISearchIcon;
|
701
|
+
Components['attachments'] = Attachments;
|
702
|
+
Components['attach_link'] = AttachLink;
|
703
|
+
Components['comments'] = Comments;
|
704
|
+
Components['file_download'] = FileDownload;
|
705
|
+
Components['tag_icon'] = TagIcon;
|
706
|
+
Components['analytics_icon'] = AnalyticsIcon;
|
707
|
+
Components['building_blocks_icon'] = BuildingBlocksIcon;
|
708
|
+
Components['client_icon'] = ClientIcon;
|
709
|
+
Components['input_icon'] = InputIcon;
|
710
|
+
Components['nlp_icon'] = NlpIcon;
|
711
|
+
Components['output_icon'] = OutputIcon;
|
712
|
+
Components['pending_request_icon'] = PendingRequestIcon;
|
713
|
+
Components['prerequisites_icon'] = PrerequisitesIcon;
|
714
|
+
Components['procedure_icon'] = ProcedureIcon;
|
715
|
+
Components['program_elements_icon'] = ProgramElementsIcon;
|
716
|
+
Components['project_configuration_icon'] = ProjectConfigurationIcon;
|
717
|
+
Components['related_nlp_icon'] = RelatedNlpIcon;
|
718
|
+
Components['scenarios_icon'] = ScenariosIcon;
|
719
|
+
Components['request_icon'] = RequestIcon;
|
720
|
+
Components['fill_filter'] = FillFilter;
|
721
|
+
Components['status_fill_filter_icon'] = StatusFillFilterIcon;
|
722
|
+
Components['ask_fia_icon'] = AskFiaIcon;
|
723
|
+
Components['comment_icon'] = CommentIcon;
|
724
|
+
Components['expand-arrow'] = ExpandArrow;
|
725
|
+
Components['collapse-arrow'] = CollapseArrow;
|
726
|
+
Components['ai_tag'] = AiTag;
|
727
|
+
Components['manual_tag'] = ManualTag;
|
728
|
+
Components['create_tag'] = Createtag;
|
729
|
+
Components['tag_list'] = TagList;
|
730
|
+
Components['code_icon'] = CodeIcon;
|
731
|
+
Components['designlink_icon'] = DesignIcon;
|
732
|
+
Components['screenshot_icon'] = ScreenshotIcon;
|
733
|
+
Components['language_icon'] = LanguageIcon;
|
734
|
+
Components['upload_profile_image'] = UploadProfileImage;
|
735
|
+
Components['globe_icon'] = globeIcon;
|
736
|
+
Components['sequential_info_icon'] = sequentialInfoIcon;
|
737
|
+
Components['parallel_info_icon'] = parallelInfoIcon;
|
738
|
+
Components['distribute_info_icon'] = distributeInfoIcon;
|
739
|
+
Components['execution'] = execution;
|
740
|
+
Components['live_execution'] = liveExecution;
|
741
|
+
Components['hide_pre_post_condition'] = hidePrePostCondition;
|
742
|
+
Components['show_pre_post_condition'] = showPrePostCondition;
|
743
|
+
Components['show_script'] = showScript;
|
744
|
+
Components['hide_script'] = hideScript;
|
745
|
+
Components['comment_reply'] = replyComment;
|
746
|
+
Components['terminated'] = Terminated;
|
747
|
+
Components['revert'] = Revert;
|
748
|
+
Components['quick_run_setting_active'] = QuickRunSettingActive;
|
749
|
+
Components['run_manual_testcase_active'] = RunManualTestcaseActive;
|
750
|
+
Components['video_play_icon'] = VideoPlayIcon;
|
751
|
+
Components['tick_icon'] = TickIcon;
|
752
|
+
Components['postman_icon'] = Postman;
|
753
|
+
Components['record_play'] = RecordPlayback;
|
754
|
+
Components['no_content'] = NoContent;
|
755
|
+
Components['common_nlp'] = CommonNlp;
|
756
|
+
Components['generic_nlp'] = GenericNlp;
|
757
|
+
Components['export_postman1'] = ExportPostman1;
|
758
|
+
Components['export_global_postman'] = ExportGlobalPostman;
|
759
|
+
Components['export_pev_postman'] = ExportPEVPostman;
|
760
|
+
Components['optimize_stepgroup'] = OptimizeStepGroup;
|
761
|
+
Components['circle_check_icon'] = CircleCheckIcon;
|
762
|
+
Components['square_check_icon'] = SquareCheckIcon;
|
763
|
+
Components['add_script'] = AddScriptIcon;
|
764
|
+
export default Components;
|
765
|
+
//# sourceMappingURL=iconList.js.map
|