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
package/lib/index.d.ts
ADDED
@@ -0,0 +1,4814 @@
|
|
1
|
+
import * as LazyLoad from 'react-window';
|
2
|
+
export { LazyLoad };
|
3
|
+
import * as Form from 'react-hook-form';
|
4
|
+
import * as React$1 from 'react';
|
5
|
+
import React__default, { ReactNode, FC, CSSProperties, ReactElement, RefObject, ComponentProps, Component, ErrorInfo } from 'react';
|
6
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
7
|
+
import * as DNDCore from '@dnd-kit/core';
|
8
|
+
import * as DNDSortable from '@dnd-kit/sortable';
|
9
|
+
import * as DNDUtilities from '@dnd-kit/utilities';
|
10
|
+
import ReCAPTCHA from 'react-google-recaptcha';
|
11
|
+
|
12
|
+
type DynamicObj = {
|
13
|
+
[key: string]: any;
|
14
|
+
};
|
15
|
+
interface CreateVariableProps {
|
16
|
+
/**
|
17
|
+
* Open Create variable Slider
|
18
|
+
*/
|
19
|
+
isOpen: boolean;
|
20
|
+
/**
|
21
|
+
* Value for the variable name
|
22
|
+
*/
|
23
|
+
variableName: string;
|
24
|
+
/**
|
25
|
+
* Value for the variable to be created
|
26
|
+
*/
|
27
|
+
variableValue: string;
|
28
|
+
/**
|
29
|
+
* List for the variable types
|
30
|
+
*/
|
31
|
+
variableTypesList: DynamicObj[];
|
32
|
+
/**
|
33
|
+
* Selected variable type
|
34
|
+
*/
|
35
|
+
selectedVariableType: DynamicObj;
|
36
|
+
/**
|
37
|
+
* Function to handle variable type change
|
38
|
+
* @param option
|
39
|
+
* @returns
|
40
|
+
*/
|
41
|
+
onVariableTypeChange: (option: DynamicObj) => void;
|
42
|
+
/**
|
43
|
+
* Function to handle close
|
44
|
+
*/
|
45
|
+
onClose?: () => void;
|
46
|
+
/**
|
47
|
+
* onChange of name
|
48
|
+
*/
|
49
|
+
onNameChange: (value: string) => void;
|
50
|
+
/**
|
51
|
+
* onChange of value
|
52
|
+
*/
|
53
|
+
onValueChange: (value: string) => void;
|
54
|
+
/**
|
55
|
+
* Hide value
|
56
|
+
*/
|
57
|
+
hideValue: boolean;
|
58
|
+
/**
|
59
|
+
* onChange for hide value
|
60
|
+
*/
|
61
|
+
onHideChange: (value: boolean) => void;
|
62
|
+
/**
|
63
|
+
* Function to handle submit
|
64
|
+
*/
|
65
|
+
handleSubmit: () => void;
|
66
|
+
/**
|
67
|
+
* verify which drawer is open, create or edit
|
68
|
+
*/
|
69
|
+
mode?: 'create' | 'edit';
|
70
|
+
/**
|
71
|
+
* Disable the checkbox
|
72
|
+
*/
|
73
|
+
disabled?: boolean;
|
74
|
+
}
|
75
|
+
|
76
|
+
interface ButtonProps {
|
77
|
+
/**
|
78
|
+
* Variant of the button
|
79
|
+
*/
|
80
|
+
variant: 'primary' | 'secondary' | 'tertiary' | 'delete' | 'warning' | 'custom' | 'danger';
|
81
|
+
/**
|
82
|
+
* What background color to use
|
83
|
+
*/
|
84
|
+
backgroundColor?: string;
|
85
|
+
/**
|
86
|
+
* What border color to use
|
87
|
+
*/
|
88
|
+
border?: string | number;
|
89
|
+
/**
|
90
|
+
* What border color to use
|
91
|
+
*/
|
92
|
+
size?: 'small' | 'medium' | 'large';
|
93
|
+
/**
|
94
|
+
* Button contents
|
95
|
+
*/
|
96
|
+
label?: string;
|
97
|
+
/**
|
98
|
+
* Type of the button
|
99
|
+
*/
|
100
|
+
type?: 'button' | 'submit';
|
101
|
+
disabled?: boolean;
|
102
|
+
/**
|
103
|
+
* Optional click handler
|
104
|
+
*/
|
105
|
+
onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
106
|
+
/**
|
107
|
+
* Optional click handler for Copying the value
|
108
|
+
*/
|
109
|
+
onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
110
|
+
/**
|
111
|
+
* Button content
|
112
|
+
*/
|
113
|
+
children?: ReactNode;
|
114
|
+
/**
|
115
|
+
* Button id
|
116
|
+
*/
|
117
|
+
id?: string;
|
118
|
+
/**
|
119
|
+
* onSubmit function handler
|
120
|
+
*/
|
121
|
+
onSubmit?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
122
|
+
/**
|
123
|
+
* react ref for the button
|
124
|
+
*/
|
125
|
+
ref?: any;
|
126
|
+
/**
|
127
|
+
* Classname for the button
|
128
|
+
*/
|
129
|
+
className?: string;
|
130
|
+
/**
|
131
|
+
* Additional styles for the button
|
132
|
+
*/
|
133
|
+
style?: React.CSSProperties;
|
134
|
+
/**
|
135
|
+
* Give icon name availble in storybook that to be on left side of button
|
136
|
+
*/
|
137
|
+
iconName?: string;
|
138
|
+
/**
|
139
|
+
* Give icon name availble in storybook that to be on left side of button
|
140
|
+
*/
|
141
|
+
iconPosition?: 'left' | 'right';
|
142
|
+
transparentBackground?: boolean;
|
143
|
+
/**
|
144
|
+
* form to accept form id in string
|
145
|
+
*/
|
146
|
+
form?: string;
|
147
|
+
/**
|
148
|
+
* Is the Type ChooseFile for the button
|
149
|
+
*/
|
150
|
+
isChooseFile?: boolean;
|
151
|
+
/**
|
152
|
+
* Custom Width for the button
|
153
|
+
*/
|
154
|
+
buttonWidth?: string;
|
155
|
+
/**
|
156
|
+
* Custom Height for the button
|
157
|
+
*/
|
158
|
+
buttonHeight?: string;
|
159
|
+
/**
|
160
|
+
* selectedfile object will be send.
|
161
|
+
*/
|
162
|
+
selectedFile?: File | DynamicObj | null;
|
163
|
+
/**
|
164
|
+
* handleCloseIcon function will set to the initial state .
|
165
|
+
*/
|
166
|
+
handleCloseIcon?: () => void;
|
167
|
+
/**
|
168
|
+
* create custom button font size .
|
169
|
+
*/
|
170
|
+
fontSize?: number;
|
171
|
+
/**
|
172
|
+
* create custom button style .
|
173
|
+
*/
|
174
|
+
typographyStyle?: React.CSSProperties;
|
175
|
+
iconColor?: string;
|
176
|
+
}
|
177
|
+
|
178
|
+
declare const Button: React$1.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
179
|
+
|
180
|
+
interface BtnPropsCommon {
|
181
|
+
/**
|
182
|
+
* Label for the button
|
183
|
+
*/
|
184
|
+
label?: string;
|
185
|
+
/**
|
186
|
+
* Boolean value to disable the button
|
187
|
+
*/
|
188
|
+
disabled?: boolean;
|
189
|
+
/**
|
190
|
+
* Onclick function for button
|
191
|
+
*/
|
192
|
+
onClick?: () => void;
|
193
|
+
/**
|
194
|
+
* Button type
|
195
|
+
* @default 'button'
|
196
|
+
* @example 'submit'
|
197
|
+
* @example 'button'
|
198
|
+
*/
|
199
|
+
type?: 'button' | 'submit';
|
200
|
+
/**
|
201
|
+
* form to accept id of form in string format
|
202
|
+
*/
|
203
|
+
form?: string;
|
204
|
+
}
|
205
|
+
interface DrawerProps {
|
206
|
+
/**
|
207
|
+
* To Open the Drawer
|
208
|
+
*/
|
209
|
+
isOpen: boolean;
|
210
|
+
/**
|
211
|
+
* To Expand the Drawer
|
212
|
+
*/
|
213
|
+
_isExpanded?: boolean;
|
214
|
+
/**
|
215
|
+
* To show and hide the back button of the Drawer
|
216
|
+
*/
|
217
|
+
isBackButtonVisible?: boolean;
|
218
|
+
/**
|
219
|
+
* To show and hide the close button of the Drawer
|
220
|
+
*/
|
221
|
+
_isCloseModalButtonVisible?: boolean;
|
222
|
+
/**
|
223
|
+
* Function to close the drawer
|
224
|
+
*/
|
225
|
+
onClose?: () => void;
|
226
|
+
/**
|
227
|
+
* Size of the drawer medium = 550px large = 850px
|
228
|
+
*/
|
229
|
+
size?: 'small' | 'medium' | 'large' | 'x-large';
|
230
|
+
/**
|
231
|
+
* Body Content of the drawer
|
232
|
+
*/
|
233
|
+
children: ReactNode;
|
234
|
+
/**
|
235
|
+
* Header title for the drawer
|
236
|
+
*/
|
237
|
+
title?: string | ReactNode;
|
238
|
+
/**
|
239
|
+
* To show the edit button on the header
|
240
|
+
*/
|
241
|
+
showEditButton?: boolean;
|
242
|
+
/**
|
243
|
+
* To show the transition effect while the drawer comes
|
244
|
+
*/
|
245
|
+
showTransition?: boolean;
|
246
|
+
/**
|
247
|
+
* Primary | Success button props
|
248
|
+
*/
|
249
|
+
primaryButtonProps?: BtnPropsCommon;
|
250
|
+
/**
|
251
|
+
* Secondary | Cancel button props
|
252
|
+
*/
|
253
|
+
secondaryButtonProps?: BtnPropsCommon;
|
254
|
+
/**
|
255
|
+
* Left side Primary Button | Cancel button props
|
256
|
+
*/
|
257
|
+
leftPrimaryButtonProps?: BtnPropsCommon;
|
258
|
+
/**
|
259
|
+
* Left side Secondary | Cancel button props
|
260
|
+
*/
|
261
|
+
leftSecondaryButtonProps?: BtnPropsCommon;
|
262
|
+
/**
|
263
|
+
* Left side Tertiary Button | Help button props
|
264
|
+
*/
|
265
|
+
leftTertiaryButtonProps?: BtnPropsCommon;
|
266
|
+
/**
|
267
|
+
* Right side Tertiary Button | More Info button props
|
268
|
+
*/
|
269
|
+
rightTertiaryButtonProps?: BtnPropsCommon;
|
270
|
+
/**
|
271
|
+
* Onclick function for edit button
|
272
|
+
*/
|
273
|
+
onEdit?: () => void;
|
274
|
+
/**
|
275
|
+
* Background overlay for the drawer
|
276
|
+
*/
|
277
|
+
overlay?: boolean;
|
278
|
+
/**
|
279
|
+
* displays footer if its true, default true
|
280
|
+
*/
|
281
|
+
isFooterRequired?: boolean;
|
282
|
+
/**
|
283
|
+
* footer Content
|
284
|
+
*/
|
285
|
+
footerContent?: ReactNode;
|
286
|
+
/**
|
287
|
+
* To show or hide the header
|
288
|
+
*/
|
289
|
+
showHeader?: boolean;
|
290
|
+
/**
|
291
|
+
* Custom back button icon
|
292
|
+
* The icon to display for the back button.
|
293
|
+
* If not provided, a default icon will be used.
|
294
|
+
*/
|
295
|
+
backButtonIcon?: ReactNode;
|
296
|
+
/**
|
297
|
+
* Callback function when the close icon is clicked
|
298
|
+
*/
|
299
|
+
onCloseIconClick?: () => void;
|
300
|
+
/**
|
301
|
+
* Custom header for the drawer, replacing the default header.
|
302
|
+
* If provided, this will render in place of the default header.
|
303
|
+
*/
|
304
|
+
customHeader?: ReactNode;
|
305
|
+
/**
|
306
|
+
* Custom footer for the drawer, replacing the default footer.
|
307
|
+
* If provided, this will render in place of the default footer.
|
308
|
+
*/
|
309
|
+
customFooter?: ReactNode;
|
310
|
+
/**
|
311
|
+
* Custom z-index for the drawer
|
312
|
+
*/
|
313
|
+
zIndex?: number;
|
314
|
+
/**
|
315
|
+
* Custom top for the drawer
|
316
|
+
*/
|
317
|
+
top?: string;
|
318
|
+
/**
|
319
|
+
* Height of the drawer
|
320
|
+
*/
|
321
|
+
height?: string;
|
322
|
+
/**
|
323
|
+
*
|
324
|
+
* width of the drawer
|
325
|
+
*/
|
326
|
+
width?: string;
|
327
|
+
/**
|
328
|
+
* Position from right
|
329
|
+
*/
|
330
|
+
right?: string | number;
|
331
|
+
/**
|
332
|
+
* Custom overflow for the drawer
|
333
|
+
*/
|
334
|
+
overflow?: string;
|
335
|
+
/**
|
336
|
+
* Callback function returns a boolean value when the drawer is collapsed.
|
337
|
+
*/
|
338
|
+
onCollapse?: (value: boolean) => void;
|
339
|
+
/**This optional boolean prop determines whether the drawer body displays a scrollbar when its content overflows. */
|
340
|
+
isScrollBar?: boolean;
|
341
|
+
}
|
342
|
+
|
343
|
+
declare const Drawer: FC<DrawerProps>;
|
344
|
+
|
345
|
+
interface IconProps$2 {
|
346
|
+
name: string;
|
347
|
+
className?: string;
|
348
|
+
height?: number;
|
349
|
+
width?: number;
|
350
|
+
color?: string;
|
351
|
+
onClick?: (data?: any) => void;
|
352
|
+
hoverEffect?: boolean;
|
353
|
+
disabled?: boolean;
|
354
|
+
variant?: "dark" | "light" | 'danger';
|
355
|
+
x?: string;
|
356
|
+
y?: string;
|
357
|
+
chartIcon?: boolean;
|
358
|
+
tabIndex?: number;
|
359
|
+
}
|
360
|
+
|
361
|
+
declare const Icon: React$1.ForwardRefExoticComponent<IconProps$2 & React$1.RefAttributes<HTMLSpanElement>>;
|
362
|
+
|
363
|
+
interface AccordionProps {
|
364
|
+
/**
|
365
|
+
* Accordion Header Title
|
366
|
+
*/
|
367
|
+
headerTitle: string | JSX.Element;
|
368
|
+
/**
|
369
|
+
* Content that to be shown while Accordion is expanded
|
370
|
+
*/
|
371
|
+
accordionContent: ReactNode;
|
372
|
+
/**
|
373
|
+
* Custom color for the Accordion header
|
374
|
+
*/
|
375
|
+
color?: string;
|
376
|
+
/**
|
377
|
+
* Minimum height for the Accordion
|
378
|
+
*/
|
379
|
+
minHeight?: string;
|
380
|
+
/**
|
381
|
+
* Property to disable accordion
|
382
|
+
*/
|
383
|
+
disable?: boolean;
|
384
|
+
/**
|
385
|
+
* Info message to user for disabling accordion
|
386
|
+
*/
|
387
|
+
disableInfoMessage?: string;
|
388
|
+
/**
|
389
|
+
* Icon name for the Accordion state like expand and collapse
|
390
|
+
*/
|
391
|
+
accordionStateIconName?: string;
|
392
|
+
/**
|
393
|
+
* Accordion collapse and expand Icon width
|
394
|
+
*/
|
395
|
+
AccordionStateIconWidth: number;
|
396
|
+
/**
|
397
|
+
* Accordion collapse and expand Icon height
|
398
|
+
*/
|
399
|
+
AccordionStateIconHeight: number;
|
400
|
+
/**
|
401
|
+
* Optional props for initial state of Accordion
|
402
|
+
*/
|
403
|
+
isExpand?: boolean;
|
404
|
+
/**
|
405
|
+
* Callback function for the accordion header click
|
406
|
+
*/
|
407
|
+
onClick?: () => void;
|
408
|
+
/**
|
409
|
+
* Providing className for Styles
|
410
|
+
*/
|
411
|
+
className?: string;
|
412
|
+
iconColor?: string;
|
413
|
+
highlightText?: string;
|
414
|
+
}
|
415
|
+
|
416
|
+
/**
|
417
|
+
* Accordion UI component
|
418
|
+
*/
|
419
|
+
declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, }: AccordionProps) => react_jsx_runtime.JSX.Element;
|
420
|
+
|
421
|
+
type OptionValue$3 = any;
|
422
|
+
interface Option$5 {
|
423
|
+
[key: string]: OptionValue$3;
|
424
|
+
}
|
425
|
+
interface MultiSelectProps {
|
426
|
+
options: Option$5[];
|
427
|
+
type?: 'email' | 'text';
|
428
|
+
label: string;
|
429
|
+
selectedOptions?: Option$5[];
|
430
|
+
disabled?: boolean;
|
431
|
+
onSearch?: (searchedKeyword: string) => void;
|
432
|
+
onChange?: (selectedOptions: Option$5[]) => void;
|
433
|
+
acceptNewOption?: boolean;
|
434
|
+
zIndex?: number;
|
435
|
+
required?: boolean;
|
436
|
+
errorMessage?: string;
|
437
|
+
withSelectButton?: boolean;
|
438
|
+
onSelectButtonClick?: (selectedOptions: Option$5[]) => void;
|
439
|
+
displayCount?: boolean;
|
440
|
+
isAllSelected?: boolean;
|
441
|
+
onToggleAllSelect?: (checkedState: boolean) => void;
|
442
|
+
displayAllSelectedAsText?: boolean;
|
443
|
+
placeholderForSearching?: string;
|
444
|
+
isAllSelect?: boolean;
|
445
|
+
/** Default is default. choose labels variant if you are using this component for labels dropdown or choose machines if you are using this component in parallel */
|
446
|
+
variant?: 'default' | 'labels' | 'machines';
|
447
|
+
/** Pass the function what to do upon clicking label plus icon */
|
448
|
+
onLabelPlusIconClick?: (_enteredKeyword: string) => Promise<void>;
|
449
|
+
/** classname to handle styling wrt to multiselect div and and labelplus icon */
|
450
|
+
className?: string;
|
451
|
+
labelAccessor?: string;
|
452
|
+
valueAccessor?: string;
|
453
|
+
onEnter?: (newOption: string) => void;
|
454
|
+
loadMoreOptions?: () => void;
|
455
|
+
maxVisibleChips?: number;
|
456
|
+
onBlur?: () => void;
|
457
|
+
/** default max height is 160px, give max dropdown height while using jsx or want to control how many max options you want to show */
|
458
|
+
maxDropdownHeight?: number;
|
459
|
+
}
|
460
|
+
|
461
|
+
declare const MultiSelect: ({ options, type, selectedOptions, onChange, acceptNewOption, zIndex, label, onSearch, required, disabled, errorMessage, displayCount: initialDisplayCount, isAllSelected, onToggleAllSelect, displayAllSelectedAsText, isAllSelect, placeholderForSearching, variant, onLabelPlusIconClick, className, onSelectButtonClick, labelAccessor, valueAccessor, withSelectButton, loadMoreOptions, onEnter, maxVisibleChips, onBlur, maxDropdownHeight, }: MultiSelectProps) => react_jsx_runtime.JSX.Element;
|
462
|
+
|
463
|
+
interface ToasterProps {
|
464
|
+
/**Boolean value to handle state of toaster. */
|
465
|
+
isOpen: boolean;
|
466
|
+
/**Variant for different type of toast message. */
|
467
|
+
variant: 'success' | 'warning' | 'danger' | 'info' | 'confirm' | 'alert';
|
468
|
+
/**Title of the toaster */
|
469
|
+
toastTitle: string;
|
470
|
+
/**Message for the toaster. */
|
471
|
+
toastMessage?: string;
|
472
|
+
/**Function to call upon clicking the close icon or cancel button. */
|
473
|
+
onCancelClick?: () => void;
|
474
|
+
/**Function to call when confirmation the prompt. */
|
475
|
+
onConfirmation?: () => void;
|
476
|
+
/**Duration in ms for which toaster will stay on the screen */
|
477
|
+
displayDuration?: number;
|
478
|
+
/**Confirmation text for variant confirm. */
|
479
|
+
confirmationText?: string;
|
480
|
+
/**z-index value */
|
481
|
+
zIndex?: number;
|
482
|
+
}
|
483
|
+
|
484
|
+
declare const Toaster: React__default.FC<ToasterProps>;
|
485
|
+
|
486
|
+
interface ContainerProps {
|
487
|
+
/**
|
488
|
+
* The content to be displayed inside the container.
|
489
|
+
* Typically consists of rows and columns.
|
490
|
+
*
|
491
|
+
* @type {ReactNode}
|
492
|
+
*/
|
493
|
+
children: ReactNode;
|
494
|
+
/**
|
495
|
+
* Determines if the container should be fluid (expand to 100% width) or fixed width.
|
496
|
+
*
|
497
|
+
* @default false
|
498
|
+
* @type {boolean}
|
499
|
+
*/
|
500
|
+
fluid?: boolean;
|
501
|
+
/**
|
502
|
+
* Defines the gap (spacing) between the rows and columns inside the container.
|
503
|
+
* Accepts any valid CSS size value (e.g., '10px', '1rem', etc.).
|
504
|
+
*
|
505
|
+
* @default '0px'
|
506
|
+
* @type {string}
|
507
|
+
*/
|
508
|
+
gap?: string;
|
509
|
+
/**
|
510
|
+
* Classname for Container
|
511
|
+
* @default ''
|
512
|
+
* @type {string}
|
513
|
+
*/
|
514
|
+
className?: string;
|
515
|
+
}
|
516
|
+
interface RowProps {
|
517
|
+
/**
|
518
|
+
* The content to be displayed inside the row, usually consisting of columns (`<Col />`).
|
519
|
+
*
|
520
|
+
* @type {ReactNode}
|
521
|
+
*/
|
522
|
+
children: ReactNode;
|
523
|
+
/**
|
524
|
+
* The gap (spacing) between columns within the row.
|
525
|
+
* Accepts any valid CSS size value.
|
526
|
+
*
|
527
|
+
* @default '0px'
|
528
|
+
* @type {string}
|
529
|
+
*/
|
530
|
+
gap?: string;
|
531
|
+
/**
|
532
|
+
* @default ''
|
533
|
+
* @type string
|
534
|
+
*/
|
535
|
+
className?: string;
|
536
|
+
}
|
537
|
+
interface ColProps {
|
538
|
+
/**
|
539
|
+
* The content to be displayed inside the column.
|
540
|
+
*
|
541
|
+
* @type {ReactNode}
|
542
|
+
*/
|
543
|
+
children: ReactNode;
|
544
|
+
/**
|
545
|
+
* Defines the width of the column as a fraction of 12 (for a 12-column grid system).
|
546
|
+
* For example, `size={6}` would make the column take up half the width of the row.
|
547
|
+
*
|
548
|
+
* @default 12
|
549
|
+
* @type {number}
|
550
|
+
*/
|
551
|
+
size?: number;
|
552
|
+
/**
|
553
|
+
* @default ''
|
554
|
+
* @type string
|
555
|
+
*
|
556
|
+
*/
|
557
|
+
className?: string;
|
558
|
+
}
|
559
|
+
|
560
|
+
declare const Container: React__default.FC<ContainerProps>;
|
561
|
+
declare const Row: React__default.FC<RowProps>;
|
562
|
+
declare const Col: React__default.FC<ColProps>;
|
563
|
+
|
564
|
+
interface ToggleProps {
|
565
|
+
/**
|
566
|
+
* Optional onChange handler
|
567
|
+
*/
|
568
|
+
onChange?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
|
569
|
+
/**
|
570
|
+
* Optional disabled state
|
571
|
+
*/
|
572
|
+
disabled?: boolean;
|
573
|
+
/**
|
574
|
+
* Optional checked state
|
575
|
+
*/
|
576
|
+
checked?: boolean;
|
577
|
+
/**
|
578
|
+
* Optional id
|
579
|
+
*/
|
580
|
+
id?: string;
|
581
|
+
/**
|
582
|
+
* What background color to occur upon toggled
|
583
|
+
*/
|
584
|
+
variant?: 'primary' | 'secondary';
|
585
|
+
/**
|
586
|
+
* Defines the size of the toggle
|
587
|
+
*/
|
588
|
+
size?: 'small' | 'medium' | 'large';
|
589
|
+
/**
|
590
|
+
* Optional icon configuration for the toggle. This allows for custom icons to be used for both the checked and unchecked states.
|
591
|
+
*
|
592
|
+
* @property checked - Icon configuration for the checked state.
|
593
|
+
* @property unchecked - Icon configuration for the unchecked state.
|
594
|
+
*
|
595
|
+
* @example
|
596
|
+
* {
|
597
|
+
* checked: { name: 'checked-icon', width: 24, height: 24 },
|
598
|
+
* unchecked: { name: 'unchecked-icon', width: 24, height: 24 }
|
599
|
+
* }
|
600
|
+
*/
|
601
|
+
icon?: {
|
602
|
+
checked?: {
|
603
|
+
name: string;
|
604
|
+
width: number;
|
605
|
+
height: number;
|
606
|
+
};
|
607
|
+
unchecked?: {
|
608
|
+
name: string;
|
609
|
+
width: number;
|
610
|
+
height: number;
|
611
|
+
};
|
612
|
+
};
|
613
|
+
}
|
614
|
+
|
615
|
+
declare const Toggle: React__default.FC<ToggleProps>;
|
616
|
+
|
617
|
+
interface ChipsProps {
|
618
|
+
/**
|
619
|
+
* The text to be displayed on the Chip.
|
620
|
+
*/
|
621
|
+
label: string;
|
622
|
+
/**
|
623
|
+
* The text to be displayed on hover.
|
624
|
+
*/
|
625
|
+
fullText?: string;
|
626
|
+
/**
|
627
|
+
* The variant of the Chip.
|
628
|
+
*/
|
629
|
+
variant?: 'primary' | 'success' | 'error' | 'warning' | 'custom' | 'public' | 'partial-public' | 'private' | 'disabled' | 'count';
|
630
|
+
/**
|
631
|
+
* The callback function to be executed when the Chip is clicked.
|
632
|
+
*/
|
633
|
+
labelWidth?: number;
|
634
|
+
fullTextWidth?: number;
|
635
|
+
onClick?: () => void;
|
636
|
+
}
|
637
|
+
|
638
|
+
declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) => react_jsx_runtime.JSX.Element;
|
639
|
+
|
640
|
+
interface TooltipProps {
|
641
|
+
/**
|
642
|
+
* The text or content to be displayed inside the tooltip.
|
643
|
+
* This can be a string or any React node.
|
644
|
+
*/
|
645
|
+
title?: string | React.ReactNode;
|
646
|
+
/**
|
647
|
+
* The children over which the tooltip will be displayed.
|
648
|
+
* Typically a button or any other interactive element.
|
649
|
+
*/
|
650
|
+
children: React.ReactNode;
|
651
|
+
/**
|
652
|
+
* The placement of the tooltip relative to the children.
|
653
|
+
* Defines where the tooltip appears: top, bottom, left, right, etc.
|
654
|
+
*
|
655
|
+
* @default 'bottom'
|
656
|
+
*/
|
657
|
+
placement?: 'top' | 'bottom' | 'left' | 'right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end';
|
658
|
+
/**
|
659
|
+
* Whether the tooltip is disabled.
|
660
|
+
* If true, the tooltip will not be displayed.
|
661
|
+
*
|
662
|
+
* @default false
|
663
|
+
*/
|
664
|
+
disabled?: boolean;
|
665
|
+
/**.
|
666
|
+
* Z-Index is by default 99
|
667
|
+
*
|
668
|
+
* @default 99
|
669
|
+
*/
|
670
|
+
zIndex?: number | string;
|
671
|
+
style?: React.CSSProperties;
|
672
|
+
}
|
673
|
+
|
674
|
+
declare const Tooltip: React__default.FC<TooltipProps>;
|
675
|
+
|
676
|
+
interface InputProps {
|
677
|
+
/**
|
678
|
+
* Name | name of the input field
|
679
|
+
*/
|
680
|
+
name: string;
|
681
|
+
/**
|
682
|
+
* Label | field label to be displayed
|
683
|
+
*/
|
684
|
+
label?: string;
|
685
|
+
/**
|
686
|
+
* value | input field value
|
687
|
+
*/
|
688
|
+
value: string | number;
|
689
|
+
/**
|
690
|
+
* variants to set color/style of the input field
|
691
|
+
*/
|
692
|
+
variant?: 'default' | 'primary';
|
693
|
+
/**
|
694
|
+
* type to set color/style of the input field
|
695
|
+
*/
|
696
|
+
type: 'text' | 'password' | 'number' | 'email' | 'url' | 'time';
|
697
|
+
/**
|
698
|
+
* error | If true, error message will be displayed
|
699
|
+
*/
|
700
|
+
error?: boolean;
|
701
|
+
/**
|
702
|
+
* helperText | error, success, warning message to be shown
|
703
|
+
*/
|
704
|
+
helperText?: string;
|
705
|
+
/**
|
706
|
+
* to disable the input field
|
707
|
+
*/
|
708
|
+
disabled?: boolean;
|
709
|
+
/**
|
710
|
+
* if true, input field will be mandatory
|
711
|
+
*/
|
712
|
+
required?: boolean;
|
713
|
+
/**
|
714
|
+
* placeholder for the input field
|
715
|
+
*/
|
716
|
+
placeholder?: string;
|
717
|
+
/**
|
718
|
+
* classnames to style the input field
|
719
|
+
*/
|
720
|
+
className?: string;
|
721
|
+
/**
|
722
|
+
* noBorder prop 'true' removes border of input
|
723
|
+
*/
|
724
|
+
noBorder?: boolean;
|
725
|
+
/**
|
726
|
+
* onChange, onKeyDown, onBlur, onFocus actions
|
727
|
+
*/
|
728
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>, item?: any) => void;
|
729
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
730
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
731
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
732
|
+
onClick?: (event: React.MouseEvent<HTMLInputElement>) => void;
|
733
|
+
onKeyUp?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
734
|
+
/**
|
735
|
+
* id to select the input field uniquely
|
736
|
+
*/
|
737
|
+
id?: string;
|
738
|
+
/**
|
739
|
+
* if on, suggestion popup will be displayed
|
740
|
+
*/
|
741
|
+
autoComplete?: 'on' | 'off';
|
742
|
+
/**
|
743
|
+
* if true, input field is in autofocus state
|
744
|
+
*/
|
745
|
+
autoFocus?: boolean;
|
746
|
+
/**
|
747
|
+
* minimum and maximum values for the number type input field and their functions
|
748
|
+
*/
|
749
|
+
minValue?: string | number;
|
750
|
+
maxValue?: string | number;
|
751
|
+
/**
|
752
|
+
* background of the input field prop
|
753
|
+
*/
|
754
|
+
transparentBackground?: boolean;
|
755
|
+
/**
|
756
|
+
* size for the input field
|
757
|
+
*/
|
758
|
+
size?: 'small' | 'medium';
|
759
|
+
/**
|
760
|
+
* isLabelRequired for the input field without label,showing placeholder
|
761
|
+
*/
|
762
|
+
isLabelRequired?: boolean;
|
763
|
+
/**
|
764
|
+
* optional '15px' reserve helperText space prop for the input field
|
765
|
+
*/
|
766
|
+
reserveHelperTextSpace?: boolean;
|
767
|
+
setUpdatedNumberValue?: (value: number) => void;
|
768
|
+
}
|
769
|
+
|
770
|
+
declare const Input: React$1.ForwardRefExoticComponent<InputProps & React$1.RefAttributes<HTMLInputElement>>;
|
771
|
+
|
772
|
+
type Status$1 = {
|
773
|
+
status: 'Passed' | 'Failed' | 'Warning' | 'Skipped' | 'passed' | 'failed' | 'warning' | 'skipped';
|
774
|
+
value: number;
|
775
|
+
};
|
776
|
+
interface RadialChartProps {
|
777
|
+
radius: number;
|
778
|
+
lineWidth: number;
|
779
|
+
statusValues: Status$1[];
|
780
|
+
onClick?: (status: Status$1) => void;
|
781
|
+
fontSize: number;
|
782
|
+
}
|
783
|
+
|
784
|
+
declare const RadialChart: React__default.FC<RadialChartProps>;
|
785
|
+
|
786
|
+
interface ExpandableMenuProps {
|
787
|
+
/**
|
788
|
+
* mandatory | label for the expandable menu
|
789
|
+
*/
|
790
|
+
label: string;
|
791
|
+
/**
|
792
|
+
* optional | Icon to describe direction of expansion
|
793
|
+
*/
|
794
|
+
icon?: React.ReactNode;
|
795
|
+
/**
|
796
|
+
* optional | variant of the menu
|
797
|
+
*/
|
798
|
+
variant?: 'primary';
|
799
|
+
/**
|
800
|
+
* optional | size of the expandable menu
|
801
|
+
*/
|
802
|
+
size?: 'medium';
|
803
|
+
/**
|
804
|
+
* optional | disable to disable the menu and prevent click events but not hover event
|
805
|
+
*/
|
806
|
+
disable?: boolean;
|
807
|
+
/**
|
808
|
+
* Mandatory | sub menus to be shown inside expandable menu
|
809
|
+
*/
|
810
|
+
subMenus: string[];
|
811
|
+
/**
|
812
|
+
* optional | selected sub menu of the expandable menu
|
813
|
+
*/
|
814
|
+
selectedMenu?: string;
|
815
|
+
/**
|
816
|
+
* optional | onSubMenuClick event to perform action on click of sub menu
|
817
|
+
*/
|
818
|
+
onSubMenuClick?: (subChip: any) => void;
|
819
|
+
menuExpandStatus?: boolean;
|
820
|
+
}
|
821
|
+
|
822
|
+
declare const ExpandableMenu: React.FC<ExpandableMenuProps>;
|
823
|
+
|
824
|
+
interface SelectProps$1 {
|
825
|
+
label?: string;
|
826
|
+
showLabel?: boolean;
|
827
|
+
/**
|
828
|
+
* Provide the boolean value if arrow icon is reuired or not
|
829
|
+
*/
|
830
|
+
showArrowIcon?: boolean;
|
831
|
+
optionsList: Option$4[];
|
832
|
+
selectedOption: Option$4;
|
833
|
+
onChange: (option: Option$4) => void;
|
834
|
+
errorMsg?: string;
|
835
|
+
className?: string;
|
836
|
+
optionZIndex?: number;
|
837
|
+
disabled?: boolean;
|
838
|
+
borderRadius?: boolean;
|
839
|
+
showBorder?: boolean;
|
840
|
+
required?: boolean;
|
841
|
+
/**
|
842
|
+
* optionsRequired:false prop removes options from dropdown & shows static label only
|
843
|
+
*/
|
844
|
+
optionsRequired?: boolean;
|
845
|
+
selectedOptionColor?: string;
|
846
|
+
labelAccessor?: string;
|
847
|
+
valueAccessor?: string;
|
848
|
+
height?: number;
|
849
|
+
width?: number | string;
|
850
|
+
onBlur?: () => void;
|
851
|
+
disableInput?: boolean;
|
852
|
+
showIcon?: boolean;
|
853
|
+
iconName?: string;
|
854
|
+
/**
|
855
|
+
* Provide the placehoder for the select
|
856
|
+
*/
|
857
|
+
placeHolder?: string;
|
858
|
+
/**
|
859
|
+
* Provide the boolean value if tooltip is reuired or not
|
860
|
+
*/
|
861
|
+
showToolTip?: boolean;
|
862
|
+
/**
|
863
|
+
* Provide the background color for the select label on the hover state
|
864
|
+
*/
|
865
|
+
labelBackgroundColor?: string;
|
866
|
+
/**
|
867
|
+
* To close the modal in the select dropdown
|
868
|
+
*/
|
869
|
+
onCancelModal?: () => void;
|
870
|
+
/**
|
871
|
+
* To close the modal in the select dropdown
|
872
|
+
*/
|
873
|
+
onSaveModal?: () => void;
|
874
|
+
/**
|
875
|
+
* Pass the custom Jsx for the Modal
|
876
|
+
*/
|
877
|
+
modalJSXProps?: ReactNode;
|
878
|
+
/**
|
879
|
+
* Pass the recurrence boolean for the exeception cases
|
880
|
+
*/
|
881
|
+
recurrence?: boolean;
|
882
|
+
/**
|
883
|
+
* Toggles the visibility of dropdown options, when called, toggles the dropdown visibility
|
884
|
+
*/
|
885
|
+
showOptions?: {
|
886
|
+
open: boolean;
|
887
|
+
toggle: boolean;
|
888
|
+
};
|
889
|
+
/**
|
890
|
+
* Tooltip for input data
|
891
|
+
*/
|
892
|
+
tooltip?: boolean;
|
893
|
+
/**
|
894
|
+
* Provide the boolean value if close icon is reuired or not
|
895
|
+
*/
|
896
|
+
showClearIcon?: boolean;
|
897
|
+
/**
|
898
|
+
* Handel function for clearing the selected data
|
899
|
+
*/
|
900
|
+
handelClear?: () => void;
|
901
|
+
}
|
902
|
+
type OptionValue$2 = any;
|
903
|
+
interface Option$4 {
|
904
|
+
[key: string]: OptionValue$2;
|
905
|
+
}
|
906
|
+
|
907
|
+
declare const Select: FC<SelectProps$1>;
|
908
|
+
|
909
|
+
interface TextareaProps {
|
910
|
+
/**
|
911
|
+
* Name | name of the textarea field
|
912
|
+
*/
|
913
|
+
name: string;
|
914
|
+
/**
|
915
|
+
* Label | field label to be displayed
|
916
|
+
*/
|
917
|
+
label: string;
|
918
|
+
/**
|
919
|
+
* value | textarea field value
|
920
|
+
*/
|
921
|
+
value: string;
|
922
|
+
/**
|
923
|
+
* variants to set color/style of the textarea field
|
924
|
+
*/
|
925
|
+
variant?: 'default' | 'primary';
|
926
|
+
/**
|
927
|
+
* error | If true, error message will be displayed
|
928
|
+
*/
|
929
|
+
error?: boolean;
|
930
|
+
/**
|
931
|
+
* helperText | error, success, warning message to be shown
|
932
|
+
*/
|
933
|
+
helperText?: string;
|
934
|
+
/**
|
935
|
+
* to disable the textarea field
|
936
|
+
*/
|
937
|
+
disabled?: boolean;
|
938
|
+
/**
|
939
|
+
* if true, textarea field will be mandatory
|
940
|
+
*/
|
941
|
+
required?: boolean;
|
942
|
+
/**
|
943
|
+
* placeholder for the textarea field
|
944
|
+
*/
|
945
|
+
placeholder?: string;
|
946
|
+
/**
|
947
|
+
* classnames to style the textarea field
|
948
|
+
*/
|
949
|
+
className?: string;
|
950
|
+
/**
|
951
|
+
* onChange, onKeyDown, onBlur, onFocus actions
|
952
|
+
*/
|
953
|
+
onChange?: (event: React.ChangeEvent<HTMLTextAreaElement>) => void;
|
954
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLTextAreaElement>) => void;
|
955
|
+
onBlur?: (event: React.FocusEvent<HTMLTextAreaElement>) => void;
|
956
|
+
onFocus?: (event: React.FocusEvent<HTMLTextAreaElement>) => void;
|
957
|
+
onPaste?: (event: React.ClipboardEvent<HTMLTextAreaElement>) => void;
|
958
|
+
/**
|
959
|
+
* id to select the textarea field uniquely
|
960
|
+
*/
|
961
|
+
id?: string;
|
962
|
+
/**
|
963
|
+
* if on, suggestion popup will be displayed
|
964
|
+
*/
|
965
|
+
autoComplete?: 'on' | 'off';
|
966
|
+
/**
|
967
|
+
* background of the textarea field prop
|
968
|
+
*/
|
969
|
+
/**
|
970
|
+
* capacity | Maximum number of characters allowed in the textarea.
|
971
|
+
*/
|
972
|
+
capacity?: number;
|
973
|
+
/**
|
974
|
+
* rows | Number of visible text lines in the textarea.
|
975
|
+
* Used to control the height of the textarea.
|
976
|
+
*/
|
977
|
+
rows?: number;
|
978
|
+
/**
|
979
|
+
* cols | Number of visible character widths in the textarea.
|
980
|
+
* Used to control the width of the textarea.
|
981
|
+
*/
|
982
|
+
cols?: number;
|
983
|
+
/**
|
984
|
+
* for resizing purpose
|
985
|
+
*/
|
986
|
+
resize?: boolean;
|
987
|
+
errorText?: string;
|
988
|
+
}
|
989
|
+
|
990
|
+
declare const Textarea: ({ capacity, name, label, value, variant, error, helperText, disabled, required, placeholder, className, onChange, onBlur, onFocus, onPaste, rows, cols, resize, errorText, ...props }: TextareaProps) => react_jsx_runtime.JSX.Element;
|
991
|
+
|
992
|
+
interface StatusButtonProps {
|
993
|
+
/**
|
994
|
+
* Status of the button
|
995
|
+
*/
|
996
|
+
status: 'default' | 'passed' | 'failed' | 'running' | 'skipped' | 'warning' | 'terminated' | 'partially-executed' | 'aborted' | 'not-executed';
|
997
|
+
/**
|
998
|
+
* Button label (status text)
|
999
|
+
*/
|
1000
|
+
label?: string;
|
1001
|
+
/**
|
1002
|
+
* Optional click handler
|
1003
|
+
*/
|
1004
|
+
onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
1005
|
+
/**
|
1006
|
+
* Button content
|
1007
|
+
*/
|
1008
|
+
children?: ReactNode;
|
1009
|
+
/**
|
1010
|
+
* Button id
|
1011
|
+
*/
|
1012
|
+
id?: string;
|
1013
|
+
/**
|
1014
|
+
* Disabled state
|
1015
|
+
*/
|
1016
|
+
disabled?: boolean;
|
1017
|
+
/**
|
1018
|
+
* Classname for the button
|
1019
|
+
*/
|
1020
|
+
className?: string;
|
1021
|
+
/**
|
1022
|
+
* Additional styles for the button
|
1023
|
+
*/
|
1024
|
+
style?: React.CSSProperties;
|
1025
|
+
}
|
1026
|
+
|
1027
|
+
declare const StatusButton: ({ status, label, onClick, className, style, disabled, ...props }: StatusButtonProps) => react_jsx_runtime.JSX.Element;
|
1028
|
+
|
1029
|
+
interface OptionClick {
|
1030
|
+
/**
|
1031
|
+
* The label displayed for the option.
|
1032
|
+
* @type {string}
|
1033
|
+
* @required
|
1034
|
+
*/
|
1035
|
+
label: string | ReactNode;
|
1036
|
+
/**
|
1037
|
+
* The value(s) associated with the option, which can be a single string or an array of strings.
|
1038
|
+
* @type {Array<string> | string}
|
1039
|
+
* @required
|
1040
|
+
*/
|
1041
|
+
value: any;
|
1042
|
+
}
|
1043
|
+
interface OptionType extends OptionClick {
|
1044
|
+
/**
|
1045
|
+
* The name of the icon associated with the option.
|
1046
|
+
* @type {string}
|
1047
|
+
* @optional
|
1048
|
+
*/
|
1049
|
+
icon?: string;
|
1050
|
+
iconColor?: string;
|
1051
|
+
name?: string | ReactNode;
|
1052
|
+
/**
|
1053
|
+
* Indicates whether the option is disabled.
|
1054
|
+
* @type {boolean}
|
1055
|
+
* @optional
|
1056
|
+
*/
|
1057
|
+
disable?: boolean;
|
1058
|
+
/**
|
1059
|
+
* To hide the option.
|
1060
|
+
* @type {boolean}
|
1061
|
+
* @optional
|
1062
|
+
*/
|
1063
|
+
hide?: boolean;
|
1064
|
+
}
|
1065
|
+
interface MenuOptionProps {
|
1066
|
+
/**
|
1067
|
+
* The name of the label displayed next to the icon.
|
1068
|
+
* @type {string}
|
1069
|
+
* @optional
|
1070
|
+
*/
|
1071
|
+
labelName?: string;
|
1072
|
+
/**
|
1073
|
+
* The name of the icon to be displayed.
|
1074
|
+
* @type {string}
|
1075
|
+
* @required
|
1076
|
+
*/
|
1077
|
+
iconName: string;
|
1078
|
+
/**
|
1079
|
+
* The list of options available in the dropdown.
|
1080
|
+
* @type {Array<OptionType>}
|
1081
|
+
* @required
|
1082
|
+
*/
|
1083
|
+
options: Array<OptionType>;
|
1084
|
+
/**
|
1085
|
+
* The title displayed in the tooltip when hovering over the icon.
|
1086
|
+
* @type {string}
|
1087
|
+
* @optional
|
1088
|
+
*/
|
1089
|
+
tooltipTitle?: string;
|
1090
|
+
/**
|
1091
|
+
* The placement of the tooltip relative to the icon.
|
1092
|
+
* @type {'bottom' | 'left' | 'right' | 'top' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end'}
|
1093
|
+
* @optional
|
1094
|
+
*/
|
1095
|
+
tooltipPlacement?: 'bottom' | 'left' | 'right' | 'top' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end';
|
1096
|
+
/**
|
1097
|
+
* The placement of the dropdown menu relative to the icon.
|
1098
|
+
* @type {dropdownPosition}
|
1099
|
+
* @optional
|
1100
|
+
*/
|
1101
|
+
dropdownPlacement?: 'top' | 'down' | 'left' | 'right' | 'bottomLeft';
|
1102
|
+
/**
|
1103
|
+
* The variant of the menu option, either 'dark' or 'light'.
|
1104
|
+
* @type {'dark' | 'light'}
|
1105
|
+
* @default 'light'
|
1106
|
+
* @optional
|
1107
|
+
*/
|
1108
|
+
variant?: 'dark' | 'light';
|
1109
|
+
/**
|
1110
|
+
* Callback function triggered when the icon is clicked.
|
1111
|
+
* @type {() => void}
|
1112
|
+
* @optional
|
1113
|
+
*/
|
1114
|
+
onClick?: () => void;
|
1115
|
+
/**
|
1116
|
+
* Callback function triggered when an option is clicked.
|
1117
|
+
* @param {OptionClick} option - The option that was clicked.
|
1118
|
+
* @type {(option: OptionClick) => void}
|
1119
|
+
* @optional
|
1120
|
+
*/
|
1121
|
+
onOptionClick?: (option: OptionClick) => void;
|
1122
|
+
/**
|
1123
|
+
* The size of the icon button.
|
1124
|
+
* @type {number}
|
1125
|
+
* @default 20
|
1126
|
+
*/
|
1127
|
+
iconButtonSize?: number;
|
1128
|
+
/**
|
1129
|
+
* The size of the icon.
|
1130
|
+
* @type {number}
|
1131
|
+
* @default 16
|
1132
|
+
*/
|
1133
|
+
iconSize?: number;
|
1134
|
+
/**
|
1135
|
+
* The border radius of the icon button.
|
1136
|
+
* @type {number}
|
1137
|
+
* @default 7
|
1138
|
+
*/
|
1139
|
+
iconButtonBorderRadius?: number;
|
1140
|
+
/**
|
1141
|
+
* Providing z-index for the options card.
|
1142
|
+
* @type {number}
|
1143
|
+
* @optional
|
1144
|
+
*/
|
1145
|
+
zIndex?: number;
|
1146
|
+
/**
|
1147
|
+
* Variant for backgroung color of options card.
|
1148
|
+
* @type {string}
|
1149
|
+
* @optional
|
1150
|
+
*/
|
1151
|
+
optionCardVariant?: 'primary' | 'default';
|
1152
|
+
targetRef?: string | React.RefObject<HTMLElement> | null;
|
1153
|
+
treeRowRef?: React.RefObject<HTMLDivElement | null>;
|
1154
|
+
isAddResourceButton?: boolean;
|
1155
|
+
/**
|
1156
|
+
* to enable or disable the options card.
|
1157
|
+
* @type {boolean}
|
1158
|
+
* @optional
|
1159
|
+
*/
|
1160
|
+
disabled?: boolean;
|
1161
|
+
}
|
1162
|
+
|
1163
|
+
declare const MenuOption: ({ labelName, iconName, tooltipTitle, tooltipPlacement, options, onClick, onOptionClick, iconButtonSize, iconButtonBorderRadius, iconSize, variant, zIndex, dropdownPlacement, optionCardVariant, targetRef, treeRowRef, isAddResourceButton, disabled, }: MenuOptionProps) => react_jsx_runtime.JSX.Element;
|
1164
|
+
|
1165
|
+
interface DataProps$3 {
|
1166
|
+
/**
|
1167
|
+
* data for each row
|
1168
|
+
*/
|
1169
|
+
[key: string]: any;
|
1170
|
+
}
|
1171
|
+
interface SelectedItemProps$1 {
|
1172
|
+
/**
|
1173
|
+
* selected row object | All selected flag
|
1174
|
+
*/
|
1175
|
+
[key: string]: string | number | boolean;
|
1176
|
+
}
|
1177
|
+
interface TableProps$2 {
|
1178
|
+
/**
|
1179
|
+
* Data for table
|
1180
|
+
*/
|
1181
|
+
data: Array<number | string | DataProps$3>;
|
1182
|
+
/**
|
1183
|
+
* Column details for table
|
1184
|
+
*/
|
1185
|
+
columns: Array<any>;
|
1186
|
+
/**
|
1187
|
+
* Header type to have different background color
|
1188
|
+
*/
|
1189
|
+
headerType: 'default' | 'primary' | 'secondary' | 'tertiary';
|
1190
|
+
/**
|
1191
|
+
* withFixedHeader prop to have non-scrollable fixed table header
|
1192
|
+
*/
|
1193
|
+
withFixedHeader?: boolean;
|
1194
|
+
/**
|
1195
|
+
* borderWithRadius prop to have table with border 1px and borderRadius 5px
|
1196
|
+
*/
|
1197
|
+
borderWithRadius?: boolean;
|
1198
|
+
/**
|
1199
|
+
* Check box feature to select the row
|
1200
|
+
*/
|
1201
|
+
withCheckbox?: boolean;
|
1202
|
+
/**
|
1203
|
+
* Event for checkbox onClick
|
1204
|
+
*/
|
1205
|
+
onSelect?: (e: object, arg: SelectedItemProps$1) => void;
|
1206
|
+
/**
|
1207
|
+
* Check box feature to select the row
|
1208
|
+
*/
|
1209
|
+
allSelected?: boolean;
|
1210
|
+
/**
|
1211
|
+
* send true to show partial checkbox in the header
|
1212
|
+
*/
|
1213
|
+
partialSelected?: boolean;
|
1214
|
+
/**
|
1215
|
+
* send true to disable the checkbox in the header
|
1216
|
+
*/
|
1217
|
+
headerCheckboxDisabled?: boolean;
|
1218
|
+
/**
|
1219
|
+
* The content that to be displayed if no data not found
|
1220
|
+
*/
|
1221
|
+
noDataContent?: string | ReactNode;
|
1222
|
+
/**
|
1223
|
+
* Image that to be displayed if you don't have data
|
1224
|
+
*/
|
1225
|
+
noDataImage?: string;
|
1226
|
+
/**
|
1227
|
+
* Size of the image that to be displayed if you don't have data
|
1228
|
+
*/
|
1229
|
+
noDataImageSize?: 'x-large' | 'large' | 'medium' | 'small' | 'x-small';
|
1230
|
+
/**
|
1231
|
+
* Height of the table in string
|
1232
|
+
*/
|
1233
|
+
height?: string;
|
1234
|
+
/**
|
1235
|
+
* classNames for the table container
|
1236
|
+
*/
|
1237
|
+
className?: string;
|
1238
|
+
/**
|
1239
|
+
* classNames for the table Header container
|
1240
|
+
*/
|
1241
|
+
tableHeadClass?: string;
|
1242
|
+
/**
|
1243
|
+
* classNames for the table Row container
|
1244
|
+
*/
|
1245
|
+
tableBodyRowClass?: string;
|
1246
|
+
/**
|
1247
|
+
* custom color for the column text
|
1248
|
+
*/
|
1249
|
+
headerTextColor?: 'default' | 'primary';
|
1250
|
+
/**
|
1251
|
+
* custom color for the row text
|
1252
|
+
*/
|
1253
|
+
tableDataTextColor?: string;
|
1254
|
+
/**
|
1255
|
+
* icon for the table header, for expand or other purposes
|
1256
|
+
*/
|
1257
|
+
headerIconName?: string;
|
1258
|
+
/**
|
1259
|
+
* handle function for the table header icon
|
1260
|
+
*/
|
1261
|
+
headerIconOnClick?: () => void;
|
1262
|
+
/**
|
1263
|
+
* Drag and Drop pass true to enable
|
1264
|
+
*/
|
1265
|
+
draggable?: boolean;
|
1266
|
+
/**
|
1267
|
+
* Drag and Drop indexes
|
1268
|
+
*/
|
1269
|
+
onDragEnd?: (startIndex: number, endIndex: number) => void | undefined;
|
1270
|
+
loadMore?: (_direction?: string) => void;
|
1271
|
+
/**
|
1272
|
+
* get the status of the accordion which is open or close
|
1273
|
+
*/
|
1274
|
+
getAccordionStatus?: Function;
|
1275
|
+
/**
|
1276
|
+
* content for the accordion
|
1277
|
+
*/
|
1278
|
+
accordionContent?: ReactNode;
|
1279
|
+
/**
|
1280
|
+
* enable editMode by setting state row id
|
1281
|
+
*/
|
1282
|
+
editMode?: string | null;
|
1283
|
+
/**
|
1284
|
+
* The content that to be displayed if editComponent
|
1285
|
+
*/
|
1286
|
+
editComponent?: ReactNode;
|
1287
|
+
columnSticky?: boolean;
|
1288
|
+
onScrollEnd?: (_isScrollEnd: boolean) => void;
|
1289
|
+
}
|
1290
|
+
|
1291
|
+
declare const Table: ({ data, columns, headerType, withCheckbox, onSelect, allSelected, partialSelected, withFixedHeader, borderWithRadius, headerCheckboxDisabled, noDataContent, height, className, tableHeadClass, tableBodyRowClass, headerTextColor, tableDataTextColor, headerIconName, headerIconOnClick, draggable, onDragEnd, loadMore, editMode, editComponent, getAccordionStatus, accordionContent, columnSticky, onScrollEnd, }: TableProps$2) => react_jsx_runtime.JSX.Element;
|
1292
|
+
|
1293
|
+
/**
|
1294
|
+
* Props for the Add Resource Button component.
|
1295
|
+
*
|
1296
|
+
* @property {string} [id] - An optional unique identifier for the Add Resource Button.
|
1297
|
+
* @property {('primary' | 'secondary')} [variant] - Optional button style variant.
|
1298
|
+
* @property {DirectionalArrow[]} directionalArrow - An array of directional arrows, each specifying the direction and associated menu options. Default values will be provided if not passed.
|
1299
|
+
* @property {number} [zIndex] - An optional z-index value for positioning, defaults to 99.
|
1300
|
+
*/
|
1301
|
+
interface AddResourceButtonProps {
|
1302
|
+
id?: string;
|
1303
|
+
variant?: 'primary' | 'secondary';
|
1304
|
+
directionalArrow: {
|
1305
|
+
/**
|
1306
|
+
* direction option: 'top' | 'right' | 'down'
|
1307
|
+
*/
|
1308
|
+
direction: string;
|
1309
|
+
menuOptions: {
|
1310
|
+
label: string;
|
1311
|
+
value: string | string[];
|
1312
|
+
icon?: string;
|
1313
|
+
disable?: boolean;
|
1314
|
+
}[];
|
1315
|
+
}[];
|
1316
|
+
zIndex?: number;
|
1317
|
+
treeRowRef?: React.RefObject<HTMLDivElement | null>;
|
1318
|
+
menuOptionZIndex?: number;
|
1319
|
+
onMenuOptionClick?: (option: {
|
1320
|
+
label: string | ReactNode;
|
1321
|
+
value: any;
|
1322
|
+
}) => void;
|
1323
|
+
}
|
1324
|
+
|
1325
|
+
declare const AddResourceButton: ({ id, variant, directionalArrow, zIndex, menuOptionZIndex, treeRowRef, onMenuOptionClick, }: AddResourceButtonProps) => react_jsx_runtime.JSX.Element;
|
1326
|
+
|
1327
|
+
type Status = 'passed' | 'failed' | 'warning' | 'skipped' | 'Passed' | 'Failed' | 'Skipped' | 'Warning';
|
1328
|
+
type resultStats = {
|
1329
|
+
status: Status;
|
1330
|
+
percentage: number;
|
1331
|
+
count: number;
|
1332
|
+
};
|
1333
|
+
type DonutChartProps = {
|
1334
|
+
radius: number;
|
1335
|
+
lineWidth: number;
|
1336
|
+
resultStats: resultStats[];
|
1337
|
+
legendDetailsType: string;
|
1338
|
+
isLegendDetails: boolean;
|
1339
|
+
gapAngle?: number;
|
1340
|
+
totalCount: number;
|
1341
|
+
};
|
1342
|
+
|
1343
|
+
declare const DonutChart: React__default.FC<DonutChartProps>;
|
1344
|
+
|
1345
|
+
interface RadioOption {
|
1346
|
+
label: string;
|
1347
|
+
value: string;
|
1348
|
+
}
|
1349
|
+
interface FileDropzoneProps {
|
1350
|
+
/**
|
1351
|
+
* Icon to be displayed in the dropzone.
|
1352
|
+
**/
|
1353
|
+
icon?: ReactNode;
|
1354
|
+
/**
|
1355
|
+
* Primary label to be shown in dropzone area
|
1356
|
+
**/
|
1357
|
+
primaryLabel?: string;
|
1358
|
+
/**
|
1359
|
+
* Secondary label to be shown
|
1360
|
+
**/
|
1361
|
+
secondaryLabel?: string;
|
1362
|
+
/**
|
1363
|
+
* Label to be shown in choose file/input button.
|
1364
|
+
**/
|
1365
|
+
buttonLabel?: string;
|
1366
|
+
/**
|
1367
|
+
* . extension needs to be passed to allow the type of file to add or MIME type to be validate MIME type
|
1368
|
+
**/
|
1369
|
+
accept: string[];
|
1370
|
+
/**
|
1371
|
+
* To allow multiple selection or drop of files.
|
1372
|
+
**/
|
1373
|
+
multiple?: boolean;
|
1374
|
+
/**
|
1375
|
+
* Maximum files to be dropped or selected at once.
|
1376
|
+
**/
|
1377
|
+
maxFiles?: number;
|
1378
|
+
/**
|
1379
|
+
* Maximum size of the file in numbers.
|
1380
|
+
**/
|
1381
|
+
maxSize?: number;
|
1382
|
+
/**
|
1383
|
+
* Function with state to get the boolean value when the maxFiles is less than dropped files.
|
1384
|
+
**/
|
1385
|
+
onMaxFilesError?: () => void;
|
1386
|
+
/**
|
1387
|
+
* To show error message if file size exceeds the max size
|
1388
|
+
**/
|
1389
|
+
maxSizeErrorMessage?: string;
|
1390
|
+
/**
|
1391
|
+
* To show error message if file is not of accepted file type
|
1392
|
+
**/
|
1393
|
+
invalidFileMessage?: string;
|
1394
|
+
/**
|
1395
|
+
* To show error message if file already exist with same name and type
|
1396
|
+
**/
|
1397
|
+
fileExistMessage?: string;
|
1398
|
+
/**
|
1399
|
+
* To validate file type based on MIME type but mandatorily need to pass MIME type in accept props
|
1400
|
+
**/
|
1401
|
+
validateMIMEType?: boolean;
|
1402
|
+
width?: number | string;
|
1403
|
+
height?: number | string;
|
1404
|
+
/**
|
1405
|
+
* Returns the accepted files in the state
|
1406
|
+
**/
|
1407
|
+
getAcceptedFiles?: (files: File[]) => void;
|
1408
|
+
/**
|
1409
|
+
* Returns the rejected files in the state
|
1410
|
+
**/
|
1411
|
+
getRejectedFiles?: (files: FileRejection[]) => void;
|
1412
|
+
/**
|
1413
|
+
* If its used in WebService has some other functionality so need to pass boolean value.
|
1414
|
+
**/
|
1415
|
+
isWebServiceFileDropZone?: boolean;
|
1416
|
+
/**
|
1417
|
+
* Its the selected radio option as a string.
|
1418
|
+
**/
|
1419
|
+
selectedRadioOption?: RadioOption;
|
1420
|
+
/**
|
1421
|
+
* Its the array of radio options in pattern of : { label: string; value: string; }.
|
1422
|
+
**/
|
1423
|
+
radioOptions?: RadioOption[];
|
1424
|
+
/**
|
1425
|
+
* Its the function which updates the selected radio option.
|
1426
|
+
**/
|
1427
|
+
handleOptionChange?: (option: RadioOption) => void;
|
1428
|
+
/**
|
1429
|
+
* Its the File Name of File Selected from Local File.
|
1430
|
+
**/
|
1431
|
+
setSelectedFile?: (file: File | DynamicObj | null) => void;
|
1432
|
+
/**
|
1433
|
+
* Its the File Name of File Selected from Local File.
|
1434
|
+
**/
|
1435
|
+
selectedFile?: File | DynamicObj | null;
|
1436
|
+
/**
|
1437
|
+
* Its the function which updates the Selected file from Local Directory.
|
1438
|
+
**/
|
1439
|
+
handleFileChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
1440
|
+
/**
|
1441
|
+
* Its the function which makes the selected File empty state.
|
1442
|
+
**/
|
1443
|
+
handleRemoveFile?: () => void;
|
1444
|
+
/**
|
1445
|
+
* When The Api for the response fails need to show error message.
|
1446
|
+
**/
|
1447
|
+
isApiResponseError?: boolean;
|
1448
|
+
/**
|
1449
|
+
* If isDisable is true not able to access the FileDropzone
|
1450
|
+
**/
|
1451
|
+
isDisable?: boolean;
|
1452
|
+
/**
|
1453
|
+
* Its the boolean value setted when the replace is clicked for TestData radio option .
|
1454
|
+
**/
|
1455
|
+
setShowDrawer?: (value: boolean | ((prevState: boolean) => boolean)) => void;
|
1456
|
+
/**
|
1457
|
+
* Its the File Name of File Selected from Local File.
|
1458
|
+
**/
|
1459
|
+
setFileContent?: (data: string) => void;
|
1460
|
+
/**
|
1461
|
+
* Its the string value present inside the readable file.
|
1462
|
+
**/
|
1463
|
+
fileContent?: string;
|
1464
|
+
isUploadIcon?: boolean;
|
1465
|
+
onUploadFile?: () => void;
|
1466
|
+
}
|
1467
|
+
interface FileError {
|
1468
|
+
message: string;
|
1469
|
+
code: string;
|
1470
|
+
}
|
1471
|
+
interface FileRejection {
|
1472
|
+
file: File;
|
1473
|
+
errors: FileError[];
|
1474
|
+
}
|
1475
|
+
interface DropzoneOptions {
|
1476
|
+
accept: string[];
|
1477
|
+
multiple?: boolean;
|
1478
|
+
maxSize?: number;
|
1479
|
+
maxFiles?: number | undefined;
|
1480
|
+
onDrop?: (acceptedFiles: File[], rejectedFiles: FileRejection[], event: React.DragEvent<HTMLElement> | React.ChangeEvent<HTMLInputElement>) => void;
|
1481
|
+
onMaxFilesError?: () => void;
|
1482
|
+
maxSizeErrorMessage?: string;
|
1483
|
+
invalidFileMessage?: string;
|
1484
|
+
fileExistMessage?: string;
|
1485
|
+
validateMIMEType?: boolean;
|
1486
|
+
isApiResponseError?: boolean;
|
1487
|
+
}
|
1488
|
+
interface DropzoneState {
|
1489
|
+
getRootProps: () => React.HTMLAttributes<HTMLElement>;
|
1490
|
+
getInputProps: () => React.InputHTMLAttributes<HTMLInputElement>;
|
1491
|
+
acceptedFiles: File[];
|
1492
|
+
rejectedFiles: FileRejection[];
|
1493
|
+
isDragActive: boolean;
|
1494
|
+
handleRemoveClick: (file: File) => void;
|
1495
|
+
handleReplaceClick: (file: File) => void;
|
1496
|
+
}
|
1497
|
+
interface DroppableProps {
|
1498
|
+
icon: React.ReactNode;
|
1499
|
+
primaryLabel: string;
|
1500
|
+
secondaryLabel: string;
|
1501
|
+
buttonLabel: string;
|
1502
|
+
getRootProps: () => any;
|
1503
|
+
getInputProps: () => any;
|
1504
|
+
isDragActive: boolean;
|
1505
|
+
height: number | string;
|
1506
|
+
isWebServiceFileDropZone?: boolean;
|
1507
|
+
selectedRadioOption?: Option;
|
1508
|
+
radioOptions?: RadioOption[];
|
1509
|
+
handleOptionChange?: (option: RadioOption) => void;
|
1510
|
+
selectedFile?: File | DynamicObj | null;
|
1511
|
+
setSelectedFile?: (file: File | DynamicObj | null) => void;
|
1512
|
+
handleFileChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
1513
|
+
handleRemoveFile?: () => void;
|
1514
|
+
isDisable?: boolean;
|
1515
|
+
setShowDrawer?: (value: boolean | ((prevState: boolean) => boolean)) => void;
|
1516
|
+
setFileContent?: (data: string) => void;
|
1517
|
+
fileContent?: string;
|
1518
|
+
}
|
1519
|
+
interface FilePreviewProps {
|
1520
|
+
file: File;
|
1521
|
+
error?: string;
|
1522
|
+
onRemoveClick: (file: File) => void;
|
1523
|
+
onReplaceClick: (file: File) => void;
|
1524
|
+
onUploadFile?: VoidFunction;
|
1525
|
+
isUploadIcon?: boolean;
|
1526
|
+
isRemoveDisabled?: boolean;
|
1527
|
+
}
|
1528
|
+
|
1529
|
+
declare const FileDropzone: React.FC<FileDropzoneProps>;
|
1530
|
+
|
1531
|
+
declare const Dropzone: FC<DroppableProps>;
|
1532
|
+
|
1533
|
+
declare const FilePreview: React.FC<FilePreviewProps>;
|
1534
|
+
|
1535
|
+
type Theme = 'ff-light-theme' | 'ff-dark-theme' | 'ff-grey-theme' | 'ff-blue-theme';
|
1536
|
+
interface ThemeContextType {
|
1537
|
+
currentTheme: Theme;
|
1538
|
+
setCurrentTheme: React.Dispatch<React.SetStateAction<Theme>>;
|
1539
|
+
applyTheme: (newTheme: Theme) => void;
|
1540
|
+
}
|
1541
|
+
interface ThemeProviderProps {
|
1542
|
+
children?: ReactNode;
|
1543
|
+
theme?: Theme;
|
1544
|
+
}
|
1545
|
+
|
1546
|
+
declare const ThemeProvider: React__default.FC<ThemeProviderProps>;
|
1547
|
+
|
1548
|
+
interface TypographyProps {
|
1549
|
+
/**
|
1550
|
+
* Font Weight
|
1551
|
+
*/
|
1552
|
+
fontWeight?: 'regular' | 'medium' | 'semi-bold' | 'bold';
|
1553
|
+
/**
|
1554
|
+
* Font Size
|
1555
|
+
*/
|
1556
|
+
fontSize?: number | string;
|
1557
|
+
/**
|
1558
|
+
* Line height
|
1559
|
+
*/
|
1560
|
+
lineHeight?: string;
|
1561
|
+
/**
|
1562
|
+
* Color
|
1563
|
+
*/
|
1564
|
+
color?: string;
|
1565
|
+
/**
|
1566
|
+
* Text alignment
|
1567
|
+
*/
|
1568
|
+
textAlign?: 'left' | 'right' | 'center' | 'justify';
|
1569
|
+
/**
|
1570
|
+
* For JSX elements
|
1571
|
+
*/
|
1572
|
+
as?: keyof JSX.IntrinsicElements;
|
1573
|
+
/**
|
1574
|
+
* htmlFor attribute for element=label,
|
1575
|
+
*/
|
1576
|
+
htmlFor?: string;
|
1577
|
+
/**
|
1578
|
+
* The content to display within the Typography component
|
1579
|
+
*/
|
1580
|
+
children: React__default.ReactNode;
|
1581
|
+
/**
|
1582
|
+
* To add styles in Typography
|
1583
|
+
*/
|
1584
|
+
className?: string;
|
1585
|
+
/**
|
1586
|
+
* To add letter spacing in Typography
|
1587
|
+
*/
|
1588
|
+
letterSpacing?: string;
|
1589
|
+
/**
|
1590
|
+
* To add onClick function
|
1591
|
+
*/
|
1592
|
+
onClick?: () => void;
|
1593
|
+
required?: boolean;
|
1594
|
+
style?: React__default.CSSProperties;
|
1595
|
+
cursor?: CSSProperties['cursor'];
|
1596
|
+
onDoubleClick?: () => void;
|
1597
|
+
}
|
1598
|
+
|
1599
|
+
declare const Typography: React__default.FC<TypographyProps>;
|
1600
|
+
|
1601
|
+
declare const useTheme: () => ThemeContextType;
|
1602
|
+
|
1603
|
+
interface FormProps<T extends Form.FieldValues> extends Form.UseFormProps<T> {
|
1604
|
+
id?: string;
|
1605
|
+
onSubmit: Form.SubmitHandler<T>;
|
1606
|
+
children: (methods: ReturnType<typeof Form.useForm<T>> & {
|
1607
|
+
Form: typeof Form;
|
1608
|
+
}) => React__default.ReactNode;
|
1609
|
+
}
|
1610
|
+
declare const ForwardedForms: <T extends Form.FieldValues>(props: FormProps<T> & {
|
1611
|
+
ref?: React__default.Ref<any>;
|
1612
|
+
}) => JSX.Element;
|
1613
|
+
|
1614
|
+
interface Option$3 {
|
1615
|
+
label: string | ReactNode;
|
1616
|
+
value: string;
|
1617
|
+
}
|
1618
|
+
interface InputWithDropdownProps {
|
1619
|
+
/**
|
1620
|
+
* Name | name of the input field
|
1621
|
+
*/
|
1622
|
+
name: string;
|
1623
|
+
/**
|
1624
|
+
* Label | field label to be displayed
|
1625
|
+
*/
|
1626
|
+
label?: string;
|
1627
|
+
/**
|
1628
|
+
* value | input field value
|
1629
|
+
*/
|
1630
|
+
value?: string | number;
|
1631
|
+
type?: 'text' | 'password' | 'number' | 'email' | 'url' | 'time';
|
1632
|
+
/**
|
1633
|
+
* variants to set color/style of the input field
|
1634
|
+
*/
|
1635
|
+
variant?: 'default' | 'primary';
|
1636
|
+
/**
|
1637
|
+
* error | If true, error message will be displayed
|
1638
|
+
*/
|
1639
|
+
error?: boolean;
|
1640
|
+
/**
|
1641
|
+
* helperText | error, success, warning message to be shown
|
1642
|
+
*/
|
1643
|
+
helperText?: string;
|
1644
|
+
/**
|
1645
|
+
* to disable the input field
|
1646
|
+
*/
|
1647
|
+
disabled?: boolean;
|
1648
|
+
/**
|
1649
|
+
* if true, input field will be mandatory
|
1650
|
+
*/
|
1651
|
+
required?: boolean;
|
1652
|
+
/**
|
1653
|
+
* placeholder for the input field
|
1654
|
+
*/
|
1655
|
+
placeholder?: string;
|
1656
|
+
/**
|
1657
|
+
* classnames to style the input field
|
1658
|
+
*/
|
1659
|
+
className?: string;
|
1660
|
+
/**
|
1661
|
+
* Options for the select dropdown
|
1662
|
+
*/
|
1663
|
+
optionsList: Option$3[];
|
1664
|
+
/**
|
1665
|
+
* Selected option for the select dropdown
|
1666
|
+
*/
|
1667
|
+
selectedOption?: Option$3;
|
1668
|
+
/**
|
1669
|
+
* onChange handler for input changes
|
1670
|
+
*/
|
1671
|
+
onInputChangeHandler?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
1672
|
+
/**
|
1673
|
+
* onChange handler for dropdown changes
|
1674
|
+
*/
|
1675
|
+
onDropdownChangeHandler?: (option: any) => void;
|
1676
|
+
/**
|
1677
|
+
* onInputBlurHandler action for input field
|
1678
|
+
*/
|
1679
|
+
onInputBlurHandler?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
1680
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
1681
|
+
onClick?: (event: React.MouseEvent<HTMLInputElement>) => void;
|
1682
|
+
onKeyUp?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
1683
|
+
/**
|
1684
|
+
* id to select the input field uniquely
|
1685
|
+
*/
|
1686
|
+
id?: string;
|
1687
|
+
/**
|
1688
|
+
* if on, suggestion popup will be displayed
|
1689
|
+
*/
|
1690
|
+
autoComplete?: 'on' | 'off';
|
1691
|
+
/**
|
1692
|
+
* minimum and maximum values for the number type input field
|
1693
|
+
*/
|
1694
|
+
minValue?: number;
|
1695
|
+
maxValue?: number;
|
1696
|
+
/**
|
1697
|
+
* background of the input field prop
|
1698
|
+
*/
|
1699
|
+
isBackgroundTransparent?: boolean;
|
1700
|
+
/**
|
1701
|
+
* optionsRequired:false prop removes options from dropdown & shows static label only
|
1702
|
+
*/
|
1703
|
+
optionsRequired?: boolean;
|
1704
|
+
dropdownPosition?: 'left' | 'right';
|
1705
|
+
leftDropDownPositionZindex?: number;
|
1706
|
+
rightDropDownPositionZindex?: number;
|
1707
|
+
}
|
1708
|
+
|
1709
|
+
declare const InputWithDropdown: React$1.ForwardRefExoticComponent<InputWithDropdownProps & React$1.RefAttributes<HTMLInputElement>>;
|
1710
|
+
|
1711
|
+
/**
|
1712
|
+
* Props for the RadioButton component.
|
1713
|
+
*/
|
1714
|
+
interface RadioButtonProps {
|
1715
|
+
/**
|
1716
|
+
* The display label for the radio button.
|
1717
|
+
* Optional.
|
1718
|
+
*/
|
1719
|
+
label?: string | ReactElement;
|
1720
|
+
/**
|
1721
|
+
* The name attribute for the radio button, used for grouping.
|
1722
|
+
*/
|
1723
|
+
name: string;
|
1724
|
+
/**
|
1725
|
+
* The unique value of the radio button.
|
1726
|
+
* Optional.
|
1727
|
+
*/
|
1728
|
+
value?: string;
|
1729
|
+
/**
|
1730
|
+
* Indicates whether the radio button is checked.
|
1731
|
+
* Optional.
|
1732
|
+
*/
|
1733
|
+
checked?: boolean;
|
1734
|
+
/**
|
1735
|
+
* Callback function that is called when the radio button's value changes.
|
1736
|
+
* Receives the change event as an argument.
|
1737
|
+
* Optional.
|
1738
|
+
*/
|
1739
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
1740
|
+
/**
|
1741
|
+
* Indicates whether the radio button is disabled.
|
1742
|
+
* Optional.
|
1743
|
+
*/
|
1744
|
+
disabled?: boolean;
|
1745
|
+
/**
|
1746
|
+
* Indicates whether the radio button show the tooltip.
|
1747
|
+
* Optional.
|
1748
|
+
*/
|
1749
|
+
showTooltip?: boolean;
|
1750
|
+
/**
|
1751
|
+
* The content of the tooltip.
|
1752
|
+
* Optional.
|
1753
|
+
*/
|
1754
|
+
tooltipChildren?: React.ReactNode;
|
1755
|
+
/**
|
1756
|
+
* The content of the tooltip.
|
1757
|
+
* Optional.
|
1758
|
+
*/
|
1759
|
+
tooltipTitle?: React.ReactNode;
|
1760
|
+
/**
|
1761
|
+
* Additional CSS classes to be applied to the radio button.
|
1762
|
+
* Optional.
|
1763
|
+
*/
|
1764
|
+
tooltipPosition?: 'top' | 'bottom' | 'left' | 'right';
|
1765
|
+
onBlur?: () => void;
|
1766
|
+
}
|
1767
|
+
|
1768
|
+
declare const RadioButton: React__default.FC<RadioButtonProps>;
|
1769
|
+
|
1770
|
+
declare const RadioGroup: React__default.FC<RadioGroupProps>;
|
1771
|
+
|
1772
|
+
interface ModalDimensions {
|
1773
|
+
width?: number;
|
1774
|
+
height?: number;
|
1775
|
+
borderRadius?: number;
|
1776
|
+
zIndex?: number;
|
1777
|
+
boxShadow?: string;
|
1778
|
+
left?: number;
|
1779
|
+
top?: number;
|
1780
|
+
padding?: number;
|
1781
|
+
right?: number;
|
1782
|
+
}
|
1783
|
+
interface MiniEditModalProps {
|
1784
|
+
/**
|
1785
|
+
* A reference to the button element that triggers the modal.
|
1786
|
+
*/
|
1787
|
+
anchorRef?: RefObject<HTMLButtonElement> | string;
|
1788
|
+
id?: string | number;
|
1789
|
+
/**
|
1790
|
+
* Optional properties for configuring the modal header.
|
1791
|
+
*/
|
1792
|
+
headerProps?: ReactNode;
|
1793
|
+
/**
|
1794
|
+
* The main content to be displayed inside the modal
|
1795
|
+
*/
|
1796
|
+
childContent: ReactNode;
|
1797
|
+
/**
|
1798
|
+
* Props for the cancel button inside the modal
|
1799
|
+
*/
|
1800
|
+
cancelButtonProps?: any;
|
1801
|
+
/**
|
1802
|
+
* Props for the proceed button inside the modal.
|
1803
|
+
*/
|
1804
|
+
proceedButtonProps?: any;
|
1805
|
+
/**
|
1806
|
+
* Optional content for the footer of the modal.
|
1807
|
+
*/
|
1808
|
+
footerContent?: ReactNode;
|
1809
|
+
/**
|
1810
|
+
* Determines if the modal should be wrapped inside a container element.
|
1811
|
+
*/
|
1812
|
+
isWrapped?: boolean;
|
1813
|
+
/**
|
1814
|
+
* Determines if the modal should have an animation when displayed.
|
1815
|
+
*/
|
1816
|
+
isAnimated?: boolean;
|
1817
|
+
/**
|
1818
|
+
* Specifies if the modal should behave as a popover with an arrow.
|
1819
|
+
*/
|
1820
|
+
isPopOver?: boolean;
|
1821
|
+
/**
|
1822
|
+
* Specifies if the modal should behave as a popover with an arrow.
|
1823
|
+
*/
|
1824
|
+
isIconModel?: boolean;
|
1825
|
+
/**
|
1826
|
+
* Sets the position of the modal relative to its anchor.
|
1827
|
+
* bottom: The modal appears below the anchor.
|
1828
|
+
* right: The modal appears to the right of the anchor.
|
1829
|
+
*/
|
1830
|
+
modalPosition?: 'bottom' | 'right' | 'top' | 'left';
|
1831
|
+
/**
|
1832
|
+
* Adds a top-left aligned arrow to the modal when its position is set to `'right'`.
|
1833
|
+
*/
|
1834
|
+
leftTopArrow?: boolean;
|
1835
|
+
/**
|
1836
|
+
* A reference to an additional anchor element for positioning the modal.
|
1837
|
+
*/
|
1838
|
+
firstAnchorRef?: RefObject<HTMLButtonElement>;
|
1839
|
+
/**
|
1840
|
+
* A numeric value representing the left position of the anchor element, used to calculate the modal's left position.
|
1841
|
+
*/
|
1842
|
+
anchorRefLeftNum?: number;
|
1843
|
+
/**
|
1844
|
+
* Optional properties for configuring the modal's dimensions.
|
1845
|
+
* width: The width of the modal.
|
1846
|
+
* height: The height of the modal.
|
1847
|
+
*/
|
1848
|
+
modalProperties?: ModalDimensions;
|
1849
|
+
/**distance for the wrapper model from align alignments */
|
1850
|
+
anchorLeftDistanceForWrapper?: number;
|
1851
|
+
/**extra top space added from anchor */
|
1852
|
+
extraTopSpace?: {
|
1853
|
+
wrappedModal?: number;
|
1854
|
+
normalModal?: number;
|
1855
|
+
};
|
1856
|
+
/**extra right space added from anchor */
|
1857
|
+
extraRightSpace?: {
|
1858
|
+
leftTopArrow?: number;
|
1859
|
+
middleLeftArrow?: number;
|
1860
|
+
};
|
1861
|
+
/**extra left space added from anchor */
|
1862
|
+
extraLeftSpace?: {
|
1863
|
+
normal?: number;
|
1864
|
+
rightAlignModal?: number;
|
1865
|
+
};
|
1866
|
+
wrapperProperties?: {
|
1867
|
+
height?: number;
|
1868
|
+
top?: number;
|
1869
|
+
width?: number;
|
1870
|
+
zIndex?: number;
|
1871
|
+
boxShadow?: string;
|
1872
|
+
};
|
1873
|
+
arrowZIndex?: number;
|
1874
|
+
arrowProperties?: {
|
1875
|
+
right?: number;
|
1876
|
+
left?: number;
|
1877
|
+
top?: number;
|
1878
|
+
size?: number;
|
1879
|
+
};
|
1880
|
+
overlay?: {
|
1881
|
+
isOverlay?: boolean;
|
1882
|
+
zIndexOverlay?: number;
|
1883
|
+
backgroundColorOverlay?: string;
|
1884
|
+
};
|
1885
|
+
outSideClick?: any;
|
1886
|
+
ignoreRefs?: Array<React.RefObject<HTMLElement>>;
|
1887
|
+
}
|
1888
|
+
|
1889
|
+
declare const MiniModal: React$1.ForwardRefExoticComponent<MiniEditModalProps & React$1.RefAttributes<HTMLDivElement>>;
|
1890
|
+
|
1891
|
+
interface OverviewModalProps {
|
1892
|
+
isOpen: boolean;
|
1893
|
+
isMaximized: boolean;
|
1894
|
+
width?: string;
|
1895
|
+
height?: string;
|
1896
|
+
header?: React__default.ReactNode;
|
1897
|
+
children?: React__default.ReactNode;
|
1898
|
+
icons?: React__default.ReactNode;
|
1899
|
+
downloadFileIcon?: boolean;
|
1900
|
+
onClose: () => void;
|
1901
|
+
onMaximizeToggle?: () => void;
|
1902
|
+
showheader: boolean;
|
1903
|
+
top?: string;
|
1904
|
+
overlay?: boolean;
|
1905
|
+
downloadHandler: () => void;
|
1906
|
+
zIndex?: number;
|
1907
|
+
}
|
1908
|
+
|
1909
|
+
declare const OverviewModal: React__default.FC<OverviewModalProps>;
|
1910
|
+
|
1911
|
+
type TreeNodeProps = {
|
1912
|
+
createdBy?: string;
|
1913
|
+
modifiedBy?: string;
|
1914
|
+
createdByUname?: string;
|
1915
|
+
modifiedByUname?: string;
|
1916
|
+
createdOn?: string;
|
1917
|
+
modifiedOn?: string;
|
1918
|
+
state?: string;
|
1919
|
+
path?: string;
|
1920
|
+
searchKey?: string;
|
1921
|
+
key: string;
|
1922
|
+
name?: string;
|
1923
|
+
projectId?: string;
|
1924
|
+
hierarchy: number;
|
1925
|
+
executionOrder?: number;
|
1926
|
+
subContainerCount?: number;
|
1927
|
+
resourceCount?: number;
|
1928
|
+
totalSubContainerCount?: number;
|
1929
|
+
totalResourceCount?: number;
|
1930
|
+
totalProjectElementCount?: number;
|
1931
|
+
totalSharedElementCount?: number;
|
1932
|
+
container?: boolean;
|
1933
|
+
localDelete?: boolean;
|
1934
|
+
defaultEntity?: boolean;
|
1935
|
+
lastResource?: boolean;
|
1936
|
+
lastChild?: boolean;
|
1937
|
+
platform?: string;
|
1938
|
+
parentId?: string;
|
1939
|
+
parentName?: string;
|
1940
|
+
checked?: boolean | 'partial';
|
1941
|
+
expanded?: boolean;
|
1942
|
+
expandable?: boolean;
|
1943
|
+
sourceId?: string;
|
1944
|
+
isNewNode?: boolean;
|
1945
|
+
entityType?: string;
|
1946
|
+
type?: string;
|
1947
|
+
label?: string;
|
1948
|
+
isShared?: boolean | string;
|
1949
|
+
isRecorded?: string;
|
1950
|
+
originalId?: string;
|
1951
|
+
locatorsCount?: number;
|
1952
|
+
version?: string;
|
1953
|
+
hide?: boolean;
|
1954
|
+
folder?: boolean;
|
1955
|
+
selectedStatus?: 'completely' | 'partially' | 'none';
|
1956
|
+
isDelete?: boolean;
|
1957
|
+
reviewerId?: string;
|
1958
|
+
reviewerName?: string;
|
1959
|
+
localCopyId?: string;
|
1960
|
+
localAutomationId?: string;
|
1961
|
+
localManualId?: string;
|
1962
|
+
cascaded?: string;
|
1963
|
+
automationId?: string;
|
1964
|
+
manualId?: string;
|
1965
|
+
};
|
1966
|
+
|
1967
|
+
interface NewNode {
|
1968
|
+
sourceId?: string;
|
1969
|
+
action?: 'addAbove' | 'addBelow' | 'addInside';
|
1970
|
+
type?: 'input' | 'inputWithDropdown';
|
1971
|
+
options?: [];
|
1972
|
+
selectedOption?: string;
|
1973
|
+
value?: string;
|
1974
|
+
error?: string;
|
1975
|
+
label?: string;
|
1976
|
+
}
|
1977
|
+
declare type JSX$1 = ReactNode | JSX$1.Element[] | string | null;
|
1978
|
+
type RootNode = {
|
1979
|
+
node: any;
|
1980
|
+
select: 'radio' | 'checkbox' | 'none';
|
1981
|
+
cell?: (row: any) => JSX$1;
|
1982
|
+
actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$1;
|
1983
|
+
};
|
1984
|
+
interface Column {
|
1985
|
+
name: string | JSX$1;
|
1986
|
+
accessor: string;
|
1987
|
+
width: string;
|
1988
|
+
isClickable?: boolean;
|
1989
|
+
cell?: (row: any) => JSX$1;
|
1990
|
+
actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$1;
|
1991
|
+
isTree?: boolean;
|
1992
|
+
defaultValue?: string;
|
1993
|
+
defaultActions?: () => JSX$1;
|
1994
|
+
}
|
1995
|
+
interface TreeTableProps {
|
1996
|
+
treeData: any;
|
1997
|
+
columnsData: Column[];
|
1998
|
+
selected?: string[];
|
1999
|
+
select?: 'radio' | 'checkbox' | 'none';
|
2000
|
+
onChange?: (e: any, node: string[] | any) => void;
|
2001
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement>, row: TreeNodeProps) => void;
|
2002
|
+
onExpand?: (node: TreeNodeProps) => void;
|
2003
|
+
loadMore?: (_direction?: string) => void;
|
2004
|
+
tableBorder?: string;
|
2005
|
+
height?: number | string;
|
2006
|
+
newNode?: NewNode;
|
2007
|
+
onAddConfirm?: (_name: string, _type?: Option$2) => void;
|
2008
|
+
onAddCancel?: () => void;
|
2009
|
+
loading?: boolean;
|
2010
|
+
rootNode?: RootNode;
|
2011
|
+
getContentLength?: number;
|
2012
|
+
handleEditFieldError?: (inputText: string) => string;
|
2013
|
+
pagination?: boolean;
|
2014
|
+
selectedNode?: string;
|
2015
|
+
tableHeaderBgColor?: string;
|
2016
|
+
hideOnDisable?: boolean;
|
2017
|
+
freezeColumns?: number;
|
2018
|
+
}
|
2019
|
+
type OptionValue$1 = any;
|
2020
|
+
interface Option$2 {
|
2021
|
+
[key: string]: OptionValue$1;
|
2022
|
+
}
|
2023
|
+
|
2024
|
+
declare const TreeTable: React__default.FC<TreeTableProps>;
|
2025
|
+
|
2026
|
+
interface TabsProps$1 {
|
2027
|
+
/**
|
2028
|
+
* An array of tab objects containing label, component, and optional disabled status.
|
2029
|
+
*/
|
2030
|
+
tabsData: {
|
2031
|
+
id: string;
|
2032
|
+
label: string;
|
2033
|
+
component?: JSX.Element;
|
2034
|
+
disabled?: boolean;
|
2035
|
+
count?: number | string;
|
2036
|
+
status?: 'success' | 'error' | 'transparent';
|
2037
|
+
}[];
|
2038
|
+
/**
|
2039
|
+
* Defines the styling variant of the tabs.
|
2040
|
+
*/
|
2041
|
+
variant?: 'default' | 'capsule';
|
2042
|
+
/**
|
2043
|
+
* activeTabId : The ID of the currently active tab.
|
2044
|
+
*/
|
2045
|
+
activeTabId: string;
|
2046
|
+
/**
|
2047
|
+
* onTabClick : function updates the active tab state when a user interacts with the tabs,
|
2048
|
+
*/
|
2049
|
+
onTabClick: (id: string) => void;
|
2050
|
+
/**
|
2051
|
+
* noBorder:true , removes the outer border from tabs
|
2052
|
+
*/
|
2053
|
+
noBorder?: boolean;
|
2054
|
+
noPadding?: boolean;
|
2055
|
+
/**
|
2056
|
+
* titleSize is to accpect dynamic font size
|
2057
|
+
*/
|
2058
|
+
titleSize?: number | string;
|
2059
|
+
}
|
2060
|
+
|
2061
|
+
declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps$1) => react_jsx_runtime.JSX.Element;
|
2062
|
+
|
2063
|
+
/**
|
2064
|
+
* Represents a single tab in the BrowserTabs component.
|
2065
|
+
*/
|
2066
|
+
interface BrowserTab {
|
2067
|
+
/**
|
2068
|
+
* Unique identifier for the tab.
|
2069
|
+
*/
|
2070
|
+
id: string;
|
2071
|
+
/**
|
2072
|
+
* Label text displayed on the tab.
|
2073
|
+
*/
|
2074
|
+
label: string;
|
2075
|
+
/**
|
2076
|
+
* Optional component to be rendered when the tab is active.
|
2077
|
+
*/
|
2078
|
+
component?: JSX.Element;
|
2079
|
+
/**
|
2080
|
+
* Name of the tab icon.
|
2081
|
+
*/
|
2082
|
+
tabIcon?: string;
|
2083
|
+
/**
|
2084
|
+
* Optional URL for a dynamic icon.
|
2085
|
+
*/
|
2086
|
+
tabIconSrc?: string;
|
2087
|
+
}
|
2088
|
+
/**
|
2089
|
+
* Props for the BrowserTabs component.
|
2090
|
+
*/
|
2091
|
+
interface BrowserTabsProps {
|
2092
|
+
/**
|
2093
|
+
* An array of tab objects containing label, icon, and an optional component.
|
2094
|
+
*/
|
2095
|
+
tabsData: BrowserTab[];
|
2096
|
+
/**
|
2097
|
+
* The ID of the currently active tab.
|
2098
|
+
*/
|
2099
|
+
activeTabId: string;
|
2100
|
+
/**
|
2101
|
+
* Function to update the active tab state when a user clicks on a tab.
|
2102
|
+
* @param id - The unique identifier of the clicked tab.
|
2103
|
+
*/
|
2104
|
+
onTabClick: (id: string) => void;
|
2105
|
+
/**
|
2106
|
+
* Function to add a new tab.
|
2107
|
+
*/
|
2108
|
+
onTabAdd?: () => void;
|
2109
|
+
/**
|
2110
|
+
* Function to close a specific tab.
|
2111
|
+
* @param index - The index of the tab to be closed.
|
2112
|
+
*/
|
2113
|
+
onTabClose?: (id: string) => void;
|
2114
|
+
/**
|
2115
|
+
* Minimum width for each tab (in pixels).
|
2116
|
+
*/
|
2117
|
+
minTabWidth?: number;
|
2118
|
+
/**
|
2119
|
+
* Maximum width for each tab (in pixels).
|
2120
|
+
*/
|
2121
|
+
maxTabWidth?: number;
|
2122
|
+
/**
|
2123
|
+
* Show the close button only for the active tab.
|
2124
|
+
*/
|
2125
|
+
showCloseOnActive?: boolean;
|
2126
|
+
/**
|
2127
|
+
* Custom CSS class name to override default styles.
|
2128
|
+
*/
|
2129
|
+
className?: string;
|
2130
|
+
}
|
2131
|
+
|
2132
|
+
declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, }: BrowserTabsProps) => react_jsx_runtime.JSX.Element;
|
2133
|
+
|
2134
|
+
interface HighlightTextProps {
|
2135
|
+
text?: string;
|
2136
|
+
highlight?: String;
|
2137
|
+
}
|
2138
|
+
|
2139
|
+
declare const HighlightText: React.FC<HighlightTextProps>;
|
2140
|
+
|
2141
|
+
interface CheckboxProps {
|
2142
|
+
/**
|
2143
|
+
* Unique ID for the checkbox input
|
2144
|
+
*/
|
2145
|
+
id?: string;
|
2146
|
+
/**
|
2147
|
+
* Name attribute for the checkbox input
|
2148
|
+
*/
|
2149
|
+
name?: string;
|
2150
|
+
/**
|
2151
|
+
* Optional side label
|
2152
|
+
*/
|
2153
|
+
label?: string;
|
2154
|
+
/**
|
2155
|
+
* Optional disable attribute
|
2156
|
+
*/
|
2157
|
+
disabled?: boolean;
|
2158
|
+
/**
|
2159
|
+
* Optional checked attribute to prefill
|
2160
|
+
*/
|
2161
|
+
checked?: boolean;
|
2162
|
+
/**
|
2163
|
+
* Optional onChange function
|
2164
|
+
*/
|
2165
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
2166
|
+
/**
|
2167
|
+
* For partially checked checkbox
|
2168
|
+
*/
|
2169
|
+
partial?: boolean;
|
2170
|
+
/**
|
2171
|
+
* For variant color
|
2172
|
+
*/
|
2173
|
+
variant?: 'passed' | 'failed' | 'warning' | 'skipped' | 'flaky';
|
2174
|
+
/**
|
2175
|
+
* For default hover
|
2176
|
+
*/
|
2177
|
+
isDefaultHover?: boolean;
|
2178
|
+
}
|
2179
|
+
|
2180
|
+
declare const Checkbox: React__default.FC<CheckboxProps>;
|
2181
|
+
|
2182
|
+
interface SearchProps {
|
2183
|
+
/**
|
2184
|
+
* Placeholder for the input field
|
2185
|
+
*/
|
2186
|
+
placeholder?: string;
|
2187
|
+
/**
|
2188
|
+
* Callback function to be called when the search button is clicked or enter key is pressed
|
2189
|
+
*/
|
2190
|
+
onSearch: (query: string) => void;
|
2191
|
+
/**
|
2192
|
+
* Additional styles for the button
|
2193
|
+
*/
|
2194
|
+
disabled?: boolean;
|
2195
|
+
width?: number;
|
2196
|
+
value: string;
|
2197
|
+
isExpand: boolean;
|
2198
|
+
onClose: () => void;
|
2199
|
+
onExpand: (isExpand: boolean) => void;
|
2200
|
+
showClose?: boolean;
|
2201
|
+
helperText?: string;
|
2202
|
+
showToaster?: boolean;
|
2203
|
+
minLength?: number;
|
2204
|
+
isAISearch?: boolean;
|
2205
|
+
isAISearchClicked?: boolean;
|
2206
|
+
handleActiveAiSearch?: () => void;
|
2207
|
+
isClear?: boolean;
|
2208
|
+
handleIsClear?: () => void;
|
2209
|
+
}
|
2210
|
+
|
2211
|
+
declare const Search: ({ placeholder, onSearch, disabled, width, value, isExpand, onClose, onExpand, showClose, helperText, showToaster, minLength, isAISearch, isAISearchClicked, handleActiveAiSearch, isClear, handleIsClear, }: SearchProps) => react_jsx_runtime.JSX.Element;
|
2212
|
+
|
2213
|
+
interface DatePickerProps {
|
2214
|
+
/**
|
2215
|
+
* The minimum selectable date.
|
2216
|
+
*/
|
2217
|
+
minDate?: DateValue;
|
2218
|
+
/**
|
2219
|
+
* The maximum selectable date.
|
2220
|
+
*/
|
2221
|
+
maxDate?: DateValue;
|
2222
|
+
/**
|
2223
|
+
* Selected date value.
|
2224
|
+
*/
|
2225
|
+
value?: DateValue;
|
2226
|
+
/**
|
2227
|
+
* Function to handle date selection.
|
2228
|
+
*/
|
2229
|
+
onChange: (value: DateValue) => void;
|
2230
|
+
/**
|
2231
|
+
* Placeholder text for the input field.
|
2232
|
+
*/
|
2233
|
+
placeholder?: string;
|
2234
|
+
/**
|
2235
|
+
* Disables the date picker.
|
2236
|
+
*/
|
2237
|
+
disabled?: boolean;
|
2238
|
+
/**
|
2239
|
+
* Format for displaying the selected date. Default is 'EEEE, dd MMM yyyy'.
|
2240
|
+
*/
|
2241
|
+
dateFormat?: string;
|
2242
|
+
/**
|
2243
|
+
* Format for displaying the selected time. Default is 'hh:mm a'.
|
2244
|
+
*/
|
2245
|
+
timeFormat?: string;
|
2246
|
+
/**
|
2247
|
+
* Timezone for the date picker.
|
2248
|
+
*/
|
2249
|
+
timezone?: string;
|
2250
|
+
/**
|
2251
|
+
* Custom width for the calendar. This will override the default width of the calendar.
|
2252
|
+
*/
|
2253
|
+
calendarWidth?: number;
|
2254
|
+
/**
|
2255
|
+
* When true, displays the input field error.
|
2256
|
+
*/
|
2257
|
+
error?: boolean;
|
2258
|
+
/**
|
2259
|
+
* Helper text to display below the input field, used for error messages or instructions.
|
2260
|
+
*/
|
2261
|
+
helperText?: string | undefined;
|
2262
|
+
/**
|
2263
|
+
* Select only date .
|
2264
|
+
*/
|
2265
|
+
dateOnly?: boolean;
|
2266
|
+
className?: string;
|
2267
|
+
zIndex?: number;
|
2268
|
+
/**
|
2269
|
+
* Default: false, if true, displayed with border radius and color required for the filter date picker.
|
2270
|
+
*/
|
2271
|
+
isFilterDatePicker?: boolean;
|
2272
|
+
/**
|
2273
|
+
* The selected date don't want to be deselected .
|
2274
|
+
*/
|
2275
|
+
isSelectableDate?: boolean;
|
2276
|
+
/**
|
2277
|
+
* Function to handle onBlur for datepicker.
|
2278
|
+
*/
|
2279
|
+
onBlur?: (date: DateValue) => void;
|
2280
|
+
}
|
2281
|
+
type DateValue = Date | undefined;
|
2282
|
+
|
2283
|
+
declare const CustomDatePicker: React__default.ForwardRefExoticComponent<DatePickerProps & React__default.RefAttributes<HTMLDivElement>>;
|
2284
|
+
|
2285
|
+
interface StateDropdownProps {
|
2286
|
+
value: string;
|
2287
|
+
isReviewer: boolean;
|
2288
|
+
isApprovePage: boolean;
|
2289
|
+
handleDropdownOptionsClick: (option: Option$4) => void;
|
2290
|
+
disabled: boolean;
|
2291
|
+
isOnlyReviewer: boolean;
|
2292
|
+
handleStateValueClick: () => void;
|
2293
|
+
showBorder?: boolean;
|
2294
|
+
zIndex?: number;
|
2295
|
+
}
|
2296
|
+
|
2297
|
+
declare const StateDropdown: ({ value, isReviewer, isApprovePage, handleStateValueClick, handleDropdownOptionsClick, disabled, isOnlyReviewer, showBorder, zIndex, }: StateDropdownProps) => react_jsx_runtime.JSX.Element;
|
2298
|
+
|
2299
|
+
interface IconButtonProps {
|
2300
|
+
label: string;
|
2301
|
+
iconName?: string;
|
2302
|
+
onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
2303
|
+
ref?: React.Ref<HTMLButtonElement>;
|
2304
|
+
iconHide?: boolean;
|
2305
|
+
isDisable?: boolean;
|
2306
|
+
}
|
2307
|
+
|
2308
|
+
declare const IconButton: React$1.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
2309
|
+
|
2310
|
+
interface ModalProps {
|
2311
|
+
isOpen: boolean;
|
2312
|
+
onClose: () => void;
|
2313
|
+
/*** label value for aria-label */
|
2314
|
+
contentLabel?: string;
|
2315
|
+
/*** default header will be provided with title and close icon. */
|
2316
|
+
isHeaderDisplayed: boolean;
|
2317
|
+
/*** Title to be displayed in the header when defaultHeader is true*/
|
2318
|
+
headerTitle?: string;
|
2319
|
+
/*** Custom class names for the modal content */
|
2320
|
+
contentClassName?: string;
|
2321
|
+
/*** Custom class name for the overlay */
|
2322
|
+
overlayClassName?: string;
|
2323
|
+
/*** Whether the modal should close when the 'Escape' key is pressed */
|
2324
|
+
shouldCloseOnEsc?: boolean;
|
2325
|
+
/*** Whether to hide the app from screen readers when the modal is open */
|
2326
|
+
ariaHideApp?: boolean;
|
2327
|
+
/*** Whether the modal should close when clicking outside of it (on the overlay) */
|
2328
|
+
shouldCloseOnOverlayClick?: boolean;
|
2329
|
+
headerContent?: string | ReactNode;
|
2330
|
+
footerContent?: ReactNode;
|
2331
|
+
/***Content to be displayed inside the modal */
|
2332
|
+
children: ReactNode;
|
2333
|
+
isFooterDisplayed: boolean;
|
2334
|
+
customWidth?: string;
|
2335
|
+
customHeight?: string;
|
2336
|
+
zIndex?: number;
|
2337
|
+
boxShadow?: string;
|
2338
|
+
border?: string;
|
2339
|
+
background?: string;
|
2340
|
+
}
|
2341
|
+
|
2342
|
+
declare const Modal: React__default.FC<ModalProps>;
|
2343
|
+
|
2344
|
+
declare const DragAndDrop: {
|
2345
|
+
DNDCore: typeof DNDCore;
|
2346
|
+
DNDSortable: typeof DNDSortable;
|
2347
|
+
DNDUtilities: typeof DNDUtilities;
|
2348
|
+
};
|
2349
|
+
|
2350
|
+
interface VariableInputProps {
|
2351
|
+
/**
|
2352
|
+
* Name | name of the input field
|
2353
|
+
*/
|
2354
|
+
name: string;
|
2355
|
+
/**
|
2356
|
+
* Label | field label to be displayed
|
2357
|
+
*/
|
2358
|
+
label: string;
|
2359
|
+
/**
|
2360
|
+
* value | input field value
|
2361
|
+
*/
|
2362
|
+
value: string | null;
|
2363
|
+
/**
|
2364
|
+
* type to set color/style of the input field
|
2365
|
+
*/
|
2366
|
+
type: 'text' | 'password' | 'number' | 'email' | 'url' | 'time';
|
2367
|
+
/**
|
2368
|
+
* error | If true, error message will be displayed
|
2369
|
+
*/
|
2370
|
+
error?: boolean;
|
2371
|
+
/**
|
2372
|
+
* to disable the input field
|
2373
|
+
*/
|
2374
|
+
disabled?: boolean;
|
2375
|
+
/**
|
2376
|
+
* if true, input field will be mandatory
|
2377
|
+
*/
|
2378
|
+
required?: boolean;
|
2379
|
+
/**
|
2380
|
+
* placeholder for the input field
|
2381
|
+
*/
|
2382
|
+
placeholder?: string;
|
2383
|
+
/**
|
2384
|
+
* classnames to style the input field
|
2385
|
+
*/
|
2386
|
+
className?: string;
|
2387
|
+
/**
|
2388
|
+
* onChange, onKeyDown, onBlur, onFocus actions
|
2389
|
+
*/
|
2390
|
+
onChange?: (value: string) => void | undefined;
|
2391
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
2392
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
2393
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
2394
|
+
/**
|
2395
|
+
* id to select the input field uniquely
|
2396
|
+
*/
|
2397
|
+
id?: string;
|
2398
|
+
/**
|
2399
|
+
* list of variables
|
2400
|
+
*/
|
2401
|
+
list?: string[];
|
2402
|
+
}
|
2403
|
+
|
2404
|
+
declare const VariableInput: ({ type, name, label, disabled, required, placeholder, value, error, className, onChange, onKeyDown, onBlur, onFocus, list, ...props }: VariableInputProps) => react_jsx_runtime.JSX.Element;
|
2405
|
+
|
2406
|
+
interface optionsType {
|
2407
|
+
label: string;
|
2408
|
+
value: string;
|
2409
|
+
iconName: string;
|
2410
|
+
platform?: string;
|
2411
|
+
appType?: string;
|
2412
|
+
}
|
2413
|
+
interface AllProjectsDropdownProps {
|
2414
|
+
options: optionsType[];
|
2415
|
+
onMenuClick?: () => void;
|
2416
|
+
onClick: (option: optionsType) => void;
|
2417
|
+
selectedOption: optionsType;
|
2418
|
+
selected?: boolean;
|
2419
|
+
placeholder?: string;
|
2420
|
+
disabled?: boolean;
|
2421
|
+
}
|
2422
|
+
|
2423
|
+
declare const AllProjectsDropdown: ({ onClick, onMenuClick, options, selectedOption, selected, placeholder, disabled, }: AllProjectsDropdownProps) => react_jsx_runtime.JSX.Element;
|
2424
|
+
|
2425
|
+
interface PieChartProps {
|
2426
|
+
radius: number;
|
2427
|
+
data: Array<{
|
2428
|
+
label: string;
|
2429
|
+
value: number | string;
|
2430
|
+
}>;
|
2431
|
+
colors: string[];
|
2432
|
+
chartBorder: boolean;
|
2433
|
+
}
|
2434
|
+
|
2435
|
+
declare const PieChart: React__default.FC<PieChartProps>;
|
2436
|
+
|
2437
|
+
interface AppHeaderProps {
|
2438
|
+
width?: string;
|
2439
|
+
borderRadius?: string;
|
2440
|
+
logoIconName: string;
|
2441
|
+
leftContent?: ReactNode;
|
2442
|
+
rightContent?: ReactNode;
|
2443
|
+
projectsList?: optionsType[];
|
2444
|
+
appHeaderMenuItems: appHeaderMenuItemProps[];
|
2445
|
+
appHeaderHiddenMenuItems?: appHeaderHiddenMenuItemProps[];
|
2446
|
+
selectedMenu: string;
|
2447
|
+
selectedSubMenu?: string;
|
2448
|
+
selectedQuickMenu?: string;
|
2449
|
+
selectedProject?: optionsType;
|
2450
|
+
onMenuClick?: (text: any) => void;
|
2451
|
+
onSubMenuClick?: (text: any) => void;
|
2452
|
+
onQuickMenuClick?: (text: any) => void;
|
2453
|
+
onProjectMenuClick?: (text: any) => void;
|
2454
|
+
onProjectDropdownLabelClick?: () => void;
|
2455
|
+
onMoreMenuOptionClick?: (text: any) => void;
|
2456
|
+
disabled?: boolean;
|
2457
|
+
}
|
2458
|
+
interface appHeaderMenuItemProps {
|
2459
|
+
label: string;
|
2460
|
+
path?: string;
|
2461
|
+
disable?: boolean;
|
2462
|
+
disableText?: string;
|
2463
|
+
hide?: boolean;
|
2464
|
+
access?: string;
|
2465
|
+
subMenuItems?: appHeaderSubMenuItemProps[];
|
2466
|
+
}
|
2467
|
+
interface appHeaderSubMenuItemProps {
|
2468
|
+
label: string;
|
2469
|
+
path?: string;
|
2470
|
+
disable?: boolean;
|
2471
|
+
disableText?: string;
|
2472
|
+
hide?: boolean;
|
2473
|
+
quickMenuItems?: appHeaderQuickMenuItemProps[];
|
2474
|
+
hiddenMenuItems?: appHeaderHiddenMenuItemProps[];
|
2475
|
+
}
|
2476
|
+
interface appHeaderQuickMenuItemProps {
|
2477
|
+
label: string;
|
2478
|
+
path: string;
|
2479
|
+
iconName: string;
|
2480
|
+
disable?: boolean;
|
2481
|
+
disableText?: string;
|
2482
|
+
hide?: boolean;
|
2483
|
+
}
|
2484
|
+
interface appHeaderHiddenMenuItemProps {
|
2485
|
+
label: string;
|
2486
|
+
value: string | string[];
|
2487
|
+
icon: string;
|
2488
|
+
disable?: boolean;
|
2489
|
+
disableText?: string;
|
2490
|
+
hide?: boolean;
|
2491
|
+
}
|
2492
|
+
|
2493
|
+
declare const AppHeader: React__default.FC<AppHeaderProps>;
|
2494
|
+
|
2495
|
+
interface PaperProps {
|
2496
|
+
/**
|
2497
|
+
* The content of the component.
|
2498
|
+
*/
|
2499
|
+
children?: React.ReactNode;
|
2500
|
+
/**
|
2501
|
+
* Override or extend the styles applied to the component.
|
2502
|
+
*/
|
2503
|
+
className?: string;
|
2504
|
+
/**
|
2505
|
+
* If `true`, rounded corners are Enabled.
|
2506
|
+
* @default false
|
2507
|
+
*/
|
2508
|
+
rounded?: boolean;
|
2509
|
+
}
|
2510
|
+
|
2511
|
+
declare const Paper: ({ children, className, rounded }: PaperProps) => react_jsx_runtime.JSX.Element;
|
2512
|
+
|
2513
|
+
type ChartItem = {
|
2514
|
+
key: string;
|
2515
|
+
value: string | number;
|
2516
|
+
color?: string;
|
2517
|
+
percentage?: string | number;
|
2518
|
+
version?: number[] | string[];
|
2519
|
+
versionColor?: string[];
|
2520
|
+
osIcon?: string;
|
2521
|
+
};
|
2522
|
+
type LegendType$1 = 'numberLegend' | 'pillLegend' | 'memoryLegend' | 'tableLegend';
|
2523
|
+
type DashboardDonutChartProps = {
|
2524
|
+
radius: number;
|
2525
|
+
lineWidth: number;
|
2526
|
+
statusValues: ChartItem[];
|
2527
|
+
legendDetailsType: string;
|
2528
|
+
isLegendDetails: boolean;
|
2529
|
+
gapAngle?: number;
|
2530
|
+
legendType: LegendType$1;
|
2531
|
+
apiDataLabel?: string | number;
|
2532
|
+
showOnlyLabel?: boolean;
|
2533
|
+
unit?: string;
|
2534
|
+
showUnit?: boolean;
|
2535
|
+
labelFontSize?: number;
|
2536
|
+
subLabelFontSize?: number;
|
2537
|
+
legendPosition?: 'bottom' | 'right' | 'left';
|
2538
|
+
chartGap?: number;
|
2539
|
+
legendGap?: number;
|
2540
|
+
tableWidth?: number;
|
2541
|
+
tableHeight?: number;
|
2542
|
+
legendValueFontSize?: number;
|
2543
|
+
legendKeyFontSize?: number;
|
2544
|
+
legendWithVersionFontSize?: number;
|
2545
|
+
versionErrorText?: string;
|
2546
|
+
labelYoffSet?: number;
|
2547
|
+
subLabelYoffSet?: number;
|
2548
|
+
capsuleStyle?: {};
|
2549
|
+
legendTruncate?: number;
|
2550
|
+
isLegendToolTip?: boolean;
|
2551
|
+
containerHeight?: number | string;
|
2552
|
+
onSelectedStatus?: (_value: string) => void;
|
2553
|
+
selectedStatusKey?: string;
|
2554
|
+
setSelectedStatusKey?: (_selectedStatusKey: string) => void;
|
2555
|
+
isOnClick?: boolean;
|
2556
|
+
};
|
2557
|
+
|
2558
|
+
declare const DashboardDonutChart: React__default.FC<DashboardDonutChartProps>;
|
2559
|
+
|
2560
|
+
type FixedReCAPTCHA = React.ComponentType<{
|
2561
|
+
sitekey: string;
|
2562
|
+
onChange: (token: string | null) => void;
|
2563
|
+
className?: string;
|
2564
|
+
theme?: 'light' | 'dark';
|
2565
|
+
size?: 'compact' | 'normal' | 'invisible';
|
2566
|
+
tabindex?: number;
|
2567
|
+
badge?: 'bottomright' | 'bottomleft' | 'inline';
|
2568
|
+
}>;
|
2569
|
+
interface RecaptchaProps extends Omit<ComponentProps<FixedReCAPTCHA>, 'onChange'> {
|
2570
|
+
/**
|
2571
|
+
* Callback function that receives the verification token
|
2572
|
+
*/
|
2573
|
+
onVerify: (token: string | null) => void;
|
2574
|
+
/**
|
2575
|
+
* Optional CSS class name
|
2576
|
+
*/
|
2577
|
+
className?: string;
|
2578
|
+
/**
|
2579
|
+
* Optional error message to display
|
2580
|
+
*/
|
2581
|
+
error?: string | null;
|
2582
|
+
/**
|
2583
|
+
* reCAPTCHA site key
|
2584
|
+
*/
|
2585
|
+
sitekey: string;
|
2586
|
+
}
|
2587
|
+
|
2588
|
+
declare const Recaptcha: React__default.ForwardRefExoticComponent<RecaptchaProps & React__default.RefAttributes<ReCAPTCHA>>;
|
2589
|
+
|
2590
|
+
interface NlpChip {
|
2591
|
+
name: string;
|
2592
|
+
isSelected: boolean;
|
2593
|
+
}
|
2594
|
+
interface SelectProps {
|
2595
|
+
label?: string;
|
2596
|
+
rightIcon?: string;
|
2597
|
+
leftIcon?: string;
|
2598
|
+
showLabel?: boolean;
|
2599
|
+
onHelpIconClick?: () => void;
|
2600
|
+
webServiceClick?: () => void;
|
2601
|
+
aiIconClick?: () => void;
|
2602
|
+
rightIconColor: string;
|
2603
|
+
optionsList: any[];
|
2604
|
+
selectedOption?: NlpRenderOption;
|
2605
|
+
containerWidth?: string | number;
|
2606
|
+
onChange: (option: React.ChangeEvent<HTMLInputElement>) => void;
|
2607
|
+
errorMsg?: string;
|
2608
|
+
className?: string;
|
2609
|
+
optionZIndex?: number;
|
2610
|
+
disabled?: boolean;
|
2611
|
+
borderRadius?: boolean;
|
2612
|
+
showBorder?: boolean;
|
2613
|
+
required?: boolean;
|
2614
|
+
value: string;
|
2615
|
+
onSelect: (e: any) => void;
|
2616
|
+
chipOptionList?: NlpChip[];
|
2617
|
+
selectedChips?: any;
|
2618
|
+
loadMoreOptions?: () => void;
|
2619
|
+
isWebservice?: boolean;
|
2620
|
+
}
|
2621
|
+
interface NlpRenderOption {
|
2622
|
+
displayName: string | ReactNode;
|
2623
|
+
projectId: string;
|
2624
|
+
nlpType: string;
|
2625
|
+
platform: string;
|
2626
|
+
disabled?: boolean;
|
2627
|
+
videoSrc?: string;
|
2628
|
+
}
|
2629
|
+
|
2630
|
+
declare const NlpInput: ({ label, leftIcon, rightIcon, rightIconColor, showLabel, onHelpIconClick, aiIconClick, webServiceClick, containerWidth, optionsList, selectedOption, onChange, errorMsg, className, optionZIndex, disabled, borderRadius, showBorder, required, value, onSelect, chipOptionList, selectedChips, loadMoreOptions, isWebservice, }: SelectProps) => react_jsx_runtime.JSX.Element;
|
2631
|
+
|
2632
|
+
interface IconRadioItem {
|
2633
|
+
/**
|
2634
|
+
* The unique name for the icon, used to load the corresponding icon.
|
2635
|
+
*/
|
2636
|
+
iconName: string;
|
2637
|
+
/**
|
2638
|
+
* The display label for the icon. This can be used for accessibility purposes.
|
2639
|
+
*/
|
2640
|
+
iconLabel: string;
|
2641
|
+
/**
|
2642
|
+
* Flag to determine if the icon option is disabled.
|
2643
|
+
*/
|
2644
|
+
disabled?: boolean;
|
2645
|
+
/**
|
2646
|
+
* Message to display when the option is disabled.
|
2647
|
+
*/
|
2648
|
+
disableMessage?: string;
|
2649
|
+
}
|
2650
|
+
interface IconRadioGroupProps {
|
2651
|
+
/**
|
2652
|
+
* Array of icon items that make up the radio button group.
|
2653
|
+
*/
|
2654
|
+
items: IconRadioItem[];
|
2655
|
+
/**
|
2656
|
+
* Callback function called when a button/icon is clicked.
|
2657
|
+
* It returns the selected item.
|
2658
|
+
*/
|
2659
|
+
onButtonClick: (selectedItem: IconRadioItem) => void;
|
2660
|
+
/**
|
2661
|
+
* The currently selected icon value
|
2662
|
+
*/
|
2663
|
+
selectedValue?: string | null;
|
2664
|
+
/**
|
2665
|
+
* Callback function to notify parent of selection change.
|
2666
|
+
*/
|
2667
|
+
onChange?: (selected: string | null) => void;
|
2668
|
+
/**
|
2669
|
+
* Optional className for custom styling
|
2670
|
+
*/
|
2671
|
+
className?: string;
|
2672
|
+
}
|
2673
|
+
|
2674
|
+
declare const IconRadioGroup: React__default.FC<IconRadioGroupProps>;
|
2675
|
+
|
2676
|
+
interface MachineType {
|
2677
|
+
type: string;
|
2678
|
+
label: string;
|
2679
|
+
}
|
2680
|
+
interface MachineInputFieldProps {
|
2681
|
+
width: string;
|
2682
|
+
options: MachineType[];
|
2683
|
+
runCount: number;
|
2684
|
+
className?: string;
|
2685
|
+
contentReverse?: boolean;
|
2686
|
+
onClick?: () => void;
|
2687
|
+
modalId?: string;
|
2688
|
+
trucatedLable?: boolean;
|
2689
|
+
scriptType?: string;
|
2690
|
+
readOnly?: boolean;
|
2691
|
+
}
|
2692
|
+
|
2693
|
+
declare const MachineInputField: {
|
2694
|
+
({ width, options, runCount, className, contentReverse, onClick, modalId, trucatedLable, scriptType, readOnly, }: MachineInputFieldProps): react_jsx_runtime.JSX.Element;
|
2695
|
+
displayName: string;
|
2696
|
+
};
|
2697
|
+
|
2698
|
+
interface SequentialConnectingBranchProps {
|
2699
|
+
machineInstances: ExecutionContext[] | {}[];
|
2700
|
+
machineColumnWidth?: number;
|
2701
|
+
machineColumnCount?: number;
|
2702
|
+
selectedMachine?: Option$4;
|
2703
|
+
machineOptionsList?: Option$4[];
|
2704
|
+
onHandleSelect?: (option: Option$4) => void;
|
2705
|
+
onAddBrowserInstance?: (modalId: string) => void;
|
2706
|
+
onUpdateAddBrowserInstance?: (modalId: string, machineInstance: ExecutionContext) => void;
|
2707
|
+
onDeleteBrowserInstance?: (id: string, runCount: number) => void;
|
2708
|
+
onAddRunBrowserInstance?: (machineInstanceId: string) => void;
|
2709
|
+
onDeleteMachineInstance?: () => void;
|
2710
|
+
onUpdateDataSetList?: (id: string, dataSetObject?: dataSetValues, isInstance?: boolean, noOfRuns?: number, machineInstanceId?: string) => void;
|
2711
|
+
dataSetValues?: dataSetValues;
|
2712
|
+
addInstanceLabel?: string;
|
2713
|
+
scriptType?: string;
|
2714
|
+
projectType?: string;
|
2715
|
+
readOnly?: boolean;
|
2716
|
+
integrationInstance?: IntegrationInstance;
|
2717
|
+
zIndex?: number;
|
2718
|
+
placeholder?: string;
|
2719
|
+
maxRunCount?: number;
|
2720
|
+
}
|
2721
|
+
interface IntegrationInstance {
|
2722
|
+
usename: string;
|
2723
|
+
accessKey: string;
|
2724
|
+
}
|
2725
|
+
interface MachineInfo {
|
2726
|
+
osName: string;
|
2727
|
+
osVersion: string;
|
2728
|
+
hostName: string;
|
2729
|
+
iconName: string;
|
2730
|
+
}
|
2731
|
+
interface DeviceInfo {
|
2732
|
+
name: string;
|
2733
|
+
platform: string;
|
2734
|
+
}
|
2735
|
+
interface ExecutionContext {
|
2736
|
+
machineInstanceId: string;
|
2737
|
+
clientId: string;
|
2738
|
+
numberOfRuns: number;
|
2739
|
+
runCount: number;
|
2740
|
+
executionEnv?: 'Local';
|
2741
|
+
browserName?: 'Local' | 'mac' | 'android' | 'Google Chrome';
|
2742
|
+
browserVersion: string;
|
2743
|
+
systemUrl: string;
|
2744
|
+
machineInfo: MachineInfo;
|
2745
|
+
deviceInfo: DeviceInfo[];
|
2746
|
+
headless: boolean;
|
2747
|
+
peVariableSetId: string;
|
2748
|
+
testDataSetName: string;
|
2749
|
+
globalVariableSetName: string;
|
2750
|
+
peVariableSetName: string;
|
2751
|
+
globalVariableSetId: string;
|
2752
|
+
testDataSetId: string;
|
2753
|
+
integrationInstance: IntegrationInstance;
|
2754
|
+
}
|
2755
|
+
interface dataSetValues {
|
2756
|
+
peVariableSetId: string;
|
2757
|
+
globalVariableSetId: string;
|
2758
|
+
testDataSetId: string;
|
2759
|
+
testDataSetName: string;
|
2760
|
+
globalVariableSetName: string;
|
2761
|
+
peVariableSetName: string;
|
2762
|
+
}
|
2763
|
+
|
2764
|
+
declare const SequentialConnectingBranch: FC<SequentialConnectingBranchProps>;
|
2765
|
+
|
2766
|
+
interface AttachmentUploaderProps {
|
2767
|
+
label: string;
|
2768
|
+
selectedFiles: File[];
|
2769
|
+
onFilesChange: (files: File[]) => void;
|
2770
|
+
disabled?: boolean;
|
2771
|
+
maxFileSizeMB?: number;
|
2772
|
+
maxFiles?: number;
|
2773
|
+
buttonLabel?: string;
|
2774
|
+
showSelectedFiles?: boolean;
|
2775
|
+
buttonVariant?: 'primary' | 'secondary' | 'tertiary' | 'delete' | 'warning';
|
2776
|
+
deleteButton: boolean;
|
2777
|
+
addAttachmentButton: boolean;
|
2778
|
+
accept?: string[];
|
2779
|
+
onFileListClick?: (event: React.MouseEvent<HTMLElement, MouseEvent>) => void;
|
2780
|
+
types?: string[];
|
2781
|
+
iconName?: string;
|
2782
|
+
buttonDisplayType?: 'attachment' | 'icon';
|
2783
|
+
isInfoIconRequired?: boolean;
|
2784
|
+
multiple?: boolean;
|
2785
|
+
}
|
2786
|
+
|
2787
|
+
declare const AttachmentButton: React__default.FC<AttachmentUploaderProps>;
|
2788
|
+
|
2789
|
+
type AcceptedType = string | (() => void) | Record<string, unknown> | unknown[];
|
2790
|
+
|
2791
|
+
declare const Toastify: () => react_jsx_runtime.JSX.Element;
|
2792
|
+
|
2793
|
+
declare const toast: {
|
2794
|
+
success: (arg1: AcceptedType, arg2?: AcceptedType) => void;
|
2795
|
+
error: (arg1: AcceptedType, arg2?: AcceptedType) => void;
|
2796
|
+
warning: (arg1: AcceptedType, arg2?: AcceptedType) => void;
|
2797
|
+
info: (arg1: AcceptedType, arg2?: AcceptedType) => void;
|
2798
|
+
alert: (arg1: AcceptedType, arg2?: AcceptedType) => void;
|
2799
|
+
};
|
2800
|
+
|
2801
|
+
interface ToggleSwitchProps {
|
2802
|
+
firstButton: string;
|
2803
|
+
secondButton: string;
|
2804
|
+
handleClick: (selected: string) => void;
|
2805
|
+
selected: string;
|
2806
|
+
}
|
2807
|
+
declare const ToggleSwitch: React__default.FC<ToggleSwitchProps>;
|
2808
|
+
|
2809
|
+
interface AvatarProps {
|
2810
|
+
/**
|
2811
|
+
* This property determines the size of the avatar. It can be set to 'small', 'medium', or 'large'.
|
2812
|
+
*/
|
2813
|
+
variant?: 'small' | 'medium' | 'large';
|
2814
|
+
/**
|
2815
|
+
* This property allows you to customize the background color of the avatar.
|
2816
|
+
*/
|
2817
|
+
backgroundColor?: string;
|
2818
|
+
/**
|
2819
|
+
* This property specifies the name of the icon to be displayed within the avatar.
|
2820
|
+
*/
|
2821
|
+
iconName?: string;
|
2822
|
+
/**
|
2823
|
+
* This property allows you to customize the color of the icon within the avatar.
|
2824
|
+
*/
|
2825
|
+
iconColor?: string;
|
2826
|
+
/**
|
2827
|
+
* This property allows you to set a custom size for the avatar, overriding the default size specified by the variant property.
|
2828
|
+
*/
|
2829
|
+
customAvatarSize?: number;
|
2830
|
+
/**
|
2831
|
+
* This property allows you to set a custom size for the icon within the avatar.
|
2832
|
+
*/
|
2833
|
+
customIconSize?: number;
|
2834
|
+
/**
|
2835
|
+
* This property specifies the label to display inside the avatar, used as an alternative to the icon.
|
2836
|
+
*/
|
2837
|
+
label?: string;
|
2838
|
+
/**
|
2839
|
+
* This property allows you to customize the font size of the label inside the avatar.
|
2840
|
+
*/
|
2841
|
+
labelFontSize?: string;
|
2842
|
+
}
|
2843
|
+
|
2844
|
+
declare const Avatar: React__default.FC<AvatarProps>;
|
2845
|
+
|
2846
|
+
interface IconProps$1 {
|
2847
|
+
/** Name of the icon to be displayed. */
|
2848
|
+
name: string;
|
2849
|
+
/** Optional click handler function for the icon. */
|
2850
|
+
onClick?: () => void;
|
2851
|
+
}
|
2852
|
+
interface DropdownOption$1 {
|
2853
|
+
/** Unique identifier for the dropdown option. */
|
2854
|
+
id: number;
|
2855
|
+
/** Value associated with the dropdown option. */
|
2856
|
+
value: string;
|
2857
|
+
/** Label displayed for the dropdown option. */
|
2858
|
+
label: string;
|
2859
|
+
}
|
2860
|
+
interface LabelEditTextFieldTypes$1 {
|
2861
|
+
/** Label text displayed above the input field. */
|
2862
|
+
label?: string;
|
2863
|
+
/** Initial text displayed in the input field. */
|
2864
|
+
text?: string;
|
2865
|
+
showText?: boolean;
|
2866
|
+
/** Text to be highlighted within the displayed text, if provided. */
|
2867
|
+
highlightText?: string;
|
2868
|
+
/** Custom error message to be displayed, if applicable. */
|
2869
|
+
customError?: string;
|
2870
|
+
/** Confirm icon properties including icon name and click handler. */
|
2871
|
+
confirmIcon?: IconProps$1;
|
2872
|
+
/** Cancel icon properties including icon name and click handler. */
|
2873
|
+
cancelIcon?: IconProps$1;
|
2874
|
+
/** Type of input field - standard text field or text field with a dropdown. */
|
2875
|
+
variant?: 'textFieldWithDropdown' | 'textField';
|
2876
|
+
/** Array of dropdown options used if the dropdown variant is selected. */
|
2877
|
+
dropdownData?: DropdownOption$1[];
|
2878
|
+
/** Width of the input field component. */
|
2879
|
+
width?: string;
|
2880
|
+
/** Height of the input field component. */
|
2881
|
+
height?: string;
|
2882
|
+
/** Function called when confirming input changes, with input and dropdown values as arguments. */
|
2883
|
+
confirmAction?: (inputValue: string, dropdownValue: string) => void;
|
2884
|
+
isOpen?: boolean;
|
2885
|
+
/**for conditionally handle custom error */
|
2886
|
+
customErrorCondition?: boolean;
|
2887
|
+
placeholder?: string;
|
2888
|
+
onClick?: () => void;
|
2889
|
+
/** Function called when every input character got changed */
|
2890
|
+
onInputChange?: (newInputValue: string) => void;
|
2891
|
+
className?: string;
|
2892
|
+
tooltip?: {
|
2893
|
+
tooltipTitle?: string;
|
2894
|
+
tooltipPlacement?: string;
|
2895
|
+
};
|
2896
|
+
onDoubleClick?: () => void;
|
2897
|
+
disableEditing?: boolean;
|
2898
|
+
}
|
2899
|
+
|
2900
|
+
declare const LabelEditTextField: FC<LabelEditTextFieldTypes$1>;
|
2901
|
+
|
2902
|
+
interface IconProps {
|
2903
|
+
/** Name of the icon to be displayed. */
|
2904
|
+
name: string;
|
2905
|
+
/** Optional click handler function for the icon. */
|
2906
|
+
onClick?: () => void;
|
2907
|
+
/** Optional color for the icon. */
|
2908
|
+
color?: string;
|
2909
|
+
/** Optional height for the icon. */
|
2910
|
+
height?: number;
|
2911
|
+
/** Optional width for the icon. */
|
2912
|
+
width?: number;
|
2913
|
+
/** Optional className for the icon. */
|
2914
|
+
className?: string;
|
2915
|
+
}
|
2916
|
+
interface DropdownOption {
|
2917
|
+
/** Unique identifier for the dropdown option. */
|
2918
|
+
id: number;
|
2919
|
+
/** Value associated with the dropdown option. */
|
2920
|
+
value: string;
|
2921
|
+
/** Label displayed for the dropdown option. */
|
2922
|
+
label: string;
|
2923
|
+
}
|
2924
|
+
interface LabelEditTextFieldTypes {
|
2925
|
+
/** Label text displayed above the input field. */
|
2926
|
+
label?: string;
|
2927
|
+
/** Initial text displayed in the input field. */
|
2928
|
+
text: string;
|
2929
|
+
/** Text to be highlighted within the displayed text, if provided. */
|
2930
|
+
highlightText?: string;
|
2931
|
+
/** Custom error message to be displayed, if applicable. */
|
2932
|
+
customError?: string;
|
2933
|
+
/** Confirm icon properties including icon name and click handler. */
|
2934
|
+
confirmIcon?: IconProps;
|
2935
|
+
/** Cancel icon properties including icon name and click handler. */
|
2936
|
+
cancelIcon?: IconProps;
|
2937
|
+
editIcon?: IconProps;
|
2938
|
+
/** Type of input field - standard text field or text field with a dropdown. */
|
2939
|
+
variant?: 'textFieldWithDropdown' | 'textField';
|
2940
|
+
/** Array of dropdown options used if the dropdown variant is selected. */
|
2941
|
+
dropdownData?: DropdownOption[];
|
2942
|
+
/** Width of the input field component. */
|
2943
|
+
width?: string;
|
2944
|
+
/** Height of the input field component. */
|
2945
|
+
height?: string;
|
2946
|
+
/** Function called when confirming input changes, with input and dropdown values as arguments. */
|
2947
|
+
confirmAction?: (inputValue: string, dropdownValue: string) => void;
|
2948
|
+
isOpen?: boolean;
|
2949
|
+
/**for conditionally handle custom error */
|
2950
|
+
customErrorCondition?: boolean;
|
2951
|
+
onClick?: () => void;
|
2952
|
+
nameTooltipTitle?: string;
|
2953
|
+
}
|
2954
|
+
|
2955
|
+
declare const EditTextField: FC<LabelEditTextFieldTypes>;
|
2956
|
+
|
2957
|
+
interface ExcelFileProps {
|
2958
|
+
/**
|
2959
|
+
* The Excel data containing all the sheets and their respective content.
|
2960
|
+
*/
|
2961
|
+
excelData: WorkSheet[];
|
2962
|
+
/**
|
2963
|
+
* Make the Excel Sheet Freeze or Editable using the boolean key.
|
2964
|
+
*/
|
2965
|
+
editable?: boolean;
|
2966
|
+
/**
|
2967
|
+
* Optional configuration for the context menu (usually shown on right-click).
|
2968
|
+
* This allows customization of the context menu options with a label, value, icon, and action to be performed.
|
2969
|
+
*/
|
2970
|
+
contextOption?: {
|
2971
|
+
/**
|
2972
|
+
* Whether the context menu should be enabled (open or not).
|
2973
|
+
* If set to true, the context menu will be shown, otherwise, it will be disabled.
|
2974
|
+
*/
|
2975
|
+
open: boolean;
|
2976
|
+
/**
|
2977
|
+
* Array of options available in the context menu. Each option contains a label (display name),
|
2978
|
+
* value (identifier), iconName (icon to display), and action (function to be executed on click).
|
2979
|
+
*/
|
2980
|
+
options: {
|
2981
|
+
label: string;
|
2982
|
+
value: string;
|
2983
|
+
iconName: string;
|
2984
|
+
action: () => void;
|
2985
|
+
disable: boolean;
|
2986
|
+
}[];
|
2987
|
+
};
|
2988
|
+
/**
|
2989
|
+
* Controls whether the toolbar is shown or hidden.
|
2990
|
+
* Possible values:
|
2991
|
+
* - 'show' to display the toolbar
|
2992
|
+
* - 'hide' to hide the toolbar
|
2993
|
+
*/
|
2994
|
+
toolbar?: 'show' | 'hide';
|
2995
|
+
/**
|
2996
|
+
* Controls whether the sheet navigation bar (tabs) is shown or hidden.
|
2997
|
+
* Possible values:
|
2998
|
+
* - 'show' to display the sheet bar
|
2999
|
+
* - 'hide' to hide the sheet bar
|
3000
|
+
*/
|
3001
|
+
sheetBar?: 'show' | 'hide';
|
3002
|
+
/**
|
3003
|
+
* Optional: The total number of rows in the Excel sheet.
|
3004
|
+
* This helps in determining the size and content of the sheet.
|
3005
|
+
*/
|
3006
|
+
rowCount?: number;
|
3007
|
+
/**
|
3008
|
+
* Optional: The total number of columns in the Excel sheet.
|
3009
|
+
* This helps in determining the structure of the sheet.
|
3010
|
+
*/
|
3011
|
+
colCount?: number;
|
3012
|
+
/**
|
3013
|
+
* Callback function triggered when saving the Excel data.
|
3014
|
+
*/
|
3015
|
+
onSave?: (saveData: SaveData[]) => void;
|
3016
|
+
onSaveInfoChange?: (info: string) => void;
|
3017
|
+
/**
|
3018
|
+
* Delay time (in milliseconds) before the onSave callback is executed.
|
3019
|
+
*/
|
3020
|
+
onSaveDelay?: number;
|
3021
|
+
/**
|
3022
|
+
* Optional: Sets the vertical (Y-axis) positioning of the context menu.
|
3023
|
+
* This allows precise control over where the context menu appears on the screen.
|
3024
|
+
*/
|
3025
|
+
contextHeightPositioning?: number;
|
3026
|
+
/**
|
3027
|
+
* Optional: Sets the horizontal (X-axis) positioning of the context menu.
|
3028
|
+
* This allows precise control over where the context menu appears on the screen.
|
3029
|
+
*/
|
3030
|
+
contextWidthPositioning?: number;
|
3031
|
+
/**
|
3032
|
+
* Optional: Dynamically sets the height of the sheet view area.
|
3033
|
+
* This can be useful if you want to change the height of the sheet display.
|
3034
|
+
*/
|
3035
|
+
sheetHeight?: string;
|
3036
|
+
/**
|
3037
|
+
* Optional: Enables or disables the context menu for columns.
|
3038
|
+
* When set to true, column-related context menu actions are enabled.
|
3039
|
+
*/
|
3040
|
+
columnContextEnable?: boolean;
|
3041
|
+
/**
|
3042
|
+
* Optional: Enables or disables the context menu for rows.
|
3043
|
+
* When set to true, row-related context menu actions are enabled.
|
3044
|
+
*/
|
3045
|
+
rowContextEnable?: boolean;
|
3046
|
+
minimumColumnWidth?: number;
|
3047
|
+
attachmentAction?: {
|
3048
|
+
addAttachment: (file: File) => Promise<{
|
3049
|
+
responseCode: number;
|
3050
|
+
responseObject: {
|
3051
|
+
name: string;
|
3052
|
+
id: string;
|
3053
|
+
modifiedOn: string;
|
3054
|
+
}[];
|
3055
|
+
}>;
|
3056
|
+
viewAttachment: () => Promise<void>;
|
3057
|
+
deleteAttachment: () => Promise<void>;
|
3058
|
+
};
|
3059
|
+
}
|
3060
|
+
declare const ExcelFile: React__default.FC<ExcelFileProps>;
|
3061
|
+
|
3062
|
+
interface ModuleChipProps {
|
3063
|
+
/**
|
3064
|
+
* mandatory | label for the ModuleChip component
|
3065
|
+
*/
|
3066
|
+
label: string;
|
3067
|
+
/**
|
3068
|
+
* mandatory | isActive for the ModuleChip component
|
3069
|
+
*/
|
3070
|
+
isActive: boolean;
|
3071
|
+
/**
|
3072
|
+
* mandatory | onClick for the ModuleChip component
|
3073
|
+
*/
|
3074
|
+
onClick: () => void;
|
3075
|
+
isFilterChip?: boolean;
|
3076
|
+
}
|
3077
|
+
|
3078
|
+
declare const ModuleChip: React.FC<ModuleChipProps>;
|
3079
|
+
|
3080
|
+
interface IconRadialChartProps {
|
3081
|
+
radius: number;
|
3082
|
+
lineWidth: number;
|
3083
|
+
label: string;
|
3084
|
+
percentageValue: number;
|
3085
|
+
icon?: string;
|
3086
|
+
fontSize?: number;
|
3087
|
+
labelColor?: string;
|
3088
|
+
arcColor?: string;
|
3089
|
+
backgroundArcColor?: string;
|
3090
|
+
isSelectedArch?: boolean;
|
3091
|
+
onSelect?: () => void;
|
3092
|
+
}
|
3093
|
+
|
3094
|
+
declare const IconRadialChart: React__default.FC<IconRadialChartProps>;
|
3095
|
+
|
3096
|
+
interface AttachMediaProps {
|
3097
|
+
/**
|
3098
|
+
* The image source to display.
|
3099
|
+
*/
|
3100
|
+
mediaSrc: string;
|
3101
|
+
/**
|
3102
|
+
* Function triggered when the expand icon is clicked.
|
3103
|
+
*/
|
3104
|
+
onExpandClick: () => void;
|
3105
|
+
/**
|
3106
|
+
* Function triggered when the delete icon is clicked.
|
3107
|
+
*/
|
3108
|
+
onDeleteClick: (mediaSrc: string) => void;
|
3109
|
+
/**
|
3110
|
+
* Function triggered when the download icon is clicked.
|
3111
|
+
*/
|
3112
|
+
onDownloadClick: () => void;
|
3113
|
+
/**
|
3114
|
+
* Custom height for the component.
|
3115
|
+
*/
|
3116
|
+
height?: string;
|
3117
|
+
/**
|
3118
|
+
* Custom width for the component.
|
3119
|
+
*/
|
3120
|
+
width?: string;
|
3121
|
+
mediaType: string;
|
3122
|
+
fileName?: string;
|
3123
|
+
fileId: string;
|
3124
|
+
thumbnailMediaSrc?: string;
|
3125
|
+
}
|
3126
|
+
|
3127
|
+
declare const AttachMedia: React__default.FC<AttachMediaProps>;
|
3128
|
+
|
3129
|
+
interface CardProps$1 {
|
3130
|
+
/** The icon to display in the card */
|
3131
|
+
icon: string;
|
3132
|
+
/** The status of the card (Passed, Failed, Warning, Skipped, Flaky) */
|
3133
|
+
status: 'Passed' | 'Failed' | 'Warning' | 'Skipped' | 'Flaky' | 'Total Defects' | 'Defect Density' | 'Open Defects' | 'Closed Defects' | 'Quality Score';
|
3134
|
+
/** The number displayed in the card */
|
3135
|
+
count: number | string;
|
3136
|
+
/** The description text displayed at the bottom of the card */
|
3137
|
+
text: string;
|
3138
|
+
/** Inline Styling */
|
3139
|
+
style?: React.CSSProperties;
|
3140
|
+
/** toggle update */
|
3141
|
+
handleToggleStatus?: (_status: boolean) => void;
|
3142
|
+
/** make Card Select false */
|
3143
|
+
resetToggle?: boolean;
|
3144
|
+
/** call back */
|
3145
|
+
onSelectedStatus?: (_status: string) => void;
|
3146
|
+
}
|
3147
|
+
|
3148
|
+
declare const StatusCard: React__default.FC<CardProps$1>;
|
3149
|
+
|
3150
|
+
interface DyanamicObj {
|
3151
|
+
[key: string]: any;
|
3152
|
+
}
|
3153
|
+
interface EditorProps {
|
3154
|
+
/**
|
3155
|
+
* Editor Content Type
|
3156
|
+
*/
|
3157
|
+
language: 'javascript' | 'html' | 'json' | 'plain text' | 'xml';
|
3158
|
+
/**
|
3159
|
+
*
|
3160
|
+
*Width of the editor
|
3161
|
+
*/
|
3162
|
+
width: string;
|
3163
|
+
/**
|
3164
|
+
* Height of the editor
|
3165
|
+
*/
|
3166
|
+
height: string;
|
3167
|
+
/**
|
3168
|
+
* read only
|
3169
|
+
*/
|
3170
|
+
readOnly?: boolean;
|
3171
|
+
/**
|
3172
|
+
* Variable options list
|
3173
|
+
*/
|
3174
|
+
variableOptionsList?: [] | DyanamicObj[];
|
3175
|
+
/**
|
3176
|
+
*Value to set in the editor
|
3177
|
+
*/
|
3178
|
+
value: string;
|
3179
|
+
/**
|
3180
|
+
*
|
3181
|
+
* setter function to set the value for the editor
|
3182
|
+
*/
|
3183
|
+
setValue: (value: string) => void;
|
3184
|
+
/**
|
3185
|
+
* onChange function to handle the input changes
|
3186
|
+
*/
|
3187
|
+
handleChange: (value: string | undefined, _event: any) => void;
|
3188
|
+
/**
|
3189
|
+
* Theme
|
3190
|
+
*/
|
3191
|
+
theme?: 'light' | 'vs-dark';
|
3192
|
+
/**
|
3193
|
+
* type of editor
|
3194
|
+
*/
|
3195
|
+
isRequisiteType?: boolean;
|
3196
|
+
/**
|
3197
|
+
* onPaste
|
3198
|
+
*/
|
3199
|
+
onPaste?: (pastedContent: string) => void;
|
3200
|
+
/**
|
3201
|
+
* If passed true, it will show the variable dropdown
|
3202
|
+
*/
|
3203
|
+
showVariableDropdown?: boolean;
|
3204
|
+
}
|
3205
|
+
interface dropdownPositionType {
|
3206
|
+
top: number;
|
3207
|
+
left: number;
|
3208
|
+
}
|
3209
|
+
interface VariableDropdownProps {
|
3210
|
+
/**
|
3211
|
+
* Position whether absoloute or relative
|
3212
|
+
*/
|
3213
|
+
position: 'absolute' | 'relative';
|
3214
|
+
/**
|
3215
|
+
* Dropdown width
|
3216
|
+
*/
|
3217
|
+
width: string;
|
3218
|
+
/**
|
3219
|
+
* Dropdown height
|
3220
|
+
*/
|
3221
|
+
height?: string;
|
3222
|
+
/**
|
3223
|
+
* List of variables
|
3224
|
+
*/
|
3225
|
+
optionsList: DyanamicObj[];
|
3226
|
+
/**
|
3227
|
+
* Function to handle click on variable
|
3228
|
+
*/
|
3229
|
+
onSelectVariable: (variable: object) => void;
|
3230
|
+
/**
|
3231
|
+
* Dropdown position used for dropdown placement
|
3232
|
+
*/
|
3233
|
+
dropdownPosition?: dropdownPositionType;
|
3234
|
+
/**
|
3235
|
+
* Dropdown zIndex used for dropdown placement
|
3236
|
+
*/
|
3237
|
+
zIndex?: number;
|
3238
|
+
/**
|
3239
|
+
* number of characters upto which the options will get truncated
|
3240
|
+
*/
|
3241
|
+
truncateTextValue?: number;
|
3242
|
+
}
|
3243
|
+
|
3244
|
+
declare const VariableDropdown: FC<VariableDropdownProps>;
|
3245
|
+
|
3246
|
+
interface LineChartProps {
|
3247
|
+
data: any[];
|
3248
|
+
width: number;
|
3249
|
+
height: number;
|
3250
|
+
axisColor: string;
|
3251
|
+
isStatusVariant?: boolean;
|
3252
|
+
lineChartWidth?: number;
|
3253
|
+
yAxisLabel?: string;
|
3254
|
+
xAxisLabel?: string;
|
3255
|
+
yAxisValueColor?: string;
|
3256
|
+
xAxisColor?: string;
|
3257
|
+
yAxisColor?: string;
|
3258
|
+
yAxisLabelColor?: string;
|
3259
|
+
textSize?: string | number;
|
3260
|
+
fontWeight?: string | number;
|
3261
|
+
numberSize?: string | number;
|
3262
|
+
proportionalSpacing?: boolean;
|
3263
|
+
shouldCenterSinglePoint?: boolean;
|
3264
|
+
chartName?: string;
|
3265
|
+
xAxisLabelGap?: number;
|
3266
|
+
}
|
3267
|
+
|
3268
|
+
declare const LineChart: React__default.FC<LineChartProps>;
|
3269
|
+
|
3270
|
+
interface DownloadClientProps {
|
3271
|
+
/**
|
3272
|
+
* Close dialog function to close the modal dialog
|
3273
|
+
**/
|
3274
|
+
onClose: () => void;
|
3275
|
+
/**
|
3276
|
+
* distance between modal dialog and parent from top
|
3277
|
+
**/
|
3278
|
+
top?: string;
|
3279
|
+
/**
|
3280
|
+
* distance between modal dialog and parent from left
|
3281
|
+
**/
|
3282
|
+
left?: string;
|
3283
|
+
/**
|
3284
|
+
* To be used custom properties for the modal dialog through className
|
3285
|
+
**/
|
3286
|
+
className?: string;
|
3287
|
+
/**
|
3288
|
+
* Description of the dialog box
|
3289
|
+
**/
|
3290
|
+
description?: string;
|
3291
|
+
/**
|
3292
|
+
* Download button function
|
3293
|
+
**/
|
3294
|
+
onClick?: (os: string) => void;
|
3295
|
+
optionZIndex?: number;
|
3296
|
+
}
|
3297
|
+
|
3298
|
+
declare const DownloadClient: React.FC<DownloadClientProps>;
|
3299
|
+
|
3300
|
+
interface fieldSetProps {
|
3301
|
+
legendName: string;
|
3302
|
+
height: string;
|
3303
|
+
width: string;
|
3304
|
+
children: ReactNode | string;
|
3305
|
+
}
|
3306
|
+
|
3307
|
+
declare const FieldSet: FC<fieldSetProps>;
|
3308
|
+
|
3309
|
+
declare const CreateVariableSlider: FC<CreateVariableProps>;
|
3310
|
+
|
3311
|
+
interface ColumnProps$1 {
|
3312
|
+
/**
|
3313
|
+
* column name
|
3314
|
+
*/
|
3315
|
+
header: string;
|
3316
|
+
/**
|
3317
|
+
* data key for particular column
|
3318
|
+
*/
|
3319
|
+
accessor: string;
|
3320
|
+
/**
|
3321
|
+
* className for a column
|
3322
|
+
*/
|
3323
|
+
className?: string;
|
3324
|
+
/**
|
3325
|
+
* width of a column
|
3326
|
+
*/
|
3327
|
+
width?: number;
|
3328
|
+
/**
|
3329
|
+
* data for the column
|
3330
|
+
*/
|
3331
|
+
cell?: (e: any) => JSX.Element | string | ReactNode;
|
3332
|
+
}
|
3333
|
+
interface DataProps$2 {
|
3334
|
+
/**
|
3335
|
+
* data for each row
|
3336
|
+
*/
|
3337
|
+
[key: string]: any;
|
3338
|
+
}
|
3339
|
+
interface TableProps$1 {
|
3340
|
+
/**
|
3341
|
+
* Column details for table
|
3342
|
+
*/
|
3343
|
+
tableMeta: Array<ColumnProps$1>;
|
3344
|
+
/**
|
3345
|
+
* Data for table
|
3346
|
+
*/
|
3347
|
+
tableData: Array<DataProps$2>;
|
3348
|
+
/**
|
3349
|
+
* Table type
|
3350
|
+
*/
|
3351
|
+
accordionType: 'row' | 'column';
|
3352
|
+
/**
|
3353
|
+
* Specific sentence to be displayed data not found
|
3354
|
+
*/
|
3355
|
+
noDataContent?: string | ReactNode;
|
3356
|
+
/**
|
3357
|
+
* withFixedHeader prop to have non-scrollable fixed accordion table header
|
3358
|
+
*/
|
3359
|
+
withFixedHeader?: boolean;
|
3360
|
+
/**
|
3361
|
+
* Height of the table in string
|
3362
|
+
*/
|
3363
|
+
height?: string;
|
3364
|
+
/**
|
3365
|
+
* Header type to have different background color
|
3366
|
+
*/
|
3367
|
+
headerType: 'default' | 'primary' | 'secondary';
|
3368
|
+
/**
|
3369
|
+
* Accordion collapse and expand Icon width
|
3370
|
+
*/
|
3371
|
+
TableAccordionStateIconWidth: number;
|
3372
|
+
/**
|
3373
|
+
* Accordion collapse and expand Icon height
|
3374
|
+
*/
|
3375
|
+
TableAccordionStateIconHeight: number;
|
3376
|
+
highlightText?: string;
|
3377
|
+
}
|
3378
|
+
|
3379
|
+
declare const TableWithAccordion: ({ highlightText, tableMeta, tableData, accordionType, noDataContent, height, withFixedHeader, headerType, TableAccordionStateIconWidth, TableAccordionStateIconHeight, }: TableProps$1) => react_jsx_runtime.JSX.Element;
|
3380
|
+
|
3381
|
+
interface ProgressBarProps {
|
3382
|
+
progressPercentage?: number;
|
3383
|
+
color?: string;
|
3384
|
+
trackColor?: string;
|
3385
|
+
height?: number;
|
3386
|
+
label?: string;
|
3387
|
+
showPercentage?: boolean;
|
3388
|
+
percentageFontSize?: number;
|
3389
|
+
percentageTextColor?: string;
|
3390
|
+
labelFontSize?: number;
|
3391
|
+
labelTextColor?: string;
|
3392
|
+
usedMemory?: string;
|
3393
|
+
totalMemory?: string;
|
3394
|
+
}
|
3395
|
+
|
3396
|
+
declare const ProgressBar: React__default.FC<ProgressBarProps>;
|
3397
|
+
|
3398
|
+
interface ChooseFileProps {
|
3399
|
+
/**
|
3400
|
+
* Variant of the button
|
3401
|
+
*/
|
3402
|
+
variant: 'primary' | 'secondary' | 'tertiary' | 'delete' | 'warning';
|
3403
|
+
/**
|
3404
|
+
* What background color to use
|
3405
|
+
*/
|
3406
|
+
backgroundColor?: string;
|
3407
|
+
/**
|
3408
|
+
* Width in string format can be sent for needed width
|
3409
|
+
*/
|
3410
|
+
buttonWidth?: string;
|
3411
|
+
/**
|
3412
|
+
* Height in string format can be sent for needed height
|
3413
|
+
*/
|
3414
|
+
buttonHeight?: string;
|
3415
|
+
/**
|
3416
|
+
* How large should the button be?
|
3417
|
+
*/
|
3418
|
+
size?: 'small' | 'medium' | 'large';
|
3419
|
+
/**
|
3420
|
+
* Button contents
|
3421
|
+
*/
|
3422
|
+
label?: string;
|
3423
|
+
/**
|
3424
|
+
* Type of the button
|
3425
|
+
*/
|
3426
|
+
type?: 'button' | 'submit';
|
3427
|
+
disabled?: boolean;
|
3428
|
+
/**
|
3429
|
+
* Optional click handler
|
3430
|
+
*/
|
3431
|
+
onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
3432
|
+
/**
|
3433
|
+
* Button id
|
3434
|
+
*/
|
3435
|
+
id?: string;
|
3436
|
+
/**
|
3437
|
+
* onSubmit function handler
|
3438
|
+
*/
|
3439
|
+
onSubmit?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
3440
|
+
/**
|
3441
|
+
* react ref for the button
|
3442
|
+
*/
|
3443
|
+
ref?: any;
|
3444
|
+
/**
|
3445
|
+
* Classname for the button
|
3446
|
+
*/
|
3447
|
+
className?: string;
|
3448
|
+
/**
|
3449
|
+
* Additional styles for the button
|
3450
|
+
*/
|
3451
|
+
style?: React.CSSProperties;
|
3452
|
+
/**
|
3453
|
+
* Give icon name availble in storybook that to be on left side of button
|
3454
|
+
*/
|
3455
|
+
iconName?: string;
|
3456
|
+
/**
|
3457
|
+
* isChooseFile is a Boolean prop
|
3458
|
+
*/
|
3459
|
+
isChooseFile?: boolean;
|
3460
|
+
/**
|
3461
|
+
* selectedfile object will be send.
|
3462
|
+
*/
|
3463
|
+
selectedFile?: File | DynamicObj | null;
|
3464
|
+
/**
|
3465
|
+
* handleCloseIcon function will set to the initial state .
|
3466
|
+
*/
|
3467
|
+
handleCloseIcon?: () => void;
|
3468
|
+
}
|
3469
|
+
|
3470
|
+
declare const ChooseFile: FC<ChooseFileProps>;
|
3471
|
+
|
3472
|
+
interface ScriptSwitchButtonProps {
|
3473
|
+
handleClick: (selected: string) => void;
|
3474
|
+
selected: string;
|
3475
|
+
tabList: Array<'Automation' | 'Manual'>;
|
3476
|
+
}
|
3477
|
+
declare const ScriptSwitchButton: React__default.FC<ScriptSwitchButtonProps>;
|
3478
|
+
|
3479
|
+
interface TabConfig {
|
3480
|
+
/**
|
3481
|
+
* This property specifies the name of the tab.
|
3482
|
+
* It is used to uniquely identify each tab.
|
3483
|
+
*/
|
3484
|
+
name: string;
|
3485
|
+
/**
|
3486
|
+
* This property specifies the name of the icon to be displayed within the tab.
|
3487
|
+
*/
|
3488
|
+
icon: string;
|
3489
|
+
/**
|
3490
|
+
* This property specifies the tooltip text to be displayed when hovering over the tab.
|
3491
|
+
*/
|
3492
|
+
tooltip: string;
|
3493
|
+
}
|
3494
|
+
/**
|
3495
|
+
* This interface defines the props for the `SwitchButton` component.
|
3496
|
+
*/
|
3497
|
+
interface SwitchButtonProps {
|
3498
|
+
/**
|
3499
|
+
* This callback function is triggered when a tab is clicked.
|
3500
|
+
* It receives the name of the selected tab as an argument.
|
3501
|
+
*/
|
3502
|
+
handleClick: (selected: string) => void;
|
3503
|
+
/**
|
3504
|
+
* This property specifies the currently selected tab by name.
|
3505
|
+
*/
|
3506
|
+
selected: string;
|
3507
|
+
/**
|
3508
|
+
* This property defines the list of tabs to be displayed within the `SwitchButton` component.
|
3509
|
+
* Each tab is represented by the `TabConfig` interface.
|
3510
|
+
*/
|
3511
|
+
tabList: TabConfig[];
|
3512
|
+
}
|
3513
|
+
|
3514
|
+
declare const SwitchButton: React__default.FC<SwitchButtonProps>;
|
3515
|
+
|
3516
|
+
declare const MediaPreview: React__default.FC<MediaPreviewProps>;
|
3517
|
+
|
3518
|
+
interface NavBarIcon {
|
3519
|
+
name: string;
|
3520
|
+
[key: string]: any;
|
3521
|
+
}
|
3522
|
+
interface MobileSkinProps {
|
3523
|
+
children: React.ReactNode | string;
|
3524
|
+
orientation?: 'portrait' | 'landscape';
|
3525
|
+
UtilityBar?: boolean;
|
3526
|
+
navBarIcons?: NavBarIcon[];
|
3527
|
+
mobileHeight?: number;
|
3528
|
+
mobileWidth?: number;
|
3529
|
+
}
|
3530
|
+
|
3531
|
+
declare const MobileSkin: React__default.FC<MobileSkinProps>;
|
3532
|
+
|
3533
|
+
interface promptProp {
|
3534
|
+
width?: number;
|
3535
|
+
height?: number;
|
3536
|
+
placeholder?: string;
|
3537
|
+
iconName?: string;
|
3538
|
+
iconPosition?: string;
|
3539
|
+
borderRadius?: number;
|
3540
|
+
autoFocus?: boolean;
|
3541
|
+
iconHeight?: number;
|
3542
|
+
iconWidth?: number;
|
3543
|
+
iconColor?: string;
|
3544
|
+
tooltipTitle?: string;
|
3545
|
+
value: string;
|
3546
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
3547
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
3548
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
3549
|
+
submitPrompt?: (query: string) => void;
|
3550
|
+
}
|
3551
|
+
|
3552
|
+
declare const Prompt: React__default.ForwardRefExoticComponent<promptProp & React__default.RefAttributes<HTMLInputElement>>;
|
3553
|
+
|
3554
|
+
interface MessageBoxProps {
|
3555
|
+
content?: React.ReactNode;
|
3556
|
+
isVisible: boolean;
|
3557
|
+
maxWidth?: number;
|
3558
|
+
onClick?: (event: React.MouseEvent<HTMLInputElement>) => void;
|
3559
|
+
isClickable: boolean;
|
3560
|
+
arrowPosition: 'left' | 'right';
|
3561
|
+
}
|
3562
|
+
|
3563
|
+
declare const MessageBox: React__default.FC<MessageBoxProps>;
|
3564
|
+
|
3565
|
+
interface ChatModalProps {
|
3566
|
+
iconName: string;
|
3567
|
+
modalWidth: number;
|
3568
|
+
modalHeight: number;
|
3569
|
+
headerContent?: React.ReactNode;
|
3570
|
+
footerContent?: React.ReactNode;
|
3571
|
+
iconPosition: {
|
3572
|
+
top?: number;
|
3573
|
+
left?: number;
|
3574
|
+
bottom?: number;
|
3575
|
+
right?: number;
|
3576
|
+
};
|
3577
|
+
hoverIconPosition: {
|
3578
|
+
top?: number;
|
3579
|
+
left?: number;
|
3580
|
+
bottom?: number;
|
3581
|
+
right?: number;
|
3582
|
+
};
|
3583
|
+
modalPosition: {
|
3584
|
+
top?: number;
|
3585
|
+
left?: number;
|
3586
|
+
bottom?: number;
|
3587
|
+
right?: number;
|
3588
|
+
};
|
3589
|
+
children: ReactNode;
|
3590
|
+
iconHeight?: number;
|
3591
|
+
iconWidth?: number;
|
3592
|
+
modalHeading?: string;
|
3593
|
+
onClearChat?: () => void;
|
3594
|
+
}
|
3595
|
+
|
3596
|
+
declare const ChatModal: React__default.FC<ChatModalProps>;
|
3597
|
+
|
3598
|
+
interface HistoryCardProps {
|
3599
|
+
/**
|
3600
|
+
* Is this the principal call to action on the page?
|
3601
|
+
*/
|
3602
|
+
variant: 'primary' | 'danger' | 'success' | 'warning';
|
3603
|
+
/**
|
3604
|
+
* Details to display the title
|
3605
|
+
*/
|
3606
|
+
title: React.ReactNode;
|
3607
|
+
/**
|
3608
|
+
* Header for the tab
|
3609
|
+
*/
|
3610
|
+
tabTitle: string;
|
3611
|
+
/**
|
3612
|
+
* Comment message to display on the history card
|
3613
|
+
*/
|
3614
|
+
comment: string;
|
3615
|
+
/**
|
3616
|
+
* profileShortName is to display short name inside the profile avatar
|
3617
|
+
*/
|
3618
|
+
profileShortName: string;
|
3619
|
+
}
|
3620
|
+
declare const HistoryCard: ({ variant, title, tabTitle, comment, profileShortName, }: HistoryCardProps) => react_jsx_runtime.JSX.Element;
|
3621
|
+
|
3622
|
+
interface ToggleAiIconProps {
|
3623
|
+
onChange?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
|
3624
|
+
disabled?: boolean;
|
3625
|
+
checked?: boolean;
|
3626
|
+
id?: string;
|
3627
|
+
path?: string;
|
3628
|
+
}
|
3629
|
+
|
3630
|
+
declare const AiToggle: React__default.FC<ToggleAiIconProps>;
|
3631
|
+
|
3632
|
+
interface PromptContainerProps {
|
3633
|
+
id?: number | string | null | undefined;
|
3634
|
+
serialNumber?: number | string;
|
3635
|
+
children: React.ReactNode;
|
3636
|
+
onClick: () => void;
|
3637
|
+
onIconClick: (action: string) => void;
|
3638
|
+
numberChildren: React.ReactNode;
|
3639
|
+
onNextClick: () => void;
|
3640
|
+
onPreviousClick: () => void;
|
3641
|
+
activeId?: number | null | string;
|
3642
|
+
setActiveId: (id: number | string | null) => void;
|
3643
|
+
isActive?: boolean;
|
3644
|
+
}
|
3645
|
+
|
3646
|
+
declare const PromptContainer: React__default.FC<PromptContainerProps>;
|
3647
|
+
|
3648
|
+
interface LinkProps {
|
3649
|
+
/**
|
3650
|
+
* Name | name of the input field
|
3651
|
+
*/
|
3652
|
+
name: string;
|
3653
|
+
/**
|
3654
|
+
* Label | field label to be displayed
|
3655
|
+
*/
|
3656
|
+
label?: string;
|
3657
|
+
/**
|
3658
|
+
* value | input field value
|
3659
|
+
*/
|
3660
|
+
value: string;
|
3661
|
+
/**
|
3662
|
+
* error | If true, error message will be displayed
|
3663
|
+
*/
|
3664
|
+
error?: boolean;
|
3665
|
+
/**
|
3666
|
+
* helperText | error, success, warning message to be shown
|
3667
|
+
*/
|
3668
|
+
helperText?: string;
|
3669
|
+
/**
|
3670
|
+
* variants to set color/style of the input field
|
3671
|
+
*/
|
3672
|
+
variant?: 'default' | 'primary';
|
3673
|
+
/**
|
3674
|
+
* type to set color/style of the input field
|
3675
|
+
*/
|
3676
|
+
type: 'text' | 'password' | 'number' | 'email' | 'url' | 'time';
|
3677
|
+
/**
|
3678
|
+
* to disable the input field
|
3679
|
+
*/
|
3680
|
+
disabled?: boolean;
|
3681
|
+
/**
|
3682
|
+
* if true, input field will be mandatory
|
3683
|
+
*/
|
3684
|
+
required?: boolean;
|
3685
|
+
/**
|
3686
|
+
* placeholder for the input field
|
3687
|
+
*/
|
3688
|
+
placeholder?: string;
|
3689
|
+
/**
|
3690
|
+
* classnames to style the input field
|
3691
|
+
*/
|
3692
|
+
className?: string;
|
3693
|
+
/**
|
3694
|
+
* noBorder prop 'true' removes border of input
|
3695
|
+
*/
|
3696
|
+
noBorder?: boolean;
|
3697
|
+
/**
|
3698
|
+
* onChange, onKeyDown, onBlur, onFocus actions
|
3699
|
+
*/
|
3700
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>, item?: any) => void;
|
3701
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
3702
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
3703
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
3704
|
+
onClick?: (event: React.MouseEvent<HTMLInputElement>) => void;
|
3705
|
+
onKeyUp?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
3706
|
+
/**
|
3707
|
+
* id to select the input field uniquely
|
3708
|
+
*/
|
3709
|
+
id?: string;
|
3710
|
+
/**
|
3711
|
+
* if on, suggestion popup will be displayed
|
3712
|
+
*/
|
3713
|
+
autoComplete?: 'on' | 'off';
|
3714
|
+
/**
|
3715
|
+
* if true, input field is in autofocus state
|
3716
|
+
*/
|
3717
|
+
autoFocus?: boolean;
|
3718
|
+
/**
|
3719
|
+
* minimum and maximum values for the number type input field and their functions
|
3720
|
+
*/
|
3721
|
+
minValue?: number;
|
3722
|
+
maxValue?: number;
|
3723
|
+
/**
|
3724
|
+
* background of the input field prop
|
3725
|
+
*/
|
3726
|
+
transparentBackground?: boolean;
|
3727
|
+
/**
|
3728
|
+
* size for the input field
|
3729
|
+
*/
|
3730
|
+
size?: 'small' | 'medium';
|
3731
|
+
/**
|
3732
|
+
* isLabelRequired for the input field without label,showing placeholder
|
3733
|
+
*/
|
3734
|
+
isLabelRequired?: boolean;
|
3735
|
+
}
|
3736
|
+
|
3737
|
+
declare const Link: React$1.ForwardRefExoticComponent<LinkProps & React$1.RefAttributes<HTMLInputElement>>;
|
3738
|
+
|
3739
|
+
interface ChipsWithCountProps {
|
3740
|
+
/**
|
3741
|
+
* The text to be displayed on the Chip and remaining as the count.
|
3742
|
+
*/
|
3743
|
+
labelsList: string[];
|
3744
|
+
}
|
3745
|
+
|
3746
|
+
declare const ChipWithCount: FC<ChipsWithCountProps>;
|
3747
|
+
|
3748
|
+
interface EditLabelProps {
|
3749
|
+
onConfirm?: (_text: string, _selectedOption?: Option$1) => void;
|
3750
|
+
onCancel?: () => void;
|
3751
|
+
onClick?: () => void;
|
3752
|
+
handleCustomError?: (inputText: string) => string;
|
3753
|
+
value?: string;
|
3754
|
+
label?: string;
|
3755
|
+
optionsList?: Option$1[];
|
3756
|
+
selectedOption?: Option$1;
|
3757
|
+
withDropdown?: boolean;
|
3758
|
+
inputFieldWidth?: number;
|
3759
|
+
selectFieldWidth?: number;
|
3760
|
+
textColor?: string;
|
3761
|
+
required?: boolean;
|
3762
|
+
isDisable?: DisabledOptions;
|
3763
|
+
tooltip?: {
|
3764
|
+
tooltipTitle?: string;
|
3765
|
+
tooltipPlacement?: 'bottom' | 'top' | 'left' | 'right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end';
|
3766
|
+
};
|
3767
|
+
highlightText?: string;
|
3768
|
+
id?: string;
|
3769
|
+
isEditable?: boolean;
|
3770
|
+
setIsEditable?: (id: string | null) => void;
|
3771
|
+
cursor?: string;
|
3772
|
+
isOnBlurTrue?: boolean;
|
3773
|
+
handleOnChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
3774
|
+
}
|
3775
|
+
type OptionValue = any;
|
3776
|
+
type DisabledOptions = {
|
3777
|
+
confirm?: boolean;
|
3778
|
+
cancel?: boolean;
|
3779
|
+
textField?: boolean;
|
3780
|
+
};
|
3781
|
+
interface Option$1 {
|
3782
|
+
[key: string]: OptionValue;
|
3783
|
+
}
|
3784
|
+
|
3785
|
+
declare const EditLabel: ({ id, onConfirm, onCancel, handleCustomError, value, label, optionsList, selectedOption, withDropdown, inputFieldWidth, selectFieldWidth, textColor, tooltip, required, isDisable, onClick, highlightText, isEditable, setIsEditable, cursor, isOnBlurTrue, handleOnChange, }: EditLabelProps) => react_jsx_runtime.JSX.Element;
|
3786
|
+
|
3787
|
+
interface ErrorBoundaryProps {
|
3788
|
+
fallback: ReactNode;
|
3789
|
+
children: ReactNode;
|
3790
|
+
}
|
3791
|
+
interface ErrorBoundaryState {
|
3792
|
+
hasError: boolean;
|
3793
|
+
}
|
3794
|
+
|
3795
|
+
declare class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryState> {
|
3796
|
+
constructor(props: ErrorBoundaryProps);
|
3797
|
+
static getDerivedStateFromError(): ErrorBoundaryState;
|
3798
|
+
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
3799
|
+
render(): React$1.ReactNode;
|
3800
|
+
}
|
3801
|
+
|
3802
|
+
interface AddContentButtonProps {
|
3803
|
+
iconName?: string;
|
3804
|
+
onButtonClick?: () => {} | void;
|
3805
|
+
buttonLabel: string;
|
3806
|
+
buttonText: string;
|
3807
|
+
disableButton?: boolean;
|
3808
|
+
stepCount: string | number;
|
3809
|
+
iconWidth?: number;
|
3810
|
+
iconHeight?: number;
|
3811
|
+
}
|
3812
|
+
|
3813
|
+
declare const AddContentButton: React__default.FC<AddContentButtonProps>;
|
3814
|
+
|
3815
|
+
interface TabsProps {
|
3816
|
+
/**
|
3817
|
+
* An array of tab objects containing label, component, and optional disabled status.
|
3818
|
+
*/
|
3819
|
+
tabsData: {
|
3820
|
+
id: string;
|
3821
|
+
label: string;
|
3822
|
+
component?: JSX.Element;
|
3823
|
+
disabled?: boolean;
|
3824
|
+
count?: number | string;
|
3825
|
+
status?: 'success' | 'error' | 'transparent';
|
3826
|
+
}[];
|
3827
|
+
/**
|
3828
|
+
* Defines the styling variant of the tabs.
|
3829
|
+
*/
|
3830
|
+
variant?: 'default' | 'capsule';
|
3831
|
+
/**
|
3832
|
+
* activeTabId : The ID of the currently active tab.
|
3833
|
+
*/
|
3834
|
+
activeTabId: string;
|
3835
|
+
/**
|
3836
|
+
* onTabClick : function updates the active tab state when a user interacts with the tabs,
|
3837
|
+
*/
|
3838
|
+
onTabClick: (id: string) => void;
|
3839
|
+
/**
|
3840
|
+
* noBorder:true , removes the outer border from tabs
|
3841
|
+
*/
|
3842
|
+
noBorder?: boolean;
|
3843
|
+
noPadding?: boolean;
|
3844
|
+
/**
|
3845
|
+
* titleSize is to accpect dynamic font size
|
3846
|
+
*/
|
3847
|
+
titleSize?: number | string;
|
3848
|
+
}
|
3849
|
+
|
3850
|
+
declare const TabsWithSilder: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, }: TabsProps) => react_jsx_runtime.JSX.Element;
|
3851
|
+
|
3852
|
+
type valueType$1 = any;
|
3853
|
+
declare const checkEmpty: (value: valueType$1) => boolean;
|
3854
|
+
|
3855
|
+
type valueType = File | string;
|
3856
|
+
declare const getExtension: (value: valueType) => string | undefined;
|
3857
|
+
declare const getExtensionWithPeriod: (value: valueType) => string;
|
3858
|
+
|
3859
|
+
type AnyObject$1 = {
|
3860
|
+
id: number;
|
3861
|
+
[key: string]: any;
|
3862
|
+
};
|
3863
|
+
declare function findAndInsert<T extends AnyObject$1>(data: T[], key: keyof T, targetId: number, newEntry: T, insertPosition: 'above' | 'below' | 'replace', childrenKey?: string): {
|
3864
|
+
updatedArray: T[];
|
3865
|
+
} | null;
|
3866
|
+
|
3867
|
+
declare const ffid: () => string;
|
3868
|
+
|
3869
|
+
type Callback$1 = (...args: any[]) => void;
|
3870
|
+
interface DebouncedFunction extends Function {
|
3871
|
+
cancel: () => void;
|
3872
|
+
}
|
3873
|
+
declare const debounce: (func: Callback$1, delay: number) => DebouncedFunction;
|
3874
|
+
|
3875
|
+
/**
|
3876
|
+
* Compare two arrays for equality.
|
3877
|
+
* This function checks if both arrays contain the same elements in the same order,
|
3878
|
+
* including nested structures.
|
3879
|
+
*
|
3880
|
+
* @param arr1 - The first array to compare.
|
3881
|
+
* @param arr2 - The second array to compare.
|
3882
|
+
* @returns - A boolean indicating if the arrays are equal.
|
3883
|
+
*/
|
3884
|
+
declare const compareArrays: (arr1: unknown[], arr2: unknown[]) => boolean;
|
3885
|
+
|
3886
|
+
type AnyObject = Record<string, unknown>;
|
3887
|
+
declare const compareObjects: (obj1: AnyObject | null, obj2: AnyObject | null) => boolean;
|
3888
|
+
|
3889
|
+
declare const getEncryptedData: (data: string, publicKey: string) => string | false;
|
3890
|
+
|
3891
|
+
type Callback = (...args: any[]) => void;
|
3892
|
+
interface ThrottledFunction extends Function {
|
3893
|
+
cancel: () => void;
|
3894
|
+
}
|
3895
|
+
declare const throttle: (func: Callback, limit: number) => ThrottledFunction;
|
3896
|
+
|
3897
|
+
declare const truncateText: (text: string, maxLength: number) => string;
|
3898
|
+
|
3899
|
+
type BarChartProps = {
|
3900
|
+
data: {
|
3901
|
+
label: string;
|
3902
|
+
value: number | string;
|
3903
|
+
id?: string;
|
3904
|
+
percent?: number;
|
3905
|
+
versions?: string[];
|
3906
|
+
}[];
|
3907
|
+
barWidth: number;
|
3908
|
+
height: number;
|
3909
|
+
barGap?: number;
|
3910
|
+
colors?: string[][];
|
3911
|
+
xAxisLabel?: string;
|
3912
|
+
isTruncateText?: boolean;
|
3913
|
+
yAxisLabel?: string;
|
3914
|
+
padding?: number;
|
3915
|
+
yAxisDivisions?: number;
|
3916
|
+
barBorderRadius?: number;
|
3917
|
+
legend?: boolean;
|
3918
|
+
showXAxisLabels?: boolean;
|
3919
|
+
icons?: (string | React__default.ReactNode)[];
|
3920
|
+
iconSize?: number;
|
3921
|
+
backgroundColor?: string;
|
3922
|
+
legendPosition?: 'top' | 'bottom';
|
3923
|
+
legendGap?: number;
|
3924
|
+
extendBarChartRightWidth?: number;
|
3925
|
+
isYAxisValuePercentage?: boolean;
|
3926
|
+
selectedBar?: string | null;
|
3927
|
+
setSelectedBar?: (value: string | null) => void;
|
3928
|
+
onSelectedBar?: (_label: string) => void;
|
3929
|
+
totalLabel?: string;
|
3930
|
+
customToolTip?: boolean;
|
3931
|
+
isOnclick?: boolean;
|
3932
|
+
isDashboardVersions?: boolean;
|
3933
|
+
type?: string;
|
3934
|
+
};
|
3935
|
+
declare const BarChart: React__default.FC<BarChartProps>;
|
3936
|
+
|
3937
|
+
interface BarValue {
|
3938
|
+
value: number | string;
|
3939
|
+
arcColor: string;
|
3940
|
+
arcBackgroundColor: string;
|
3941
|
+
barLabel: string;
|
3942
|
+
}
|
3943
|
+
type LegendType = 'numberLegend' | 'pillLegend';
|
3944
|
+
interface MultiRadialChartProps {
|
3945
|
+
radius: number;
|
3946
|
+
lineWidth: number;
|
3947
|
+
fontSize: number;
|
3948
|
+
labelHeading: string;
|
3949
|
+
lineCap: 'square' | 'round';
|
3950
|
+
barValues: BarValue[];
|
3951
|
+
legendType?: LegendType;
|
3952
|
+
isLegendDetails?: boolean;
|
3953
|
+
isPillValueVisible?: boolean;
|
3954
|
+
labelFontSize?: number;
|
3955
|
+
subLabelFontSize?: number;
|
3956
|
+
gapAngle?: number;
|
3957
|
+
chartToLegendGap?: string;
|
3958
|
+
legendGap?: string;
|
3959
|
+
gapBetweenArch?: number;
|
3960
|
+
capsuleStyle?: object;
|
3961
|
+
}
|
3962
|
+
|
3963
|
+
declare const MultiRadialChart: React__default.FC<MultiRadialChartProps>;
|
3964
|
+
|
3965
|
+
declare const Editor: React$1.ForwardRefExoticComponent<EditorProps & React$1.RefAttributes<any>>;
|
3966
|
+
|
3967
|
+
interface OperatingSystemInfo {
|
3968
|
+
osName: string;
|
3969
|
+
osVersion: string;
|
3970
|
+
hostName: string;
|
3971
|
+
iconName: string;
|
3972
|
+
}
|
3973
|
+
interface RunLevelExecutionDataSet$1 {
|
3974
|
+
peVariableSetId: string;
|
3975
|
+
peVariableSetName: string;
|
3976
|
+
globalVariableSetId: string;
|
3977
|
+
globalVariableSetName: string;
|
3978
|
+
testDataSetId: string;
|
3979
|
+
testDataSetName: string;
|
3980
|
+
}
|
3981
|
+
interface MachineExecutionInstance {
|
3982
|
+
id: string;
|
3983
|
+
clientId: string;
|
3984
|
+
numberOfRuns: string | number;
|
3985
|
+
executionEnv: string;
|
3986
|
+
browserName: string;
|
3987
|
+
browserVersion: string;
|
3988
|
+
systemUrl: string;
|
3989
|
+
machineInfo: OperatingSystemInfo;
|
3990
|
+
deviceInfo: any[];
|
3991
|
+
runLevelExecutionDataSets: RunLevelExecutionDataSet$1[];
|
3992
|
+
headless: boolean;
|
3993
|
+
}
|
3994
|
+
interface SequentialMachineInstance extends Omit<MachineExecutionInstance, 'runLevelExecutionDataSets'> {
|
3995
|
+
peVariableSetId: string;
|
3996
|
+
globalVariableSetId: string;
|
3997
|
+
testDataSetId: string;
|
3998
|
+
peVariableSetName: string;
|
3999
|
+
globalVariableSetName: string;
|
4000
|
+
testDataSetName: string;
|
4001
|
+
}
|
4002
|
+
|
4003
|
+
declare const getSequentialPayload: (data: MachineExecutionInstance[]) => SequentialMachineInstance[];
|
4004
|
+
|
4005
|
+
type machineDataObj = any;
|
4006
|
+
interface MachineData {
|
4007
|
+
[key: string]: machineDataObj;
|
4008
|
+
}
|
4009
|
+
interface RunLevelExecutionDataSet {
|
4010
|
+
peVariableSetId: string;
|
4011
|
+
globalVariableSetId: string;
|
4012
|
+
testDataSetId: string;
|
4013
|
+
runScriptCount?: number;
|
4014
|
+
[key: string]: any;
|
4015
|
+
}
|
4016
|
+
interface ConnectingNodeConfig {
|
4017
|
+
isButton?: boolean;
|
4018
|
+
isMultiSelect?: boolean;
|
4019
|
+
parentNodeData?: {
|
4020
|
+
[key: string]: any;
|
4021
|
+
};
|
4022
|
+
parentNodeIndex?: number;
|
4023
|
+
childNodeData?: {
|
4024
|
+
[key: string]: any;
|
4025
|
+
};
|
4026
|
+
childNodeIndex?: number;
|
4027
|
+
runLevelExecutionDataSetIndex?: number;
|
4028
|
+
runLevelExecutionDataSet?: RunLevelExecutionDataSet;
|
4029
|
+
}
|
4030
|
+
interface ConnectBranchProps {
|
4031
|
+
data: MachineData;
|
4032
|
+
noOfScripts?: number;
|
4033
|
+
childNodeCurveHeight?: number;
|
4034
|
+
getParentNodeComponent: (nodeArgs: ConnectingNodeConfig) => ReactElement;
|
4035
|
+
getParentNodeComponentActionItems: (nodeArgs: ConnectingNodeConfig) => ReactElement;
|
4036
|
+
getChildNodeComponent: (nodeArgs: ConnectingNodeConfig) => ReactElement;
|
4037
|
+
isReadOnlyMode?: boolean;
|
4038
|
+
}
|
4039
|
+
|
4040
|
+
declare const ConnectingBranch: React__default.FC<ConnectBranchProps>;
|
4041
|
+
|
4042
|
+
declare const saveFileFromBlob: (blob: Blob, filename: string) => void;
|
4043
|
+
|
4044
|
+
declare const capitalize: (text: string) => string;
|
4045
|
+
|
4046
|
+
interface CommentType {
|
4047
|
+
id?: string | number;
|
4048
|
+
description?: string;
|
4049
|
+
createdBy?: string;
|
4050
|
+
modifiedBy?: string;
|
4051
|
+
createdByUname?: string;
|
4052
|
+
modifiedByUname?: string;
|
4053
|
+
createdOn?: string;
|
4054
|
+
modifiedOn?: string;
|
4055
|
+
name?: string;
|
4056
|
+
emailId?: string[];
|
4057
|
+
commentParentId?: string;
|
4058
|
+
comments: CommentType[];
|
4059
|
+
}
|
4060
|
+
interface CommentsProps {
|
4061
|
+
commentsData: CommentType[];
|
4062
|
+
handleAddComment: any;
|
4063
|
+
handleEditComment: any;
|
4064
|
+
handleDeleteComment: any;
|
4065
|
+
onCommentsDataChange?: (data: any) => void;
|
4066
|
+
currentUser?: {
|
4067
|
+
createdBy: string;
|
4068
|
+
modifiedBy: string;
|
4069
|
+
createdByUname: string;
|
4070
|
+
modifiedByUname: string;
|
4071
|
+
};
|
4072
|
+
isDisable?: boolean;
|
4073
|
+
userDetails?: any;
|
4074
|
+
}
|
4075
|
+
|
4076
|
+
declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, }: CommentsProps) => react_jsx_runtime.JSX.Element;
|
4077
|
+
|
4078
|
+
declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
|
4079
|
+
|
4080
|
+
declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>) => void;
|
4081
|
+
|
4082
|
+
interface PopUpModalProps {
|
4083
|
+
isOpen: boolean;
|
4084
|
+
onClose: () => void;
|
4085
|
+
onContinue?: () => void;
|
4086
|
+
titleMessage: string;
|
4087
|
+
subTitleMessage?: string;
|
4088
|
+
iconName: string;
|
4089
|
+
modalMessage: string | React.ReactNode;
|
4090
|
+
secondaryMessage?: string | React.ReactNode;
|
4091
|
+
firstButtonLabel?: string;
|
4092
|
+
secondButtonLabel: string;
|
4093
|
+
buttonVariant: any;
|
4094
|
+
border: string;
|
4095
|
+
popupWidth?: string;
|
4096
|
+
popupHeight?: string;
|
4097
|
+
colorForTitleMessage?: string;
|
4098
|
+
footerContent?: React.ReactNode;
|
4099
|
+
firstButtonDisabled?: boolean;
|
4100
|
+
secondButtonDisabled?: boolean;
|
4101
|
+
zIndex?: number;
|
4102
|
+
}
|
4103
|
+
|
4104
|
+
declare const PopUpModal: FC<PopUpModalProps>;
|
4105
|
+
|
4106
|
+
declare function formatString(input: string, removeSections?: string[]): string;
|
4107
|
+
|
4108
|
+
type dynamicObject$1 = {
|
4109
|
+
[key: string]: any;
|
4110
|
+
};
|
4111
|
+
type TestDataObject$1 = {
|
4112
|
+
_id: string;
|
4113
|
+
name: string;
|
4114
|
+
actualPath: string;
|
4115
|
+
searchKey: string;
|
4116
|
+
parentId: string;
|
4117
|
+
};
|
4118
|
+
interface ConditionalDropdownProps {
|
4119
|
+
/**
|
4120
|
+
* Label for the field
|
4121
|
+
*/
|
4122
|
+
label?: string;
|
4123
|
+
/**
|
4124
|
+
* Value in the input should stored in this state
|
4125
|
+
*/
|
4126
|
+
hashInputValue?: TestDataObject$1 | dynamicObject$1;
|
4127
|
+
/**
|
4128
|
+
* Function storing and updating the inputValue state
|
4129
|
+
*/
|
4130
|
+
setHashInputValue?: (value: File | dynamicObject$1 | null) => void;
|
4131
|
+
/**
|
4132
|
+
* List of variables
|
4133
|
+
*/
|
4134
|
+
variableList?: dynamicObject$1[];
|
4135
|
+
/**
|
4136
|
+
* Place holder for the input field
|
4137
|
+
*/
|
4138
|
+
placeholder?: string;
|
4139
|
+
/**
|
4140
|
+
* Function to handle input change
|
4141
|
+
* @param value
|
4142
|
+
* @returns
|
4143
|
+
*/
|
4144
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
4145
|
+
/**
|
4146
|
+
* Function to handle create variable icon click
|
4147
|
+
*/
|
4148
|
+
onCreateVariableClick?: () => void;
|
4149
|
+
/**
|
4150
|
+
* Width of the dropdown
|
4151
|
+
*/
|
4152
|
+
dropdownWidth?: string;
|
4153
|
+
/**
|
4154
|
+
* Name | name of the input field
|
4155
|
+
*/
|
4156
|
+
name?: string;
|
4157
|
+
/**
|
4158
|
+
* value | input field value
|
4159
|
+
*/
|
4160
|
+
value?: string;
|
4161
|
+
/**
|
4162
|
+
* variants to set color/style of the input field
|
4163
|
+
*/
|
4164
|
+
variant?: 'default' | 'primary';
|
4165
|
+
/**
|
4166
|
+
* type to set color/style of the input field
|
4167
|
+
*/
|
4168
|
+
type?: 'text' | 'password' | 'number' | 'email' | 'url' | 'time';
|
4169
|
+
/**
|
4170
|
+
* error | If true, error message will be displayed
|
4171
|
+
*/
|
4172
|
+
error?: boolean;
|
4173
|
+
/**
|
4174
|
+
* helperText | error, success, warning message to be shown
|
4175
|
+
*/
|
4176
|
+
helperText?: string;
|
4177
|
+
/**
|
4178
|
+
* to disable the input field
|
4179
|
+
*/
|
4180
|
+
disabled?: boolean;
|
4181
|
+
/**
|
4182
|
+
* if true, input field will be mandatory
|
4183
|
+
*/
|
4184
|
+
required?: boolean;
|
4185
|
+
/**
|
4186
|
+
* classnames to style the input field
|
4187
|
+
*/
|
4188
|
+
className?: string;
|
4189
|
+
/**
|
4190
|
+
* noBorder prop 'true' removes border of input
|
4191
|
+
*/
|
4192
|
+
noBorder?: boolean;
|
4193
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
4194
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
4195
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
4196
|
+
/**
|
4197
|
+
* id to select the input field uniquely
|
4198
|
+
*/
|
4199
|
+
id?: string;
|
4200
|
+
/**
|
4201
|
+
* if on, suggestion popup will be displayed
|
4202
|
+
*/
|
4203
|
+
autoComplete?: 'on' | 'off';
|
4204
|
+
/**
|
4205
|
+
* minimum and maximum values for the number type input field and their functions
|
4206
|
+
*/
|
4207
|
+
minValue?: string;
|
4208
|
+
maxValue?: string;
|
4209
|
+
/**
|
4210
|
+
* background of the input field prop
|
4211
|
+
*/
|
4212
|
+
transparentBackground?: boolean;
|
4213
|
+
/**
|
4214
|
+
* size for the input field
|
4215
|
+
*/
|
4216
|
+
size?: 'small' | 'medium';
|
4217
|
+
/**
|
4218
|
+
* isLabelRequired for the input field without label,showing placeholder
|
4219
|
+
*/
|
4220
|
+
isLabelRequired?: boolean;
|
4221
|
+
/**
|
4222
|
+
* If true, dropdown opens when '#' is entered at the first position.
|
4223
|
+
*/
|
4224
|
+
isHash?: boolean;
|
4225
|
+
/**
|
4226
|
+
* Options for the dropdown when `isHash` is true.
|
4227
|
+
*/
|
4228
|
+
dataFiles?: dynamicObject$1[];
|
4229
|
+
/**
|
4230
|
+
* a boolean prop to show add variable icon or not.
|
4231
|
+
*/
|
4232
|
+
showAddVariableIcon?: boolean;
|
4233
|
+
onlyDropdown?: boolean;
|
4234
|
+
formProps?: Record<string, any>;
|
4235
|
+
}
|
4236
|
+
|
4237
|
+
declare const ConditionalDropdown: React$1.ForwardRefExoticComponent<ConditionalDropdownProps & React$1.RefAttributes<HTMLInputElement>>;
|
4238
|
+
|
4239
|
+
declare const hasDuplicateFile: (array: any[], property: string) => boolean;
|
4240
|
+
|
4241
|
+
interface PhoneInputProps {
|
4242
|
+
country: string;
|
4243
|
+
value: string;
|
4244
|
+
onChange: (phone: string) => void;
|
4245
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
4246
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
4247
|
+
width?: string;
|
4248
|
+
placeholder?: string;
|
4249
|
+
isValid: any;
|
4250
|
+
id: string;
|
4251
|
+
international?: boolean;
|
4252
|
+
dropdownStyle?: React.CSSProperties;
|
4253
|
+
enableAreaCodeStretch?: boolean;
|
4254
|
+
defaultCountry?: string;
|
4255
|
+
disabled?: boolean;
|
4256
|
+
}
|
4257
|
+
|
4258
|
+
declare const PhoneInputField: React__default.FC<PhoneInputProps>;
|
4259
|
+
|
4260
|
+
type KeyboardAction = {
|
4261
|
+
key: string;
|
4262
|
+
action: () => void;
|
4263
|
+
};
|
4264
|
+
|
4265
|
+
declare const useKeyboardActions: (actions: KeyboardAction[]) => void;
|
4266
|
+
|
4267
|
+
declare const rearrangeDragItem: (initialArray: any[], oldIndex: number, newIndex: number) => any[];
|
4268
|
+
|
4269
|
+
declare const convertFormDataToObject: (formData: FormData) => Record<string, any>;
|
4270
|
+
|
4271
|
+
interface TreeDetailsResult {
|
4272
|
+
treeDataList: TreeNodeProps[];
|
4273
|
+
next: boolean;
|
4274
|
+
previous: boolean;
|
4275
|
+
startId: string;
|
4276
|
+
endId: string;
|
4277
|
+
root?: TreeNodeProps;
|
4278
|
+
}
|
4279
|
+
declare const getTreeDetails: (action: "above" | "below" | "expand" | "collapse" | "start" | "addAbove" | "addBelow" | "expandAll" | "collapseAll", oldData: TreeNodeProps[], newData: TreeNodeProps[], sourceId?: string) => TreeDetailsResult;
|
4280
|
+
|
4281
|
+
declare const useBeforeUnload: (beforeunload: boolean) => void;
|
4282
|
+
|
4283
|
+
declare const handleTreeNodeSect: (data: TreeNodeProps[], key: string | undefined, rootNode: TreeNodeProps | null, isChecked: boolean) => {
|
4284
|
+
data: TreeNodeProps[];
|
4285
|
+
rootNode?: TreeNodeProps | null;
|
4286
|
+
};
|
4287
|
+
|
4288
|
+
declare const handleTreeNodeExpandCollapse: (data: TreeNodeProps[], key: string | undefined, rootNode: TreeNodeProps | null, isExpanded: boolean) => {
|
4289
|
+
data: TreeNodeProps[];
|
4290
|
+
rootNode?: TreeNodeProps;
|
4291
|
+
};
|
4292
|
+
|
4293
|
+
declare const formatDate: (date: Date) => string;
|
4294
|
+
|
4295
|
+
declare const addPrePostStepGroup: (steps: any[], stepId: string, newSteps: any[]) => any[];
|
4296
|
+
declare const addStepGroup: (oldData: any[], title: string, stepId: string, newSteps: any[]) => any[];
|
4297
|
+
|
4298
|
+
type dynamicObject = {
|
4299
|
+
[key: string]: any;
|
4300
|
+
};
|
4301
|
+
type TestDataObject = {
|
4302
|
+
_id: string;
|
4303
|
+
name: string;
|
4304
|
+
actualPath: string;
|
4305
|
+
searchKey: string;
|
4306
|
+
parentId: string;
|
4307
|
+
};
|
4308
|
+
interface VariableSuggestionInputDropDownProps {
|
4309
|
+
/**
|
4310
|
+
* Label for the field
|
4311
|
+
*/
|
4312
|
+
label?: string;
|
4313
|
+
/**
|
4314
|
+
* Value in the input should stored in this state
|
4315
|
+
*/
|
4316
|
+
hashInputValue?: TestDataObject | dynamicObject;
|
4317
|
+
/**
|
4318
|
+
* Function storing and updating the inputValue state
|
4319
|
+
*/
|
4320
|
+
setHashInputValue?: (value: File | dynamicObject | null) => void;
|
4321
|
+
/**
|
4322
|
+
* List of variables
|
4323
|
+
*/
|
4324
|
+
variableList?: dynamicObject[];
|
4325
|
+
/**
|
4326
|
+
* Place holder for the input field
|
4327
|
+
*/
|
4328
|
+
placeholder?: string;
|
4329
|
+
/**
|
4330
|
+
* Function to handle input change
|
4331
|
+
* @param value
|
4332
|
+
* @returns
|
4333
|
+
*/
|
4334
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>, item?: dynamicObject) => void;
|
4335
|
+
/**
|
4336
|
+
* Function to handle create variable icon click
|
4337
|
+
*/
|
4338
|
+
onCreateVariableClick?: () => void;
|
4339
|
+
/**
|
4340
|
+
* Function to clear input field on close icon click
|
4341
|
+
*/
|
4342
|
+
handleClearInput?: () => void;
|
4343
|
+
/**
|
4344
|
+
* Width of the dropdown
|
4345
|
+
*/
|
4346
|
+
dropdownWidth?: string;
|
4347
|
+
/**
|
4348
|
+
* Height of the dropdown
|
4349
|
+
*/
|
4350
|
+
dropdownHeight?: string;
|
4351
|
+
/**
|
4352
|
+
* Name | name of the input field
|
4353
|
+
*/
|
4354
|
+
name?: string;
|
4355
|
+
/**
|
4356
|
+
* value | input field value
|
4357
|
+
*/
|
4358
|
+
value?: string;
|
4359
|
+
/**
|
4360
|
+
* variants to set color/style of the input field
|
4361
|
+
*/
|
4362
|
+
variant?: 'default' | 'primary';
|
4363
|
+
/**
|
4364
|
+
* type to set color/style of the input field
|
4365
|
+
*/
|
4366
|
+
type?: 'text' | 'password' | 'number' | 'email' | 'url' | 'time';
|
4367
|
+
/**
|
4368
|
+
* error | If true, error message will be displayed
|
4369
|
+
*/
|
4370
|
+
error?: boolean;
|
4371
|
+
/**
|
4372
|
+
* helperText | error, success, warning message to be shown
|
4373
|
+
*/
|
4374
|
+
helperText?: string;
|
4375
|
+
/**
|
4376
|
+
* to disable the input field
|
4377
|
+
*/
|
4378
|
+
disabled?: boolean;
|
4379
|
+
/**
|
4380
|
+
* if true, input field will be mandatory
|
4381
|
+
*/
|
4382
|
+
required?: boolean;
|
4383
|
+
/**
|
4384
|
+
* classnames to style the input field
|
4385
|
+
*/
|
4386
|
+
className?: string;
|
4387
|
+
/**
|
4388
|
+
* noBorder prop 'true' removes border of input
|
4389
|
+
*/
|
4390
|
+
noBorder?: boolean;
|
4391
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
4392
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
4393
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
4394
|
+
/**
|
4395
|
+
* id to select the input field uniquely
|
4396
|
+
*/
|
4397
|
+
id?: string;
|
4398
|
+
/**
|
4399
|
+
* if on, suggestion popup will be displayed
|
4400
|
+
*/
|
4401
|
+
autoComplete?: 'on' | 'off';
|
4402
|
+
/**
|
4403
|
+
* minimum and maximum values for the number type input field and their functions
|
4404
|
+
*/
|
4405
|
+
minValue?: string;
|
4406
|
+
maxValue?: string;
|
4407
|
+
/**
|
4408
|
+
* background of the input field prop
|
4409
|
+
*/
|
4410
|
+
transparentBackground?: boolean;
|
4411
|
+
/**
|
4412
|
+
* size for the input field
|
4413
|
+
*/
|
4414
|
+
size?: 'small' | 'medium';
|
4415
|
+
/**
|
4416
|
+
* isLabelRequired for the input field without label,showing placeholder
|
4417
|
+
*/
|
4418
|
+
isLabelRequired?: boolean;
|
4419
|
+
/**
|
4420
|
+
* If true, dropdown opens when '#' is entered at the first position.
|
4421
|
+
*/
|
4422
|
+
isHash?: boolean;
|
4423
|
+
/**
|
4424
|
+
* Options for the dropdown when `isHash` is true.
|
4425
|
+
*/
|
4426
|
+
dataFiles?: dynamicObject[];
|
4427
|
+
/**
|
4428
|
+
* a boolean prop to show add variable icon or not.
|
4429
|
+
*/
|
4430
|
+
showAddVariableIcon?: boolean;
|
4431
|
+
formProps?: Record<string, any>;
|
4432
|
+
zIndex?: number;
|
4433
|
+
truncateTextValue?: number;
|
4434
|
+
getSelectedVariable?: (option: string) => void;
|
4435
|
+
symbol?: string;
|
4436
|
+
}
|
4437
|
+
|
4438
|
+
declare const VariableSuggestionInputDropDown: React$1.ForwardRefExoticComponent<VariableSuggestionInputDropDownProps & React$1.RefAttributes<HTMLInputElement>>;
|
4439
|
+
|
4440
|
+
interface DataProps$1 {
|
4441
|
+
/**
|
4442
|
+
* data for each row
|
4443
|
+
*/
|
4444
|
+
[key: string]: any;
|
4445
|
+
}
|
4446
|
+
interface AddNlpProp$1 {
|
4447
|
+
action?: 'addBelow' | 'addLast' | 'replaceNlp' | 'EditNlp';
|
4448
|
+
nlpName?: string;
|
4449
|
+
sourceIndex?: number;
|
4450
|
+
id?: string;
|
4451
|
+
}
|
4452
|
+
interface SelectedItemProps {
|
4453
|
+
/**
|
4454
|
+
* selected row object | All selected flag
|
4455
|
+
*/
|
4456
|
+
[key: string]: string | number | boolean;
|
4457
|
+
}
|
4458
|
+
interface PrePostTableProps {
|
4459
|
+
/**
|
4460
|
+
* Data for table
|
4461
|
+
*/
|
4462
|
+
data: Array<number | string | DataProps$1>;
|
4463
|
+
/**
|
4464
|
+
* Column details for table
|
4465
|
+
*/
|
4466
|
+
columns: Array<any>;
|
4467
|
+
/**
|
4468
|
+
* Header type to have different background color
|
4469
|
+
*/
|
4470
|
+
headerType: 'default' | 'primary' | 'secondary' | 'tertiary';
|
4471
|
+
/**
|
4472
|
+
* withFixedHeader prop to have non-scrollable fixed table header
|
4473
|
+
*/
|
4474
|
+
withFixedHeader?: boolean;
|
4475
|
+
/**
|
4476
|
+
* borderWithRadius prop to have table with border 1px and borderRadius 5px
|
4477
|
+
*/
|
4478
|
+
borderWithRadius?: boolean;
|
4479
|
+
/**
|
4480
|
+
* Check box feature to select the row
|
4481
|
+
*/
|
4482
|
+
withCheckbox?: boolean;
|
4483
|
+
/**
|
4484
|
+
* Event for checkbox onClick
|
4485
|
+
*/
|
4486
|
+
onSelect?: (e: object, arg: SelectedItemProps) => void;
|
4487
|
+
/**
|
4488
|
+
* Check box feature to select the row
|
4489
|
+
*/
|
4490
|
+
allSelected?: boolean;
|
4491
|
+
/**
|
4492
|
+
* send true to show partial checkbox in the header
|
4493
|
+
*/
|
4494
|
+
partialSelected?: boolean;
|
4495
|
+
/**
|
4496
|
+
* send true to disable the checkbox in the header
|
4497
|
+
*/
|
4498
|
+
headerCheckboxDisabled?: boolean;
|
4499
|
+
/**
|
4500
|
+
* The content that to be displayed if no data not found
|
4501
|
+
*/
|
4502
|
+
noDataContent: string | ReactNode;
|
4503
|
+
/**
|
4504
|
+
* Image that to be displayed if you don't have data
|
4505
|
+
*/
|
4506
|
+
noDataImage?: string;
|
4507
|
+
/**
|
4508
|
+
* Size of the image that to be displayed if you don't have data
|
4509
|
+
*/
|
4510
|
+
noDataImageSize?: 'x-large' | 'large' | 'medium' | 'small' | 'x-small';
|
4511
|
+
/**
|
4512
|
+
* Height of the table in string
|
4513
|
+
*/
|
4514
|
+
height?: string;
|
4515
|
+
/**
|
4516
|
+
* classNames for the table container
|
4517
|
+
*/
|
4518
|
+
className?: string;
|
4519
|
+
/**
|
4520
|
+
* classNames for the table Header container
|
4521
|
+
*/
|
4522
|
+
tableHeadClass?: string;
|
4523
|
+
/**
|
4524
|
+
* classNames for the table Row container
|
4525
|
+
*/
|
4526
|
+
tableBodyRowClass?: string;
|
4527
|
+
/**
|
4528
|
+
* custom color for the column text
|
4529
|
+
*/
|
4530
|
+
headerTextColor?: 'default' | 'primary';
|
4531
|
+
/**
|
4532
|
+
* custom color for the row text
|
4533
|
+
*/
|
4534
|
+
tableDataTextColor?: string;
|
4535
|
+
/**
|
4536
|
+
* icon for the table header, for expand or other purposes
|
4537
|
+
*/
|
4538
|
+
headerIconName?: string;
|
4539
|
+
/**
|
4540
|
+
* handle function for the table header icon
|
4541
|
+
*/
|
4542
|
+
headerIconOnClick?: () => void;
|
4543
|
+
/**
|
4544
|
+
* Drag and Drop pass true to enable
|
4545
|
+
*/
|
4546
|
+
draggable?: boolean;
|
4547
|
+
/**
|
4548
|
+
* Drag and Drop indexes
|
4549
|
+
*/
|
4550
|
+
onDragEnd?: (startIndex: number, endIndex: number) => void | undefined;
|
4551
|
+
loadMore?: (_direction?: string) => void;
|
4552
|
+
/**
|
4553
|
+
* enable editMode by setting state row id
|
4554
|
+
*/
|
4555
|
+
editMode?: number | string;
|
4556
|
+
/**
|
4557
|
+
* The content that to be displayed if editComponent
|
4558
|
+
*/
|
4559
|
+
editComponent?: ReactNode;
|
4560
|
+
/**
|
4561
|
+
* The content that to be displayed NlpInput Component
|
4562
|
+
*/
|
4563
|
+
NlpComponent?: ReactNode;
|
4564
|
+
/**
|
4565
|
+
* state for the Add new Row in Table
|
4566
|
+
*/
|
4567
|
+
AddNlp?: AddNlpProp$1 | undefined | null;
|
4568
|
+
/**
|
4569
|
+
* handle function for Drag Starting in the Table
|
4570
|
+
*/
|
4571
|
+
handleDragStart?: () => void;
|
4572
|
+
loading?: boolean;
|
4573
|
+
handleViewComponent?: (_rowData: DataProps$1, _toggleViewRow: (_val: null) => void) => (() => ReactElement) | null;
|
4574
|
+
handleAccordion?: (row: any) => void;
|
4575
|
+
}
|
4576
|
+
|
4577
|
+
declare const PrePostTable: ({ data, columns, headerType, withCheckbox, onSelect, allSelected, partialSelected, withFixedHeader, borderWithRadius, headerCheckboxDisabled, noDataContent, height, className, tableHeadClass, tableBodyRowClass, headerTextColor, tableDataTextColor, draggable, onDragEnd, loadMore, editMode, editComponent, NlpComponent, AddNlp, handleDragStart, handleViewComponent, handleAccordion, loading, }: PrePostTableProps) => react_jsx_runtime.JSX.Element;
|
4578
|
+
|
4579
|
+
interface ColumnProps {
|
4580
|
+
/**
|
4581
|
+
* column name
|
4582
|
+
*/
|
4583
|
+
header: string;
|
4584
|
+
/**
|
4585
|
+
* data key for particular column
|
4586
|
+
*/
|
4587
|
+
accessor: string;
|
4588
|
+
/**
|
4589
|
+
* className for a column
|
4590
|
+
*/
|
4591
|
+
className?: string;
|
4592
|
+
/**
|
4593
|
+
* width of a column
|
4594
|
+
*/
|
4595
|
+
width?: number;
|
4596
|
+
/**
|
4597
|
+
* data for the column
|
4598
|
+
*/
|
4599
|
+
cell?: (e: any) => JSX.Element | string | ReactNode;
|
4600
|
+
extraInfo?: (e: any) => JSX.Element | string | ReactNode;
|
4601
|
+
}
|
4602
|
+
interface AddNlpProp {
|
4603
|
+
action?: 'addBelow' | 'addLast' | 'replaceNlp' | 'EditNlp';
|
4604
|
+
nlpName?: string;
|
4605
|
+
sourceIndex?: number;
|
4606
|
+
}
|
4607
|
+
interface DataProps {
|
4608
|
+
/**
|
4609
|
+
* data for each row
|
4610
|
+
*/
|
4611
|
+
[key: string]: any;
|
4612
|
+
}
|
4613
|
+
interface TableProps {
|
4614
|
+
/**
|
4615
|
+
* Column details for table
|
4616
|
+
*/
|
4617
|
+
tableMeta: Array<ColumnProps>;
|
4618
|
+
/**
|
4619
|
+
* Data for table
|
4620
|
+
*/
|
4621
|
+
tableData: Array<DataProps>;
|
4622
|
+
/**
|
4623
|
+
* Specific sentence to be displayed data not found
|
4624
|
+
*/
|
4625
|
+
noDataContent?: string | ReactNode;
|
4626
|
+
/**
|
4627
|
+
* withFixedHeader prop to have non-scrollable fixed accordion table header
|
4628
|
+
*/
|
4629
|
+
withFixedHeader?: boolean;
|
4630
|
+
/**
|
4631
|
+
* Height of the table in string
|
4632
|
+
*/
|
4633
|
+
height?: string;
|
4634
|
+
/**
|
4635
|
+
* Header type to have different background color
|
4636
|
+
*/
|
4637
|
+
headerType: 'default' | 'primary' | 'secondary';
|
4638
|
+
onDragEnd?: (startIndex: number, endIndex: number) => void | undefined;
|
4639
|
+
editMode?: number | string;
|
4640
|
+
/**
|
4641
|
+
* The content that to be displayed if editComponent
|
4642
|
+
*/
|
4643
|
+
editComponent?: ReactNode;
|
4644
|
+
/**
|
4645
|
+
* The content that to be displayed NlpInput Component
|
4646
|
+
*/
|
4647
|
+
NlpComponent?: ReactNode;
|
4648
|
+
/**
|
4649
|
+
* state for the Add new Row in Table
|
4650
|
+
*/
|
4651
|
+
AddNlp?: AddNlpProp | undefined | null;
|
4652
|
+
/**
|
4653
|
+
* handle function for Drag Starting in the Table
|
4654
|
+
*/
|
4655
|
+
handleDragStart?: VoidFunction;
|
4656
|
+
handleAccordion?: (e: any) => void;
|
4657
|
+
/**
|
4658
|
+
* Event for checkbox onClick
|
4659
|
+
*/
|
4660
|
+
onSelectClick?: (e: any) => void;
|
4661
|
+
/**
|
4662
|
+
* Check box feature to select the row
|
4663
|
+
*/
|
4664
|
+
handleViewComponent?: (_rowData: DataProps, _toggleViewRow: (_val: null) => void) => (() => ReactElement) | null;
|
4665
|
+
loading?: boolean;
|
4666
|
+
isViewPrivilegeMode?: boolean;
|
4667
|
+
}
|
4668
|
+
|
4669
|
+
declare const StepLandingTable: ({ tableMeta, tableData, noDataContent, height, withFixedHeader, headerType, handleDragStart, onDragEnd, editMode, editComponent, NlpComponent, AddNlp, handleAccordion, handleViewComponent, onSelectClick, loading, isViewPrivilegeMode, }: TableProps) => react_jsx_runtime.JSX.Element;
|
4670
|
+
|
4671
|
+
interface RichTextEditorProps {
|
4672
|
+
convertedContent: string;
|
4673
|
+
label?: string;
|
4674
|
+
setConvertedContent: (content: string) => void;
|
4675
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
4676
|
+
readOnly?: boolean;
|
4677
|
+
toolbarHidden?: boolean;
|
4678
|
+
toolbarOptions?: string[];
|
4679
|
+
mode?: 'view' | 'edit';
|
4680
|
+
analyticsClasses?: boolean;
|
4681
|
+
descriptionContentNotEditable?: boolean;
|
4682
|
+
required?: boolean;
|
4683
|
+
helperText?: string;
|
4684
|
+
}
|
4685
|
+
|
4686
|
+
declare const TextEditor: FC<RichTextEditorProps>;
|
4687
|
+
|
4688
|
+
interface NoDataFoundProps {
|
4689
|
+
iconName: string;
|
4690
|
+
iconWidth?: number;
|
4691
|
+
iconHeight?: number;
|
4692
|
+
text?: string;
|
4693
|
+
textFontSize?: string;
|
4694
|
+
}
|
4695
|
+
|
4696
|
+
declare const NoDataContent: React__default.FC<NoDataFoundProps>;
|
4697
|
+
|
4698
|
+
type CardProperties = {
|
4699
|
+
width?: string;
|
4700
|
+
height?: string;
|
4701
|
+
background?: string;
|
4702
|
+
borderRadius?: string;
|
4703
|
+
boxShadow?: string;
|
4704
|
+
padding?: string;
|
4705
|
+
margin?: string;
|
4706
|
+
border?: string;
|
4707
|
+
className?: string;
|
4708
|
+
style?: CSSProperties;
|
4709
|
+
onClick?: () => void;
|
4710
|
+
};
|
4711
|
+
type HeaderContentProperties = {
|
4712
|
+
isHeader?: boolean;
|
4713
|
+
content?: JSX.Element;
|
4714
|
+
};
|
4715
|
+
type MidContentProperties = {
|
4716
|
+
isMidContent?: boolean;
|
4717
|
+
content?: JSX.Element;
|
4718
|
+
};
|
4719
|
+
type FooterContentProperties = {
|
4720
|
+
isFooter?: boolean;
|
4721
|
+
content?: JSX.Element;
|
4722
|
+
};
|
4723
|
+
type CardProps = {
|
4724
|
+
cardProperties?: CardProperties;
|
4725
|
+
headerContent?: HeaderContentProperties;
|
4726
|
+
midContent: MidContentProperties;
|
4727
|
+
footerContent?: FooterContentProperties;
|
4728
|
+
isSkeleton?: boolean;
|
4729
|
+
};
|
4730
|
+
|
4731
|
+
declare const Card: FC<CardProps>;
|
4732
|
+
|
4733
|
+
declare const isEmptyObject: (obj: any) => boolean;
|
4734
|
+
|
4735
|
+
declare const toCamelCase: (str: string) => string;
|
4736
|
+
|
4737
|
+
declare const EMAIL_REGEX: RegExp;
|
4738
|
+
declare const URL_REGEX: RegExp;
|
4739
|
+
declare const PHONE_REGEX: RegExp;
|
4740
|
+
declare const POSTAL_CODE_REGEX: RegExp;
|
4741
|
+
declare const IPV4_REGEX: RegExp;
|
4742
|
+
declare const IPV6_REGEX: RegExp;
|
4743
|
+
declare const HEX_COLOR_REGEX: RegExp;
|
4744
|
+
declare const PASSWORD_SIMPLE_REGEX: RegExp;
|
4745
|
+
declare const PASSWORD_COMPLEX_REGEX: RegExp;
|
4746
|
+
declare const ALPHABET_ONLY_REGEX: RegExp;
|
4747
|
+
declare const NUMBERS_ONLY_REGEX: RegExp;
|
4748
|
+
declare const ALPHANUMERIC_REGEX: RegExp;
|
4749
|
+
declare const ALPHANUMERIC_WITH_ROUND_BRACES_REGEX: RegExp;
|
4750
|
+
declare const DATE_REGEX: RegExp;
|
4751
|
+
declare const TIME_REGEX: RegExp;
|
4752
|
+
declare const FILE_EXTENSION_REGEX: RegExp;
|
4753
|
+
declare const MAC_ADDRESS_REGEX: RegExp;
|
4754
|
+
declare const CREDIT_CARD_REGEX: RegExp;
|
4755
|
+
declare const SSN_REGEX: RegExp;
|
4756
|
+
declare const UUID_REGEX: RegExp;
|
4757
|
+
declare const HTML_TAG_REGEX: RegExp;
|
4758
|
+
declare const WHITESPACE_REGEX: RegExp;
|
4759
|
+
declare const US_ZIP_CODE_REGEX: RegExp;
|
4760
|
+
declare const USERNAME_REGEX: RegExp;
|
4761
|
+
declare const INDIAN_PHONE_REGEX: RegExp;
|
4762
|
+
declare const INDIAN_PIN_CODE_REGEX: RegExp;
|
4763
|
+
declare const GSTIN_REGEX: RegExp;
|
4764
|
+
declare const PAN_CARD_REGEX: RegExp;
|
4765
|
+
declare const AADHAAR_REGEX: RegExp;
|
4766
|
+
declare const VEHICLE_REGISTRATION_REGEX: RegExp;
|
4767
|
+
declare const INDIAN_CURRENCY_REGEX: RegExp;
|
4768
|
+
declare const INTERNATIONAL_PHONE_REGEX: RegExp;
|
4769
|
+
declare const INDIAN_PASSPORT_REGEX: RegExp;
|
4770
|
+
declare const DRIVING_LICENSE_REGEX: RegExp;
|
4771
|
+
declare const USERNAME_SPECIAL_REGEX: RegExp;
|
4772
|
+
declare const DECIMAL_NUMBER_REGEX: RegExp;
|
4773
|
+
declare const HTML_ATTRIBUTE_REGEX: RegExp;
|
4774
|
+
declare const RGB_COLOR_REGEX: RegExp;
|
4775
|
+
declare const HSL_COLOR_REGEX: RegExp;
|
4776
|
+
declare const BASE64_REGEX: RegExp;
|
4777
|
+
declare const BINARY_NUMBER_REGEX: RegExp;
|
4778
|
+
declare const HEXADECIMAL_NUMBER_REGEX: RegExp;
|
4779
|
+
declare const ROMAN_NUMERALS_REGEX: RegExp;
|
4780
|
+
declare const CURRENCY_GENERIC_REGEX: RegExp;
|
4781
|
+
declare const LINKEDIN_PROFILE_REGEX: RegExp;
|
4782
|
+
declare const TWITTER_HANDLE_REGEX: RegExp;
|
4783
|
+
declare const NUMBER_REGEX: RegExp;
|
4784
|
+
declare const UNIT_REGEX: RegExp;
|
4785
|
+
declare const SCRIPT_REGEX: RegExp;
|
4786
|
+
declare const MEMORY_VALIDATION_REGEX: RegExp;
|
4787
|
+
declare const STEP_GROUP_NAME_REGEX: RegExp;
|
4788
|
+
declare const NLP_DESCRIPTION_REGEX: RegExp;
|
4789
|
+
declare const FILE_NAME_REGEX: RegExp;
|
4790
|
+
declare const ELEMENTS_TRAILING_SPACE_REGEX: RegExp;
|
4791
|
+
declare const ELEMENTS_WHITE_SPACE_REGEX: RegExp;
|
4792
|
+
declare const PARAMETER_ALPHANUMERIC_REGEX: RegExp;
|
4793
|
+
declare const CAMEL_CASE_REGEX: RegExp;
|
4794
|
+
declare const DYNAMIC_VALUE__PLACEHOLDER_REGEX: RegExp;
|
4795
|
+
declare const DYNAMIC_VALUE_PATTERN_REGEX: RegExp;
|
4796
|
+
declare const DYNAMIC_VALUE_TYPE_REGEX: RegExp;
|
4797
|
+
declare const DYNAMIC_VALUE_WITH_VALID_BRACKETS_REGEX: RegExp;
|
4798
|
+
declare const CERTIFICATES_NAME_REGEX: RegExp;
|
4799
|
+
declare const HTML_FILE_TYPE_VALIDATION: RegExp;
|
4800
|
+
declare const BODY_TAG_TYPE_VALIDATION: RegExp;
|
4801
|
+
declare const XML_FILE_TYPE_VALIDATION: RegExp;
|
4802
|
+
declare const JAVASCRIPT_FILE_TYPE_VALIDATION: RegExp;
|
4803
|
+
declare const CHECK_CAMEL_CASE: RegExp;
|
4804
|
+
|
4805
|
+
declare const setStoreValue: (key: string, value: string | object | null) => void;
|
4806
|
+
declare const getStoreValue: (key: string) => string | unknown | null;
|
4807
|
+
declare const deleteStoreValue: (key: string) => void;
|
4808
|
+
declare const clearStore: () => void;
|
4809
|
+
|
4810
|
+
declare const convertToGB: (value: string) => number;
|
4811
|
+
|
4812
|
+
declare const convertToBytes: (value: string) => number;
|
4813
|
+
|
4814
|
+
export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_WITH_ROUND_BRACES_REGEX, Accordion, AddContentButton, AddResourceButton, AiToggle, AllProjectsDropdown, AppHeader, AttachMedia, AttachmentButton, Avatar, BASE64_REGEX, BINARY_NUMBER_REGEX, BODY_TAG_TYPE_VALIDATION, BarChart, Card as Box, BrowserTabs, Button, CAMEL_CASE_REGEX, CERTIFICATES_NAME_REGEX, CHECK_CAMEL_CASE, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, ChatModal, Checkbox, Chip, ChipWithCount, ChooseFile, Col, Comments, ConditionalDropdown, ConnectingBranch, Container, CreateVariableSlider, DATE_REGEX, DECIMAL_NUMBER_REGEX, DRIVING_LICENSE_REGEX, DYNAMIC_VALUE_PATTERN_REGEX, DYNAMIC_VALUE_TYPE_REGEX, DYNAMIC_VALUE_WITH_VALID_BRACKETS_REGEX, DYNAMIC_VALUE__PLACEHOLDER_REGEX, DashboardDonutChart, CustomDatePicker as DatePicker, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EditLabel, EditTextField, Editor, ErrorBoundary, ExcelFile as Excel, ExpandableMenu, FILE_EXTENSION_REGEX, FILE_NAME_REGEX, FieldSet, FileDropzone, FilePreview, ForwardedForms as Form, formatString as FormatString, GSTIN_REGEX, HEXADECIMAL_NUMBER_REGEX, HEX_COLOR_REGEX, HSL_COLOR_REGEX, HTML_ATTRIBUTE_REGEX, HTML_FILE_TYPE_VALIDATION, HTML_TAG_REGEX, HighlightText, HistoryCard, INDIAN_CURRENCY_REGEX, INDIAN_PASSPORT_REGEX, INDIAN_PHONE_REGEX, INDIAN_PIN_CODE_REGEX, INTERNATIONAL_PHONE_REGEX, IPV4_REGEX, IPV6_REGEX, Icon, IconButton, IconRadialChart, IconRadioGroup, Input, InputWithDropdown, JAVASCRIPT_FILE_TYPE_VALIDATION, LINKEDIN_PROFILE_REGEX, LabelEditTextField, LineChart, Link, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, MachineInputField, MediaPreview, MenuOption, MessageBox, MiniModal, MobileSkin, Modal, ModuleChip, MultiRadialChart, MultiSelect, NlpInput as NLPInput, NLP_DESCRIPTION_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, NoDataContent, OverviewModal, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, Paper, PhoneInputField, PieChart, PopUpModal, PrePostTable, ProgressBar, Prompt, PromptContainer, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, RadialChart, RadioButton, RadioGroup, Recaptcha, type RootNode, Row, SCRIPT_REGEX, SSN_REGEX, STEP_GROUP_NAME_REGEX, ScriptSwitchButton, Search, Select, SequentialConnectingBranch, StateDropdown, StatusButton, StatusCard, StepLandingTable, SwitchButton, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, TableWithAccordion, Tabs, TabsWithSilder, Textarea as TextArea, TextEditor, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, type TreeNodeProps, Typography, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, VariableDropdown, VariableInput, VariableSuggestionInputDropDown, WHITESPACE_REGEX, XML_FILE_TYPE_VALIDATION, addPrePostStepGroup, addStepGroup, capitalize, checkEmpty, clearStore, compareArrays, compareObjects, convertFormDataToObject, convertToBytes, convertToGB, debounce, deleteStoreValue, ffid, findAndInsert, formatDate, getEncryptedData, getExtension, getExtensionWithPeriod, getSequentialPayload, getStoreValue, getTreeDetails, handleTreeNodeExpandCollapse, handleTreeNodeSect, hasDuplicateFile, isEmptyObject, rearrangeDragItem, saveFileFromBlob, setStoreValue, throttle, toCamelCase, toast, truncateText, useBeforeUnload, useClickOutside, useFileDropzone, useKeyboardActions, useTheme };
|