saurabh-table-dnd-edit 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -0
- package/lib/ComponentProps/TreeNodeProps.d.ts +81 -0
- package/lib/ComponentProps/TreeNodeProps.js +2 -0
- package/lib/ComponentProps/TreeNodeProps.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.d.ts +3 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.js +21 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.d.ts +3 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js +630 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/index.d.ts +1 -0
- package/lib/StyleGuide/ColorPalette/index.js +2 -0
- package/lib/StyleGuide/ColorPalette/index.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/types.d.ts +17 -0
- package/lib/StyleGuide/ColorPalette/types.js +2 -0
- package/lib/StyleGuide/ColorPalette/types.js.map +1 -0
- package/lib/StyleGuide/Typography/Typography.d.ts +3 -0
- package/lib/StyleGuide/Typography/Typography.js +7 -0
- package/lib/StyleGuide/Typography/Typography.js.map +1 -0
- package/lib/StyleGuide/Typography/TypographyList.d.ts +5 -0
- package/lib/StyleGuide/Typography/TypographyList.js +4 -0
- package/lib/StyleGuide/Typography/TypographyList.js.map +1 -0
- package/lib/StyleGuide/Typography/types.d.ts +8 -0
- package/lib/StyleGuide/Typography/types.js +2 -0
- package/lib/StyleGuide/Typography/types.js.map +1 -0
- package/lib/ThirdPartyPackages/Adapter.d.ts +2 -0
- package/lib/ThirdPartyPackages/Adapter.js +3 -0
- package/lib/ThirdPartyPackages/Adapter.js.map +1 -0
- package/lib/ThirdPartyPackages/JanusGateway.d.ts +2 -0
- package/lib/ThirdPartyPackages/JanusGateway.js +3 -0
- package/lib/ThirdPartyPackages/JanusGateway.js.map +1 -0
- package/lib/assets/utils/functionUtils.d.ts +11 -0
- package/lib/assets/utils/functionUtils.js +74 -0
- package/lib/assets/utils/functionUtils.js.map +1 -0
- package/lib/components/Accordion/Accordion.d.ts +8 -0
- package/lib/components/Accordion/Accordion.js +29 -0
- package/lib/components/Accordion/Accordion.js.map +1 -0
- package/lib/components/Accordion/index.d.ts +1 -0
- package/lib/components/Accordion/index.js +2 -0
- package/lib/components/Accordion/index.js.map +1 -0
- package/lib/components/Accordion/types.d.ts +54 -0
- package/lib/components/Accordion/types.js +2 -0
- package/lib/components/Accordion/types.js.map +1 -0
- package/lib/components/AddContentButton/AddContentButton.d.ts +5 -0
- package/lib/components/AddContentButton/AddContentButton.js +11 -0
- package/lib/components/AddContentButton/AddContentButton.js.map +1 -0
- package/lib/components/AddContentButton/index.d.ts +1 -0
- package/lib/components/AddContentButton/index.js +2 -0
- package/lib/components/AddContentButton/index.js.map +1 -0
- package/lib/components/AddContentButton/types.d.ts +11 -0
- package/lib/components/AddContentButton/types.js +2 -0
- package/lib/components/AddContentButton/types.js.map +1 -0
- package/lib/components/AddResourceButton/AddResourceButton.d.ts +4 -0
- package/lib/components/AddResourceButton/AddResourceButton.js +79 -0
- package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +6 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js +15 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js.map +1 -0
- package/lib/components/AddResourceButton/index.d.ts +1 -0
- package/lib/components/AddResourceButton/index.js +2 -0
- package/lib/components/AddResourceButton/index.js.map +1 -0
- package/lib/components/AddResourceButton/type.d.ts +88 -0
- package/lib/components/AddResourceButton/type.js +27 -0
- package/lib/components/AddResourceButton/type.js.map +1 -0
- package/lib/components/AiToggle/AiToggle.d.ts +5 -0
- package/lib/components/AiToggle/AiToggle.js +21 -0
- package/lib/components/AiToggle/AiToggle.js.map +1 -0
- package/lib/components/AiToggle/index.d.ts +1 -0
- package/lib/components/AiToggle/index.js +2 -0
- package/lib/components/AiToggle/index.js.map +1 -0
- package/lib/components/AiToggle/types.d.ts +7 -0
- package/lib/components/AiToggle/types.js +2 -0
- package/lib/components/AiToggle/types.js.map +1 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.d.ts +4 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +141 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -0
- package/lib/components/AllProjectsDropdown/index.d.ts +1 -0
- package/lib/components/AllProjectsDropdown/index.js +2 -0
- package/lib/components/AllProjectsDropdown/index.js.map +1 -0
- package/lib/components/AllProjectsDropdown/types.d.ts +16 -0
- package/lib/components/AllProjectsDropdown/types.js +2 -0
- package/lib/components/AllProjectsDropdown/types.js.map +1 -0
- package/lib/components/AnimatedSetting/AnimatedSetting.d.ts +3 -0
- package/lib/components/AnimatedSetting/AnimatedSetting.js +33 -0
- package/lib/components/AnimatedSetting/AnimatedSetting.js.map +1 -0
- package/lib/components/AnimatedSetting/index.d.ts +1 -0
- package/lib/components/AnimatedSetting/index.js +2 -0
- package/lib/components/AnimatedSetting/index.js.map +1 -0
- package/lib/components/AnimatedSetting/type.d.ts +17 -0
- package/lib/components/AnimatedSetting/type.js +2 -0
- package/lib/components/AnimatedSetting/type.js.map +1 -0
- package/lib/components/AppHeader/AppHeader.d.ts +5 -0
- package/lib/components/AppHeader/AppHeader.js +236 -0
- package/lib/components/AppHeader/AppHeader.js.map +1 -0
- package/lib/components/AppHeader/index.d.ts +1 -0
- package/lib/components/AppHeader/index.js +2 -0
- package/lib/components/AppHeader/index.js.map +1 -0
- package/lib/components/AppHeader/types.d.ts +79 -0
- package/lib/components/AppHeader/types.js +2 -0
- package/lib/components/AppHeader/types.js.map +1 -0
- package/lib/components/AttachMedia/AttachMedia.d.ts +5 -0
- package/lib/components/AttachMedia/AttachMedia.js +15 -0
- package/lib/components/AttachMedia/AttachMedia.js.map +1 -0
- package/lib/components/AttachMedia/index.d.ts +1 -0
- package/lib/components/AttachMedia/index.js +2 -0
- package/lib/components/AttachMedia/index.js.map +1 -0
- package/lib/components/AttachMedia/types.d.ts +31 -0
- package/lib/components/AttachMedia/types.js +2 -0
- package/lib/components/AttachMedia/types.js.map +1 -0
- package/lib/components/AttachmentButton/AttachmentButton.d.ts +5 -0
- package/lib/components/AttachmentButton/AttachmentButton.js +100 -0
- package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -0
- package/lib/components/AttachmentButton/index.d.ts +1 -0
- package/lib/components/AttachmentButton/index.js +2 -0
- package/lib/components/AttachmentButton/index.js.map +1 -0
- package/lib/components/AttachmentButton/types.d.ts +26 -0
- package/lib/components/AttachmentButton/types.js +2 -0
- package/lib/components/AttachmentButton/types.js.map +1 -0
- package/lib/components/Avatar/Avatar.d.ts +5 -0
- package/lib/components/Avatar/Avatar.js +9 -0
- package/lib/components/Avatar/Avatar.js.map +1 -0
- package/lib/components/Avatar/index.d.ts +1 -0
- package/lib/components/Avatar/index.js +2 -0
- package/lib/components/Avatar/index.js.map +1 -0
- package/lib/components/Avatar/types.d.ts +34 -0
- package/lib/components/Avatar/types.js +2 -0
- package/lib/components/Avatar/types.js.map +1 -0
- package/lib/components/Box/Box.d.ts +5 -0
- package/lib/components/Box/Box.js +30 -0
- package/lib/components/Box/Box.js.map +1 -0
- package/lib/components/Box/index.d.ts +1 -0
- package/lib/components/Box/index.js +2 -0
- package/lib/components/Box/index.js.map +1 -0
- package/lib/components/Box/types.d.ts +34 -0
- package/lib/components/Box/types.js +2 -0
- package/lib/components/Box/types.js.map +1 -0
- package/lib/components/BrowserTabs/BrowserTabs.d.ts +5 -0
- package/lib/components/BrowserTabs/BrowserTabs.js +89 -0
- package/lib/components/BrowserTabs/BrowserTabs.js.map +1 -0
- package/lib/components/BrowserTabs/index.d.ts +1 -0
- package/lib/components/BrowserTabs/index.js +2 -0
- package/lib/components/BrowserTabs/index.js.map +1 -0
- package/lib/components/BrowserTabs/types.d.ts +68 -0
- package/lib/components/BrowserTabs/types.js +2 -0
- package/lib/components/BrowserTabs/types.js.map +1 -0
- package/lib/components/Button/Button.d.ts +5 -0
- package/lib/components/Button/Button.js +33 -0
- package/lib/components/Button/Button.js.map +1 -0
- package/lib/components/Button/index.d.ts +1 -0
- package/lib/components/Button/index.js +2 -0
- package/lib/components/Button/index.js.map +1 -0
- package/lib/components/Button/types.d.ts +107 -0
- package/lib/components/Button/types.js +2 -0
- package/lib/components/Button/types.js.map +1 -0
- package/lib/components/Carousel/Carousel.d.ts +8 -0
- package/lib/components/Carousel/Carousel.js +35 -0
- package/lib/components/Carousel/Carousel.js.map +1 -0
- package/lib/components/Carousel/index.d.ts +1 -0
- package/lib/components/Carousel/index.js +2 -0
- package/lib/components/Carousel/index.js.map +1 -0
- package/lib/components/Carousel/type.d.ts +27 -0
- package/lib/components/Carousel/type.js +2 -0
- package/lib/components/Carousel/type.js.map +1 -0
- package/lib/components/Charts/BarChart/BarChart.d.ts +43 -0
- package/lib/components/Charts/BarChart/BarChart.js +291 -0
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -0
- package/lib/components/Charts/BarChart/index.d.ts +1 -0
- package/lib/components/Charts/BarChart/index.js +2 -0
- package/lib/components/Charts/BarChart/index.js.map +1 -0
- package/lib/components/Charts/BarChart/types.d.ts +18 -0
- package/lib/components/Charts/BarChart/types.js +2 -0
- package/lib/components/Charts/BarChart/types.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.d.ts +5 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +523 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/index.d.ts +1 -0
- package/lib/components/Charts/DashboardDonutChart/index.js +2 -0
- package/lib/components/Charts/DashboardDonutChart/index.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/types.d.ts +62 -0
- package/lib/components/Charts/DashboardDonutChart/types.js +2 -0
- package/lib/components/Charts/DashboardDonutChart/types.js.map +1 -0
- package/lib/components/Charts/DonutChart/DonutChart.d.ts +5 -0
- package/lib/components/Charts/DonutChart/DonutChart.js +94 -0
- package/lib/components/Charts/DonutChart/DonutChart.js.map +1 -0
- package/lib/components/Charts/DonutChart/index.d.ts +1 -0
- package/lib/components/Charts/DonutChart/index.js +2 -0
- package/lib/components/Charts/DonutChart/index.js.map +1 -0
- package/lib/components/Charts/DonutChart/type.d.ts +15 -0
- package/lib/components/Charts/DonutChart/type.js +2 -0
- package/lib/components/Charts/DonutChart/type.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.d.ts +5 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js +81 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/index.d.ts +1 -0
- package/lib/components/Charts/IconRadialChart/index.js +2 -0
- package/lib/components/Charts/IconRadialChart/index.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/types.d.ts +25 -0
- package/lib/components/Charts/IconRadialChart/types.js +2 -0
- package/lib/components/Charts/IconRadialChart/types.js.map +1 -0
- package/lib/components/Charts/LineChart/LineChart.d.ts +5 -0
- package/lib/components/Charts/LineChart/LineChart.js +243 -0
- package/lib/components/Charts/LineChart/LineChart.js.map +1 -0
- package/lib/components/Charts/LineChart/index.d.ts +1 -0
- package/lib/components/Charts/LineChart/index.js +2 -0
- package/lib/components/Charts/LineChart/index.js.map +1 -0
- package/lib/components/Charts/LineChart/types.d.ts +32 -0
- package/lib/components/Charts/LineChart/types.js +2 -0
- package/lib/components/Charts/LineChart/types.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.d.ts +5 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js +207 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/index.d.ts +1 -0
- package/lib/components/Charts/MultiRadialChart/index.js +2 -0
- package/lib/components/Charts/MultiRadialChart/index.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/types.d.ts +30 -0
- package/lib/components/Charts/MultiRadialChart/types.js +2 -0
- package/lib/components/Charts/MultiRadialChart/types.js.map +1 -0
- package/lib/components/Charts/PieChart/PieChart.d.ts +5 -0
- package/lib/components/Charts/PieChart/PieChart.js +134 -0
- package/lib/components/Charts/PieChart/PieChart.js.map +1 -0
- package/lib/components/Charts/PieChart/index.d.ts +1 -0
- package/lib/components/Charts/PieChart/index.js +2 -0
- package/lib/components/Charts/PieChart/index.js.map +1 -0
- package/lib/components/Charts/PieChart/types.d.ts +27 -0
- package/lib/components/Charts/PieChart/types.js +2 -0
- package/lib/components/Charts/PieChart/types.js.map +1 -0
- package/lib/components/Charts/RadialChart/RadialChart.d.ts +5 -0
- package/lib/components/Charts/RadialChart/RadialChart.js +89 -0
- package/lib/components/Charts/RadialChart/RadialChart.js.map +1 -0
- package/lib/components/Charts/RadialChart/index.d.ts +1 -0
- package/lib/components/Charts/RadialChart/index.js +2 -0
- package/lib/components/Charts/RadialChart/index.js.map +1 -0
- package/lib/components/Charts/RadialChart/types.d.ts +26 -0
- package/lib/components/Charts/RadialChart/types.js +2 -0
- package/lib/components/Charts/RadialChart/types.js.map +1 -0
- package/lib/components/ChatModal/ChatModal.d.ts +5 -0
- package/lib/components/ChatModal/ChatModal.js +44 -0
- package/lib/components/ChatModal/ChatModal.js.map +1 -0
- package/lib/components/ChatModal/index.d.ts +1 -0
- package/lib/components/ChatModal/index.js +2 -0
- package/lib/components/ChatModal/index.js.map +1 -0
- package/lib/components/ChatModal/types.d.ts +31 -0
- package/lib/components/ChatModal/types.js +2 -0
- package/lib/components/ChatModal/types.js.map +1 -0
- package/lib/components/ChatModalAi/ChatModalAi.d.ts +4 -0
- package/lib/components/ChatModalAi/ChatModalAi.js +63 -0
- package/lib/components/ChatModalAi/ChatModalAi.js.map +1 -0
- package/lib/components/ChatModalAi/index.d.ts +1 -0
- package/lib/components/ChatModalAi/index.js +2 -0
- package/lib/components/ChatModalAi/index.js.map +1 -0
- package/lib/components/ChatModalAi/types.d.ts +34 -0
- package/lib/components/ChatModalAi/types.js +2 -0
- package/lib/components/ChatModalAi/types.js.map +1 -0
- package/lib/components/Checkbox/Checkbox.d.ts +6 -0
- package/lib/components/Checkbox/Checkbox.js +23 -0
- package/lib/components/Checkbox/Checkbox.js.map +1 -0
- package/lib/components/Checkbox/index.d.ts +1 -0
- package/lib/components/Checkbox/index.js +2 -0
- package/lib/components/Checkbox/index.js.map +1 -0
- package/lib/components/Checkbox/types.d.ts +43 -0
- package/lib/components/Checkbox/types.js +2 -0
- package/lib/components/Checkbox/types.js.map +1 -0
- package/lib/components/Chip/Chip.d.ts +4 -0
- package/lib/components/Chip/Chip.js +25 -0
- package/lib/components/Chip/Chip.js.map +1 -0
- package/lib/components/Chip/index.d.ts +1 -0
- package/lib/components/Chip/index.js +2 -0
- package/lib/components/Chip/index.js.map +1 -0
- package/lib/components/Chip/types.d.ts +20 -0
- package/lib/components/Chip/types.js +2 -0
- package/lib/components/Chip/types.js.map +1 -0
- package/lib/components/ChipWithCount/ChipWithCount.d.ts +5 -0
- package/lib/components/ChipWithCount/ChipWithCount.js +14 -0
- package/lib/components/ChipWithCount/ChipWithCount.js.map +1 -0
- package/lib/components/ChipWithCount/index.d.ts +1 -0
- package/lib/components/ChipWithCount/index.js +2 -0
- package/lib/components/ChipWithCount/index.js.map +1 -0
- package/lib/components/ChipWithCount/types.d.ts +7 -0
- package/lib/components/ChipWithCount/types.js +2 -0
- package/lib/components/ChipWithCount/types.js.map +1 -0
- package/lib/components/ChooseFile/ChooseFile.d.ts +4 -0
- package/lib/components/ChooseFile/ChooseFile.js +21 -0
- package/lib/components/ChooseFile/ChooseFile.js.map +1 -0
- package/lib/components/ChooseFile/types.d.ts +76 -0
- package/lib/components/ChooseFile/types.js +2 -0
- package/lib/components/ChooseFile/types.js.map +1 -0
- package/lib/components/Comments/Comments.d.ts +4 -0
- package/lib/components/Comments/Comments.js +271 -0
- package/lib/components/Comments/Comments.js.map +1 -0
- package/lib/components/Comments/childComment/ChildComment.d.ts +4 -0
- package/lib/components/Comments/childComment/ChildComment.js +270 -0
- package/lib/components/Comments/childComment/ChildComment.js.map +1 -0
- package/lib/components/Comments/childComment/useNode.d.ts +7 -0
- package/lib/components/Comments/childComment/useNode.js +49 -0
- package/lib/components/Comments/childComment/useNode.js.map +1 -0
- package/lib/components/Comments/commentCommonUtils.d.ts +11 -0
- package/lib/components/Comments/commentCommonUtils.js +15 -0
- package/lib/components/Comments/commentCommonUtils.js.map +1 -0
- package/lib/components/Comments/index.d.ts +1 -0
- package/lib/components/Comments/index.js +2 -0
- package/lib/components/Comments/index.js.map +1 -0
- package/lib/components/Comments/mentionUser/MentionUser.d.ts +5 -0
- package/lib/components/Comments/mentionUser/MentionUser.js +54 -0
- package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -0
- package/lib/components/Comments/type.d.ts +67 -0
- package/lib/components/Comments/type.js +2 -0
- package/lib/components/Comments/type.js.map +1 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.d.ts +4 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js +218 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.d.ts +5 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.js +26 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -0
- package/lib/components/ConditionalDropdown/index.d.ts +1 -0
- package/lib/components/ConditionalDropdown/index.js +2 -0
- package/lib/components/ConditionalDropdown/index.js.map +1 -0
- package/lib/components/ConditionalDropdown/types.d.ts +173 -0
- package/lib/components/ConditionalDropdown/types.js +2 -0
- package/lib/components/ConditionalDropdown/types.js.map +1 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.d.ts +3 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js +37 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js.map +1 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.d.ts +5 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.js +101 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.js.map +1 -0
- package/lib/components/ConnectingBranch/data.d.ts +70 -0
- package/lib/components/ConnectingBranch/data.js +213 -0
- package/lib/components/ConnectingBranch/data.js.map +1 -0
- package/lib/components/ConnectingBranch/index.d.ts +1 -0
- package/lib/components/ConnectingBranch/index.js +2 -0
- package/lib/components/ConnectingBranch/index.js.map +1 -0
- package/lib/components/ConnectingBranch/types.d.ts +53 -0
- package/lib/components/ConnectingBranch/types.js +2 -0
- package/lib/components/ConnectingBranch/types.js.map +1 -0
- package/lib/components/ContentCard/ContentCard.d.ts +5 -0
- package/lib/components/ContentCard/ContentCard.js +16 -0
- package/lib/components/ContentCard/ContentCard.js.map +1 -0
- package/lib/components/ContentCard/index.d.ts +1 -0
- package/lib/components/ContentCard/index.js +2 -0
- package/lib/components/ContentCard/index.js.map +1 -0
- package/lib/components/ContentCard/types.d.ts +5 -0
- package/lib/components/ContentCard/types.js +2 -0
- package/lib/components/ContentCard/types.js.map +1 -0
- package/lib/components/CreateVariable/CreateVariableSlider.d.ts +5 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js +129 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -0
- package/lib/components/CreateVariable/index.d.ts +1 -0
- package/lib/components/CreateVariable/index.js +2 -0
- package/lib/components/CreateVariable/index.js.map +1 -0
- package/lib/components/CreateVariable/types.d.ts +85 -0
- package/lib/components/CreateVariable/types.js +2 -0
- package/lib/components/CreateVariable/types.js.map +1 -0
- package/lib/components/DatePicker/DatePicker.d.ts +5 -0
- package/lib/components/DatePicker/DatePicker.js +317 -0
- package/lib/components/DatePicker/DatePicker.js.map +1 -0
- package/lib/components/DatePicker/Timepicker.d.ts +4 -0
- package/lib/components/DatePicker/Timepicker.js +230 -0
- package/lib/components/DatePicker/Timepicker.js.map +1 -0
- package/lib/components/DatePicker/index.d.ts +1 -0
- package/lib/components/DatePicker/index.js +2 -0
- package/lib/components/DatePicker/index.js.map +1 -0
- package/lib/components/DatePicker/types.d.ts +103 -0
- package/lib/components/DatePicker/types.js +2 -0
- package/lib/components/DatePicker/types.js.map +1 -0
- package/lib/components/DebugToolsPanel/DebugToolsPanel.d.ts +5 -0
- package/lib/components/DebugToolsPanel/DebugToolsPanel.js +39 -0
- package/lib/components/DebugToolsPanel/DebugToolsPanel.js.map +1 -0
- package/lib/components/DebugToolsPanel/index.d.ts +1 -0
- package/lib/components/DebugToolsPanel/index.js +2 -0
- package/lib/components/DebugToolsPanel/index.js.map +1 -0
- package/lib/components/DebugToolsPanel/type.d.ts +8 -0
- package/lib/components/DebugToolsPanel/type.js +2 -0
- package/lib/components/DebugToolsPanel/type.js.map +1 -0
- package/lib/components/DownloadClient/DownloadClient.d.ts +4 -0
- package/lib/components/DownloadClient/DownloadClient.js +24 -0
- package/lib/components/DownloadClient/DownloadClient.js.map +1 -0
- package/lib/components/DownloadClient/index.d.ts +1 -0
- package/lib/components/DownloadClient/index.js +2 -0
- package/lib/components/DownloadClient/index.js.map +1 -0
- package/lib/components/DownloadClient/type.d.ts +27 -0
- package/lib/components/DownloadClient/type.js +2 -0
- package/lib/components/DownloadClient/type.js.map +1 -0
- package/lib/components/DragAndDrop/DragAndDrop.d.ts +11 -0
- package/lib/components/DragAndDrop/DragAndDrop.js +7 -0
- package/lib/components/DragAndDrop/DragAndDrop.js.map +1 -0
- package/lib/components/DragAndDrop/DragAndDropList.d.ts +20 -0
- package/lib/components/DragAndDrop/DragAndDropList.js +54 -0
- package/lib/components/DragAndDrop/DragAndDropList.js.map +1 -0
- package/lib/components/DragAndDrop/index.d.ts +1 -0
- package/lib/components/DragAndDrop/index.js +2 -0
- package/lib/components/DragAndDrop/index.js.map +1 -0
- package/lib/components/Drawer/Drawer.d.ts +5 -0
- package/lib/components/Drawer/Drawer.js +121 -0
- package/lib/components/Drawer/Drawer.js.map +1 -0
- package/lib/components/Drawer/Types.d.ts +173 -0
- package/lib/components/Drawer/Types.js +2 -0
- package/lib/components/Drawer/Types.js.map +1 -0
- package/lib/components/Drawer/index.d.ts +1 -0
- package/lib/components/Drawer/index.js +2 -0
- package/lib/components/Drawer/index.js.map +1 -0
- package/lib/components/EditLabel/EditLabel.d.ts +4 -0
- package/lib/components/EditLabel/EditLabel.js +230 -0
- package/lib/components/EditLabel/EditLabel.js.map +1 -0
- package/lib/components/EditLabel/index.d.ts +1 -0
- package/lib/components/EditLabel/index.js +2 -0
- package/lib/components/EditLabel/index.js.map +1 -0
- package/lib/components/EditLabel/types.d.ts +44 -0
- package/lib/components/EditLabel/types.js +2 -0
- package/lib/components/EditLabel/types.js.map +1 -0
- package/lib/components/EditTextField/EditTextField.d.ts +5 -0
- package/lib/components/EditTextField/EditTextField.js +85 -0
- package/lib/components/EditTextField/EditTextField.js.map +1 -0
- package/lib/components/EditTextField/index.d.ts +1 -0
- package/lib/components/EditTextField/index.js +2 -0
- package/lib/components/EditTextField/index.js.map +1 -0
- package/lib/components/EditTextField/types.d.ts +52 -0
- package/lib/components/EditTextField/types.js +2 -0
- package/lib/components/EditTextField/types.js.map +1 -0
- package/lib/components/Editor/DynamicWidthToolTip.d.ts +6 -0
- package/lib/components/Editor/DynamicWidthToolTip.js +54 -0
- package/lib/components/Editor/DynamicWidthToolTip.js.map +1 -0
- package/lib/components/Editor/Editor.d.ts +4 -0
- package/lib/components/Editor/Editor.js +445 -0
- package/lib/components/Editor/Editor.js.map +1 -0
- package/lib/components/Editor/VariableDropdown.d.ts +5 -0
- package/lib/components/Editor/VariableDropdown.js +69 -0
- package/lib/components/Editor/VariableDropdown.js.map +1 -0
- package/lib/components/Editor/calculateDropdownPosition.d.ts +7 -0
- package/lib/components/Editor/calculateDropdownPosition.js +23 -0
- package/lib/components/Editor/calculateDropdownPosition.js.map +1 -0
- package/lib/components/Editor/constants.d.ts +3 -0
- package/lib/components/Editor/constants.js +294 -0
- package/lib/components/Editor/constants.js.map +1 -0
- package/lib/components/Editor/index.d.ts +1 -0
- package/lib/components/Editor/index.js +2 -0
- package/lib/components/Editor/index.js.map +1 -0
- package/lib/components/Editor/types.d.ts +124 -0
- package/lib/components/Editor/types.js +2 -0
- package/lib/components/Editor/types.js.map +1 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +9 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.js +22 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.d.ts +8 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.js +2 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.js.map +1 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.d.ts +9 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js +23 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js.map +1 -0
- package/lib/components/Excel/Data.d.ts +187 -0
- package/lib/components/Excel/Data.js +656 -0
- package/lib/components/Excel/Data.js.map +1 -0
- package/lib/components/Excel/Data2.d.ts +133 -0
- package/lib/components/Excel/Data2.js +698 -0
- package/lib/components/Excel/Data2.js.map +1 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.d.ts +12 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js +35 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +105 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js +597 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.d.ts +38 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +483 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +80 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +179 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js +25 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js +26 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +31 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.d.ts +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +36 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js +68 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.d.ts +10 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js +38 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +133 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +26 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +95 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +465 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js +16 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +270 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +274 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.d.ts +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js +18 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.d.ts +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.d.ts +16 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js +94 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js +23 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.d.ts +2 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.d.ts +20 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js +127 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.d.ts +24 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js +63 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.d.ts +13 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +10 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.d.ts +68 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js +296 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.d.ts +22 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js +61 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.d.ts +11 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +765 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.d.ts +46 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +825 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.d.ts +95 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js +189 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +292 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js +2 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +76 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +468 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.d.ts +19 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +123 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -0
- package/lib/components/Excel/Types.d.ts +184 -0
- package/lib/components/Excel/Types.js +2 -0
- package/lib/components/Excel/Types.js.map +1 -0
- package/lib/components/Excel/dataConversion.d.ts +2 -0
- package/lib/components/Excel/dataConversion.js +144 -0
- package/lib/components/Excel/dataConversion.js.map +1 -0
- package/lib/components/Excel/index.d.ts +1 -0
- package/lib/components/Excel/index.js +2 -0
- package/lib/components/Excel/index.js.map +1 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.d.ts +5 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.js +41 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.js.map +1 -0
- package/lib/components/ExpandableMenu/index.d.ts +1 -0
- package/lib/components/ExpandableMenu/index.js +2 -0
- package/lib/components/ExpandableMenu/index.js.map +1 -0
- package/lib/components/ExpandableMenu/types.d.ts +35 -0
- package/lib/components/ExpandableMenu/types.js +2 -0
- package/lib/components/ExpandableMenu/types.js.map +1 -0
- package/lib/components/ExpandableTable/ExpandableTable.d.ts +12 -0
- package/lib/components/ExpandableTable/ExpandableTable.js +19 -0
- package/lib/components/ExpandableTable/ExpandableTable.js.map +1 -0
- package/lib/components/FF_Captcha/Recaptcha.d.ts +6 -0
- package/lib/components/FF_Captcha/Recaptcha.js +24 -0
- package/lib/components/FF_Captcha/Recaptcha.js.map +1 -0
- package/lib/components/FF_Captcha/index.d.ts +0 -0
- package/lib/components/FF_Captcha/index.js +2 -0
- package/lib/components/FF_Captcha/index.js.map +1 -0
- package/lib/components/FF_Captcha/types.d.ts +29 -0
- package/lib/components/FF_Captcha/types.js +2 -0
- package/lib/components/FF_Captcha/types.js.map +1 -0
- package/lib/components/FieldSet/FieldSet.d.ts +5 -0
- package/lib/components/FieldSet/FieldSet.js +8 -0
- package/lib/components/FieldSet/FieldSet.js.map +1 -0
- package/lib/components/FieldSet/index.d.ts +1 -0
- package/lib/components/FieldSet/index.js +2 -0
- package/lib/components/FieldSet/index.js.map +1 -0
- package/lib/components/FieldSet/types.d.ts +7 -0
- package/lib/components/FieldSet/types.js +2 -0
- package/lib/components/FieldSet/types.js.map +1 -0
- package/lib/components/FileDropzone/Dropzone.d.ts +5 -0
- package/lib/components/FileDropzone/Dropzone.js +30 -0
- package/lib/components/FileDropzone/Dropzone.js.map +1 -0
- package/lib/components/FileDropzone/FileDropzone.d.ts +4 -0
- package/lib/components/FileDropzone/FileDropzone.js +64 -0
- package/lib/components/FileDropzone/FileDropzone.js.map +1 -0
- package/lib/components/FileDropzone/FilePreview.d.ts +4 -0
- package/lib/components/FileDropzone/FilePreview.js +33 -0
- package/lib/components/FileDropzone/FilePreview.js.map +1 -0
- package/lib/components/FileDropzone/RadioFilePreview.d.ts +4 -0
- package/lib/components/FileDropzone/RadioFilePreview.js +50 -0
- package/lib/components/FileDropzone/RadioFilePreview.js.map +1 -0
- package/lib/components/FileDropzone/index.d.ts +1 -0
- package/lib/components/FileDropzone/index.js +2 -0
- package/lib/components/FileDropzone/index.js.map +1 -0
- package/lib/components/FileDropzone/types.d.ts +228 -0
- package/lib/components/FileDropzone/types.js +2 -0
- package/lib/components/FileDropzone/types.js.map +1 -0
- package/lib/components/Form/Form.d.ts +2 -0
- package/lib/components/Form/Form.js +3 -0
- package/lib/components/Form/Form.js.map +1 -0
- package/lib/components/Form/Forms.d.ts +13 -0
- package/lib/components/Form/Forms.js +19 -0
- package/lib/components/Form/Forms.js.map +1 -0
- package/lib/components/Form/index.d.ts +1 -0
- package/lib/components/Form/index.js +2 -0
- package/lib/components/Form/index.js.map +1 -0
- package/lib/components/Form/types.d.ts +1 -0
- package/lib/components/Form/types.js +2 -0
- package/lib/components/Form/types.js.map +1 -0
- package/lib/components/GridLayout/GridLayout.d.ts +6 -0
- package/lib/components/GridLayout/GridLayout.js +15 -0
- package/lib/components/GridLayout/GridLayout.js.map +1 -0
- package/lib/components/GridLayout/index.d.ts +2 -0
- package/lib/components/GridLayout/index.js +2 -0
- package/lib/components/GridLayout/index.js.map +1 -0
- package/lib/components/GridLayout/types.d.ts +74 -0
- package/lib/components/GridLayout/types.js +2 -0
- package/lib/components/GridLayout/types.js.map +1 -0
- package/lib/components/HighlightText/HighlightText.d.ts +4 -0
- package/lib/components/HighlightText/HighlightText.js +21 -0
- package/lib/components/HighlightText/HighlightText.js.map +1 -0
- package/lib/components/HighlightText/index.d.ts +1 -0
- package/lib/components/HighlightText/index.js +2 -0
- package/lib/components/HighlightText/index.js.map +1 -0
- package/lib/components/HighlightText/types.d.ts +5 -0
- package/lib/components/HighlightText/types.js +2 -0
- package/lib/components/HighlightText/types.js.map +1 -0
- package/lib/components/HistoryCard/HistoryCard.d.ts +25 -0
- package/lib/components/HistoryCard/HistoryCard.js +9 -0
- package/lib/components/HistoryCard/HistoryCard.js.map +1 -0
- package/lib/components/HistoryCard/index.d.ts +1 -0
- package/lib/components/HistoryCard/index.js +2 -0
- package/lib/components/HistoryCard/index.js.map +1 -0
- package/lib/components/Icon/Icon.d.ts +4 -0
- package/lib/components/Icon/Icon.js +66 -0
- package/lib/components/Icon/Icon.js.map +1 -0
- package/lib/components/Icon/iconList.d.ts +2 -0
- package/lib/components/Icon/iconList.js +1095 -0
- package/lib/components/Icon/iconList.js.map +1 -0
- package/lib/components/Icon/index.d.ts +1 -0
- package/lib/components/Icon/index.js +2 -0
- package/lib/components/Icon/index.js.map +1 -0
- package/lib/components/Icon/types.d.ts +19 -0
- package/lib/components/Icon/types.js +2 -0
- package/lib/components/Icon/types.js.map +1 -0
- package/lib/components/IconButton/IconButton.d.ts +4 -0
- package/lib/components/IconButton/IconButton.js +15 -0
- package/lib/components/IconButton/IconButton.js.map +1 -0
- package/lib/components/IconButton/index.d.ts +1 -0
- package/lib/components/IconButton/index.js +2 -0
- package/lib/components/IconButton/index.js.map +1 -0
- package/lib/components/IconButton/types.d.ts +10 -0
- package/lib/components/IconButton/types.js +2 -0
- package/lib/components/IconButton/types.js.map +1 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.d.ts +5 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.js +34 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.js.map +1 -0
- package/lib/components/IconRadioGroup/index.d.ts +1 -0
- package/lib/components/IconRadioGroup/index.js +2 -0
- package/lib/components/IconRadioGroup/index.js.map +1 -0
- package/lib/components/IconRadioGroup/type.d.ts +41 -0
- package/lib/components/IconRadioGroup/type.js +2 -0
- package/lib/components/IconRadioGroup/type.js.map +1 -0
- package/lib/components/Input/Input.d.ts +4 -0
- package/lib/components/Input/Input.js +222 -0
- package/lib/components/Input/Input.js.map +1 -0
- package/lib/components/Input/index.d.ts +1 -0
- package/lib/components/Input/index.js +2 -0
- package/lib/components/Input/index.js.map +1 -0
- package/lib/components/Input/types.d.ts +164 -0
- package/lib/components/Input/types.js +2 -0
- package/lib/components/Input/types.js.map +1 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +4 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js +64 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -0
- package/lib/components/InputWithDropdown/index.d.ts +1 -0
- package/lib/components/InputWithDropdown/index.js +2 -0
- package/lib/components/InputWithDropdown/index.js.map +1 -0
- package/lib/components/InputWithDropdown/types.d.ts +107 -0
- package/lib/components/InputWithDropdown/types.js +2 -0
- package/lib/components/InputWithDropdown/types.js.map +1 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.d.ts +5 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.js +168 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.js.map +1 -0
- package/lib/components/LabelEditTextField/index.d.ts +1 -0
- package/lib/components/LabelEditTextField/index.js +2 -0
- package/lib/components/LabelEditTextField/index.js.map +1 -0
- package/lib/components/LabelEditTextField/types.d.ts +53 -0
- package/lib/components/LabelEditTextField/types.js +2 -0
- package/lib/components/LabelEditTextField/types.js.map +1 -0
- package/lib/components/LazyLoad/LazyLoad.d.ts +2 -0
- package/lib/components/LazyLoad/LazyLoad.js +3 -0
- package/lib/components/LazyLoad/LazyLoad.js.map +1 -0
- package/lib/components/LazyLoad/LazyLoading.d.ts +2 -0
- package/lib/components/LazyLoad/LazyLoading.js +10 -0
- package/lib/components/LazyLoad/LazyLoading.js.map +1 -0
- package/lib/components/LazyLoad/index.d.ts +1 -0
- package/lib/components/LazyLoad/index.js +2 -0
- package/lib/components/LazyLoad/index.js.map +1 -0
- package/lib/components/LineLoader/LineLoader.d.ts +5 -0
- package/lib/components/LineLoader/LineLoader.js +7 -0
- package/lib/components/LineLoader/LineLoader.js.map +1 -0
- package/lib/components/LineLoader/index.d.ts +1 -0
- package/lib/components/LineLoader/index.js +2 -0
- package/lib/components/LineLoader/index.js.map +1 -0
- package/lib/components/LineLoader/types.d.ts +5 -0
- package/lib/components/LineLoader/types.js +2 -0
- package/lib/components/LineLoader/types.js.map +1 -0
- package/lib/components/Link/Link.d.ts +4 -0
- package/lib/components/Link/Link.js +38 -0
- package/lib/components/Link/Link.js.map +1 -0
- package/lib/components/Link/index.d.ts +1 -0
- package/lib/components/Link/index.js +2 -0
- package/lib/components/Link/index.js.map +1 -0
- package/lib/components/Link/types.d.ts +93 -0
- package/lib/components/Link/types.js +2 -0
- package/lib/components/Link/types.js.map +1 -0
- package/lib/components/MachineInputField/MachineInputField.d.ts +7 -0
- package/lib/components/MachineInputField/MachineInputField.js +53 -0
- package/lib/components/MachineInputField/MachineInputField.js.map +1 -0
- package/lib/components/MachineInputField/index.d.ts +1 -0
- package/lib/components/MachineInputField/index.js +2 -0
- package/lib/components/MachineInputField/index.js.map +1 -0
- package/lib/components/MachineInputField/types.d.ts +17 -0
- package/lib/components/MachineInputField/types.js +2 -0
- package/lib/components/MachineInputField/types.js.map +1 -0
- package/lib/components/MediaPreview/MediaPreview.d.ts +5 -0
- package/lib/components/MediaPreview/MediaPreview.js +40 -0
- package/lib/components/MediaPreview/MediaPreview.js.map +1 -0
- package/lib/components/MediaPreview/index.d.ts +1 -0
- package/lib/components/MediaPreview/index.js +2 -0
- package/lib/components/MediaPreview/index.js.map +1 -0
- package/lib/components/MediaPreview/types.d.ts +16 -0
- package/lib/components/MediaPreview/types.js +2 -0
- package/lib/components/MediaPreview/types.js.map +1 -0
- package/lib/components/MediaViewerModal/MediaViewerModal.d.ts +5 -0
- package/lib/components/MediaViewerModal/MediaViewerModal.js +100 -0
- package/lib/components/MediaViewerModal/MediaViewerModal.js.map +1 -0
- package/lib/components/MediaViewerModal/index.d.ts +1 -0
- package/lib/components/MediaViewerModal/index.js +2 -0
- package/lib/components/MediaViewerModal/index.js.map +1 -0
- package/lib/components/MediaViewerModal/type.d.ts +22 -0
- package/lib/components/MediaViewerModal/type.js +2 -0
- package/lib/components/MediaViewerModal/type.js.map +1 -0
- package/lib/components/MenuOption/MenuOption.d.ts +4 -0
- package/lib/components/MenuOption/MenuOption.js +228 -0
- package/lib/components/MenuOption/MenuOption.js.map +1 -0
- package/lib/components/MenuOption/index.d.ts +1 -0
- package/lib/components/MenuOption/index.js +2 -0
- package/lib/components/MenuOption/index.js.map +1 -0
- package/lib/components/MenuOption/types.d.ts +222 -0
- package/lib/components/MenuOption/types.js +2 -0
- package/lib/components/MenuOption/types.js.map +1 -0
- package/lib/components/MessageBox/MessageBox.d.ts +5 -0
- package/lib/components/MessageBox/MessageBox.js +19 -0
- package/lib/components/MessageBox/MessageBox.js.map +1 -0
- package/lib/components/MessageBox/index.d.ts +1 -0
- package/lib/components/MessageBox/index.js +2 -0
- package/lib/components/MessageBox/index.js.map +1 -0
- package/lib/components/MessageBox/types.d.ts +8 -0
- package/lib/components/MessageBox/types.js +2 -0
- package/lib/components/MessageBox/types.js.map +1 -0
- package/lib/components/MiniModal/MiniModal.d.ts +4 -0
- package/lib/components/MiniModal/MiniModal.js +274 -0
- package/lib/components/MiniModal/MiniModal.js.map +1 -0
- package/lib/components/MiniModal/index.d.ts +1 -0
- package/lib/components/MiniModal/index.js +2 -0
- package/lib/components/MiniModal/index.js.map +1 -0
- package/lib/components/MiniModal/types.d.ts +131 -0
- package/lib/components/MiniModal/types.js +2 -0
- package/lib/components/MiniModal/types.js.map +1 -0
- package/lib/components/MobileSkin/MobileSkin.d.ts +5 -0
- package/lib/components/MobileSkin/MobileSkin.js +41 -0
- package/lib/components/MobileSkin/MobileSkin.js.map +1 -0
- package/lib/components/MobileSkin/MobileSkinInterface.d.ts +18 -0
- package/lib/components/MobileSkin/MobileSkinInterface.js +2 -0
- package/lib/components/MobileSkin/MobileSkinInterface.js.map +1 -0
- package/lib/components/MobileSkin/index.d.ts +1 -0
- package/lib/components/MobileSkin/index.js +2 -0
- package/lib/components/MobileSkin/index.js.map +1 -0
- package/lib/components/MobileSkin/types.d.ts +37 -0
- package/lib/components/MobileSkin/types.js +2 -0
- package/lib/components/MobileSkin/types.js.map +1 -0
- package/lib/components/Modal/Modal.d.ts +4 -0
- package/lib/components/Modal/Modal.js +39 -0
- package/lib/components/Modal/Modal.js.map +1 -0
- package/lib/components/Modal/index.d.ts +1 -0
- package/lib/components/Modal/index.js +2 -0
- package/lib/components/Modal/index.js.map +1 -0
- package/lib/components/Modal/types.d.ts +34 -0
- package/lib/components/Modal/types.js +2 -0
- package/lib/components/Modal/types.js.map +1 -0
- package/lib/components/ModulesChip/ModuleChip.d.ts +4 -0
- package/lib/components/ModulesChip/ModuleChip.js +14 -0
- package/lib/components/ModulesChip/ModuleChip.js.map +1 -0
- package/lib/components/ModulesChip/index.d.ts +1 -0
- package/lib/components/ModulesChip/index.js +2 -0
- package/lib/components/ModulesChip/index.js.map +1 -0
- package/lib/components/ModulesChip/types.d.ts +15 -0
- package/lib/components/ModulesChip/types.js +2 -0
- package/lib/components/ModulesChip/types.js.map +1 -0
- package/lib/components/MultiSelect/Dropdown.d.ts +4 -0
- package/lib/components/MultiSelect/Dropdown.js +155 -0
- package/lib/components/MultiSelect/Dropdown.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelect.d.ts +4 -0
- package/lib/components/MultiSelect/MultiSelect.js +371 -0
- package/lib/components/MultiSelect/MultiSelect.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelectTypes.d.ts +49 -0
- package/lib/components/MultiSelect/MultiSelectTypes.js +2 -0
- package/lib/components/MultiSelect/MultiSelectTypes.js.map +1 -0
- package/lib/components/MultiSelect/dropdownTypes.d.ts +29 -0
- package/lib/components/MultiSelect/dropdownTypes.js +6 -0
- package/lib/components/MultiSelect/dropdownTypes.js.map +1 -0
- package/lib/components/MultiSelect/index.d.ts +1 -0
- package/lib/components/MultiSelect/index.js +2 -0
- package/lib/components/MultiSelect/index.js.map +1 -0
- package/lib/components/NLPInput/NlpInput.d.ts +4 -0
- package/lib/components/NLPInput/NlpInput.js +254 -0
- package/lib/components/NLPInput/NlpInput.js.map +1 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.d.ts +4 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js +93 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js.map +1 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +44 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js +7 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js.map +1 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +4 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +211 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -0
- package/lib/components/NLPInput/index.d.ts +1 -0
- package/lib/components/NLPInput/index.js +2 -0
- package/lib/components/NLPInput/index.js.map +1 -0
- package/lib/components/NLPInput/sampleData.d.ts +153 -0
- package/lib/components/NLPInput/sampleData.js +189 -0
- package/lib/components/NLPInput/sampleData.js.map +1 -0
- package/lib/components/NLPInput/types.d.ts +97 -0
- package/lib/components/NLPInput/types.js +2 -0
- package/lib/components/NLPInput/types.js.map +1 -0
- package/lib/components/NoDataContent/NoDataContent.d.ts +5 -0
- package/lib/components/NoDataContent/NoDataContent.js +9 -0
- package/lib/components/NoDataContent/NoDataContent.js.map +1 -0
- package/lib/components/NoDataContent/index.d.ts +1 -0
- package/lib/components/NoDataContent/index.js +2 -0
- package/lib/components/NoDataContent/index.js.map +1 -0
- package/lib/components/NoDataContent/type.d.ts +9 -0
- package/lib/components/NoDataContent/type.js +2 -0
- package/lib/components/NoDataContent/type.js.map +1 -0
- package/lib/components/OsTree/OsTree.d.ts +5 -0
- package/lib/components/OsTree/OsTree.js +11 -0
- package/lib/components/OsTree/OsTree.js.map +1 -0
- package/lib/components/OsTree/index.d.ts +1 -0
- package/lib/components/OsTree/index.js +2 -0
- package/lib/components/OsTree/index.js.map +1 -0
- package/lib/components/OsTree/type.d.ts +26 -0
- package/lib/components/OsTree/type.js +2 -0
- package/lib/components/OsTree/type.js.map +1 -0
- package/lib/components/OtpVerification/OtpVerification.d.ts +5 -0
- package/lib/components/OtpVerification/OtpVerification.js +70 -0
- package/lib/components/OtpVerification/OtpVerification.js.map +1 -0
- package/lib/components/OtpVerification/index.d.ts +1 -0
- package/lib/components/OtpVerification/index.js +2 -0
- package/lib/components/OtpVerification/index.js.map +1 -0
- package/lib/components/OtpVerification/type.d.ts +18 -0
- package/lib/components/OtpVerification/type.js +2 -0
- package/lib/components/OtpVerification/type.js.map +1 -0
- package/lib/components/OverviewModal/index.d.ts +1 -0
- package/lib/components/OverviewModal/index.js +2 -0
- package/lib/components/OverviewModal/index.js.map +1 -0
- package/lib/components/OverviewModal/overviewModal.d.ts +5 -0
- package/lib/components/OverviewModal/overviewModal.js +64 -0
- package/lib/components/OverviewModal/overviewModal.js.map +1 -0
- package/lib/components/OverviewModal/types.d.ts +51 -0
- package/lib/components/OverviewModal/types.js +2 -0
- package/lib/components/OverviewModal/types.js.map +1 -0
- package/lib/components/Paper/Paper.d.ts +4 -0
- package/lib/components/Paper/Paper.js +9 -0
- package/lib/components/Paper/Paper.js.map +1 -0
- package/lib/components/Paper/index.d.ts +1 -0
- package/lib/components/Paper/index.js +2 -0
- package/lib/components/Paper/index.js.map +1 -0
- package/lib/components/Paper/types.d.ts +15 -0
- package/lib/components/Paper/types.js +2 -0
- package/lib/components/Paper/types.js.map +1 -0
- package/lib/components/PhoneInput/PhoneInput.d.ts +5 -0
- package/lib/components/PhoneInput/PhoneInput.js +73 -0
- package/lib/components/PhoneInput/PhoneInput.js.map +1 -0
- package/lib/components/PhoneInput/index.d.ts +1 -0
- package/lib/components/PhoneInput/index.js +2 -0
- package/lib/components/PhoneInput/index.js.map +1 -0
- package/lib/components/PhoneInput/types.d.ts +26 -0
- package/lib/components/PhoneInput/types.js +2 -0
- package/lib/components/PhoneInput/types.js.map +1 -0
- package/lib/components/PopUpModal/PopUpModal.d.ts +5 -0
- package/lib/components/PopUpModal/PopUpModal.js +11 -0
- package/lib/components/PopUpModal/PopUpModal.js.map +1 -0
- package/lib/components/PopUpModal/types.d.ts +22 -0
- package/lib/components/PopUpModal/types.js +2 -0
- package/lib/components/PopUpModal/types.js.map +1 -0
- package/lib/components/PrePostTable/PrePostTable.d.ts +4 -0
- package/lib/components/PrePostTable/PrePostTable.js +145 -0
- package/lib/components/PrePostTable/PrePostTable.js.map +1 -0
- package/lib/components/PrePostTable/Types.d.ts +193 -0
- package/lib/components/PrePostTable/Types.js +2 -0
- package/lib/components/PrePostTable/Types.js.map +1 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.d.ts +4 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.js +39 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.js.map +1 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.d.ts +4 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.js +18 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.js.map +1 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.d.ts +9 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.js +17 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.js.map +1 -0
- package/lib/components/PrePostTable/index.d.ts +1 -0
- package/lib/components/PrePostTable/index.js +2 -0
- package/lib/components/PrePostTable/index.js.map +1 -0
- package/lib/components/ProgressBar/ProgressBar.d.ts +5 -0
- package/lib/components/ProgressBar/ProgressBar.js +62 -0
- package/lib/components/ProgressBar/ProgressBar.js.map +1 -0
- package/lib/components/ProgressBar/index.d.ts +1 -0
- package/lib/components/ProgressBar/index.js +2 -0
- package/lib/components/ProgressBar/index.js.map +1 -0
- package/lib/components/ProgressBar/types.d.ts +15 -0
- package/lib/components/ProgressBar/types.js +2 -0
- package/lib/components/ProgressBar/types.js.map +1 -0
- package/lib/components/Prompt/Prompt.d.ts +5 -0
- package/lib/components/Prompt/Prompt.js +29 -0
- package/lib/components/Prompt/Prompt.js.map +1 -0
- package/lib/components/Prompt/index.d.ts +1 -0
- package/lib/components/Prompt/index.js +2 -0
- package/lib/components/Prompt/index.js.map +1 -0
- package/lib/components/Prompt/types.d.ts +23 -0
- package/lib/components/Prompt/types.js +2 -0
- package/lib/components/Prompt/types.js.map +1 -0
- package/lib/components/PromptContainer/PromptContainer.d.ts +5 -0
- package/lib/components/PromptContainer/PromptContainer.js +76 -0
- package/lib/components/PromptContainer/PromptContainer.js.map +1 -0
- package/lib/components/PromptContainer/index.d.ts +1 -0
- package/lib/components/PromptContainer/index.js +2 -0
- package/lib/components/PromptContainer/index.js.map +1 -0
- package/lib/components/PromptContainer/types.d.ts +24 -0
- package/lib/components/PromptContainer/types.js +2 -0
- package/lib/components/PromptContainer/types.js.map +1 -0
- package/lib/components/RadioButton/RadioButton.d.ts +5 -0
- package/lib/components/RadioButton/RadioButton.js +9 -0
- package/lib/components/RadioButton/RadioButton.js.map +1 -0
- package/lib/components/RadioButton/index.d.ts +1 -0
- package/lib/components/RadioButton/index.js +2 -0
- package/lib/components/RadioButton/index.js.map +1 -0
- package/lib/components/RadioButton/radioButtonTypes.d.ts +58 -0
- package/lib/components/RadioButton/radioButtonTypes.js +2 -0
- package/lib/components/RadioButton/radioButtonTypes.js.map +1 -0
- package/lib/components/RadioGroup/RadioGroup.d.ts +4 -0
- package/lib/components/RadioGroup/RadioGroup.js +10 -0
- package/lib/components/RadioGroup/RadioGroup.js.map +1 -0
- package/lib/components/RadioGroup/index.d.ts +1 -0
- package/lib/components/RadioGroup/index.js +2 -0
- package/lib/components/RadioGroup/index.js.map +1 -0
- package/lib/components/RadioGroup/radioGroupTypes.d.ts +90 -0
- package/lib/components/RadioGroup/radioGroupTypes.js +2 -0
- package/lib/components/RadioGroup/radioGroupTypes.js.map +1 -0
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.d.ts +5 -0
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js +46 -0
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js.map +1 -0
- package/lib/components/ScriptGenerationLoader/index.d.ts +1 -0
- package/lib/components/ScriptGenerationLoader/index.js +2 -0
- package/lib/components/ScriptGenerationLoader/index.js.map +1 -0
- package/lib/components/ScriptGenerationLoader/types.d.ts +20 -0
- package/lib/components/ScriptGenerationLoader/types.js +2 -0
- package/lib/components/ScriptGenerationLoader/types.js.map +1 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.d.ts +9 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js +16 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js.map +1 -0
- package/lib/components/ScriptSwitchButton/index.d.ts +1 -0
- package/lib/components/ScriptSwitchButton/index.js +2 -0
- package/lib/components/ScriptSwitchButton/index.js.map +1 -0
- package/lib/components/Search/Search.d.ts +4 -0
- package/lib/components/Search/Search.js +148 -0
- package/lib/components/Search/Search.js.map +1 -0
- package/lib/components/Search/index.d.ts +1 -0
- package/lib/components/Search/index.js +2 -0
- package/lib/components/Search/index.js.map +1 -0
- package/lib/components/Search/types.d.ts +31 -0
- package/lib/components/Search/types.js +2 -0
- package/lib/components/Search/types.js.map +1 -0
- package/lib/components/Select/Select.d.ts +5 -0
- package/lib/components/Select/Select.js +257 -0
- package/lib/components/Select/Select.js.map +1 -0
- package/lib/components/Select/components/Dropdown.d.ts +5 -0
- package/lib/components/Select/components/Dropdown.js +141 -0
- package/lib/components/Select/components/Dropdown.js.map +1 -0
- package/lib/components/Select/components/types.d.ts +35 -0
- package/lib/components/Select/components/types.js +7 -0
- package/lib/components/Select/components/types.js.map +1 -0
- package/lib/components/Select/index.d.ts +1 -0
- package/lib/components/Select/index.js +2 -0
- package/lib/components/Select/index.js.map +1 -0
- package/lib/components/Select/types.d.ts +118 -0
- package/lib/components/Select/types.js +2 -0
- package/lib/components/Select/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.d.ts +5 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +72 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.d.ts +4 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +184 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.d.ts +23 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.d.ts +4 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js +23 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.d.ts +16 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.d.ts +5 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js +13 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.d.ts +8 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.d.ts +3 -0
- package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.js +4 -0
- package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/index.d.ts +1 -0
- package/lib/components/SequentialConnectingBranch/index.js +2 -0
- package/lib/components/SequentialConnectingBranch/index.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/types.d.ts +74 -0
- package/lib/components/SequentialConnectingBranch/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/types.js.map +1 -0
- package/lib/components/SessionDropdown/SessionDropdown.d.ts +5 -0
- package/lib/components/SessionDropdown/SessionDropdown.js +31 -0
- package/lib/components/SessionDropdown/SessionDropdown.js.map +1 -0
- package/lib/components/SessionDropdown/index.d.ts +2 -0
- package/lib/components/SessionDropdown/index.js +3 -0
- package/lib/components/SessionDropdown/index.js.map +1 -0
- package/lib/components/SessionDropdown/type.d.ts +39 -0
- package/lib/components/SessionDropdown/type.js +2 -0
- package/lib/components/SessionDropdown/type.js.map +1 -0
- package/lib/components/SessionManager/SessionManager.d.ts +4 -0
- package/lib/components/SessionManager/SessionManager.js +47 -0
- package/lib/components/SessionManager/SessionManager.js.map +1 -0
- package/lib/components/SessionManager/index.d.ts +1 -0
- package/lib/components/SessionManager/index.js +2 -0
- package/lib/components/SessionManager/index.js.map +1 -0
- package/lib/components/SessionManager/types.d.ts +10 -0
- package/lib/components/SessionManager/types.js +2 -0
- package/lib/components/SessionManager/types.js.map +1 -0
- package/lib/components/StateDropdown/StateDropdown.d.ts +4 -0
- package/lib/components/StateDropdown/StateDropdown.js +76 -0
- package/lib/components/StateDropdown/StateDropdown.js.map +1 -0
- package/lib/components/StateDropdown/StateDropdownTypes.d.ts +12 -0
- package/lib/components/StateDropdown/StateDropdownTypes.js +2 -0
- package/lib/components/StateDropdown/StateDropdownTypes.js.map +1 -0
- package/lib/components/StateDropdown/index.d.ts +1 -0
- package/lib/components/StateDropdown/index.js +2 -0
- package/lib/components/StateDropdown/index.js.map +1 -0
- package/lib/components/StatusBadge/StatusBadge.d.ts +10 -0
- package/lib/components/StatusBadge/StatusBadge.js +38 -0
- package/lib/components/StatusBadge/StatusBadge.js.map +1 -0
- package/lib/components/StatusBadge/index.d.ts +1 -0
- package/lib/components/StatusBadge/index.js +2 -0
- package/lib/components/StatusBadge/index.js.map +1 -0
- package/lib/components/StatusButton/StatusButton.d.ts +4 -0
- package/lib/components/StatusButton/StatusButton.js +11 -0
- package/lib/components/StatusButton/StatusButton.js.map +1 -0
- package/lib/components/StatusButton/index.d.ts +1 -0
- package/lib/components/StatusButton/index.js +2 -0
- package/lib/components/StatusButton/index.js.map +1 -0
- package/lib/components/StatusButton/types.d.ts +36 -0
- package/lib/components/StatusButton/types.js +2 -0
- package/lib/components/StatusButton/types.js.map +1 -0
- package/lib/components/StatusCard/StatusCard.d.ts +5 -0
- package/lib/components/StatusCard/StatusCard.js +41 -0
- package/lib/components/StatusCard/StatusCard.js.map +1 -0
- package/lib/components/StatusCard/index.d.ts +1 -0
- package/lib/components/StatusCard/index.js +2 -0
- package/lib/components/StatusCard/index.js.map +1 -0
- package/lib/components/StatusCard/types.d.ts +18 -0
- package/lib/components/StatusCard/types.js +2 -0
- package/lib/components/StatusCard/types.js.map +1 -0
- package/lib/components/StatusIndicator/StatusIndicator.d.ts +4 -0
- package/lib/components/StatusIndicator/StatusIndicator.js +26 -0
- package/lib/components/StatusIndicator/StatusIndicator.js.map +1 -0
- package/lib/components/StatusIndicator/index.d.ts +1 -0
- package/lib/components/StatusIndicator/index.js +2 -0
- package/lib/components/StatusIndicator/index.js.map +1 -0
- package/lib/components/StatusIndicator/types.d.ts +9 -0
- package/lib/components/StatusIndicator/types.js +2 -0
- package/lib/components/StatusIndicator/types.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.d.ts +3 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.js +35 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.d.ts +2 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.js +34 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.d.ts +5 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +82 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js +256 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepResultStats.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepResultStats.js +70 -0
- package/lib/components/StepsLandingTable/Components/StepResultStats.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js +81 -0
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepsTitle.d.ts +3 -0
- package/lib/components/StepsLandingTable/Components/StepsTitle.js +39 -0
- package/lib/components/StepsLandingTable/Components/StepsTitle.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/Types.d.ts +203 -0
- package/lib/components/StepsLandingTable/Components/Types.js +2 -0
- package/lib/components/StepsLandingTable/Components/Types.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.d.ts +14 -0
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js +386 -0
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/index.d.ts +1 -0
- package/lib/components/StepsLandingTable/Components/index.js +2 -0
- package/lib/components/StepsLandingTable/Components/index.js.map +1 -0
- package/lib/components/StepsLandingTable/StepLandingTable.d.ts +5 -0
- package/lib/components/StepsLandingTable/StepLandingTable.js +219 -0
- package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -0
- package/lib/components/StepsLandingTable/constant.d.ts +482 -0
- package/lib/components/StepsLandingTable/constant.js +1057 -0
- package/lib/components/StepsLandingTable/constant.js.map +1 -0
- package/lib/components/StepsLandingTable/index.d.ts +1 -0
- package/lib/components/StepsLandingTable/index.js +2 -0
- package/lib/components/StepsLandingTable/index.js.map +1 -0
- package/lib/components/StepsLandingTable/types.d.ts +101 -0
- package/lib/components/StepsLandingTable/types.js +2 -0
- package/lib/components/StepsLandingTable/types.js.map +1 -0
- package/lib/components/SwitchButton/SwitchButton.d.ts +5 -0
- package/lib/components/SwitchButton/SwitchButton.js +11 -0
- package/lib/components/SwitchButton/SwitchButton.js.map +1 -0
- package/lib/components/SwitchButton/index.d.ts +1 -0
- package/lib/components/SwitchButton/index.js +2 -0
- package/lib/components/SwitchButton/index.js.map +1 -0
- package/lib/components/SwitchButton/types.d.ts +34 -0
- package/lib/components/SwitchButton/types.js +2 -0
- package/lib/components/SwitchButton/types.js.map +1 -0
- package/lib/components/Table/EditComponent.d.ts +3 -0
- package/lib/components/Table/EditComponent.js +47 -0
- package/lib/components/Table/EditComponent.js.map +1 -0
- package/lib/components/Table/NoDataContent.d.ts +4 -0
- package/lib/components/Table/NoDataContent.js +9 -0
- package/lib/components/Table/NoDataContent.js.map +1 -0
- package/lib/components/Table/Table.d.ts +4 -0
- package/lib/components/Table/Table.js +204 -0
- package/lib/components/Table/Table.js.map +1 -0
- package/lib/components/Table/Types.d.ts +211 -0
- package/lib/components/Table/Types.js +2 -0
- package/lib/components/Table/Types.js.map +1 -0
- package/lib/components/Table/components/SortableRow.d.ts +2 -0
- package/lib/components/Table/components/SortableRow.js +81 -0
- package/lib/components/Table/components/SortableRow.js.map +1 -0
- package/lib/components/Table/components/TableHeader.d.ts +3 -0
- package/lib/components/Table/components/TableHeader.js +29 -0
- package/lib/components/Table/components/TableHeader.js.map +1 -0
- package/lib/components/Table/components/VirtualizedRows.d.ts +3 -0
- package/lib/components/Table/components/VirtualizedRows.js +19 -0
- package/lib/components/Table/components/VirtualizedRows.js.map +1 -0
- package/lib/components/Table/index.d.ts +1 -0
- package/lib/components/Table/index.js +2 -0
- package/lib/components/Table/index.js.map +1 -0
- package/lib/components/Table/utils/constants.d.ts +6 -0
- package/lib/components/Table/utils/constants.js +9 -0
- package/lib/components/Table/utils/constants.js.map +1 -0
- package/lib/components/Table/utils/virtualization.d.ts +7 -0
- package/lib/components/Table/utils/virtualization.js +41 -0
- package/lib/components/Table/utils/virtualization.js.map +1 -0
- package/lib/components/TableTree/Components/TableBody.d.ts +3 -0
- package/lib/components/TableTree/Components/TableBody.js +12 -0
- package/lib/components/TableTree/Components/TableBody.js.map +1 -0
- package/lib/components/TableTree/Components/TableCell.d.ts +4 -0
- package/lib/components/TableTree/Components/TableCell.js +81 -0
- package/lib/components/TableTree/Components/TableCell.js.map +1 -0
- package/lib/components/TableTree/Components/TableHead.d.ts +4 -0
- package/lib/components/TableTree/Components/TableHead.js +40 -0
- package/lib/components/TableTree/Components/TableHead.js.map +1 -0
- package/lib/components/TableTree/Components/TableRow.d.ts +4 -0
- package/lib/components/TableTree/Components/TableRow.js +9 -0
- package/lib/components/TableTree/Components/TableRow.js.map +1 -0
- package/lib/components/TableTree/TableTree.d.ts +5 -0
- package/lib/components/TableTree/TableTree.js +177 -0
- package/lib/components/TableTree/TableTree.js.map +1 -0
- package/lib/components/TableTree/Utils/addLastChild.d.ts +2 -0
- package/lib/components/TableTree/Utils/addLastChild.js +24 -0
- package/lib/components/TableTree/Utils/addLastChild.js.map +1 -0
- package/lib/components/TableTree/Utils/addNewRow.d.ts +14 -0
- package/lib/components/TableTree/Utils/addNewRow.js +62 -0
- package/lib/components/TableTree/Utils/addNewRow.js.map +1 -0
- package/lib/components/TableTree/Utils/formatDataCell.d.ts +2 -0
- package/lib/components/TableTree/Utils/formatDataCell.js +15 -0
- package/lib/components/TableTree/Utils/formatDataCell.js.map +1 -0
- package/lib/components/TableTree/Utils/getAllChildIds.d.ts +2 -0
- package/lib/components/TableTree/Utils/getAllChildIds.js +12 -0
- package/lib/components/TableTree/Utils/getAllChildIds.js.map +1 -0
- package/lib/components/TableTree/Utils/renderSpaces.d.ts +0 -0
- package/lib/components/TableTree/Utils/renderSpaces.js +2 -0
- package/lib/components/TableTree/Utils/renderSpaces.js.map +1 -0
- package/lib/components/TableTree/data.d.ts +247 -0
- package/lib/components/TableTree/data.js +528 -0
- package/lib/components/TableTree/data.js.map +1 -0
- package/lib/components/TableTree/index.d.ts +1 -0
- package/lib/components/TableTree/index.js +2 -0
- package/lib/components/TableTree/index.js.map +1 -0
- package/lib/components/TableTree/types.d.ts +140 -0
- package/lib/components/TableTree/types.js +2 -0
- package/lib/components/TableTree/types.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableBody.d.ts +3 -0
- package/lib/components/TableTreeFn/Components/TableBody.js +12 -0
- package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableCell.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableCell.js +83 -0
- package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableHead.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableHead.js +51 -0
- package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableRow.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableRow.js +9 -0
- package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -0
- package/lib/components/TableTreeFn/TableTreeFn.d.ts +5 -0
- package/lib/components/TableTreeFn/TableTreeFn.js +315 -0
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.js +24 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.d.ts +14 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.js +79 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.js +15 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.js +12 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.d.ts +0 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.js +2 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.d.ts +3 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.js +65 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.js.map +1 -0
- package/lib/components/TableTreeFn/data.d.ts +247 -0
- package/lib/components/TableTreeFn/data.js +529 -0
- package/lib/components/TableTreeFn/data.js.map +1 -0
- package/lib/components/TableTreeFn/index.d.ts +1 -0
- package/lib/components/TableTreeFn/index.js +2 -0
- package/lib/components/TableTreeFn/index.js.map +1 -0
- package/lib/components/TableTreeFn/types.d.ts +147 -0
- package/lib/components/TableTreeFn/types.js +2 -0
- package/lib/components/TableTreeFn/types.js.map +1 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +5 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.js +62 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -0
- package/lib/components/TableWithAccordion/data.d.ts +8 -0
- package/lib/components/TableWithAccordion/data.js +38 -0
- package/lib/components/TableWithAccordion/data.js.map +1 -0
- package/lib/components/TableWithAccordion/index.d.ts +1 -0
- package/lib/components/TableWithAccordion/index.js +2 -0
- package/lib/components/TableWithAccordion/index.js.map +1 -0
- package/lib/components/TableWithAccordion/types.d.ts +68 -0
- package/lib/components/TableWithAccordion/types.js +2 -0
- package/lib/components/TableWithAccordion/types.js.map +1 -0
- package/lib/components/Tabs/Tabs.d.ts +5 -0
- package/lib/components/Tabs/Tabs.js +35 -0
- package/lib/components/Tabs/Tabs.js.map +1 -0
- package/lib/components/Tabs/index.d.ts +1 -0
- package/lib/components/Tabs/index.js +2 -0
- package/lib/components/Tabs/index.js.map +1 -0
- package/lib/components/Tabs/types.d.ts +69 -0
- package/lib/components/Tabs/types.js +2 -0
- package/lib/components/Tabs/types.js.map +1 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.d.ts +5 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.js +52 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.js.map +1 -0
- package/lib/components/TabsWithSilder/index.d.ts +1 -0
- package/lib/components/TabsWithSilder/index.js +2 -0
- package/lib/components/TabsWithSilder/index.js.map +1 -0
- package/lib/components/TabsWithSilder/types.d.ts +52 -0
- package/lib/components/TabsWithSilder/types.js +2 -0
- package/lib/components/TabsWithSilder/types.js.map +1 -0
- package/lib/components/TextArea/Textarea.d.ts +4 -0
- package/lib/components/TextArea/Textarea.js +85 -0
- package/lib/components/TextArea/Textarea.js.map +1 -0
- package/lib/components/TextArea/Types.d.ts +92 -0
- package/lib/components/TextArea/Types.js +2 -0
- package/lib/components/TextArea/Types.js.map +1 -0
- package/lib/components/TextArea/index.d.ts +1 -0
- package/lib/components/TextArea/index.js +2 -0
- package/lib/components/TextArea/index.js.map +1 -0
- package/lib/components/TextEditor/TextEditor.d.ts +5 -0
- package/lib/components/TextEditor/TextEditor.js +190 -0
- package/lib/components/TextEditor/TextEditor.js.map +1 -0
- package/lib/components/TextEditor/index.d.ts +1 -0
- package/lib/components/TextEditor/index.js +2 -0
- package/lib/components/TextEditor/index.js.map +1 -0
- package/lib/components/TextEditor/types.d.ts +19 -0
- package/lib/components/TextEditor/types.js +2 -0
- package/lib/components/TextEditor/types.js.map +1 -0
- package/lib/components/ThemeProvider/ThemeProvider.d.ts +7 -0
- package/lib/components/ThemeProvider/ThemeProvider.js +18 -0
- package/lib/components/ThemeProvider/ThemeProvider.js.map +1 -0
- package/lib/components/ThemeProvider/index.d.ts +1 -0
- package/lib/components/ThemeProvider/index.js +2 -0
- package/lib/components/ThemeProvider/index.js.map +1 -0
- package/lib/components/ThemeProvider/types.d.ts +11 -0
- package/lib/components/ThemeProvider/types.js +2 -0
- package/lib/components/ThemeProvider/types.js.map +1 -0
- package/lib/components/Toast/Toast.d.ts +5 -0
- package/lib/components/Toast/Toast.js +54 -0
- package/lib/components/Toast/Toast.js.map +1 -0
- package/lib/components/Toast/index.d.ts +1 -0
- package/lib/components/Toast/index.js +2 -0
- package/lib/components/Toast/index.js.map +1 -0
- package/lib/components/Toast/types.d.ts +20 -0
- package/lib/components/Toast/types.js +2 -0
- package/lib/components/Toast/types.js.map +1 -0
- package/lib/components/Toastify/Toastify.d.ts +10 -0
- package/lib/components/Toastify/Toastify.js +97 -0
- package/lib/components/Toastify/Toastify.js.map +1 -0
- package/lib/components/Toastify/index.d.ts +1 -0
- package/lib/components/Toastify/index.js +2 -0
- package/lib/components/Toastify/index.js.map +1 -0
- package/lib/components/Toastify/types.d.ts +9 -0
- package/lib/components/Toastify/types.js +2 -0
- package/lib/components/Toastify/types.js.map +1 -0
- package/lib/components/Toggle/Toggle.d.ts +5 -0
- package/lib/components/Toggle/Toggle.js +40 -0
- package/lib/components/Toggle/Toggle.js.map +1 -0
- package/lib/components/Toggle/index.d.ts +1 -0
- package/lib/components/Toggle/index.js +2 -0
- package/lib/components/Toggle/index.js.map +1 -0
- package/lib/components/Toggle/types.d.ts +50 -0
- package/lib/components/Toggle/types.js +2 -0
- package/lib/components/Toggle/types.js.map +1 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.d.ts +10 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.js +7 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.js.map +1 -0
- package/lib/components/ToggleSwitch/index.d.ts +1 -0
- package/lib/components/ToggleSwitch/index.js +2 -0
- package/lib/components/ToggleSwitch/index.js.map +1 -0
- package/lib/components/Tooltip/Tooltip.d.ts +5 -0
- package/lib/components/Tooltip/Tooltip.js +163 -0
- package/lib/components/Tooltip/Tooltip.js.map +1 -0
- package/lib/components/Tooltip/index.d.ts +1 -0
- package/lib/components/Tooltip/index.js +2 -0
- package/lib/components/Tooltip/index.js.map +1 -0
- package/lib/components/Tooltip/types.d.ts +48 -0
- package/lib/components/Tooltip/types.js +2 -0
- package/lib/components/Tooltip/types.js.map +1 -0
- package/lib/components/TruncatedTooltip/TruncatedTooltip.d.ts +7 -0
- package/lib/components/TruncatedTooltip/TruncatedTooltip.js +9 -0
- package/lib/components/TruncatedTooltip/TruncatedTooltip.js.map +1 -0
- package/lib/components/TruncatedTooltip/index.d.ts +1 -0
- package/lib/components/TruncatedTooltip/index.js +2 -0
- package/lib/components/TruncatedTooltip/index.js.map +1 -0
- package/lib/components/Typography/Typography.d.ts +5 -0
- package/lib/components/Typography/Typography.js +16 -0
- package/lib/components/Typography/Typography.js.map +1 -0
- package/lib/components/Typography/index.d.ts +1 -0
- package/lib/components/Typography/index.js +2 -0
- package/lib/components/Typography/index.js.map +1 -0
- package/lib/components/Typography/types.d.ts +51 -0
- package/lib/components/Typography/types.js +2 -0
- package/lib/components/Typography/types.js.map +1 -0
- package/lib/components/VariableInput/VariableInput.d.ts +4 -0
- package/lib/components/VariableInput/VariableInput.js +241 -0
- package/lib/components/VariableInput/VariableInput.js.map +1 -0
- package/lib/components/VariableInput/index.d.ts +1 -0
- package/lib/components/VariableInput/index.js +2 -0
- package/lib/components/VariableInput/index.js.map +1 -0
- package/lib/components/VariableInput/types.d.ts +53 -0
- package/lib/components/VariableInput/types.js +2 -0
- package/lib/components/VariableInput/types.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.d.ts +5 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +23 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.d.ts +4 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +198 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/index.d.ts +1 -0
- package/lib/components/variableSuggestionInputDropDown/index.js +2 -0
- package/lib/components/variableSuggestionInputDropDown/index.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/types.d.ts +198 -0
- package/lib/components/variableSuggestionInputDropDown/types.js +2 -0
- package/lib/components/variableSuggestionInputDropDown/types.js.map +1 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.d.ts +2 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.js +18 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.js.map +1 -0
- package/lib/hooks/useClickOutside.d.ts +2 -0
- package/lib/hooks/useClickOutside.js +19 -0
- package/lib/hooks/useClickOutside.js.map +1 -0
- package/lib/hooks/useFileDropzone.d.ts +3 -0
- package/lib/hooks/useFileDropzone.js +259 -0
- package/lib/hooks/useFileDropzone.js.map +1 -0
- package/lib/hooks/useIntersectionObserver.d.ts +9 -0
- package/lib/hooks/useIntersectionObserver.js +26 -0
- package/lib/hooks/useIntersectionObserver.js.map +1 -0
- package/lib/hooks/useMergeRefs.d.ts +1 -0
- package/lib/hooks/useMergeRefs.js +16 -0
- package/lib/hooks/useMergeRefs.js.map +1 -0
- package/lib/hooks/usePortalPosition.d.ts +9 -0
- package/lib/hooks/usePortalPosition.js +38 -0
- package/lib/hooks/usePortalPosition.js.map +1 -0
- package/lib/hooks/useTheme.d.ts +3 -0
- package/lib/hooks/useTheme.js +11 -0
- package/lib/hooks/useTheme.js.map +1 -0
- package/lib/hooks/useTriggerControl.d.ts +7 -0
- package/lib/hooks/useTriggerControl.js +18 -0
- package/lib/hooks/useTriggerControl.js.map +1 -0
- package/lib/index.d.ts +5784 -0
- package/lib/index.js +41 -0
- package/lib/index.js.map +1 -0
- package/lib/styles.css +2 -0
- package/lib/styles.css.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/lib/utils/AddStepGroup/AddStepGroup.d.ts +2 -0
- package/lib/utils/AddStepGroup/AddStepGroup.js +34 -0
- package/lib/utils/AddStepGroup/AddStepGroup.js.map +1 -0
- package/lib/utils/AppendNewRow/AppendNewRow.d.ts +1 -0
- package/lib/utils/AppendNewRow/AppendNewRow.js +38 -0
- package/lib/utils/AppendNewRow/AppendNewRow.js.map +1 -0
- package/lib/utils/CopyToClipboard/copyToClipboard.d.ts +1 -0
- package/lib/utils/CopyToClipboard/copyToClipboard.js +10 -0
- package/lib/utils/CopyToClipboard/copyToClipboard.js.map +1 -0
- package/lib/utils/FormatString/FormatString.d.ts +1 -0
- package/lib/utils/FormatString/FormatString.js +33 -0
- package/lib/utils/FormatString/FormatString.js.map +1 -0
- package/lib/utils/ScrollToview/ScrollToView.d.ts +3 -0
- package/lib/utils/ScrollToview/ScrollToView.js +17 -0
- package/lib/utils/ScrollToview/ScrollToView.js.map +1 -0
- package/lib/utils/TableCell/TableCell.d.ts +1 -0
- package/lib/utils/TableCell/TableCell.js +24 -0
- package/lib/utils/TableCell/TableCell.js.map +1 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.d.ts +4 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.js +118 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.js.map +1 -0
- package/lib/utils/TreeNavigateUtils/types.d.ts +9 -0
- package/lib/utils/TreeNavigateUtils/types.js +2 -0
- package/lib/utils/TreeNavigateUtils/types.js.map +1 -0
- package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.d.ts +1 -0
- package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.js +19 -0
- package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.js.map +1 -0
- package/lib/utils/capitalize/capitalize.d.ts +1 -0
- package/lib/utils/capitalize/capitalize.js +6 -0
- package/lib/utils/capitalize/capitalize.js.map +1 -0
- package/lib/utils/checkDuplicates/checkDuplicates.d.ts +1 -0
- package/lib/utils/checkDuplicates/checkDuplicates.js +13 -0
- package/lib/utils/checkDuplicates/checkDuplicates.js.map +1 -0
- package/lib/utils/checkEmpty/checkEmpty.d.ts +3 -0
- package/lib/utils/checkEmpty/checkEmpty.js +22 -0
- package/lib/utils/checkEmpty/checkEmpty.js.map +1 -0
- package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.d.ts +5 -0
- package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.js +32 -0
- package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.js.map +1 -0
- package/lib/utils/compareArrays/compareArrays.d.ts +11 -0
- package/lib/utils/compareArrays/compareArrays.js +25 -0
- package/lib/utils/compareArrays/compareArrays.js.map +1 -0
- package/lib/utils/compareObjects/compareObjects.d.ts +2 -0
- package/lib/utils/compareObjects/compareObjects.js +41 -0
- package/lib/utils/compareObjects/compareObjects.js.map +1 -0
- package/lib/utils/convertToBytes/convertToBytes.d.ts +1 -0
- package/lib/utils/convertToBytes/convertToBytes.js +18 -0
- package/lib/utils/convertToBytes/convertToBytes.js.map +1 -0
- package/lib/utils/convertToGB/convertToGB.d.ts +1 -0
- package/lib/utils/convertToGB/convertToGB.js +18 -0
- package/lib/utils/convertToGB/convertToGB.js.map +1 -0
- package/lib/utils/convertToISO/convertToISO.d.ts +1 -0
- package/lib/utils/convertToISO/convertToISO.js +19 -0
- package/lib/utils/convertToISO/convertToISO.js.map +1 -0
- package/lib/utils/convertToKB/convertToKB.d.ts +1 -0
- package/lib/utils/convertToKB/convertToKB.js +20 -0
- package/lib/utils/convertToKB/convertToKB.js.map +1 -0
- package/lib/utils/convertToMB/convertToMB.d.ts +1 -0
- package/lib/utils/convertToMB/convertToMB.js +20 -0
- package/lib/utils/convertToMB/convertToMB.js.map +1 -0
- package/lib/utils/convertToTB/convertToTB.d.ts +1 -0
- package/lib/utils/convertToTB/convertToTB.js +20 -0
- package/lib/utils/convertToTB/convertToTB.js.map +1 -0
- package/lib/utils/dateFormatter/dateFormatUtils.d.ts +1 -0
- package/lib/utils/dateFormatter/dateFormatUtils.js +34 -0
- package/lib/utils/dateFormatter/dateFormatUtils.js.map +1 -0
- package/lib/utils/debounce/debounce.d.ts +7 -0
- package/lib/utils/debounce/debounce.js +43 -0
- package/lib/utils/debounce/debounce.js.map +1 -0
- package/lib/utils/downloadFile/saveFileFromBlob.d.ts +1 -0
- package/lib/utils/downloadFile/saveFileFromBlob.js +28 -0
- package/lib/utils/downloadFile/saveFileFromBlob.js.map +1 -0
- package/lib/utils/ffID/ffid.d.ts +1 -0
- package/lib/utils/ffID/ffid.js +3 -0
- package/lib/utils/ffID/ffid.js.map +1 -0
- package/lib/utils/findAndInsert/findAndInsert.d.ts +7 -0
- package/lib/utils/findAndInsert/findAndInsert.js +32 -0
- package/lib/utils/findAndInsert/findAndInsert.js.map +1 -0
- package/lib/utils/formData/ConvertFormDataToObject.d.ts +1 -0
- package/lib/utils/formData/ConvertFormDataToObject.js +16 -0
- package/lib/utils/formData/ConvertFormDataToObject.js.map +1 -0
- package/lib/utils/formatDate/formatDate.d.ts +1 -0
- package/lib/utils/formatDate/formatDate.js +7 -0
- package/lib/utils/formatDate/formatDate.js.map +1 -0
- package/lib/utils/functionCheck/functionCheck.d.ts +2 -0
- package/lib/utils/functionCheck/functionCheck.js +6 -0
- package/lib/utils/functionCheck/functionCheck.js.map +1 -0
- package/lib/utils/getAnchorElement/getAnchorElement.d.ts +1 -0
- package/lib/utils/getAnchorElement/getAnchorElement.js +8 -0
- package/lib/utils/getAnchorElement/getAnchorElement.js.map +1 -0
- package/lib/utils/getEncryptedData/getEncryptedData.d.ts +1 -0
- package/lib/utils/getEncryptedData/getEncryptedData.js +18 -0
- package/lib/utils/getEncryptedData/getEncryptedData.js.map +1 -0
- package/lib/utils/getExtension/getExtension.d.ts +4 -0
- package/lib/utils/getExtension/getExtension.js +22 -0
- package/lib/utils/getExtension/getExtension.js.map +1 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.d.ts +8 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.js +17 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.js.map +1 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.d.ts +2 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.js +11 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.js.map +1 -0
- package/lib/utils/getSequentialPayload/types.d.ts +35 -0
- package/lib/utils/getSequentialPayload/types.js +2 -0
- package/lib/utils/getSequentialPayload/types.js.map +1 -0
- package/lib/utils/getStatusColor/getStatusColor.d.ts +3 -0
- package/lib/utils/getStatusColor/getStatusColor.js +51 -0
- package/lib/utils/getStatusColor/getStatusColor.js.map +1 -0
- package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.d.ts +7 -0
- package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js +25 -0
- package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js.map +1 -0
- package/lib/utils/getTreeDetails/getTreeDetails.d.ts +11 -0
- package/lib/utils/getTreeDetails/getTreeDetails.js +116 -0
- package/lib/utils/getTreeDetails/getTreeDetails.js.map +1 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.d.ts +1 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.js +15 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.js.map +1 -0
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.d.ts +5 -0
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js +82 -0
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js.map +1 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.d.ts +5 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js +63 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js.map +1 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.d.ts +5 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js +99 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js.map +1 -0
- package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.d.ts +9 -0
- package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.js +21 -0
- package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.js.map +1 -0
- package/lib/utils/indexDBStore/indexDB copy.d.ts +4 -0
- package/lib/utils/indexDBStore/indexDB copy.js +142 -0
- package/lib/utils/indexDBStore/indexDB copy.js.map +1 -0
- package/lib/utils/indexDBStore/indexDB.d.ts +4 -0
- package/lib/utils/indexDBStore/indexDB.js +76 -0
- package/lib/utils/indexDBStore/indexDB.js.map +1 -0
- package/lib/utils/isEmptyObject/isEmptyObject.d.ts +1 -0
- package/lib/utils/isEmptyObject/isEmptyObject.js +2 -0
- package/lib/utils/isEmptyObject/isEmptyObject.js.map +1 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.d.ts +3 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js +22 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js.map +1 -0
- package/lib/utils/keyBoardActionUtil/types.d.ts +4 -0
- package/lib/utils/keyBoardActionUtil/types.js +2 -0
- package/lib/utils/keyBoardActionUtil/types.js.map +1 -0
- package/lib/utils/nlpInputDelay/nlpInputDelay.d.ts +1 -0
- package/lib/utils/nlpInputDelay/nlpInputDelay.js +2 -0
- package/lib/utils/nlpInputDelay/nlpInputDelay.js.map +1 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.d.ts +1 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.js +34 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.js.map +1 -0
- package/lib/utils/throttle/throttle.d.ts +6 -0
- package/lib/utils/throttle/throttle.js +28 -0
- package/lib/utils/throttle/throttle.js.map +1 -0
- package/lib/utils/timeZoneChange/handleTimeZoneChange.d.ts +1 -0
- package/lib/utils/timeZoneChange/handleTimeZoneChange.js +15 -0
- package/lib/utils/timeZoneChange/handleTimeZoneChange.js.map +1 -0
- package/lib/utils/toCamelCase/toCamelCase.d.ts +1 -0
- package/lib/utils/toCamelCase/toCamelCase.js +12 -0
- package/lib/utils/toCamelCase/toCamelCase.js.map +1 -0
- package/lib/utils/toTitleCase/toTitleCase.d.ts +1 -0
- package/lib/utils/toTitleCase/toTitleCase.js +7 -0
- package/lib/utils/toTitleCase/toTitleCase.js.map +1 -0
- package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.d.ts +2 -0
- package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.js +29 -0
- package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.js.map +1 -0
- package/lib/utils/truncateText/truncateText.d.ts +2 -0
- package/lib/utils/truncateText/truncateText.js +51 -0
- package/lib/utils/truncateText/truncateText.js.map +1 -0
- package/lib/utils/useDeviceType/useDeviceType.d.ts +6 -0
- package/lib/utils/useDeviceType/useDeviceType.js +24 -0
- package/lib/utils/useDeviceType/useDeviceType.js.map +1 -0
- package/lib/utils/validateFile/validateFile.d.ts +2 -0
- package/lib/utils/validateFile/validateFile.js +23 -0
- package/lib/utils/validateFile/validateFile.js.map +1 -0
- package/lib/validations/regex.d.ts +100 -0
- package/lib/validations/regex.js +187 -0
- package/lib/validations/regex.js.map +1 -0
- package/package.json +106 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"root":["../src/index.ts","../src/componentprops/treenodeprops.ts","../src/styleguide/colorpalette/colorpalette.tsx","../src/styleguide/colorpalette/colorpalettelist.ts","../src/styleguide/colorpalette/index.ts","../src/styleguide/colorpalette/types.ts","../src/styleguide/typography/typography.tsx","../src/styleguide/typography/typographylist.ts","../src/styleguide/typography/types.ts","../src/thirdpartypackages/adapter.ts","../src/thirdpartypackages/janusgateway.ts","../src/assets/utils/functionutils.ts","../src/components/accordion/accordion.tsx","../src/components/accordion/index.ts","../src/components/accordion/types.ts","../src/components/addcontentbutton/addcontentbutton.tsx","../src/components/addcontentbutton/index.ts","../src/components/addcontentbutton/types.ts","../src/components/addresourcebutton/addresourcebutton.tsx","../src/components/addresourcebutton/index.ts","../src/components/addresourcebutton/type.ts","../src/components/addresourcebutton/arrowsbutton/arrowsbutton.tsx","../src/components/aitoggle/aitoggle.tsx","../src/components/aitoggle/index.ts","../src/components/aitoggle/types.ts","../src/components/allprojectsdropdown/allprojectsdropdown.tsx","../src/components/allprojectsdropdown/index.ts","../src/components/allprojectsdropdown/types.ts","../src/components/animatedsetting/animatedsetting.tsx","../src/components/animatedsetting/index.ts","../src/components/animatedsetting/type.ts","../src/components/appheader/appheader.tsx","../src/components/appheader/index.ts","../src/components/appheader/types.ts","../src/components/attachmedia/attachmedia.tsx","../src/components/attachmedia/index.ts","../src/components/attachmedia/types.ts","../src/components/attachmentbutton/attachmentbutton.tsx","../src/components/attachmentbutton/index.ts","../src/components/attachmentbutton/types.ts","../src/components/avatar/avatar.tsx","../src/components/avatar/index.ts","../src/components/avatar/types.ts","../src/components/box/box.tsx","../src/components/box/index.ts","../src/components/box/types.ts","../src/components/browsertabs/browsertabs.tsx","../src/components/browsertabs/index.ts","../src/components/browsertabs/types.ts","../src/components/button/button.tsx","../src/components/button/index.ts","../src/components/button/types.ts","../src/components/carousel/carousel.tsx","../src/components/carousel/index.ts","../src/components/carousel/type.ts","../src/components/charts/barchart/barchart.tsx","../src/components/charts/barchart/index.ts","../src/components/charts/barchart/types.ts","../src/components/charts/dashboarddonutchart/dashboarddonutchart.tsx","../src/components/charts/dashboarddonutchart/index.ts","../src/components/charts/dashboarddonutchart/types.ts","../src/components/charts/donutchart/donutchart.tsx","../src/components/charts/donutchart/index.ts","../src/components/charts/donutchart/type.ts","../src/components/charts/iconradialchart/iconradialchart.tsx","../src/components/charts/iconradialchart/index.ts","../src/components/charts/iconradialchart/types.ts","../src/components/charts/linechart/linechart.tsx","../src/components/charts/linechart/index.ts","../src/components/charts/linechart/types.ts","../src/components/charts/multiradialchart/multiradialchart.tsx","../src/components/charts/multiradialchart/index.ts","../src/components/charts/multiradialchart/types.ts","../src/components/charts/piechart/piechart.tsx","../src/components/charts/piechart/index.ts","../src/components/charts/piechart/types.ts","../src/components/charts/radialchart/radialchart.tsx","../src/components/charts/radialchart/index.ts","../src/components/charts/radialchart/types.ts","../src/components/chatmodal/chatmodal.tsx","../src/components/chatmodal/index.ts","../src/components/chatmodal/types.ts","../src/components/chatmodalai/chatmodalai.tsx","../src/components/chatmodalai/index.ts","../src/components/chatmodalai/types.ts","../src/components/checkbox/checkbox.tsx","../src/components/checkbox/index.ts","../src/components/checkbox/types.ts","../src/components/chip/chip.tsx","../src/components/chip/index.ts","../src/components/chip/types.ts","../src/components/chipwithcount/chipwithcount.tsx","../src/components/chipwithcount/index.ts","../src/components/chipwithcount/types.ts","../src/components/choosefile/choosefile.tsx","../src/components/choosefile/types.ts","../src/components/comments/comments.tsx","../src/components/comments/commentcommonutils.ts","../src/components/comments/index.ts","../src/components/comments/type.ts","../src/components/comments/childcomment/childcomment.tsx","../src/components/comments/childcomment/usenode.ts","../src/components/comments/mentionuser/mentionuser.tsx","../src/components/conditionaldropdown/conditionaldropdown.tsx","../src/components/conditionaldropdown/optionsdropdown.tsx","../src/components/conditionaldropdown/index.ts","../src/components/conditionaldropdown/types.ts","../src/components/connectingbranch/connectingbranch.tsx","../src/components/connectingbranch/data.ts","../src/components/connectingbranch/index.ts","../src/components/connectingbranch/types.ts","../src/components/connectingbranch/branchcomponents/machineinstances.tsx","../src/components/contentcard/contentcard.tsx","../src/components/contentcard/index.ts","../src/components/contentcard/types.ts","../src/components/createvariable/createvariableslider.tsx","../src/components/createvariable/index.ts","../src/components/createvariable/types.ts","../src/components/datepicker/datepicker.tsx","../src/components/datepicker/timepicker.tsx","../src/components/datepicker/index.ts","../src/components/datepicker/types.ts","../src/components/debugtoolspanel/debugtoolspanel.tsx","../src/components/debugtoolspanel/index.ts","../src/components/debugtoolspanel/type.ts","../src/components/downloadclient/downloadclient.tsx","../src/components/downloadclient/index.ts","../src/components/downloadclient/type.ts","../src/components/draganddrop/draganddrop.ts","../src/components/draganddrop/draganddroplist.tsx","../src/components/draganddrop/index.ts","../src/components/drawer/drawer.tsx","../src/components/drawer/types.ts","../src/components/drawer/index.ts","../src/components/editlabel/editlabel.tsx","../src/components/editlabel/index.ts","../src/components/editlabel/types.ts","../src/components/edittextfield/edittextfield.tsx","../src/components/edittextfield/index.ts","../src/components/edittextfield/types.ts","../src/components/editor/dynamicwidthtooltip.tsx","../src/components/editor/editor.tsx","../src/components/editor/variabledropdown.tsx","../src/components/editor/calculatedropdownposition.ts","../src/components/editor/constants.ts","../src/components/editor/index.ts","../src/components/editor/types.ts","../src/components/errorboundary/errorboundary.tsx","../src/components/errorboundary/errorboundary.types.ts","../src/components/excel/data.ts","../src/components/excel/data2.ts","../src/components/excel/types.ts","../src/components/excel/dataconversion.ts","../src/components/excel/index.ts","../src/components/excel/colorbarselector/colorbarselector.tsx","../src/components/excel/excelcontextmenu/excelcontextmenu.tsx","../src/components/excel/excelfile/excelfile.tsx","../src/components/excel/excelfile/excelfilecomponents/activecell.tsx","../src/components/excel/excelfile/excelfilecomponents/cell.tsx","../src/components/excel/excelfile/excelfilecomponents/columnindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/copied.tsx","../src/components/excel/excelfile/excelfilecomponents/cornerindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/dataeditor.tsx","../src/components/excel/excelfile/excelfilecomponents/dataviewer.tsx","../src/components/excel/excelfile/excelfilecomponents/editablecell.tsx","../src/components/excel/excelfile/excelfilecomponents/floatingrect.tsx","../src/components/excel/excelfile/excelfilecomponents/headerrow.tsx","../src/components/excel/excelfile/excelfilecomponents/row.tsx","../src/components/excel/excelfile/excelfilecomponents/rowindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/selected.tsx","../src/components/excel/excelfile/excelfilecomponents/spreadsheet.tsx","../src/components/excel/excelfile/excelfilecomponents/table.tsx","../src/components/excel/excelfile/excelfilecomponents/actions.ts","../src/components/excel/excelfile/excelfilecomponents/aremodelsequal.ts","../src/components/excel/excelfile/excelfilecomponents/context.ts","../src/components/excel/excelfile/excelfilecomponents/index.ts","../src/components/excel/excelfile/excelfilecomponents/matrix.ts","../src/components/excel/excelfile/excelfilecomponents/point-range.ts","../src/components/excel/excelfile/excelfilecomponents/point.ts","../src/components/excel/excelfile/excelfilecomponents/reducer.ts","../src/components/excel/excelfile/excelfilecomponents/reducerfunctions.ts","../src/components/excel/excelfile/excelfilecomponents/selection.ts","../src/components/excel/excelfile/excelfilecomponents/types.ts","../src/components/excel/excelfile/excelfilecomponents/use-dispatch.ts","../src/components/excel/excelfile/excelfilecomponents/use-selector.ts","../src/components/excel/excelfile/excelfilecomponents/util.ts","../src/components/excel/excelfile/excelfilecomponents/engine/engine.ts","../src/components/excel/excelfile/excelfilecomponents/engine/formula.ts","../src/components/excel/excelfile/excelfilecomponents/engine/index.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-graph.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-hash.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-set.ts","../src/components/excel/excelfile/excelfilecomponents/typings/fast-formula-parser.d.ts","../src/components/excel/exceltoolbar/exceltoolbar.tsx","../src/components/expandablemenu/expandablemenu.tsx","../src/components/expandablemenu/index.ts","../src/components/expandablemenu/types.ts","../src/components/expandabletable/expandabletable.tsx","../src/components/ff_captcha/recaptcha.tsx","../src/components/ff_captcha/index.ts","../src/components/ff_captcha/types.ts","../src/components/fieldset/fieldset.tsx","../src/components/fieldset/index.ts","../src/components/fieldset/types.ts","../src/components/filedropzone/dropzone.tsx","../src/components/filedropzone/filedropzone.tsx","../src/components/filedropzone/filepreview.tsx","../src/components/filedropzone/radiofilepreview.tsx","../src/components/filedropzone/index.ts","../src/components/filedropzone/types.ts","../src/components/form/form.ts","../src/components/form/forms.tsx","../src/components/form/index.ts","../src/components/form/types.ts","../src/components/gridlayout/gridlayout.tsx","../src/components/gridlayout/index.ts","../src/components/gridlayout/types.ts","../src/components/highlighttext/highlighttext.tsx","../src/components/highlighttext/index.ts","../src/components/highlighttext/types.ts","../src/components/historycard/historycard.tsx","../src/components/historycard/index.ts","../src/components/icon/icon.tsx","../src/components/icon/iconlist.ts","../src/components/icon/index.ts","../src/components/icon/types.ts","../src/components/iconbutton/iconbutton.tsx","../src/components/iconbutton/index.ts","../src/components/iconbutton/types.ts","../src/components/iconradiogroup/iconradiogroup.tsx","../src/components/iconradiogroup/index.ts","../src/components/iconradiogroup/type.ts","../src/components/input/input.tsx","../src/components/input/index.ts","../src/components/input/types.ts","../src/components/inputwithdropdown/inputwithdropdown.tsx","../src/components/inputwithdropdown/index.ts","../src/components/inputwithdropdown/types.ts","../src/components/labeledittextfield/labeledittextfield.tsx","../src/components/labeledittextfield/index.ts","../src/components/labeledittextfield/types.ts","../src/components/lazyload/lazyload.ts","../src/components/lazyload/lazyloading.tsx","../src/components/lazyload/index.ts","../src/components/lineloader/lineloader.tsx","../src/components/lineloader/index.ts","../src/components/lineloader/types.ts","../src/components/link/link.tsx","../src/components/link/index.ts","../src/components/link/types.ts","../src/components/machineinputfield/machineinputfield.tsx","../src/components/machineinputfield/index.ts","../src/components/machineinputfield/types.ts","../src/components/mediapreview/mediapreview.tsx","../src/components/mediapreview/index.ts","../src/components/mediapreview/types.ts","../src/components/mediaviewermodal/mediaviewermodal.tsx","../src/components/mediaviewermodal/index.ts","../src/components/mediaviewermodal/type.ts","../src/components/menuoption/menuoption.tsx","../src/components/menuoption/index.ts","../src/components/menuoption/types.ts","../src/components/messagebox/messagebox.tsx","../src/components/messagebox/index.ts","../src/components/messagebox/types.ts","../src/components/minimodal/minimodal.tsx","../src/components/minimodal/index.ts","../src/components/minimodal/types.ts","../src/components/mobileskin/mobileskin.tsx","../src/components/mobileskin/mobileskininterface.ts","../src/components/mobileskin/index.ts","../src/components/mobileskin/types.ts","../src/components/modal/modal.tsx","../src/components/modal/index.tsx","../src/components/modal/types.ts","../src/components/moduleschip/modulechip.tsx","../src/components/moduleschip/index.ts","../src/components/moduleschip/types.ts","../src/components/multiselect/dropdown.tsx","../src/components/multiselect/multiselect.tsx","../src/components/multiselect/multiselecttypes.ts","../src/components/multiselect/dropdowntypes.ts","../src/components/multiselect/index.ts","../src/components/nlpinput/nlpinput.tsx","../src/components/nlpinput/index.ts","../src/components/nlpinput/sampledata.ts","../src/components/nlpinput/types.tsx","../src/components/nlpinput/components/chipsfolder/chipsaccordion.tsx","../src/components/nlpinput/components/nlpdropdown/nlpdropdowntype.ts","../src/components/nlpinput/components/nlpdropdown/nlpdropdown.tsx","../src/components/nodatacontent/nodatacontent.tsx","../src/components/nodatacontent/index.ts","../src/components/nodatacontent/type.ts","../src/components/ostree/ostree.tsx","../src/components/ostree/index.ts","../src/components/ostree/type.ts","../src/components/otpverification/otpverification.tsx","../src/components/otpverification/index.ts","../src/components/otpverification/type.ts","../src/components/overviewmodal/index.ts","../src/components/overviewmodal/overviewmodal.tsx","../src/components/overviewmodal/types.ts","../src/components/paper/paper.tsx","../src/components/paper/index.ts","../src/components/paper/types.ts","../src/components/phoneinput/phoneinput.tsx","../src/components/phoneinput/index.ts","../src/components/phoneinput/types.ts","../src/components/popupmodal/popupmodal.tsx","../src/components/popupmodal/types.ts","../src/components/preposttable/preposttable.tsx","../src/components/preposttable/types.ts","../src/components/preposttable/index.ts","../src/components/preposttable/components/draggabletablerow.tsx","../src/components/preposttable/components/prepoststepaccordions.tsx","../src/components/preposttable/components/stepgroupdetailview.tsx","../src/components/progressbar/progressbar.tsx","../src/components/progressbar/index.ts","../src/components/progressbar/types.ts","../src/components/prompt/prompt.tsx","../src/components/prompt/index.ts","../src/components/prompt/types.ts","../src/components/promptcontainer/promptcontainer.tsx","../src/components/promptcontainer/index.ts","../src/components/promptcontainer/types.ts","../src/components/radiobutton/radiobutton.tsx","../src/components/radiobutton/index.ts","../src/components/radiobutton/radiobuttontypes.tsx","../src/components/radiogroup/radiogroup.tsx","../src/components/radiogroup/index.ts","../src/components/radiogroup/radiogrouptypes.tsx","../src/components/scriptgenerationloader/scriptgenerationloader.tsx","../src/components/scriptgenerationloader/index.ts","../src/components/scriptgenerationloader/types.ts","../src/components/scriptswitchbutton/scriptswitchbutton.tsx","../src/components/scriptswitchbutton/index.ts","../src/components/search/search.tsx","../src/components/search/index.ts","../src/components/search/types.ts","../src/components/select/select.tsx","../src/components/select/index.ts","../src/components/select/types.ts","../src/components/select/components/dropdown.tsx","../src/components/select/components/types.ts","../src/components/sequentialconnectingbranch/sequentialconnectingbranch.tsx","../src/components/sequentialconnectingbranch/index.ts","../src/components/sequentialconnectingbranch/types.ts","../src/components/sequentialconnectingbranch/components/branches/branches.tsx","../src/components/sequentialconnectingbranch/components/branches/types.ts","../src/components/sequentialconnectingbranch/components/connectingbranches/connectingbranches.tsx","../src/components/sequentialconnectingbranch/components/connectingbranches/types.ts","../src/components/sequentialconnectingbranch/components/datasettooltip/datasettooltip.tsx","../src/components/sequentialconnectingbranch/components/datasettooltip/types.ts","../src/components/sequentialconnectingbranch/context/environmentvariablemapscontext.ts","../src/components/sessiondropdown/sessiondropdown.tsx","../src/components/sessiondropdown/index.ts","../src/components/sessiondropdown/type.ts","../src/components/sessionmanager/sessionmanager.tsx","../src/components/sessionmanager/index.ts","../src/components/sessionmanager/types.ts","../src/components/statedropdown/statedropdown.tsx","../src/components/statedropdown/statedropdowntypes.tsx","../src/components/statedropdown/index.ts","../src/components/statusbadge/statusbadge.tsx","../src/components/statusbadge/index.ts","../src/components/statusbutton/statusbutton.tsx","../src/components/statusbutton/index.ts","../src/components/statusbutton/types.ts","../src/components/statuscard/statuscard.tsx","../src/components/statuscard/index.ts","../src/components/statuscard/types.ts","../src/components/statusindicator/statusindicator.tsx","../src/components/statusindicator/index.ts","../src/components/statusindicator/types.ts","../src/components/stepslandingtable/steplandingtable.tsx","../src/components/stepslandingtable/constant.tsx","../src/components/stepslandingtable/index.ts","../src/components/stepslandingtable/types.ts","../src/components/stepslandingtable/components/editcomponent.tsx","../src/components/stepslandingtable/components/rendernlpinput.tsx","../src/components/stepslandingtable/components/stepgroupaccordions.tsx","../src/components/stepslandingtable/components/stepinnertable.tsx","../src/components/stepslandingtable/components/stepresultstats.tsx","../src/components/stepslandingtable/components/steptablemainrow.tsx","../src/components/stepslandingtable/components/stepstitle.tsx","../src/components/stepslandingtable/components/types.ts","../src/components/stepslandingtable/components/handlestepcheckbox.ts","../src/components/stepslandingtable/components/index.ts","../src/components/switchbutton/switchbutton.tsx","../src/components/switchbutton/index.ts","../src/components/switchbutton/types.ts","../src/components/table/editcomponent.tsx","../src/components/table/nodatacontent.tsx","../src/components/table/table.tsx","../src/components/table/types.ts","../src/components/table/index.ts","../src/components/table/components/sortablerow.tsx","../src/components/table/components/tableheader.tsx","../src/components/table/components/virtualizedrows.tsx","../src/components/table/utils/constants.ts","../src/components/table/utils/virtualization.ts","../src/components/tabletree/tabletree.tsx","../src/components/tabletree/data.ts","../src/components/tabletree/index.ts","../src/components/tabletree/types.ts","../src/components/tabletree/components/tablebody.tsx","../src/components/tabletree/components/tablecell.tsx","../src/components/tabletree/components/tablehead.tsx","../src/components/tabletree/components/tablerow.tsx","../src/components/tabletree/utils/addlastchild.ts","../src/components/tabletree/utils/addnewrow.ts","../src/components/tabletree/utils/formatdatacell.ts","../src/components/tabletree/utils/getallchildids.ts","../src/components/tabletree/utils/renderspaces.ts","../src/components/tabletreefn/tabletreefn.tsx","../src/components/tabletreefn/data.ts","../src/components/tabletreefn/index.ts","../src/components/tabletreefn/types.ts","../src/components/tabletreefn/components/tablebody.tsx","../src/components/tabletreefn/components/tablecell.tsx","../src/components/tabletreefn/components/tablehead.tsx","../src/components/tabletreefn/components/tablerow.tsx","../src/components/tabletreefn/utils/addlastchild.ts","../src/components/tabletreefn/utils/addnewrow.ts","../src/components/tabletreefn/utils/formatdatacell.ts","../src/components/tabletreefn/utils/getallchildids.ts","../src/components/tabletreefn/utils/renderspaces.ts","../src/components/tabletreefn/utils/updateparentsibling.ts","../src/components/tablewithaccordion/tablewithaccordion.tsx","../src/components/tablewithaccordion/data.ts","../src/components/tablewithaccordion/index.ts","../src/components/tablewithaccordion/types.ts","../src/components/tabs/tabs.tsx","../src/components/tabs/index.ts","../src/components/tabs/types.ts","../src/components/tabswithsilder/tabswithsilder.tsx","../src/components/tabswithsilder/index.ts","../src/components/tabswithsilder/types.ts","../src/components/textarea/textarea.tsx","../src/components/textarea/types.ts","../src/components/textarea/index.tsx","../src/components/texteditor/texteditor.tsx","../src/components/texteditor/index.ts","../src/components/texteditor/types.ts","../src/components/themeprovider/themeprovider.tsx","../src/components/themeprovider/index.ts","../src/components/themeprovider/types.ts","../src/components/toast/toast.tsx","../src/components/toast/index.ts","../src/components/toast/types.ts","../src/components/toastify/toastify.tsx","../src/components/toastify/index.ts","../src/components/toastify/types.ts","../src/components/toggle/toggle.tsx","../src/components/toggle/index.ts","../src/components/toggle/types.ts","../src/components/toggleswitch/toggleswitch.tsx","../src/components/toggleswitch/index.ts","../src/components/tooltip/tooltip.tsx","../src/components/tooltip/index.ts","../src/components/tooltip/types.ts","../src/components/truncatedtooltip/truncatedtooltip.tsx","../src/components/truncatedtooltip/index.ts","../src/components/typography/typography.tsx","../src/components/typography/index.ts","../src/components/typography/types.ts","../src/components/variableinput/variableinput.tsx","../src/components/variableinput/index.ts","../src/components/variableinput/types.ts","../src/components/variablesuggestioninputdropdown/optionsdropdown.tsx","../src/components/variablesuggestioninputdropdown/variablesuggestioninputdropdown.tsx","../src/components/variablesuggestioninputdropdown/index.ts","../src/components/variablesuggestioninputdropdown/types.ts","../src/hooks/useclickoutside.tsx","../src/hooks/usefiledropzone.tsx","../src/hooks/useintersectionobserver.tsx","../src/hooks/usemergerefs.tsx","../src/hooks/useportalposition.tsx","../src/hooks/usetheme.tsx","../src/hooks/usetriggercontrol.tsx","../src/hooks/keyboardevents/useesckeyevent.tsx","../src/utils/addstepgroup/addstepgroup.ts","../src/utils/appendnewrow/appendnewrow.ts","../src/utils/copytoclipboard/copytoclipboard.ts","../src/utils/formatstring/formatstring.tsx","../src/utils/scrolltoview/scrolltoview.tsx","../src/utils/tablecell/tablecell.ts","../src/utils/treenavigateutils/getnavigatetokey.ts","../src/utils/treenavigateutils/types.ts","../src/utils/autoscrolltotablelastrow/autoscrolltotablelastrow.ts","../src/utils/capitalize/capitalize.tsx","../src/utils/checkduplicates/checkduplicates.ts","../src/utils/checkempty/checkempty.ts","../src/utils/checkmicrophoneaccess/checkmicrophoneaccess.ts","../src/utils/comparearrays/comparearrays.ts","../src/utils/compareobjects/compareobjects.ts","../src/utils/converttobytes/converttobytes.ts","../src/utils/converttogb/converttogb.ts","../src/utils/converttoiso/converttoiso.ts","../src/utils/converttokb/converttokb.ts","../src/utils/converttomb/converttomb.ts","../src/utils/converttotb/converttotb.ts","../src/utils/dateformatter/dateformatutils.ts","../src/utils/debounce/debounce.ts","../src/utils/downloadfile/savefilefromblob.ts","../src/utils/ffid/ffid.ts","../src/utils/findandinsert/findandinsert.ts","../src/utils/formdata/convertformdatatoobject.ts","../src/utils/formatdate/formatdate.ts","../src/utils/functioncheck/functioncheck.ts","../src/utils/getanchorelement/getanchorelement.ts","../src/utils/getencrypteddata/getencrypteddata.ts","../src/utils/getextension/getextension.ts","../src/utils/getselectoptionvalue/getselectoptionvalue.ts","../src/utils/getsequentialpayload/getsequentialpayload.ts","../src/utils/getsequentialpayload/types.ts","../src/utils/getstatuscolor/getstatuscolor.ts","../src/utils/gettopvisiblenodekey/gettopvisiblenodekey.ts","../src/utils/gettreedetails/gettreedetails.ts","../src/utils/handlebeforeunload/usebeforeunload.tsx","../src/utils/handletreeexpandallcollapseall/handletreeexpandallcollapseall.ts","../src/utils/handletreenodeexpandcollapse/handletreenodeexpandcollapse.ts","../src/utils/handletreenodeselect/handletreenodeselect.ts","../src/utils/handleuncheckalltreenodeswithupdates/handleuncheckalltreenodeswithupdates.ts","../src/utils/indexdbstore/indexdb copy.ts","../src/utils/indexdbstore/indexdb.ts","../src/utils/isemptyobject/isemptyobject.ts","../src/utils/keyboardactionutil/usekeyboardactions.tsx","../src/utils/keyboardactionutil/types.ts","../src/utils/nlpinputdelay/nlpinputdelay.ts","../src/utils/swaparrayitem/draganddroputils.ts","../src/utils/throttle/throttle.ts","../src/utils/timezonechange/handletimezonechange.ts","../src/utils/tocamelcase/tocamelcase.ts","../src/utils/totitlecase/totitlecase.ts","../src/utils/toggleshowhideentity/toggleshowhideentity.ts","../src/utils/truncatetext/truncatetext.ts","../src/utils/usedevicetype/usedevicetype.ts","../src/utils/validatefile/validatefile.ts","../src/validations/regex.ts"],"version":"5.7.3"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ffid } from "../ffID/ffid";
|
|
2
|
+
export const addPrePostStepGroup = (steps, stepId, newStep) => {
|
|
3
|
+
//!Note : This function is used to override the stepId because in some step Groups we are using the same stepId for multiple steps. So we need to override the stepId for the new steps.
|
|
4
|
+
let newSteps = newStep?.map((step) => ({ ...step, stepId: ffid() }));
|
|
5
|
+
return steps.map((step) => {
|
|
6
|
+
if (step.stepId === stepId) {
|
|
7
|
+
if (["Group", "PRE", "POST", 'Script'].includes(step.type)) {
|
|
8
|
+
return {
|
|
9
|
+
...step,
|
|
10
|
+
data: [...(newSteps || [])],
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
if (step.data) {
|
|
15
|
+
return {
|
|
16
|
+
...step,
|
|
17
|
+
data: addPrePostStepGroup(step.data, stepId, newSteps),
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
return step;
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
export const addStepGroup = (oldData, title, stepId, newSteps) => {
|
|
24
|
+
return oldData.map((section) => {
|
|
25
|
+
if (section.title === title) {
|
|
26
|
+
return {
|
|
27
|
+
...section,
|
|
28
|
+
data: addPrePostStepGroup(section.data, stepId, newSteps),
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
return section;
|
|
32
|
+
});
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=AddStepGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddStepGroup.js","sourceRoot":"","sources":["../../../src/utils/AddStepGroup/AddStepGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAC/B,KAAY,EACZ,MAAc,EACd,OAAc,EACT,EAAE;IACP,wLAAwL;IACxL,IAAI,QAAQ,GAAG,OAAO,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,CAAA;IAEpE,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACtB,IAAI,IAAI,CAAC,MAAM,KAAK,MAAM,EAAE,CAAC;YACzB,IAAI,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;gBACzD,OAAO;oBACH,GAAG,IAAI;oBACP,IAAI,EAAE,CAAC,GAAG,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;iBAC9B,CAAC;YACN,CAAC;QACL,CAAC;QACD,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YACZ,OAAO;gBACH,GAAG,IAAI;gBACP,IAAI,EAAE,mBAAmB,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC;aACzD,CAAC;QACN,CAAC;QACD,OAAO,IAAI,CAAC;IAChB,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,OAAc,EAAE,KAAa,EAAE,MAAc,EAAE,QAAe,EAAS,EAAE;IAClG,OAAO,OAAO,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE;QAC3B,IAAI,OAAO,CAAC,KAAK,KAAK,KAAK,EAAE,CAAC;YAC1B,OAAO;gBACH,GAAG,OAAO;gBACV,IAAI,EAAE,mBAAmB,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC;aAC5D,CAAC;QACN,CAAC;QACD,OAAO,OAAO,CAAC;IACnB,CAAC,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const appendNewRow: (tableData: any, AddNlp: any) => any;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export const appendNewRow = (tableData, AddNlp) => {
|
|
2
|
+
const { action, sourceIndex, nlpName, id } = AddNlp;
|
|
3
|
+
if (!action)
|
|
4
|
+
return tableData;
|
|
5
|
+
const updatedTreeData = [...tableData];
|
|
6
|
+
let newNodeBase = {
|
|
7
|
+
stepId: 'stepId-9745-9745',
|
|
8
|
+
isNew: true,
|
|
9
|
+
disabled: false,
|
|
10
|
+
...(nlpName && { name: nlpName }),
|
|
11
|
+
...(id && { id: id }),
|
|
12
|
+
};
|
|
13
|
+
switch (action) {
|
|
14
|
+
case 'addBelow':
|
|
15
|
+
if (sourceIndex !== undefined) {
|
|
16
|
+
updatedTreeData.splice(sourceIndex + 1, 0, newNodeBase);
|
|
17
|
+
}
|
|
18
|
+
break;
|
|
19
|
+
case 'replaceNlp':
|
|
20
|
+
if (sourceIndex !== undefined) {
|
|
21
|
+
updatedTreeData.splice(sourceIndex, 0, newNodeBase);
|
|
22
|
+
}
|
|
23
|
+
break;
|
|
24
|
+
case 'EditNlp':
|
|
25
|
+
if (sourceIndex !== undefined) {
|
|
26
|
+
updatedTreeData.splice(sourceIndex, 1);
|
|
27
|
+
updatedTreeData.splice(sourceIndex, 0, newNodeBase);
|
|
28
|
+
}
|
|
29
|
+
break;
|
|
30
|
+
case 'addLast':
|
|
31
|
+
updatedTreeData.push(newNodeBase);
|
|
32
|
+
break;
|
|
33
|
+
default:
|
|
34
|
+
break;
|
|
35
|
+
}
|
|
36
|
+
return updatedTreeData;
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=AppendNewRow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppendNewRow.js","sourceRoot":"","sources":["../../../src/utils/AppendNewRow/AppendNewRow.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,SAAc,EAAE,MAAW,EAAE,EAAE;IAExD,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,EAAE,EAAE,GAAG,MAAM,CAAC;IAEpD,IAAI,CAAC,MAAM;QAAE,OAAO,SAAS,CAAC;IAE9B,MAAM,eAAe,GAAG,CAAC,GAAG,SAAS,CAAC,CAAC;IACvC,IAAI,WAAW,GAAG;QACd,MAAM,EAAE,kBAAkB;QAC1B,KAAK,EAAE,IAAI;QACX,QAAQ,EAAE,KAAK;QACf,GAAG,CAAC,OAAO,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;QACjC,GAAG,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC;KACxB,CAAA;IAED,QAAQ,MAAM,EAAE,CAAC;QACb,KAAK,UAAU;YACX,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;gBAC5B,eAAe,CAAC,MAAM,CAAC,WAAW,GAAG,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,CAAC;YAC5D,CAAC;YACD,MAAM;QAEV,KAAK,YAAY;YACb,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;gBAC5B,eAAe,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,EAAE,WAAW,CAAC,CAAC;YACxD,CAAC;YACD,MAAM;QACV,KAAK,SAAS;YACV,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;gBAC5B,eAAe,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;gBACvC,eAAe,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,EAAE,WAAW,CAAC,CAAC;YACxD,CAAC;YACD,MAAM;QAEV,KAAK,SAAS;YACV,eAAe,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAClC,MAAM;QAEV;YACI,MAAM;IACd,CAAC;IAED,OAAO,eAAe,CAAC;AAC3B,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const copyToClipboard: (text: string) => boolean;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const copyToClipboard = (text) => {
|
|
2
|
+
const textArea = document.createElement('textarea');
|
|
3
|
+
document.body.appendChild(textArea);
|
|
4
|
+
textArea.value = text;
|
|
5
|
+
textArea.select();
|
|
6
|
+
const successful = document.execCommand('copy');
|
|
7
|
+
document.body.removeChild(textArea);
|
|
8
|
+
return successful;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=copyToClipboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copyToClipboard.js","sourceRoot":"","sources":["../../../src/utils/CopyToClipboard/copyToClipboard.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,IAAY,EAAW,EAAE;IACvD,MAAM,QAAQ,GAAG,QAAQ,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IACpD,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;IACpC,QAAQ,CAAC,KAAK,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,MAAM,EAAE,CAAC;IAClB,MAAM,UAAU,GAAG,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IAChD,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;IACpC,OAAO,UAAU,CAAC;AACpB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function formatString(input: string, removeSections?: string[]): string;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { SPECIAL_REGEX_CHARACTERS_PATTERN } from '../../validations/regex';
|
|
2
|
+
function formatCamelCaseString(input, removeSections = []) {
|
|
3
|
+
function escapeRegExp(str) {
|
|
4
|
+
return str.replace(SPECIAL_REGEX_CHARACTERS_PATTERN, '\\$&');
|
|
5
|
+
}
|
|
6
|
+
// Remove all occurrences of specified sections (case-insensitive)
|
|
7
|
+
const processedString = removeSections.reduce((str, section) => str.replace(new RegExp(escapeRegExp(section), 'gi'), ''), input);
|
|
8
|
+
// Add spaces before capital letters and capitalize the first letter
|
|
9
|
+
const formatted = processedString
|
|
10
|
+
.replace(/([A-Z])/g, ' $1')
|
|
11
|
+
.trim()
|
|
12
|
+
.replace(/^./, (str) => str.toUpperCase());
|
|
13
|
+
return formatted;
|
|
14
|
+
}
|
|
15
|
+
function formatSnakeOrUppercaseString(input) {
|
|
16
|
+
return input
|
|
17
|
+
.toLowerCase()
|
|
18
|
+
.replace(/_/g, ' ')
|
|
19
|
+
.replace(/^./, (str) => str.toUpperCase());
|
|
20
|
+
}
|
|
21
|
+
export default function formatString(input, removeSections = []) {
|
|
22
|
+
if (input.toUpperCase() === input) {
|
|
23
|
+
// Handled completely uppercase strings
|
|
24
|
+
input = input.toLowerCase();
|
|
25
|
+
}
|
|
26
|
+
if (input.includes('_')) {
|
|
27
|
+
// Handled snake case or uppercase strings
|
|
28
|
+
return formatSnakeOrUppercaseString(input);
|
|
29
|
+
}
|
|
30
|
+
// Handled camel case strings
|
|
31
|
+
return formatCamelCaseString(input, removeSections);
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=FormatString.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormatString.js","sourceRoot":"","sources":["../../../src/utils/FormatString/FormatString.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,yBAAyB,CAAC;AAE3E,SAAS,qBAAqB,CAC5B,KAAa,EACb,iBAA2B,EAAE;IAE7B,SAAS,YAAY,CAAC,GAAW;QAC/B,OAAO,GAAG,CAAC,OAAO,CAAC,gCAAgC,EAAE,MAAM,CAAC,CAAC;IAC/D,CAAC;IACD,kEAAkE;IAClE,MAAM,eAAe,GAAG,cAAc,CAAC,MAAM,CAC3C,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,EAC1E,KAAK,CACN,CAAC;IAEF,oEAAoE;IACpE,MAAM,SAAS,GAAG,eAAe;SAC9B,OAAO,CAAC,UAAU,EAAE,KAAK,CAAC;SAC1B,IAAI,EAAE;SACN,OAAO,CAAC,IAAI,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC,CAAC;IAE7C,OAAO,SAAS,CAAC;AACnB,CAAC;AACD,SAAS,4BAA4B,CAAC,KAAa;IACjD,OAAO,KAAK;SACT,WAAW,EAAE;SACb,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC;SAClB,OAAO,CAAC,IAAI,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC,CAAC;AAC/C,CAAC;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAClC,KAAa,EACb,iBAA2B,EAAE;IAE7B,IAAI,KAAK,CAAC,WAAW,EAAE,KAAK,KAAK,EAAE,CAAC;QAClC,uCAAuC;QACvC,KAAK,GAAG,KAAK,CAAC,WAAW,EAAE,CAAC;IAC9B,CAAC;IAED,IAAI,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;QACxB,0CAA0C;QAC1C,OAAO,4BAA4B,CAAC,KAAK,CAAC,CAAC;IAC7C,CAAC;IACD,6BAA6B;IAC7B,OAAO,qBAAqB,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC;AACtD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export const scrollToView = (id, block = 'nearest', retries = 5) => {
|
|
2
|
+
if (!id)
|
|
3
|
+
return;
|
|
4
|
+
const element = document.getElementById(id);
|
|
5
|
+
if (element) {
|
|
6
|
+
element.scrollIntoView({ behavior: 'smooth', block });
|
|
7
|
+
}
|
|
8
|
+
else if (retries > 0) {
|
|
9
|
+
setTimeout(() => {
|
|
10
|
+
scrollToView(id, block, retries - 1);
|
|
11
|
+
}, 300);
|
|
12
|
+
}
|
|
13
|
+
else {
|
|
14
|
+
console.warn(`Element with id - "${id}" not found after multiple retries.`);
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ScrollToView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollToView.js","sourceRoot":"","sources":["../../../src/utils/ScrollToview/ScrollToView.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,YAAY,GAAG,CAC1B,EAA6B,EAC7B,QAA+B,SAAS,EACxC,UAAkB,CAAC,EACb,EAAE;IACR,IAAI,CAAC,EAAE;QAAE,OAAO;IAEhB,MAAM,OAAO,GAAG,QAAQ,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC;IAC5C,IAAI,OAAO,EAAE,CAAC;QACZ,OAAO,CAAC,cAAc,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC;IACxD,CAAC;SAAM,IAAI,OAAO,GAAG,CAAC,EAAE,CAAC;QACvB,UAAU,CAAC,GAAG,EAAE;YACd,YAAY,CAAC,EAAE,EAAE,KAAK,EAAE,OAAO,GAAG,CAAC,CAAC,CAAC;QACvC,CAAC,EAAE,GAAG,CAAC,CAAC;IACV,CAAC;SAAM,CAAC;QACN,OAAO,CAAC,IAAI,CAAC,sBAAsB,EAAE,qCAAqC,CAAC,CAAC;IAC9E,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const prepareData: (dataObj: any, columnObj: any, index?: number, tableType?: string) => any;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export const prepareData = (dataObj, columnObj, index, tableType) => {
|
|
2
|
+
let cellData = dataObj[columnObj.accessor];
|
|
3
|
+
if (columnObj.cell) {
|
|
4
|
+
const refId = dataObj._id || dataObj.id;
|
|
5
|
+
return columnObj.cell({
|
|
6
|
+
value: cellData,
|
|
7
|
+
row: dataObj,
|
|
8
|
+
column: columnObj.accessor,
|
|
9
|
+
index: index,
|
|
10
|
+
tableType: tableType,
|
|
11
|
+
...(refId && { refId }),
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
else if (columnObj.accessor) {
|
|
15
|
+
return cellData;
|
|
16
|
+
}
|
|
17
|
+
else if (cellData && typeof cellData !== 'object') {
|
|
18
|
+
return cellData;
|
|
19
|
+
}
|
|
20
|
+
else {
|
|
21
|
+
return '--';
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=TableCell.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableCell.js","sourceRoot":"","sources":["../../../src/utils/TableCell/TableCell.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,OAAY,EAAE,SAAc,EAAE,KAAc,EAAE,SAAkB,EAAE,EAAE;IAC9F,IAAI,QAAQ,GAAG,OAAO,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;IAC3C,IAAI,SAAS,CAAC,IAAI,EAAE,CAAC;QACnB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,IAAI,OAAO,CAAC,EAAE,CAAC;QAExC,OAAO,SAAS,CAAC,IAAI,CAAC;YACpB,KAAK,EAAE,QAAQ;YACf,GAAG,EAAE,OAAO;YACZ,MAAM,EAAE,SAAS,CAAC,QAAQ;YAC1B,KAAK,EAAE,KAAK;YACZ,SAAS,EAAE,SAAS;YACpB,GAAG,CAAC,KAAK,IAAI,EAAE,KAAK,EAAE,CAAC;SACxB,CAAC,CAAC;IACL,CAAC;SAAM,IAAI,SAAS,CAAC,QAAQ,EAAE,CAAC;QAC9B,OAAO,QAAQ,CAAC;IAClB,CAAC;SAAM,IAAI,QAAQ,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE,CAAC;QACpD,OAAO,QAAQ,CAAC;IAClB,CAAC;SAAM,CAAC;QACN,OAAO,IAAI,CAAC;IACd,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
export const getNavigateToKey = (currentNode, treeData, action) => {
|
|
2
|
+
// this function will find all the children nodes of the current node
|
|
3
|
+
const getAllChildrenNodesUsingSearchKey = (treeData, searchKey) => {
|
|
4
|
+
return treeData.filter((node) => node.searchKey && node.searchKey.startsWith(searchKey + '/'));
|
|
5
|
+
};
|
|
6
|
+
// this function will find the last child of the current node
|
|
7
|
+
const findLastChild = (treeData, currentNode) => {
|
|
8
|
+
// Get all children of the current node using searchKey
|
|
9
|
+
const children = treeData.filter((node) => node.searchKey && node.searchKey.startsWith(currentNode.searchKey + '/'));
|
|
10
|
+
if (children.length === 0) {
|
|
11
|
+
// If no children will return the current node's key
|
|
12
|
+
return currentNode.key;
|
|
13
|
+
}
|
|
14
|
+
// it will Find the last child
|
|
15
|
+
const lastChild = children[children.length - 1];
|
|
16
|
+
// If the last child is a container (nested), recursively find the last child
|
|
17
|
+
if (lastChild?.container) {
|
|
18
|
+
return findLastChild(treeData, lastChild);
|
|
19
|
+
}
|
|
20
|
+
else {
|
|
21
|
+
// If the last child is not a container, return its key
|
|
22
|
+
return lastChild?.key;
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
// this function will analyze the hierarchy of the treeData based on the searchKey it hel to find the pre and post node in the parent node
|
|
26
|
+
const analyzeHierarchy = (treeData, searchKey) => {
|
|
27
|
+
// Split the searchKey into its hierarchy parts
|
|
28
|
+
const hierarchyParts = searchKey.split('/').filter((part) => part !== '');
|
|
29
|
+
const hierarchyMap = {};
|
|
30
|
+
// Find each level in the treeData
|
|
31
|
+
hierarchyParts.forEach((_, index) => {
|
|
32
|
+
const currentPath = '/' + hierarchyParts.slice(0, index + 1).join('/');
|
|
33
|
+
// Find the node that matches this exact searchKey path
|
|
34
|
+
const node = treeData.find((n) => n.searchKey === currentPath);
|
|
35
|
+
if (node) {
|
|
36
|
+
hierarchyMap[index] = {
|
|
37
|
+
key: node.key,
|
|
38
|
+
name: node.name ?? '',
|
|
39
|
+
type: node.entityType ?? '',
|
|
40
|
+
searchKey: node.searchKey ?? '',
|
|
41
|
+
hierarchy: node.hierarchy,
|
|
42
|
+
isContainer: node.container ?? false,
|
|
43
|
+
hasPrePost: false,
|
|
44
|
+
};
|
|
45
|
+
// Check if this node has PRE/POST children
|
|
46
|
+
const children = treeData.filter((n) => n?.searchKey?.startsWith(currentPath + '/') &&
|
|
47
|
+
n?.searchKey?.split('/').length ===
|
|
48
|
+
currentPath?.split('/').length + 1);
|
|
49
|
+
hierarchyMap[index].hasPrePost = children.some((child) => child.entityType === 'PRE' || child.entityType === 'POST');
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
return hierarchyMap;
|
|
53
|
+
};
|
|
54
|
+
const getRootChildren = (treeData, rootNode) => {
|
|
55
|
+
return treeData.filter((node) => node.parentId === rootNode.key &&
|
|
56
|
+
node.entityType !== 'POST' &&
|
|
57
|
+
node.entityType !== 'PRE');
|
|
58
|
+
};
|
|
59
|
+
if (action === 'inside' || 'addInside') {
|
|
60
|
+
// Handle root node case
|
|
61
|
+
if (currentNode.path === '/Root') {
|
|
62
|
+
const childrenOfRoot = getRootChildren(treeData, currentNode);
|
|
63
|
+
if (childrenOfRoot.length > 0) {
|
|
64
|
+
const lastChildOfRoot = childrenOfRoot[childrenOfRoot.length - 1];
|
|
65
|
+
if (lastChildOfRoot?.expandedAll === false ||
|
|
66
|
+
lastChildOfRoot?.expanded === false) {
|
|
67
|
+
return { navigateTo: lastChildOfRoot?.key };
|
|
68
|
+
}
|
|
69
|
+
if (lastChildOfRoot?.expandedAll === true ||
|
|
70
|
+
lastChildOfRoot?.expanded === true) {
|
|
71
|
+
const lastChildExpand = getAllChildrenNodesUsingSearchKey(treeData, lastChildOfRoot?.searchKey);
|
|
72
|
+
return {
|
|
73
|
+
navigateTo: lastChildExpand[lastChildExpand.length - 1]?.key,
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
else {
|
|
79
|
+
// Handle non-root node case
|
|
80
|
+
const lastChild = findLastChild(treeData, currentNode);
|
|
81
|
+
const currentNodeAllChildren = getAllChildrenNodesUsingSearchKey(treeData, currentNode?.searchKey);
|
|
82
|
+
const hierarchyInfo = analyzeHierarchy(treeData, currentNode?.searchKey);
|
|
83
|
+
const currentNodeHierarchyInfo = Object.values(hierarchyInfo).find((obj) => obj.key === currentNode.key);
|
|
84
|
+
if (currentNodeAllChildren.length > 0) {
|
|
85
|
+
const nonPostPreChildren = currentNodeAllChildren.filter((node) => node.entityType !== 'POST' && node.entityType !== 'PRE');
|
|
86
|
+
if (nonPostPreChildren.length > 0) {
|
|
87
|
+
return {
|
|
88
|
+
navigateTo: currentNodeHierarchyInfo?.hasPrePost
|
|
89
|
+
? nonPostPreChildren[nonPostPreChildren.length - 1]?.key
|
|
90
|
+
: lastChild,
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
else {
|
|
94
|
+
return {
|
|
95
|
+
navigateTo: currentNodeAllChildren[currentNodeAllChildren.length - 1]?.key,
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
else {
|
|
100
|
+
return { navigateTo: currentNode?.key };
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
else if (action === 'below' || 'addBelow') {
|
|
105
|
+
if (currentNode.expandedAll === false || currentNode.expanded === false) {
|
|
106
|
+
return { navigateTo: currentNode?.key };
|
|
107
|
+
}
|
|
108
|
+
else {
|
|
109
|
+
const lastChild = findLastChild(treeData, currentNode);
|
|
110
|
+
return { navigateTo: lastChild };
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
else if (action === 'above' || 'addAbove') {
|
|
114
|
+
return { navigateTo: currentNode?.key };
|
|
115
|
+
}
|
|
116
|
+
return { navigateTo: currentNode?.key };
|
|
117
|
+
};
|
|
118
|
+
//# sourceMappingURL=getNavigateToKey.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNavigateToKey.js","sourceRoot":"","sources":["../../../src/utils/TreeNavigateUtils/getNavigateToKey.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC9B,WAA0B,EAC1B,QAAyB,EACzB,MAAc,EACd,EAAE;IACF,qEAAqE;IACrE,MAAM,iCAAiC,GAAG,CACxC,QAAyB,EACzB,SAAiB,EACjB,EAAE;QACF,OAAO,QAAQ,CAAC,MAAM,CACpB,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,SAAS,GAAG,GAAG,CAAC,CACvE,CAAC;IACJ,CAAC,CAAC;IACF,6DAA6D;IAC7D,MAAM,aAAa,GAAG,CACpB,QAAyB,EACzB,WAA0B,EAC1B,EAAE;QACF,uDAAuD;QACvD,MAAM,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAC9B,CAAC,IAAI,EAAE,EAAE,CACP,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,WAAW,CAAC,SAAS,GAAG,GAAG,CAAC,CAC3E,CAAC;QAEF,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAC1B,oDAAoD;YACpD,OAAO,WAAW,CAAC,GAAG,CAAC;QACzB,CAAC;QAED,+BAA+B;QAC/B,MAAM,SAAS,GAAG,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QAEhD,6EAA6E;QAC7E,IAAI,SAAS,EAAE,SAAS,EAAE,CAAC;YACzB,OAAO,aAAa,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;QAC5C,CAAC;aAAM,CAAC;YACN,uDAAuD;YACvD,OAAO,SAAS,EAAE,GAAG,CAAC;QACxB,CAAC;IACH,CAAC,CAAC;IACF,0IAA0I;IAC1I,MAAM,gBAAgB,GAAG,CAAC,QAAyB,EAAE,SAAiB,EAAE,EAAE;QACxE,+CAA+C;QAC/C,MAAM,cAAc,GAAG,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,EAAE,CAAC,CAAC;QAE1E,MAAM,YAAY,GAAuC,EAAE,CAAC;QAE5D,kCAAkC;QAClC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE;YAClC,MAAM,WAAW,GAAG,GAAG,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YAEvE,uDAAuD;YACvD,MAAM,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,SAAS,KAAK,WAAW,CAAC,CAAC;YAE/D,IAAI,IAAI,EAAE,CAAC;gBACT,YAAY,CAAC,KAAK,CAAC,GAAG;oBACpB,GAAG,EAAE,IAAI,CAAC,GAAG;oBACb,IAAI,EAAE,IAAI,CAAC,IAAI,IAAI,EAAE;oBACrB,IAAI,EAAE,IAAI,CAAC,UAAU,IAAI,EAAE;oBAC3B,SAAS,EAAE,IAAI,CAAC,SAAS,IAAI,EAAE;oBAC/B,SAAS,EAAE,IAAI,CAAC,SAAS;oBACzB,WAAW,EAAE,IAAI,CAAC,SAAS,IAAI,KAAK;oBACpC,UAAU,EAAE,KAAK;iBAClB,CAAC;gBAEF,2CAA2C;gBAC3C,MAAM,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAC9B,CAAC,CAAC,EAAE,EAAE,CACJ,CAAC,EAAE,SAAS,EAAE,UAAU,CAAC,WAAW,GAAG,GAAG,CAAC;oBAC3C,CAAC,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM;wBAC7B,WAAW,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,CACvC,CAAC;gBAEF,YAAY,CAAC,KAAK,CAAC,CAAC,UAAU,GAAG,QAAQ,CAAC,IAAI,CAC5C,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,UAAU,KAAK,KAAK,IAAI,KAAK,CAAC,UAAU,KAAK,MAAM,CACrE,CAAC;YACJ,CAAC;QACH,CAAC,CAAC,CAAC;QAEH,OAAO,YAAY,CAAC;IACtB,CAAC,CAAC;IACF,MAAM,eAAe,GAAG,CACtB,QAAyB,EACzB,QAAuB,EACvB,EAAE;QACF,OAAO,QAAQ,CAAC,MAAM,CACpB,CAAC,IAAI,EAAE,EAAE,CACP,IAAI,CAAC,QAAQ,KAAK,QAAQ,CAAC,GAAG;YAC9B,IAAI,CAAC,UAAU,KAAK,MAAM;YAC1B,IAAI,CAAC,UAAU,KAAK,KAAK,CAC5B,CAAC;IACJ,CAAC,CAAC;IACF,IAAI,MAAM,KAAK,QAAQ,IAAI,WAAW,EAAE,CAAC;QACvC,wBAAwB;QACxB,IAAI,WAAW,CAAC,IAAI,KAAK,OAAO,EAAE,CAAC;YACjC,MAAM,cAAc,GAAG,eAAe,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;YAC9D,IAAI,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAC9B,MAAM,eAAe,GAAG,cAAc,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;gBAClE,IACE,eAAe,EAAE,WAAW,KAAK,KAAK;oBACtC,eAAe,EAAE,QAAQ,KAAK,KAAK,EACnC,CAAC;oBACD,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,GAAG,EAAE,CAAC;gBAC9C,CAAC;gBACD,IACE,eAAe,EAAE,WAAW,KAAK,IAAI;oBACrC,eAAe,EAAE,QAAQ,KAAK,IAAI,EAClC,CAAC;oBACD,MAAM,eAAe,GAAG,iCAAiC,CACvD,QAAQ,EACR,eAAe,EAAE,SAAmB,CACrC,CAAC;oBACF,OAAO;wBACL,UAAU,EAAE,eAAe,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,GAAG;qBAC7D,CAAC;gBACJ,CAAC;YACH,CAAC;QACH,CAAC;aAAM,CAAC;YACN,4BAA4B;YAC5B,MAAM,SAAS,GAAG,aAAa,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;YACvD,MAAM,sBAAsB,GAAG,iCAAiC,CAC9D,QAAQ,EACR,WAAW,EAAE,SAAmB,CACjC,CAAC;YACF,MAAM,aAAa,GAAG,gBAAgB,CACpC,QAAQ,EACR,WAAW,EAAE,SAAmB,CACjC,CAAC;YACF,MAAM,wBAAwB,GAAG,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,IAAI,CAChE,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,KAAK,WAAW,CAAC,GAAG,CACrC,CAAC;YACF,IAAI,sBAAsB,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBACtC,MAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CACtD,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,KAAK,MAAM,IAAI,IAAI,CAAC,UAAU,KAAK,KAAK,CAClE,CAAC;gBACF,IAAI,kBAAkB,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBAClC,OAAO;wBACL,UAAU,EAAE,wBAAwB,EAAE,UAAU;4BAC9C,CAAC,CAAC,kBAAkB,CAAC,kBAAkB,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,GAAG;4BACxD,CAAC,CAAC,SAAS;qBACd,CAAC;gBACJ,CAAC;qBAAM,CAAC;oBACN,OAAO;wBACL,UAAU,EACR,sBAAsB,CAAC,sBAAsB,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,GAAG;qBACjE,CAAC;gBACJ,CAAC;YACH,CAAC;iBAAM,CAAC;gBACN,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC;YAC1C,CAAC;QACH,CAAC;IACH,CAAC;SAAM,IAAI,MAAM,KAAK,OAAO,IAAI,UAAU,EAAE,CAAC;QAC5C,IAAI,WAAW,CAAC,WAAW,KAAK,KAAK,IAAI,WAAW,CAAC,QAAQ,KAAK,KAAK,EAAE,CAAC;YACxE,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC;QAC1C,CAAC;aAAM,CAAC;YACN,MAAM,SAAS,GAAG,aAAa,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;YACvD,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC;QACnC,CAAC;IACH,CAAC;SAAM,IAAI,MAAM,KAAK,OAAO,IAAI,UAAU,EAAE,CAAC;QAC5C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC;IAC1C,CAAC;IAED,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC;AAC1C,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/utils/TreeNavigateUtils/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const autoScrollToTableLastRow: (tableRef: React.RefObject<HTMLTableSectionElement>, extraCustomHeight?: number) => () => void;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export const autoScrollToTableLastRow = (tableRef, extraCustomHeight) => {
|
|
2
|
+
let observer;
|
|
3
|
+
if (tableRef.current) {
|
|
4
|
+
const tableCurrent = tableRef.current;
|
|
5
|
+
observer = new MutationObserver(() => {
|
|
6
|
+
const requiredScrollHeight = tableCurrent.scrollHeight;
|
|
7
|
+
tableCurrent.scrollTop = requiredScrollHeight + (extraCustomHeight || 0);
|
|
8
|
+
});
|
|
9
|
+
observer.observe(tableCurrent, { childList: true, subtree: true });
|
|
10
|
+
const requiredScrollHeight = tableCurrent.scrollHeight;
|
|
11
|
+
tableCurrent.scrollTop = requiredScrollHeight;
|
|
12
|
+
}
|
|
13
|
+
return () => {
|
|
14
|
+
if (observer) {
|
|
15
|
+
observer.disconnect();
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=autoScrollToTableLastRow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoScrollToTableLastRow.js","sourceRoot":"","sources":["../../../src/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAAG,CACtC,QAAkD,EAClD,iBAA0B,EAC1B,EAAE;IACF,IAAI,QAAsC,CAAC;IAC3C,IAAI,QAAQ,CAAC,OAAO,EAAE,CAAC;QACrB,MAAM,YAAY,GAAG,QAAQ,CAAC,OAAO,CAAC;QACtC,QAAQ,GAAG,IAAI,gBAAgB,CAAC,GAAG,EAAE;YACnC,MAAM,oBAAoB,GAAG,YAAY,CAAC,YAAY,CAAC;YACvD,YAAY,CAAC,SAAS,GAAG,oBAAoB,GAAG,CAAC,iBAAiB,IAAI,CAAC,CAAC,CAAC;QAC3E,CAAC,CAAC,CAAC;QACH,QAAQ,CAAC,OAAO,CAAC,YAAY,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;QACnE,MAAM,oBAAoB,GAAG,YAAY,CAAC,YAAY,CAAC;QACvD,YAAY,CAAC,SAAS,GAAG,oBAAoB,CAAC;IAChD,CAAC;IACD,OAAO,GAAG,EAAE;QACV,IAAI,QAAQ,EAAE,CAAC;YACb,QAAQ,CAAC,UAAU,EAAE,CAAC;QACxB,CAAC;IACH,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const capitalize: (text: string) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capitalize.js","sourceRoot":"","sources":["../../../src/utils/capitalize/capitalize.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,IAAY,EAAU,EAAE;IACjD,IAAI,CAAC,IAAI;QAAE,OAAO,EAAE,CAAC;IACrB,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC;AACvE,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const hasDuplicateFile: (array: any[], property: string) => boolean;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Will be used to find duplicate key-value pair in an array of objects.
|
|
2
|
+
export const hasDuplicateFile = (array, property) => {
|
|
3
|
+
const seen = new Set();
|
|
4
|
+
for (const obj of array) {
|
|
5
|
+
const key = property ? obj[property] : JSON.stringify(obj);
|
|
6
|
+
if (seen.has(key)) {
|
|
7
|
+
return true;
|
|
8
|
+
}
|
|
9
|
+
seen.add(key);
|
|
10
|
+
}
|
|
11
|
+
return false;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=checkDuplicates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkDuplicates.js","sourceRoot":"","sources":["../../../src/utils/checkDuplicates/checkDuplicates.ts"],"names":[],"mappings":"AAAA,wEAAwE;AAExE,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,KAAY,EAAE,QAAgB,EAAW,EAAE;IAC1E,MAAM,IAAI,GAAG,IAAI,GAAG,EAAE,CAAC;IACvB,KAAK,MAAM,GAAG,IAAI,KAAK,EAAE,CAAC;QACxB,MAAM,GAAG,GAAG,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;QAC3D,IAAI,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC;YAClB,OAAO,IAAI,CAAC;QACd,CAAC;QACD,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAChB,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export const checkEmpty = (value) => {
|
|
2
|
+
// Check for null or undefined
|
|
3
|
+
if (value == null)
|
|
4
|
+
return true;
|
|
5
|
+
// Check for strings
|
|
6
|
+
if (typeof value === 'string')
|
|
7
|
+
return value.trim().length === 0;
|
|
8
|
+
// Check for arrays
|
|
9
|
+
if (Array.isArray(value))
|
|
10
|
+
return value.length === 0;
|
|
11
|
+
// Check for objects
|
|
12
|
+
if (typeof value === 'object') {
|
|
13
|
+
// Handle Map and Set
|
|
14
|
+
if (value instanceof Map || value instanceof Set)
|
|
15
|
+
return value.size === 0;
|
|
16
|
+
// Handle regular objects
|
|
17
|
+
return Object.keys(value).length === 0;
|
|
18
|
+
}
|
|
19
|
+
// For all other types (numbers, booleans, etc.), return false as they are not "empty"
|
|
20
|
+
return false;
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=checkEmpty.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkEmpty.js","sourceRoot":"","sources":["../../../src/utils/checkEmpty/checkEmpty.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,KAAgB,EAAW,EAAE;IACtD,8BAA8B;IAC9B,IAAI,KAAK,IAAI,IAAI;QAAE,OAAO,IAAI,CAAC;IAE/B,oBAAoB;IACpB,IAAI,OAAO,KAAK,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC,IAAI,EAAE,CAAC,MAAM,KAAK,CAAC,CAAC;IAEhE,mBAAmB;IACnB,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC,CAAC;IAEpD,oBAAoB;IACpB,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC9B,qBAAqB;QACrB,IAAI,KAAK,YAAY,GAAG,IAAI,KAAK,YAAY,GAAG;YAAE,OAAO,KAAK,CAAC,IAAI,KAAK,CAAC,CAAC;QAE1E,yBAAyB;QACzB,OAAO,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC;IACzC,CAAC;IAED,sFAAsF;IACtF,OAAO,KAAK,CAAC;AACf,CAAC,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { toast } from '../../components/Toastify/Toastify';
|
|
2
|
+
export const checkMicrophoneAccess = async (handleMicToggle, { requestDeniedMsg, notSupportedMsg, micAccessDeniedMsg, }) => {
|
|
3
|
+
try {
|
|
4
|
+
const permissionStatus = await navigator?.permissions.query({
|
|
5
|
+
name: 'microphone',
|
|
6
|
+
});
|
|
7
|
+
if (permissionStatus?.state === 'granted') {
|
|
8
|
+
handleMicToggle();
|
|
9
|
+
}
|
|
10
|
+
else if (permissionStatus?.state === 'prompt') {
|
|
11
|
+
try {
|
|
12
|
+
const stream = await navigator?.mediaDevices?.getUserMedia({
|
|
13
|
+
audio: true,
|
|
14
|
+
});
|
|
15
|
+
stream?.getTracks()?.forEach((track) => track?.stop());
|
|
16
|
+
handleMicToggle();
|
|
17
|
+
}
|
|
18
|
+
catch (err) {
|
|
19
|
+
toast.error(requestDeniedMsg);
|
|
20
|
+
console.error('getUserMedia error:', err);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
else if (permissionStatus?.state === 'denied') {
|
|
24
|
+
toast.error(micAccessDeniedMsg);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
catch (err) {
|
|
28
|
+
toast.error(notSupportedMsg);
|
|
29
|
+
console.error('Permission query error:', err);
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=checkMicrophoneAccess.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkMicrophoneAccess.js","sourceRoot":"","sources":["../../../src/utils/checkMicrophoneAccess/checkMicrophoneAccess.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAC3D,MAAM,CAAC,MAAM,qBAAqB,GAAG,KAAK,EACxC,eAAyB,EACzB,EACE,gBAAgB,EAChB,eAAe,EACf,kBAAkB,GAKnB,EACD,EAAE;IACF,IAAI,CAAC;QACH,MAAM,gBAAgB,GAAG,MAAM,SAAS,EAAE,WAAW,CAAC,KAAK,CAAC;YAC1D,IAAI,EAAE,YAA8B;SACrC,CAAC,CAAC;QAEH,IAAI,gBAAgB,EAAE,KAAK,KAAK,SAAS,EAAE,CAAC;YAC1C,eAAe,EAAE,CAAC;QACpB,CAAC;aAAM,IAAI,gBAAgB,EAAE,KAAK,KAAK,QAAQ,EAAE,CAAC;YAChD,IAAI,CAAC;gBACH,MAAM,MAAM,GAAG,MAAM,SAAS,EAAE,YAAY,EAAE,YAAY,CAAC;oBACzD,KAAK,EAAE,IAAI;iBACZ,CAAC,CAAC;gBACH,MAAM,EAAE,SAAS,EAAE,EAAE,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;gBACvD,eAAe,EAAE,CAAC;YACpB,CAAC;YAAC,OAAO,GAAG,EAAE,CAAC;gBACb,KAAK,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;gBAC9B,OAAO,CAAC,KAAK,CAAC,qBAAqB,EAAE,GAAG,CAAC,CAAC;YAC5C,CAAC;QACH,CAAC;aAAM,IAAI,gBAAgB,EAAE,KAAK,KAAK,QAAQ,EAAE,CAAC;YAChD,KAAK,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC;QAClC,CAAC;IACH,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACb,KAAK,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAC7B,OAAO,CAAC,KAAK,CAAC,yBAAyB,EAAE,GAAG,CAAC,CAAC;IAChD,CAAC;AACH,CAAC,CAAC"}
|