pixel-react-excel-sheet 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ComponentProps/TreeNodeProps.d.ts +84 -0
- package/lib/ComponentProps/TreeNodeProps.js +2 -0
- package/lib/ComponentProps/TreeNodeProps.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.js +21 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js +630 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/index.js +2 -0
- package/lib/StyleGuide/ColorPalette/index.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/types.js +2 -0
- package/lib/StyleGuide/ColorPalette/types.js.map +1 -0
- package/lib/StyleGuide/Typography/Typography.js +7 -0
- package/lib/StyleGuide/Typography/Typography.js.map +1 -0
- package/lib/StyleGuide/Typography/TypographyList.js +4 -0
- package/lib/StyleGuide/Typography/TypographyList.js.map +1 -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 +7 -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 +1 -1
- package/lib/components/Accordion/Accordion.js +29 -0
- package/lib/components/Accordion/Accordion.js.map +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 +27 -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 +84 -0
- package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +1 -1
- 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 -1
- package/lib/components/AddResourceButton/index.js +2 -0
- package/lib/components/AddResourceButton/index.js.map +1 -0
- package/lib/components/AddResourceButton/type.d.ts +24 -4
- 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 +1 -1
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +141 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +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 +6 -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 +1 -0
- package/lib/components/AppHeader/AppHeader.js +236 -0
- package/lib/components/AppHeader/AppHeader.js.map +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 +59 -10
- 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.js +103 -0
- package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -0
- package/lib/components/AttachmentButton/index.js +2 -0
- package/lib/components/AttachmentButton/index.js.map +1 -0
- package/lib/components/AttachmentButton/types.d.ts +20 -1
- package/lib/components/AttachmentButton/types.js +2 -0
- package/lib/components/AttachmentButton/types.js.map +1 -0
- package/lib/components/AutoTruncateText/AutoTruncateText.d.ts +4 -0
- package/lib/components/AutoTruncateText/AutoTruncateText.js +41 -0
- package/lib/components/AutoTruncateText/AutoTruncateText.js.map +1 -0
- package/lib/components/AutoTruncateText/index.d.ts +1 -0
- package/lib/components/AutoTruncateText/index.js +2 -0
- package/lib/components/AutoTruncateText/index.js.map +1 -0
- package/lib/components/AutoTruncateText/resizeObserverService.d.ts +7 -0
- package/lib/components/AutoTruncateText/resizeObserverService.js +25 -0
- package/lib/components/AutoTruncateText/resizeObserverService.js.map +1 -0
- package/lib/components/AutoTruncateText/types.d.ts +8 -0
- package/lib/components/AutoTruncateText/types.js +2 -0
- package/lib/components/AutoTruncateText/types.js.map +1 -0
- package/lib/components/AutoTruncateText/useResizeSignal.d.ts +5 -0
- package/lib/components/AutoTruncateText/useResizeSignal.js +18 -0
- package/lib/components/AutoTruncateText/useResizeSignal.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 +93 -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 +75 -0
- package/lib/components/BrowserTabs/types.js +2 -0
- package/lib/components/BrowserTabs/types.js.map +1 -0
- package/lib/components/Button/Button.js +35 -0
- package/lib/components/Button/Button.js.map +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 +52 -2
- 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 +1 -1
- 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.js +2 -0
- package/lib/components/Charts/DashboardDonutChart/index.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/types.d.ts +43 -2
- 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.js +102 -0
- package/lib/components/Charts/DonutChart/DonutChart.js.map +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 +9 -4
- 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.js +134 -0
- package/lib/components/Charts/PieChart/PieChart.js.map +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 +1 -1
- 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.js +89 -0
- package/lib/components/Charts/RadialChart/RadialChart.js.map +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 +1 -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.js +23 -0
- package/lib/components/Checkbox/Checkbox.js.map +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 +14 -1
- package/lib/components/Checkbox/types.js +2 -0
- package/lib/components/Checkbox/types.js.map +1 -0
- package/lib/components/Chip/Chip.d.ts +1 -1
- package/lib/components/Chip/Chip.js +25 -0
- package/lib/components/Chip/Chip.js.map +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 +3 -1
- 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 +15 -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 +38 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js.map +1 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.d.ts +5 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.js +102 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.js.map +1 -0
- package/lib/components/ConnectingBranch/data.d.ts +70 -0
- package/lib/components/ConnectingBranch/data.js +213 -0
- package/lib/components/ConnectingBranch/data.js.map +1 -0
- package/lib/components/ConnectingBranch/index.d.ts +1 -0
- package/lib/components/ConnectingBranch/index.js +2 -0
- package/lib/components/ConnectingBranch/index.js.map +1 -0
- package/lib/components/ConnectingBranch/types.d.ts +55 -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 +89 -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 +1 -1
- package/lib/components/DatePicker/DatePicker.js +317 -0
- package/lib/components/DatePicker/DatePicker.js.map +1 -0
- package/lib/components/DatePicker/Timepicker.js +230 -0
- package/lib/components/DatePicker/Timepicker.js.map +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 +23 -1
- 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 +2 -0
- package/lib/components/DragAndDrop/DragAndDrop.js +7 -0
- package/lib/components/DragAndDrop/DragAndDrop.js.map +1 -0
- package/lib/components/DragAndDrop/DragAndDropList.js +54 -0
- package/lib/components/DragAndDrop/DragAndDropList.js.map +1 -0
- package/lib/components/DragAndDrop/index.js +2 -0
- package/lib/components/DragAndDrop/index.js.map +1 -0
- package/lib/components/Drawer/Drawer.js +130 -0
- package/lib/components/Drawer/Drawer.js.map +1 -0
- package/lib/components/Drawer/Types.d.ts +79 -10
- package/lib/components/Drawer/Types.js +2 -0
- package/lib/components/Drawer/Types.js.map +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 +45 -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 +375 -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 +25 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js.map +1 -0
- package/lib/components/Excel/Data.d.ts +214 -0
- package/lib/components/Excel/Data.js +684 -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 +550 -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 +149 -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 +66 -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 +471 -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 +277 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +281 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +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.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 +672 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.d.ts +49 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +885 -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 +78 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +502 -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 +129 -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.js +2 -0
- package/lib/components/Excel/index.js.map +1 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.js +42 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.js.map +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 +2 -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 +2 -1
- 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.js +2 -0
- package/lib/components/FF_Captcha/index.js.map +1 -0
- package/lib/components/FF_Captcha/types.d.ts +11 -2
- 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.js +30 -0
- package/lib/components/FileDropzone/Dropzone.js.map +1 -0
- package/lib/components/FileDropzone/FileDropzone.js +56 -0
- package/lib/components/FileDropzone/FileDropzone.js.map +1 -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.js +2 -0
- package/lib/components/FileDropzone/index.js.map +1 -0
- package/lib/components/FileDropzone/types.d.ts +126 -1
- package/lib/components/FileDropzone/types.js +2 -0
- package/lib/components/FileDropzone/types.js.map +1 -0
- package/lib/components/Form/Form.d.ts +1 -15
- 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 -1
- package/lib/components/Form/index.js +2 -0
- package/lib/components/Form/index.js.map +1 -0
- package/lib/components/Form/types.js +2 -0
- package/lib/components/Form/types.js.map +1 -0
- package/lib/components/GridLayout/GridLayout.js +15 -0
- package/lib/components/GridLayout/GridLayout.js.map +1 -0
- package/lib/components/GridLayout/index.js +2 -0
- package/lib/components/GridLayout/index.js.map +1 -0
- package/lib/components/GridLayout/types.js +2 -0
- package/lib/components/GridLayout/types.js.map +1 -0
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.d.ts +11 -0
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js +7 -0
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js.map +1 -0
- package/lib/components/HOC/LayoutWithDrawer/index.d.ts +1 -0
- package/lib/components/HOC/LayoutWithDrawer/index.js +2 -0
- package/lib/components/HOC/LayoutWithDrawer/index.js.map +1 -0
- package/lib/components/HighlightText/HighlightText.js +21 -0
- package/lib/components/HighlightText/HighlightText.js.map +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 +1 -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.js +66 -0
- package/lib/components/Icon/Icon.js.map +1 -0
- package/lib/components/Icon/iconList.js +1201 -0
- package/lib/components/Icon/iconList.js.map +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 +9 -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 +1 -2
- package/lib/components/IconButton/IconButton.js +15 -0
- package/lib/components/IconButton/IconButton.js.map +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 +6 -1
- package/lib/components/IconButton/types.js +2 -0
- package/lib/components/IconButton/types.js.map +1 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.js +34 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.js.map +1 -0
- package/lib/components/IconRadioGroup/index.js +2 -0
- package/lib/components/IconRadioGroup/index.js.map +1 -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 +1 -1
- package/lib/components/Input/Input.js +222 -0
- package/lib/components/Input/Input.js.map +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 +91 -5
- package/lib/components/Input/types.js +2 -0
- package/lib/components/Input/types.js.map +1 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +1 -1
- package/lib/components/InputWithDropdown/InputWithDropdown.js +64 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js.map +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 +22 -3
- 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.js +3 -0
- package/lib/components/LazyLoad/LazyLoad.js.map +1 -0
- package/lib/components/LazyLoad/LazyLoading.js +10 -0
- package/lib/components/LazyLoad/LazyLoading.js.map +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/Loader/Loader.d.ts +5 -0
- package/lib/components/Loader/Loader.js +8 -0
- package/lib/components/Loader/Loader.js.map +1 -0
- package/lib/components/Loader/index.d.ts +1 -0
- package/lib/components/Loader/index.js +2 -0
- package/lib/components/Loader/index.js.map +1 -0
- package/lib/components/MachineInputField/MachineInputField.d.ts +4 -1
- package/lib/components/MachineInputField/MachineInputField.js +56 -0
- package/lib/components/MachineInputField/MachineInputField.js.map +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 +9 -2
- 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 +99 -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 +23 -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 +1 -1
- package/lib/components/MenuOption/MenuOption.js +228 -0
- package/lib/components/MenuOption/MenuOption.js.map +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 +98 -17
- 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.js +274 -0
- package/lib/components/MiniModal/MiniModal.js.map +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 +38 -8
- 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 +1 -2
- package/lib/components/Modal/Modal.js +39 -0
- package/lib/components/Modal/Modal.js.map +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 +7 -2
- 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.js +156 -0
- package/lib/components/MultiSelect/Dropdown.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelect.d.ts +1 -1
- package/lib/components/MultiSelect/MultiSelect.js +371 -0
- package/lib/components/MultiSelect/MultiSelect.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelectTypes.d.ts +32 -6
- package/lib/components/MultiSelect/MultiSelectTypes.js +2 -0
- package/lib/components/MultiSelect/MultiSelectTypes.js.map +1 -0
- package/lib/components/MultiSelect/dropdownTypes.d.ts +12 -0
- package/lib/components/MultiSelect/dropdownTypes.js +6 -0
- package/lib/components/MultiSelect/dropdownTypes.js.map +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 +3 -3
- 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 +30 -3
- 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 +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +214 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +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 +99 -0
- package/lib/components/NLPInput/types.js +2 -0
- package/lib/components/NLPInput/types.js.map +1 -0
- package/lib/components/NoDataAvailable/NoDataAvailable.d.ts +5 -0
- package/lib/components/NoDataAvailable/NoDataAvailable.js +11 -0
- package/lib/components/NoDataAvailable/NoDataAvailable.js.map +1 -0
- package/lib/components/NoDataAvailable/index.d.ts +1 -0
- package/lib/components/NoDataAvailable/index.js +2 -0
- package/lib/components/NoDataAvailable/index.js.map +1 -0
- package/lib/components/NoDataAvailable/type.d.ts +3 -0
- package/lib/components/NoDataAvailable/type.js +2 -0
- package/lib/components/NoDataAvailable/type.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/NoResultFound/NoResultFound.d.ts +14 -0
- package/lib/components/NoResultFound/NoResultFound.js +7 -0
- package/lib/components/NoResultFound/NoResultFound.js.map +1 -0
- package/lib/components/NoResultFound/index.d.ts +1 -0
- package/lib/components/NoResultFound/index.js +2 -0
- package/lib/components/NoResultFound/index.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.js +9 -0
- package/lib/components/Paper/Paper.js.map +1 -0
- package/lib/components/Paper/index.js +2 -0
- package/lib/components/Paper/index.js.map +1 -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 +42 -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 +29 -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 +1 -0
- package/lib/components/RadioButton/RadioButton.js +9 -0
- package/lib/components/RadioButton/RadioButton.js.map +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 +17 -1
- package/lib/components/RadioButton/radioButtonTypes.js +2 -0
- package/lib/components/RadioButton/radioButtonTypes.js.map +1 -0
- package/lib/components/RadioGroup/RadioGroup.js +10 -0
- package/lib/components/RadioGroup/RadioGroup.js.map +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 +36 -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 +1 -1
- package/lib/components/Search/Search.js +148 -0
- package/lib/components/Search/Search.js.map +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 +16 -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 +3 -2
- package/lib/components/Select/Select.js +258 -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 +226 -0
- package/lib/components/Select/components/Dropdown.js.map +1 -0
- package/lib/components/Select/components/types.d.ts +37 -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.js +2 -0
- package/lib/components/Select/index.js.map +1 -0
- package/lib/components/Select/types.d.ts +94 -43
- package/lib/components/Select/types.js +2 -0
- package/lib/components/Select/types.js.map +1 -0
- package/lib/components/SelectionSwitcher/SelectionSwitcher.d.ts +5 -0
- package/lib/components/SelectionSwitcher/SelectionSwitcher.js +16 -0
- package/lib/components/SelectionSwitcher/SelectionSwitcher.js.map +1 -0
- package/lib/components/SelectionSwitcher/index.d.ts +1 -0
- package/lib/components/SelectionSwitcher/index.js +2 -0
- package/lib/components/SelectionSwitcher/index.js.map +1 -0
- package/lib/components/SelectionSwitcher/types.d.ts +13 -0
- package/lib/components/SelectionSwitcher/types.js +2 -0
- package/lib/components/SelectionSwitcher/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.d.ts +2 -1
- 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 +1 -1
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +193 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.d.ts +10 -3
- 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 +1 -1
- 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 +9 -2
- 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.js +2 -0
- package/lib/components/SequentialConnectingBranch/index.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/types.d.ts +50 -7
- 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 +41 -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 +2 -1
- package/lib/components/StateDropdown/StateDropdown.js +76 -0
- package/lib/components/StateDropdown/StateDropdown.js.map +1 -0
- package/lib/components/StateDropdown/StateDropdownTypes.d.ts +4 -3
- package/lib/components/StateDropdown/StateDropdownTypes.js +2 -0
- package/lib/components/StateDropdown/StateDropdownTypes.js.map +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 +11 -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 +1 -1
- package/lib/components/StatusButton/StatusButton.js +12 -0
- package/lib/components/StatusButton/StatusButton.js.map +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 +3 -1
- 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 +85 -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 +89 -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 +83 -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 +56 -0
- package/lib/components/StepsLandingTable/Components/StepsTitle.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/Types.d.ts +208 -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 +103 -0
- package/lib/components/StepsLandingTable/types.js +2 -0
- package/lib/components/StepsLandingTable/types.js.map +1 -0
- package/lib/components/StorageUsageBar/StorageUsageBar.d.ts +4 -0
- package/lib/components/StorageUsageBar/StorageUsageBar.js +47 -0
- package/lib/components/StorageUsageBar/StorageUsageBar.js.map +1 -0
- package/lib/components/StorageUsageBar/index.d.ts +1 -0
- package/lib/components/StorageUsageBar/index.js +2 -0
- package/lib/components/StorageUsageBar/index.js.map +1 -0
- package/lib/components/StorageUsageBar/types.d.ts +7 -0
- package/lib/components/StorageUsageBar/types.js +2 -0
- package/lib/components/StorageUsageBar/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 +1 -1
- package/lib/components/Table/Table.js +207 -0
- package/lib/components/Table/Table.js.map +1 -0
- package/lib/components/Table/Types.d.ts +120 -3
- 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 +96 -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 +24 -0
- package/lib/components/Table/components/VirtualizedRows.js.map +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 +4 -23
- 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.js +2 -0
- package/lib/components/TableTree/Utils/renderSpaces.js.map +1 -0
- package/lib/components/TableTree/data.d.ts +237 -303
- package/lib/components/TableTree/data.js +528 -0
- package/lib/components/TableTree/data.js.map +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 +17 -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 +91 -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 +43 -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 +14 -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 +800 -0
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/TableCell.d.ts +1 -0
- package/lib/components/TableTreeFn/Utils/TableCell.js +24 -0
- package/lib/components/TableTreeFn/Utils/TableCell.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 +80 -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 +3 -0
- package/lib/components/TableTreeFn/index.js +4 -0
- package/lib/components/TableTreeFn/index.js.map +1 -0
- package/lib/components/TableTreeFn/types.d.ts +172 -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 +1 -1
- package/lib/components/Tabs/Tabs.js +35 -0
- package/lib/components/Tabs/Tabs.js.map +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 +24 -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 +1 -1
- package/lib/components/TextArea/Textarea.js +85 -0
- package/lib/components/TextArea/Textarea.js.map +1 -0
- package/lib/components/TextArea/Types.d.ts +14 -0
- package/lib/components/TextArea/Types.js +2 -0
- package/lib/components/TextArea/Types.js.map +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 +265 -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.js +18 -0
- package/lib/components/ThemeProvider/ThemeProvider.js.map +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 +1 -1
- package/lib/components/ThemeProvider/types.js +2 -0
- package/lib/components/ThemeProvider/types.js.map +1 -0
- package/lib/components/Toast/Toast.js +54 -0
- package/lib/components/Toast/Toast.js.map +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 +1 -1
- 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.js +40 -0
- package/lib/components/Toggle/Toggle.js.map +1 -0
- package/lib/components/Toggle/index.js +2 -0
- package/lib/components/Toggle/index.js.map +1 -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.js +163 -0
- package/lib/components/Tooltip/Tooltip.js.map +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 +13 -1
- package/lib/components/Tooltip/types.js +2 -0
- package/lib/components/Tooltip/types.js.map +1 -0
- package/lib/components/TooltipService/TooltipService.d.ts +4 -0
- package/lib/components/TooltipService/TooltipService.js +164 -0
- package/lib/components/TooltipService/TooltipService.js.map +1 -0
- package/lib/components/TooltipService/index.d.ts +1 -0
- package/lib/components/TooltipService/index.js +2 -0
- package/lib/components/TooltipService/index.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.js +16 -0
- package/lib/components/Typography/Typography.js.map +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 +6 -1
- package/lib/components/Typography/types.js +2 -0
- package/lib/components/Typography/types.js.map +1 -0
- package/lib/components/VariableInput/VariableInput.js +241 -0
- package/lib/components/VariableInput/VariableInput.js.map +1 -0
- package/lib/components/VariableInput/index.js +2 -0
- package/lib/components/VariableInput/index.js.map +1 -0
- package/lib/components/VariableInput/types.js +2 -0
- package/lib/components/VariableInput/types.js.map +1 -0
- package/lib/components/ZoomControl/ZoomControl.d.ts +5 -0
- package/lib/components/ZoomControl/ZoomControl.js +22 -0
- package/lib/components/ZoomControl/ZoomControl.js.map +1 -0
- package/lib/components/ZoomControl/index.d.ts +1 -0
- package/lib/components/ZoomControl/index.js +2 -0
- package/lib/components/ZoomControl/index.js.map +1 -0
- package/lib/components/ZoomControl/types.d.ts +8 -0
- package/lib/components/ZoomControl/types.js +2 -0
- package/lib/components/ZoomControl/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.js +18 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.js.map +1 -0
- package/lib/hooks/useClickOutside.js +19 -0
- package/lib/hooks/useClickOutside.js.map +1 -0
- package/lib/hooks/useFileDropzone.js +345 -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.js +38 -0
- package/lib/hooks/usePortalPosition.js.map +1 -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 +4288 -214
- package/lib/index.js +22 -55807
- package/lib/index.js.map +1 -1
- package/lib/styles.css +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/AddStepGroup/AddStepGroup.d.ts +2 -0
- package/lib/utils/AddStepGroup/AddStepGroup.js +37 -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 -1
- 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.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/cleanAllTooltips/cleanAllTooltips.d.ts +1 -0
- package/lib/utils/cleanAllTooltips/cleanAllTooltips.js +8 -0
- package/lib/utils/cleanAllTooltips/cleanAllTooltips.js.map +1 -0
- package/lib/utils/compareArrays/compareArrays.js +25 -0
- package/lib/utils/compareArrays/compareArrays.js.map +1 -0
- package/lib/utils/compareObjects/compareObjects.js +41 -0
- package/lib/utils/compareObjects/compareObjects.js.map +1 -0
- package/lib/utils/converToCamelCase.d.ts +1 -0
- package/lib/utils/converToCamelCase.js +6 -0
- package/lib/utils/converToCamelCase.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 +1 -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.js +3 -0
- package/lib/utils/ffID/ffid.js.map +1 -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 -1
- package/lib/utils/getEncryptedData/getEncryptedData.js +30 -0
- package/lib/utils/getEncryptedData/getEncryptedData.js.map +1 -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 +24 -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 +133 -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 +83 -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.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 -1
- 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 +102 -0
- package/lib/validations/regex.js +190 -0
- package/lib/validations/regex.js.map +1 -0
- package/package.json +71 -28
- package/.prettierrc.js +0 -13
- package/.storybook/main.ts +0 -26
- package/.storybook/preview.ts +0 -26
- package/.yarn/install-state.gz +0 -0
- package/.yarnrc.yml +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
- package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
- package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
- package/lib/components/AddResourceButton/AddButton.d.ts +0 -4
- package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
- package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
- package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
- package/lib/components/Button/Button.stories.d.ts +0 -13
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
- package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
- package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
- package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
- package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
- package/lib/components/Chip/Chip.stories.d.ts +0 -14
- package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
- package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
- package/lib/components/Drawer/Drawer.stories.d.ts +0 -10
- package/lib/components/ExcelFile/ChangeExcelStyles.d.ts +0 -14
- package/lib/components/ExcelFile/ColorBarSelector/ColorBarSelector.d.ts +0 -8
- package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
- package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
- package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
- package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
- package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
- package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
- package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -130
- package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
- package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
- package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
- package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
- package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
- package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
- package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
- package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -45
- package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
- package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -15
- package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -3
- package/lib/components/ExcelFile/ImportExcelStyles.d.ts +0 -24
- package/lib/components/ExcelFile/Types.d.ts +0 -137
- package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
- package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
- package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
- package/lib/components/Form/Form.stories.d.ts +0 -6
- package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
- package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
- package/lib/components/Icon/Icon.stories.d.ts +0 -7
- package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
- package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
- package/lib/components/Input/Input.stories.d.ts +0 -9
- package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
- package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
- package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
- package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
- package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -9
- package/lib/components/Modal/Modal.stories.d.ts +0 -7
- package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -10
- package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
- package/lib/components/NLPInput/type.d.ts +0 -70
- package/lib/components/Paper/Paper.stories.d.ts +0 -11
- package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
- package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
- package/lib/components/Search/Search.stories.d.ts +0 -6
- package/lib/components/Select/Select.stories.d.ts +0 -13
- package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
- package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -15
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
- package/lib/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.d.ts +0 -4
- package/lib/components/SequentialConnectingBranch/components/AddBrowserModal/types.d.ts +0 -3
- package/lib/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.d.ts +0 -4
- package/lib/components/SequentialConnectingBranch/components/DatasetListModal/types.d.ts +0 -3
- package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
- package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
- package/lib/components/Table/Table.stories.d.ts +0 -11
- package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
- package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
- package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
- package/lib/components/Toast/Toast.stories.d.ts +0 -6
- package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
- package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
- package/lib/components/Typography/Typography.stories.d.ts +0 -10
- package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
- package/lib/index.esm.js +0 -55755
- package/lib/index.esm.js.map +0 -1
- package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
- package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
- package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
- package/lib/utils/debounce/debounce.stories.d.ts +0 -6
- package/lib/utils/ffID/ffID.stories.d.ts +0 -6
- package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
- package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
- package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
- package/lib/utils/throttle/throttle.stories.d.ts +0 -6
- package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
- package/rollup.config.mjs +0 -63
- package/src/StyleGuide/ColorPalette/ColorPalette.scss +0 -62
- package/src/StyleGuide/ColorPalette/ColorPalette.stories.tsx +0 -16
- package/src/StyleGuide/ColorPalette/ColorPalette.tsx +0 -68
- package/src/StyleGuide/ColorPalette/colorPaletteList.ts +0 -172
- package/src/StyleGuide/ColorPalette/index.ts +0 -1
- package/src/StyleGuide/ColorPalette/types.ts +0 -19
- package/src/StyleGuide/Typography/Typography.scss +0 -99
- package/src/StyleGuide/Typography/Typography.stories.tsx +0 -16
- package/src/StyleGuide/Typography/Typography.tsx +0 -60
- package/src/StyleGuide/Typography/TypographyList.ts +0 -3
- package/src/StyleGuide/Typography/types.ts +0 -9
- package/src/assets/Themes/BaseTheme.scss +0 -207
- package/src/assets/Themes/DarkTheme.scss +0 -207
- package/src/assets/Themes/Theme.scss +0 -16
- package/src/assets/icons/Arrow.svg +0 -5
- package/src/assets/icons/accordion_header_icon.svg +0 -10
- package/src/assets/icons/active_license_icon.svg +0 -3
- package/src/assets/icons/add_file.svg +0 -14
- package/src/assets/icons/add_locator.svg +0 -5
- package/src/assets/icons/add_variable_icon.svg +0 -5
- package/src/assets/icons/all_borders.svg +0 -3
- package/src/assets/icons/all_projects.svg +0 -3
- package/src/assets/icons/android.svg +0 -9
- package/src/assets/icons/android_icon.svg +0 -6
- package/src/assets/icons/app_switch.svg +0 -11
- package/src/assets/icons/arrow_down.svg +0 -3
- package/src/assets/icons/arrow_right.svg +0 -5
- package/src/assets/icons/arrow_up.svg +0 -3
- package/src/assets/icons/arrows_down_icon.svg +0 -3
- package/src/assets/icons/arrows_right_icon.svg +0 -10
- package/src/assets/icons/arrows_top_icon.svg +0 -3
- package/src/assets/icons/backward_icon.svg +0 -3
- package/src/assets/icons/bold.svg +0 -3
- package/src/assets/icons/border_bottom.svg +0 -3
- package/src/assets/icons/border_left.svg +0 -3
- package/src/assets/icons/border_right.svg +0 -3
- package/src/assets/icons/border_top.svg +0 -3
- package/src/assets/icons/browser_stack.svg +0 -9
- package/src/assets/icons/calendar_icon.svg +0 -9
- package/src/assets/icons/check_mark.svg +0 -3
- package/src/assets/icons/chrome.svg +0 -12
- package/src/assets/icons/clock_icon.svg +0 -11
- package/src/assets/icons/clone_icon.svg +0 -3
- package/src/assets/icons/close_pill.svg +0 -3
- package/src/assets/icons/cloud_server_host_icon.svg +0 -3
- package/src/assets/icons/collapse-icon.svg +0 -6
- package/src/assets/icons/continue_without_sign.svg +0 -3
- package/src/assets/icons/copy-icon.svg +0 -3
- package/src/assets/icons/dataset_list.svg +0 -3
- package/src/assets/icons/delete.svg +0 -3
- package/src/assets/icons/delete_info.svg +0 -17
- package/src/assets/icons/details.svg +0 -3
- package/src/assets/icons/double_underline.svg +0 -5
- package/src/assets/icons/download-icon.svg +0 -3
- package/src/assets/icons/download_icon.svg +0 -4
- package/src/assets/icons/drag_icon.svg +0 -5
- package/src/assets/icons/dropzone_icon.svg +0 -18
- package/src/assets/icons/edit_icon.svg +0 -5
- package/src/assets/icons/error.svg +0 -17
- package/src/assets/icons/expand-icon.svg +0 -6
- package/src/assets/icons/export_collection_icon.svg +0 -13
- package/src/assets/icons/file.svg +0 -12
- package/src/assets/icons/fill_color.svg +0 -7
- package/src/assets/icons/filter.svg +0 -5
- package/src/assets/icons/fireflink_icon.svg +0 -4
- package/src/assets/icons/fireflink_logo.svg +0 -13
- package/src/assets/icons/formate_painter.svg +0 -5
- package/src/assets/icons/forward_icon.svg +0 -3
- package/src/assets/icons/full_access_icon.svg +0 -4
- package/src/assets/icons/hamburger_menu.svg +0 -3
- package/src/assets/icons/hide_icon.svg +0 -9
- package/src/assets/icons/history_icon.svg +0 -19
- package/src/assets/icons/impactList.svg +0 -6
- package/src/assets/icons/info.svg +0 -17
- package/src/assets/icons/info_icon.svg +0 -4
- package/src/assets/icons/italic.svg +0 -3
- package/src/assets/icons/jira.svg +0 -3
- package/src/assets/icons/label_plus.svg +0 -3
- package/src/assets/icons/left_arrow_icon.svg +0 -3
- package/src/assets/icons/license_info.svg +0 -28
- package/src/assets/icons/license_warning.svg +0 -10
- package/src/assets/icons/linked_defects.svg +0 -11
- package/src/assets/icons/logo.svg +0 -18
- package/src/assets/icons/mac.svg +0 -9
- package/src/assets/icons/manage_apps.svg +0 -3
- package/src/assets/icons/manual_locator.svg +0 -8
- package/src/assets/icons/mobile_icon.svg +0 -3
- package/src/assets/icons/moon_stars.svg +0 -10
- package/src/assets/icons/more.svg +0 -11
- package/src/assets/icons/move_icon.svg +0 -5
- package/src/assets/icons/ms_dynamic.svg +0 -4
- package/src/assets/icons/nlp_help_icon.svg +0 -3
- package/src/assets/icons/no_access_icon.svg +0 -4
- package/src/assets/icons/no_border.svg +0 -3
- package/src/assets/icons/notification_icon.svg +0 -3
- package/src/assets/icons/plus_icon.svg +0 -11
- package/src/assets/icons/plus_user_icon.svg +0 -3
- package/src/assets/icons/refresh-icon.svg +0 -4
- package/src/assets/icons/reload.svg +0 -3
- package/src/assets/icons/remove.svg +0 -12
- package/src/assets/icons/replace.svg +0 -12
- package/src/assets/icons/right_arrow_icon.svg +0 -4
- package/src/assets/icons/run_icon.svg +0 -26
- package/src/assets/icons/sales_force.svg +0 -7
- package/src/assets/icons/search.svg +0 -3
- package/src/assets/icons/strike_through.svg +0 -3
- package/src/assets/icons/success.svg +0 -13
- package/src/assets/icons/sun_icon.svg +0 -10
- package/src/assets/icons/switch_license_icon.svg +0 -123
- package/src/assets/icons/text_align_center.svg +0 -3
- package/src/assets/icons/text_align_left.svg +0 -3
- package/src/assets/icons/text_align_right.svg +0 -3
- package/src/assets/icons/text_color.svg +0 -3
- package/src/assets/icons/tick_icon.svg +0 -5
- package/src/assets/icons/toast_close.svg +0 -3
- package/src/assets/icons/underline.svg +0 -4
- package/src/assets/icons/update_icon.svg +0 -3
- package/src/assets/icons/user_profile.svg +0 -3
- package/src/assets/icons/vertical_separator.svg +0 -3
- package/src/assets/icons/view_access_icon.svg +0 -4
- package/src/assets/icons/view_icon.svg +0 -3
- package/src/assets/icons/warning.svg +0 -17
- package/src/assets/icons/web&mobile_icon.svg +0 -3
- package/src/assets/icons/web_icon.svg +0 -3
- package/src/assets/icons/window_maximize.svg +0 -4
- package/src/assets/icons/window_minimize.svg +0 -3
- package/src/assets/icons/windows.svg +0 -6
- package/src/assets/icons/wrong_mark.svg +0 -3
- package/src/assets/icons/wswb_delete_icon.svg +0 -4
- package/src/assets/icons/wswb_plus_icon.svg +0 -5
- package/src/assets/styles/_colors.scss +0 -148
- package/src/assets/styles/_fonts.scss +0 -68
- package/src/assets/styles/_mixins.scss +0 -21
- package/src/assets/utils/functionUtils.ts +0 -42
- package/src/components/Accordion/Accordion.scss +0 -44
- package/src/components/Accordion/Accordion.stories.tsx +0 -31
- package/src/components/Accordion/Accordion.tsx +0 -62
- package/src/components/Accordion/index.ts +0 -1
- package/src/components/Accordion/types.ts +0 -28
- package/src/components/AddResourceButton/AddButton.scss +0 -36
- package/src/components/AddResourceButton/AddButton.stories.tsx +0 -126
- package/src/components/AddResourceButton/AddButton.tsx +0 -121
- package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.scss +0 -160
- package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.tsx +0 -38
- package/src/components/AddResourceButton/index.ts +0 -1
- package/src/components/AddResourceButton/type.ts +0 -92
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +0 -70
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.stories.tsx +0 -119
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +0 -122
- package/src/components/AllProjectsDropdown/index.ts +0 -1
- package/src/components/AllProjectsDropdown/types.ts +0 -10
- package/src/components/AppHeader/AppHeader.scss +0 -129
- package/src/components/AppHeader/AppHeader.stories.tsx +0 -167
- package/src/components/AppHeader/AppHeader.tsx +0 -133
- package/src/components/AppHeader/index.ts +0 -1
- package/src/components/AppHeader/types.ts +0 -31
- package/src/components/AttachmentButton/AttachmentButton.scss +0 -9
- package/src/components/AttachmentButton/AttachmentButton.stories.tsx +0 -76
- package/src/components/AttachmentButton/AttachmentButton.tsx +0 -113
- package/src/components/AttachmentButton/index.ts +0 -1
- package/src/components/AttachmentButton/types.ts +0 -8
- package/src/components/Button/Button.scss +0 -152
- package/src/components/Button/Button.stories.tsx +0 -81
- package/src/components/Button/Button.tsx +0 -66
- package/src/components/Button/index.ts +0 -1
- package/src/components/Button/types.ts +0 -65
- package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.scss +0 -145
- package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.tsx +0 -52
- package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +0 -335
- package/src/components/Charts/DashboardDonutChart/index.ts +0 -1
- package/src/components/Charts/DashboardDonutChart/types.ts +0 -33
- package/src/components/Charts/DonutChart/DonutChart.scss +0 -76
- package/src/components/Charts/DonutChart/DonutChart.stories.tsx +0 -30
- package/src/components/Charts/DonutChart/DonutChart.tsx +0 -241
- package/src/components/Charts/DonutChart/index.ts +0 -1
- package/src/components/Charts/DonutChart/type.ts +0 -23
- package/src/components/Charts/PieChart/PieChart.scss +0 -39
- package/src/components/Charts/PieChart/PieChart.stories.tsx +0 -46
- package/src/components/Charts/PieChart/PieChart.tsx +0 -193
- package/src/components/Charts/PieChart/index.ts +0 -1
- package/src/components/Charts/PieChart/types.ts +0 -28
- package/src/components/Charts/RadialChart/RadialChart.scss +0 -12
- package/src/components/Charts/RadialChart/RadialChart.stories.tsx +0 -36
- package/src/components/Charts/RadialChart/RadialChart.tsx +0 -174
- package/src/components/Charts/RadialChart/index.ts +0 -1
- package/src/components/Charts/RadialChart/types.ts +0 -32
- package/src/components/Checkbox/Checkbox.scss +0 -89
- package/src/components/Checkbox/Checkbox.stories.tsx +0 -47
- package/src/components/Checkbox/Checkbox.tsx +0 -61
- package/src/components/Checkbox/index.ts +0 -1
- package/src/components/Checkbox/types.ts +0 -30
- package/src/components/Chip/Chip.scss +0 -71
- package/src/components/Chip/Chip.stories.tsx +0 -88
- package/src/components/Chip/Chip.tsx +0 -35
- package/src/components/Chip/index.ts +0 -1
- package/src/components/Chip/types.ts +0 -19
- package/src/components/DatePicker/DatePicker.scss +0 -387
- package/src/components/DatePicker/DatePicker.stories.tsx +0 -161
- package/src/components/DatePicker/DatePicker.tsx +0 -438
- package/src/components/DatePicker/Timepicker.tsx +0 -372
- package/src/components/DatePicker/index.ts +0 -1
- package/src/components/DatePicker/types.ts +0 -100
- package/src/components/DragAndDrop/DragAndDrop.d.ts +0 -5
- package/src/components/DragAndDrop/DragAndDrop.stories.tsx +0 -25
- package/src/components/DragAndDrop/DragAndDrop.ts +0 -7
- package/src/components/DragAndDrop/DragAndDropList.scss +0 -69
- package/src/components/DragAndDrop/DragAndDropList.tsx +0 -150
- package/src/components/DragAndDrop/index.ts +0 -1
- package/src/components/Drawer/Drawer.scss +0 -129
- package/src/components/Drawer/Drawer.stories.tsx +0 -129
- package/src/components/Drawer/Drawer.tsx +0 -198
- package/src/components/Drawer/Types.ts +0 -112
- package/src/components/Drawer/index.ts +0 -1
- package/src/components/ExcelFile/ChangeExcelStyles.tsx +0 -66
- package/src/components/ExcelFile/ColorBarSelector/ColorBarSelector.scss +0 -13
- package/src/components/ExcelFile/ColorBarSelector/ColorBarSelector.tsx +0 -43
- package/src/components/ExcelFile/ContextMenu/ContextMenu.scss +0 -102
- package/src/components/ExcelFile/ContextMenu/ContextMenu.tsx +0 -104
- package/src/components/ExcelFile/ExcelFile/Excel/ActiveCell.tsx +0 -131
- package/src/components/ExcelFile/ExcelFile/Excel/Cell.tsx +0 -201
- package/src/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.tsx +0 -123
- package/src/components/ExcelFile/ExcelFile/Excel/Copied.tsx +0 -25
- package/src/components/ExcelFile/ExcelFile/Excel/CornerIndicator.tsx +0 -49
- package/src/components/ExcelFile/ExcelFile/Excel/DataEditor.tsx +0 -37
- package/src/components/ExcelFile/ExcelFile/Excel/DataViewer.tsx +0 -46
- package/src/components/ExcelFile/ExcelFile/Excel/FloatingRect.tsx +0 -31
- package/src/components/ExcelFile/ExcelFile/Excel/HeaderRow.tsx +0 -5
- package/src/components/ExcelFile/ExcelFile/Excel/Row.tsx +0 -5
- package/src/components/ExcelFile/ExcelFile/Excel/RowIndicator.tsx +0 -102
- package/src/components/ExcelFile/ExcelFile/Excel/Selected.tsx +0 -32
- package/src/components/ExcelFile/ExcelFile/Excel/Spreadsheet.css +0 -144
- package/src/components/ExcelFile/ExcelFile/Excel/Spreadsheet.tsx +0 -494
- package/src/components/ExcelFile/ExcelFile/Excel/Table.tsx +0 -19
- package/src/components/ExcelFile/ExcelFile/Excel/actions.ts +0 -302
- package/src/components/ExcelFile/ExcelFile/Excel/areModelsEqual.ts +0 -18
- package/src/components/ExcelFile/ExcelFile/Excel/context.ts +0 -12
- package/src/components/ExcelFile/ExcelFile/Excel/engine/engine.ts +0 -200
- package/src/components/ExcelFile/ExcelFile/Excel/engine/formula.ts +0 -137
- package/src/components/ExcelFile/ExcelFile/Excel/engine/index.ts +0 -2
- package/src/components/ExcelFile/ExcelFile/Excel/engine/point-graph.ts +0 -154
- package/src/components/ExcelFile/ExcelFile/Excel/engine/point-hash.ts +0 -10
- package/src/components/ExcelFile/ExcelFile/Excel/engine/point-set.ts +0 -69
- package/src/components/ExcelFile/ExcelFile/Excel/index.ts +0 -48
- package/src/components/ExcelFile/ExcelFile/Excel/matrix.ts +0 -388
- package/src/components/ExcelFile/ExcelFile/Excel/point-range.ts +0 -82
- package/src/components/ExcelFile/ExcelFile/Excel/point.ts +0 -15
- package/src/components/ExcelFile/ExcelFile/Excel/reducer.ts +0 -682
- package/src/components/ExcelFile/ExcelFile/Excel/selection.ts +0 -257
- package/src/components/ExcelFile/ExcelFile/Excel/types.ts +0 -217
- package/src/components/ExcelFile/ExcelFile/Excel/typings/fast-formula-parser.d.ts +0 -58
- package/src/components/ExcelFile/ExcelFile/Excel/use-dispatch.ts +0 -8
- package/src/components/ExcelFile/ExcelFile/Excel/use-selector.ts +0 -9
- package/src/components/ExcelFile/ExcelFile/Excel/util.ts +0 -173
- package/src/components/ExcelFile/ExcelFile/ExcelFile.scss +0 -27
- package/src/components/ExcelFile/ExcelFile/ExcelFile.tsx +0 -501
- package/src/components/ExcelFile/ExcelFile.stories.tsx +0 -112
- package/src/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.scss +0 -16
- package/src/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.tsx +0 -79
- package/src/components/ExcelFile/ExcelToolBar/ExcelToolBar.scss +0 -22
- package/src/components/ExcelFile/ExcelToolBar/ExcelToolBar.tsx +0 -271
- package/src/components/ExcelFile/Types.ts +0 -185
- package/src/components/ExcelFile/index.ts +0 -1
- package/src/components/ExpandableMenu/ExpandableMenu.scss +0 -110
- package/src/components/ExpandableMenu/ExpandableMenu.stories.tsx +0 -67
- package/src/components/ExpandableMenu/ExpandableMenu.tsx +0 -101
- package/src/components/ExpandableMenu/index.ts +0 -1
- package/src/components/ExpandableMenu/types.ts +0 -34
- package/src/components/FF_Captcha/Recaptcha.scss +0 -11
- package/src/components/FF_Captcha/Recaptcha.tsx +0 -41
- package/src/components/FF_Captcha/captcha.stories.tsx +0 -40
- package/src/components/FF_Captcha/types.ts +0 -22
- package/src/components/FileDropzone/Dropzone.tsx +0 -55
- package/src/components/FileDropzone/FileDropzone.scss +0 -134
- package/src/components/FileDropzone/FileDropzone.stories.tsx +0 -83
- package/src/components/FileDropzone/FileDropzone.tsx +0 -98
- package/src/components/FileDropzone/FilePreview.tsx +0 -75
- package/src/components/FileDropzone/index.ts +0 -1
- package/src/components/FileDropzone/types.ts +0 -113
- package/src/components/Form/Form.scss +0 -98
- package/src/components/Form/Form.stories.tsx +0 -177
- package/src/components/Form/Form.tsx +0 -57
- package/src/components/Form/index.ts +0 -1
- package/src/components/Form/types.ts +0 -1
- package/src/components/Form/validation.json +0 -29
- package/src/components/GridLayout/GridLayout.scss +0 -69
- package/src/components/GridLayout/GridLayout.stories.tsx +0 -90
- package/src/components/GridLayout/GridLayout.tsx +0 -39
- package/src/components/GridLayout/GridLayoutStory.scss +0 -25
- package/src/components/GridLayout/index.ts +0 -1
- package/src/components/GridLayout/types.ts +0 -84
- package/src/components/HighlightText/HighlightText.scss +0 -3
- package/src/components/HighlightText/HighlightText.stories.tsx +0 -22
- package/src/components/HighlightText/HighlightText.tsx +0 -33
- package/src/components/HighlightText/index.ts +0 -1
- package/src/components/HighlightText/types.ts +0 -4
- package/src/components/Icon/Icon.stories.tsx +0 -37
- package/src/components/Icon/Icon.tsx +0 -49
- package/src/components/Icon/Icons.scss +0 -32
- package/src/components/Icon/iconList.ts +0 -240
- package/src/components/Icon/index.ts +0 -1
- package/src/components/Icon/types.ts +0 -10
- package/src/components/IconButton/IconButton.scss +0 -54
- package/src/components/IconButton/IconButton.stories.tsx +0 -33
- package/src/components/IconButton/IconButton.tsx +0 -30
- package/src/components/IconButton/index.ts +0 -1
- package/src/components/IconButton/types.ts +0 -5
- package/src/components/IconRadioGroup/IconRadioGroup.scss +0 -60
- package/src/components/IconRadioGroup/IconRadioGroup.stories.tsx +0 -108
- package/src/components/IconRadioGroup/IconRadioGroup.tsx +0 -72
- package/src/components/IconRadioGroup/index.ts +0 -1
- package/src/components/IconRadioGroup/type.ts +0 -50
- package/src/components/Input/Input.scss +0 -155
- package/src/components/Input/Input.stories.tsx +0 -96
- package/src/components/Input/Input.tsx +0 -97
- package/src/components/Input/index.ts +0 -1
- package/src/components/Input/types.ts +0 -81
- package/src/components/InputWithDropdown/InputWithDropdown.scss +0 -185
- package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +0 -168
- package/src/components/InputWithDropdown/InputWithDropdown.tsx +0 -90
- package/src/components/InputWithDropdown/index.ts +0 -1
- package/src/components/InputWithDropdown/types.ts +0 -109
- package/src/components/LazyLoad/LazyLoad.d.ts +0 -3
- package/src/components/LazyLoad/LazyLoad.stories.tsx +0 -33
- package/src/components/LazyLoad/LazyLoad.ts +0 -2
- package/src/components/LazyLoad/LazyLoading.tsx +0 -19
- package/src/components/LazyLoad/index.ts +0 -1
- package/src/components/MachineInputField/MachineInputField.scss +0 -44
- package/src/components/MachineInputField/MachineInputField.stories.tsx +0 -32
- package/src/components/MachineInputField/MachineInputField.tsx +0 -71
- package/src/components/MachineInputField/index.ts +0 -1
- package/src/components/MachineInputField/types.ts +0 -12
- package/src/components/MenuOption/MenuOption.scss +0 -83
- package/src/components/MenuOption/MenuOption.stories.tsx +0 -280
- package/src/components/MenuOption/MenuOption.tsx +0 -128
- package/src/components/MenuOption/index.ts +0 -1
- package/src/components/MenuOption/types.ts +0 -170
- package/src/components/MiniModal/MiniModal.scss +0 -170
- package/src/components/MiniModal/MiniModal.stories.tsx +0 -599
- package/src/components/MiniModal/MiniModal.tsx +0 -262
- package/src/components/MiniModal/index.ts +0 -1
- package/src/components/MiniModal/types.ts +0 -101
- package/src/components/Modal/Modal.stories.tsx +0 -67
- package/src/components/Modal/Modal.tsx +0 -77
- package/src/components/Modal/index.tsx +0 -1
- package/src/components/Modal/modal.scss +0 -39
- package/src/components/Modal/types.ts +0 -40
- package/src/components/MultiSelect/Dropdown.scss +0 -77
- package/src/components/MultiSelect/Dropdown.tsx +0 -100
- package/src/components/MultiSelect/MultiSelect.scss +0 -197
- package/src/components/MultiSelect/MultiSelect.stories.tsx +0 -114
- package/src/components/MultiSelect/MultiSelect.tsx +0 -332
- package/src/components/MultiSelect/MultiSelectTypes.ts +0 -24
- package/src/components/MultiSelect/dropdownTypes.ts +0 -17
- package/src/components/MultiSelect/index.ts +0 -1
- package/src/components/NLPInput/NLPInput.scss +0 -246
- package/src/components/NLPInput/NlpInput.stories.tsx +0 -136
- package/src/components/NLPInput/NlpInput.tsx +0 -374
- package/src/components/NLPInput/components/NlpDropDown/NlpDropDownType.ts +0 -60
- package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.scss +0 -83
- package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +0 -180
- package/src/components/NLPInput/index.ts +0 -1
- package/src/components/NLPInput/type.tsx +0 -124
- package/src/components/Paper/Paper.scss +0 -13
- package/src/components/Paper/Paper.stories.tsx +0 -77
- package/src/components/Paper/Paper.tsx +0 -14
- package/src/components/Paper/index.ts +0 -1
- package/src/components/Paper/types.ts +0 -19
- package/src/components/RadioButton/RadioButton.scss +0 -104
- package/src/components/RadioButton/RadioButton.stories.tsx +0 -43
- package/src/components/RadioButton/RadioButton.tsx +0 -39
- package/src/components/RadioButton/index.ts +0 -1
- package/src/components/RadioButton/radioButtonTypes.tsx +0 -58
- package/src/components/RadioGroup/RadioGroup.scss +0 -5
- package/src/components/RadioGroup/RadioGroup.stories.tsx +0 -122
- package/src/components/RadioGroup/RadioGroup.tsx +0 -33
- package/src/components/RadioGroup/index.ts +0 -1
- package/src/components/RadioGroup/radioGroupTypes.tsx +0 -72
- package/src/components/Search/Search.scss +0 -85
- package/src/components/Search/Search.stories.tsx +0 -26
- package/src/components/Search/Search.tsx +0 -103
- package/src/components/Search/index.ts +0 -1
- package/src/components/Search/types.ts +0 -15
- package/src/components/Select/Select.scss +0 -246
- package/src/components/Select/Select.stories.tsx +0 -156
- package/src/components/Select/Select.tsx +0 -373
- package/src/components/Select/components/Dropdown/Dropdown.scss +0 -70
- package/src/components/Select/components/Dropdown/Dropdown.tsx +0 -93
- package/src/components/Select/components/Dropdown/dropdownTypes.ts +0 -19
- package/src/components/Select/index.ts +0 -1
- package/src/components/Select/types.ts +0 -131
- package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.scss +0 -117
- package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.tsx +0 -62
- package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.tsx +0 -210
- package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.scss +0 -51
- package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.tsx +0 -107
- package/src/components/SequentialConnectingBranch/components/AddBrowserModal/types.ts +0 -5
- package/src/components/SequentialConnectingBranch/components/Branches/Branches.scss +0 -184
- package/src/components/SequentialConnectingBranch/components/Branches/Branches.tsx +0 -203
- package/src/components/SequentialConnectingBranch/components/Branches/types.ts +0 -18
- package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.scss +0 -3
- package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.tsx +0 -66
- package/src/components/SequentialConnectingBranch/components/ConnectingBranches/types.ts +0 -10
- package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.scss +0 -31
- package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.tsx +0 -85
- package/src/components/SequentialConnectingBranch/components/DatasetListModal/types.ts +0 -4
- package/src/components/SequentialConnectingBranch/index.ts +0 -1
- package/src/components/SequentialConnectingBranch/types.ts +0 -42
- package/src/components/StateDropdown/StateDropdown.stories.tsx +0 -99
- package/src/components/StateDropdown/StateDropdown.tsx +0 -218
- package/src/components/StateDropdown/StateDropdownTypes.tsx +0 -21
- package/src/components/StateDropdown/index.ts +0 -1
- package/src/components/StatusButton/StatusButton.scss +0 -90
- package/src/components/StatusButton/StatusButton.stories.tsx +0 -91
- package/src/components/StatusButton/StatusButton.tsx +0 -40
- package/src/components/StatusButton/index.ts +0 -1
- package/src/components/StatusButton/types.ts +0 -45
- package/src/components/Table/Table.scss +0 -107
- package/src/components/Table/Table.stories.tsx +0 -357
- package/src/components/Table/Table.tsx +0 -154
- package/src/components/Table/Types.ts +0 -108
- package/src/components/Table/index.ts +0 -1
- package/src/components/TableTree/TableTree.scss +0 -158
- package/src/components/TableTree/TableTree.stories.tsx +0 -86
- package/src/components/TableTree/TableTree.tsx +0 -255
- package/src/components/TableTree/TableTreeStories.scss +0 -22
- package/src/components/TableTree/data.ts +0 -573
- package/src/components/TableTree/index.ts +0 -1
- package/src/components/Tabs/Tabs.scss +0 -79
- package/src/components/Tabs/Tabs.stories.tsx +0 -134
- package/src/components/Tabs/Tabs.tsx +0 -62
- package/src/components/Tabs/index.ts +0 -1
- package/src/components/Tabs/types.ts +0 -48
- package/src/components/TextArea/Textarea.scss +0 -144
- package/src/components/TextArea/Textarea.stories.tsx +0 -92
- package/src/components/TextArea/Textarea.tsx +0 -84
- package/src/components/TextArea/Types.ts +0 -82
- package/src/components/TextArea/index.tsx +0 -1
- package/src/components/ThemeProvider/ThemeProvider.tsx +0 -27
- package/src/components/ThemeProvider/index.ts +0 -1
- package/src/components/ThemeProvider/types.ts +0 -14
- package/src/components/Toast/Toast.scss +0 -121
- package/src/components/Toast/Toast.stories.tsx +0 -180
- package/src/components/Toast/Toast.tsx +0 -116
- package/src/components/Toast/index.ts +0 -1
- package/src/components/Toast/types.ts +0 -27
- package/src/components/Toggle/Toggle.scss +0 -133
- package/src/components/Toggle/Toggle.stories.tsx +0 -132
- package/src/components/Toggle/Toggle.tsx +0 -96
- package/src/components/Toggle/index.ts +0 -1
- package/src/components/Toggle/types.ts +0 -43
- package/src/components/Tooltip/Tooltip.scss +0 -26
- package/src/components/Tooltip/Tooltip.stories.tsx +0 -97
- package/src/components/Tooltip/Tooltip.tsx +0 -194
- package/src/components/Tooltip/index.ts +0 -1
- package/src/components/Tooltip/types.ts +0 -60
- package/src/components/Typography/Typography.scss +0 -49
- package/src/components/Typography/Typography.stories.tsx +0 -57
- package/src/components/Typography/Typography.tsx +0 -39
- package/src/components/Typography/index.ts +0 -1
- package/src/components/Typography/types.ts +0 -56
- package/src/components/VariableInput/VariableInput.scss +0 -128
- package/src/components/VariableInput/VariableInput.stories.tsx +0 -32
- package/src/components/VariableInput/VariableInput.tsx +0 -352
- package/src/components/VariableInput/index.ts +0 -1
- package/src/components/VariableInput/types.ts +0 -56
- package/src/fonts/Montserrat/Montserrat-Medium.ttf +0 -0
- package/src/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
- package/src/fonts/Montserrat/Montserrat-SemiBold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Black.ttf +0 -0
- package/src/fonts/Poppins/Poppins-BlackItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Bold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-BoldItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraBold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraBoldItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraLight.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraLightItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Italic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Light.ttf +0 -0
- package/src/fonts/Poppins/Poppins-LightItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Medium.ttf +0 -0
- package/src/fonts/Poppins/Poppins-MediumItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Regular.ttf +0 -0
- package/src/fonts/Poppins/Poppins-SemiBold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-SemiBoldItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Thin.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ThinItalic.ttf +0 -0
- package/src/hooks/keyboardevents/useEscKeyEvent.tsx +0 -31
- package/src/hooks/useClickOutside.tsx +0 -30
- package/src/hooks/useFileDropzone.tsx +0 -273
- package/src/hooks/usePortalPosition.tsx +0 -53
- package/src/hooks/useTheme.tsx +0 -13
- package/src/index.ts +0 -139
- package/src/utils/TableCell/TableCell.ts +0 -16
- package/src/utils/checkEmpty/checkEmpty.stories.tsx +0 -34
- package/src/utils/checkEmpty/checkEmpty.ts +0 -24
- package/src/utils/compareArrays/compareArrays.stories.tsx +0 -62
- package/src/utils/compareArrays/compareArrays.ts +0 -31
- package/src/utils/compareObjects/compareObjects.stories.tsx +0 -51
- package/src/utils/compareObjects/compareObjects.ts +0 -53
- package/src/utils/debounce/debounce.stories.tsx +0 -81
- package/src/utils/debounce/debounce.ts +0 -28
- package/src/utils/ffID/ffID.stories.tsx +0 -35
- package/src/utils/ffID/ffid.ts +0 -7
- package/src/utils/findAndInsert/findAndInsert.stories.tsx +0 -119
- package/src/utils/findAndInsert/findAndInsert.ts +0 -49
- package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +0 -55
- package/src/utils/getEncryptedData/getEncryptedData.ts +0 -8
- package/src/utils/getExtension/getExtension.stories.tsx +0 -23
- package/src/utils/getExtension/getExtension.ts +0 -28
- package/src/utils/throttle/throttle.stories.tsx +0 -100
- package/src/utils/throttle/throttle.ts +0 -33
- package/src/utils/truncateText/truncateText.stories.tsx +0 -37
- package/src/utils/truncateText/truncateText.ts +0 -4
- package/tsconfig.json +0 -55
- package/vite.config.js +0 -14
- /package/lib/components/{ExcelFile/ExcelFile/Excel → Excel/ExcelFile/ExcelFileComponents}/areModelsEqual.d.ts +0 -0
- /package/lib/components/{ExcelFile/ExcelFile/Excel → Excel/ExcelFile/ExcelFileComponents}/point.d.ts +0 -0
- /package/lib/components/{ExcelFile → Excel}/index.d.ts +0 -0
- /package/{index.scss → lib/components/FF_Captcha/index.d.ts} +0 -0
- /package/{src/components/FF_Captcha/index.ts → lib/components/TableTree/Utils/renderSpaces.d.ts} +0 -0
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
import { PointRange } from "./point-range";
|
|
2
|
-
import * as Point from "./point";
|
|
3
|
-
import * as Matrix from "./matrix";
|
|
4
|
-
|
|
5
|
-
/** Selection from a spreadsheet */
|
|
6
|
-
export abstract class Selection {
|
|
7
|
-
/** Get concrete range of the selection in the given data */
|
|
8
|
-
abstract toRange(data: Matrix.Matrix<unknown>): PointRange | null;
|
|
9
|
-
|
|
10
|
-
/** Normalize the selection according to the given data */
|
|
11
|
-
abstract normalizeTo(data: Matrix.Matrix<unknown>): this;
|
|
12
|
-
|
|
13
|
-
/** Determines whether the given row is entirely selected in given selection */
|
|
14
|
-
abstract hasEntireRow(row: number): boolean;
|
|
15
|
-
|
|
16
|
-
/** Determines whether the given column is entirely selected in given selection */
|
|
17
|
-
abstract hasEntireColumn(column: number): boolean;
|
|
18
|
-
|
|
19
|
-
/** Get the number of selected points according to given data */
|
|
20
|
-
abstract size(data: Matrix.Matrix<unknown>): number;
|
|
21
|
-
|
|
22
|
-
/** Determines whether the given point is within the selection */
|
|
23
|
-
abstract has(data: Matrix.Matrix<unknown>, point: Point.Point): boolean;
|
|
24
|
-
|
|
25
|
-
/** Determines whether the given selection is equal to this selection */
|
|
26
|
-
abstract equals(selection: Selection): boolean;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/** Selection of no cells */
|
|
30
|
-
export class EmptySelection extends Selection {
|
|
31
|
-
// @ts-ignore
|
|
32
|
-
toRange(data: Matrix.Matrix<unknown>): PointRange | null {
|
|
33
|
-
return null;
|
|
34
|
-
}
|
|
35
|
-
normalizeTo(_: Matrix.Matrix<unknown>): this {
|
|
36
|
-
return this;
|
|
37
|
-
}
|
|
38
|
-
hasEntireRow(): boolean {
|
|
39
|
-
return false;
|
|
40
|
-
}
|
|
41
|
-
hasEntireColumn(): boolean {
|
|
42
|
-
return false;
|
|
43
|
-
}
|
|
44
|
-
size(): number {
|
|
45
|
-
return 0;
|
|
46
|
-
}
|
|
47
|
-
has(): boolean {
|
|
48
|
-
return false;
|
|
49
|
-
}
|
|
50
|
-
equals(selection: Selection): boolean {
|
|
51
|
-
return selection instanceof EmptySelection;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/** Selection of a range of cells */
|
|
56
|
-
export class RangeSelection extends Selection {
|
|
57
|
-
constructor(public range: PointRange) {
|
|
58
|
-
super();
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
toRange(_: Matrix.Matrix<unknown>): PointRange | null {
|
|
62
|
-
return this.range;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
normalizeTo(data: Matrix.Matrix<unknown>): this {
|
|
66
|
-
const dataRange = getMatrixRange(data);
|
|
67
|
-
const nextSelection = new RangeSelection(this.range.mask(dataRange));
|
|
68
|
-
// @ts-expect-error
|
|
69
|
-
return nextSelection;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
hasEntireRow(): boolean {
|
|
73
|
-
return false;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
hasEntireColumn(): boolean {
|
|
77
|
-
return false;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
size(data: Matrix.Matrix<unknown>): number {
|
|
81
|
-
const range = this.toRange(data);
|
|
82
|
-
return range ? range.size() : 0;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
has(data: Matrix.Matrix<unknown>, point: Point.Point): boolean {
|
|
86
|
-
const range = this.toRange(data);
|
|
87
|
-
return range !== null && range.has(point);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
equals(selection: Selection): boolean {
|
|
91
|
-
return (
|
|
92
|
-
selection instanceof RangeSelection && this.range.equals(selection.range)
|
|
93
|
-
);
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/** Selection of an entire part of the spreadsheet */
|
|
98
|
-
export abstract class EntireSelection extends Selection {}
|
|
99
|
-
|
|
100
|
-
/** Selection of the entire worksheet */
|
|
101
|
-
export class EntireWorksheetSelection extends EntireSelection {
|
|
102
|
-
toRange(data: Matrix.Matrix<unknown>): PointRange {
|
|
103
|
-
return getMatrixRange(data);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
normalizeTo(): this {
|
|
107
|
-
return this;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
hasEntireColumn(): boolean {
|
|
111
|
-
return true;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
hasEntireRow(): boolean {
|
|
115
|
-
return true;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
size(data: Matrix.Matrix<unknown>): number {
|
|
119
|
-
return Matrix.getColumnsCount(data) * Matrix.getRowsCount(data);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
has(): boolean {
|
|
123
|
-
return true;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
equals(selection: Selection): boolean {
|
|
127
|
-
return selection instanceof EntireWorksheetSelection;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/** Selection of an entire axis in the spreadsheet */
|
|
132
|
-
export abstract class EntireAxisSelection extends EntireSelection {
|
|
133
|
-
/** Selection start index, integer */
|
|
134
|
-
readonly start: number;
|
|
135
|
-
/** Selection end index, integer */
|
|
136
|
-
readonly end: number;
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* @param start - row index where the selection starts, integer
|
|
140
|
-
* @param end - row index where the selection ends, integer
|
|
141
|
-
* @throws {@link InvalidIndexError}
|
|
142
|
-
*/
|
|
143
|
-
constructor(start: number, end: number) {
|
|
144
|
-
if (!isIndex(start)) {
|
|
145
|
-
throw new InvalidIndexError("start");
|
|
146
|
-
}
|
|
147
|
-
if (!isIndex(end)) {
|
|
148
|
-
throw new InvalidIndexError("end");
|
|
149
|
-
}
|
|
150
|
-
super();
|
|
151
|
-
this.start = Math.min(start, end);
|
|
152
|
-
this.end = Math.max(start, end);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
equals(selection: Selection): boolean {
|
|
156
|
-
return (
|
|
157
|
-
selection instanceof EntireAxisSelection &&
|
|
158
|
-
this.constructor === selection.constructor &&
|
|
159
|
-
this.start === selection.start &&
|
|
160
|
-
this.end === selection.end
|
|
161
|
-
);
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/** Selection of entire rows in the spreadsheet */
|
|
166
|
-
export class EntireRowsSelection extends EntireAxisSelection {
|
|
167
|
-
toRange(data: Matrix.Matrix<unknown>): PointRange {
|
|
168
|
-
const max = Matrix.maxPoint(data);
|
|
169
|
-
return new PointRange(
|
|
170
|
-
{ row: this.start, column: 0 },
|
|
171
|
-
{ row: this.end, column: max.column }
|
|
172
|
-
);
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
normalizeTo(data: Matrix.Matrix<unknown>): this {
|
|
176
|
-
const count = Matrix.getRowsCount(data);
|
|
177
|
-
const nextSelection = new EntireRowsSelection(
|
|
178
|
-
Math.max(this.start, 0),
|
|
179
|
-
Math.min(this.end, count - 1)
|
|
180
|
-
);
|
|
181
|
-
// @ts-expect-error
|
|
182
|
-
return nextSelection;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
hasEntireRow(row: number): boolean {
|
|
186
|
-
return row >= this.start && row <= this.end;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
hasEntireColumn(): boolean {
|
|
190
|
-
return false;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
size(data: Matrix.Matrix<unknown>): number {
|
|
194
|
-
const rows = this.end - this.start + 1;
|
|
195
|
-
return rows * Matrix.getColumnsCount(data);
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
has(_: Matrix.Matrix<unknown>, point: Point.Point): boolean {
|
|
199
|
-
return point.row >= this.start && point.row <= this.end;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
/** Selection of entire columns in the spreadsheet */
|
|
204
|
-
export class EntireColumnsSelection extends EntireAxisSelection {
|
|
205
|
-
toRange(data: Matrix.Matrix<unknown>): PointRange {
|
|
206
|
-
const max = Matrix.maxPoint(data);
|
|
207
|
-
return new PointRange(
|
|
208
|
-
{ row: 0, column: this.start },
|
|
209
|
-
{ row: max.row, column: this.end }
|
|
210
|
-
);
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
normalizeTo(data: Matrix.Matrix<unknown>): this {
|
|
214
|
-
const count = Matrix.getColumnsCount(data);
|
|
215
|
-
const nextSelection = new EntireColumnsSelection(
|
|
216
|
-
Math.max(this.start, 0),
|
|
217
|
-
Math.min(this.end, count - 1)
|
|
218
|
-
);
|
|
219
|
-
// @ts-expect-error
|
|
220
|
-
return nextSelection;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
hasEntireRow(): boolean {
|
|
224
|
-
return false;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
hasEntireColumn(column: number): boolean {
|
|
228
|
-
return column >= this.start && column <= this.end;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
size(data: Matrix.Matrix<unknown>): number {
|
|
232
|
-
const columns = this.end - this.start + 1;
|
|
233
|
-
return columns * Matrix.getRowsCount(data);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
has(_: Matrix.Matrix<unknown>, point: Point.Point): boolean {
|
|
237
|
-
return point.column >= this.start && point.column <= this.end;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
/** Get the point range of given matrix */
|
|
242
|
-
export function getMatrixRange(data: Matrix.Matrix<unknown>): PointRange {
|
|
243
|
-
const maxPoint = Matrix.maxPoint(data);
|
|
244
|
-
return new PointRange(Point.ORIGIN, maxPoint);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
/** Determines whether the given value is a valid index */
|
|
248
|
-
export function isIndex(value: number): boolean {
|
|
249
|
-
return Number.isInteger(value) && value >= 0;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
/** Error thrown when passing a non-index value where an index value is expected */
|
|
253
|
-
export class InvalidIndexError extends Error {
|
|
254
|
-
constructor(name: string) {
|
|
255
|
-
super(`${name} is not a valid index. It must be 0 or a positive integer`);
|
|
256
|
-
}
|
|
257
|
-
}
|
|
@@ -1,217 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import FormulaParser from 'fast-formula-parser';
|
|
3
|
-
import { Point } from './point';
|
|
4
|
-
import { Selection } from './selection';
|
|
5
|
-
import { Model } from './engine';
|
|
6
|
-
import { PointRange } from './point-range';
|
|
7
|
-
import { Matrix } from './matrix';
|
|
8
|
-
|
|
9
|
-
/** The base type of cell data in Spreadsheet */
|
|
10
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11
|
-
export type CellBase<Value = any> = {
|
|
12
|
-
/** Whether the cell should not be editable */
|
|
13
|
-
readOnly?: boolean;
|
|
14
|
-
/** Class to be given for the cell element */
|
|
15
|
-
className?: string;
|
|
16
|
-
/** The value of the cell */
|
|
17
|
-
value: Value;
|
|
18
|
-
// style?: React.CSSProperties;
|
|
19
|
-
style?: React.CSSProperties | undefined;
|
|
20
|
-
//type? to check the style is altered or not
|
|
21
|
-
type?: boolean;
|
|
22
|
-
/** Custom component to render when the cell is edited, if not defined would default to the component defined for the Spreadsheet */
|
|
23
|
-
DataEditor?: DataEditorComponent<CellBase<Value>>;
|
|
24
|
-
/** Custom component to render when the cell is viewed, if not defined would default to the component defined for the Spreadsheet */
|
|
25
|
-
DataViewer?: DataViewerComponent<CellBase<Value>>;
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* A cell with it's coordinates
|
|
30
|
-
* @deprecated the component does not use cell descriptors anymore. Instead it passes cell point and cell value explicitly.
|
|
31
|
-
*/
|
|
32
|
-
export type CellDescriptor<Cell extends CellBase> = {
|
|
33
|
-
/** The cell's data */
|
|
34
|
-
data: Cell | undefined;
|
|
35
|
-
} & Point;
|
|
36
|
-
|
|
37
|
-
/** The spreadsheet's write mode */
|
|
38
|
-
export type Mode = 'view' | 'edit';
|
|
39
|
-
|
|
40
|
-
/** Dimensions of an element */
|
|
41
|
-
export type Dimensions = {
|
|
42
|
-
/** The element's width in pixels */
|
|
43
|
-
width: number;
|
|
44
|
-
/** The element's height in pixels */
|
|
45
|
-
height: number;
|
|
46
|
-
/** The distance of the element from it's container top border in pixels */
|
|
47
|
-
top: number;
|
|
48
|
-
/** The distance of the element from it's container left border in pixels */
|
|
49
|
-
left: number;
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
export type StoreState<Cell extends CellBase = CellBase> = {
|
|
53
|
-
model: Model<Cell>;
|
|
54
|
-
selected: Selection;
|
|
55
|
-
copied: PointRange | null;
|
|
56
|
-
hasPasted: boolean;
|
|
57
|
-
cut: boolean;
|
|
58
|
-
active: Point | null;
|
|
59
|
-
mode: Mode;
|
|
60
|
-
rowDimensions: Record<number, Pick<Dimensions, 'height' | 'top'> | undefined>;
|
|
61
|
-
columnDimensions: Record<
|
|
62
|
-
number,
|
|
63
|
-
Pick<Dimensions, 'width' | 'left'> | undefined
|
|
64
|
-
>;
|
|
65
|
-
dragging: boolean;
|
|
66
|
-
lastChanged: Point | null;
|
|
67
|
-
lastCommit: null | CellChange<Cell>[];
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
export type CellChange<Cell extends CellBase = CellBase> = {
|
|
71
|
-
prevCell: Cell | null;
|
|
72
|
-
nextCell: Cell | null;
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
/** Type of Spreadsheet Cell component props */
|
|
76
|
-
export type CellComponentProps<Cell extends CellBase = CellBase> = {
|
|
77
|
-
/** The row of the cell */
|
|
78
|
-
row: number;
|
|
79
|
-
/** The column of the cell */
|
|
80
|
-
column: number;
|
|
81
|
-
/** The DataViewer component to be used by the cell */
|
|
82
|
-
DataViewer: DataViewerComponent<Cell>;
|
|
83
|
-
/** Whether the cell is selected */
|
|
84
|
-
selected: boolean;
|
|
85
|
-
/** Whether the cell is active */
|
|
86
|
-
active: boolean;
|
|
87
|
-
/** Whether the cell is copied */
|
|
88
|
-
copied: boolean;
|
|
89
|
-
/** Whether the user is dragging */
|
|
90
|
-
dragging: boolean;
|
|
91
|
-
/** The mode of the cell */
|
|
92
|
-
mode: Mode;
|
|
93
|
-
/** The data of the cell */
|
|
94
|
-
data: Cell | undefined;
|
|
95
|
-
/** The evaluated data of the cell */
|
|
96
|
-
evaluatedData: Cell | undefined;
|
|
97
|
-
/** Select the cell at the given point */
|
|
98
|
-
select: (point: Point) => void;
|
|
99
|
-
/** Activate the cell at the given point */
|
|
100
|
-
activate: (point: Point) => void;
|
|
101
|
-
/** Set the dimensions of the cell at the given point with the given dimensions */
|
|
102
|
-
setCellDimensions: (point: Point, dimensions: Dimensions) => void;
|
|
103
|
-
/** Set data of the cell */
|
|
104
|
-
setCellData: (cell: Cell) => void;
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
/** Type of the Spreadsheet Cell component */
|
|
108
|
-
export type CellComponent<Cell extends CellBase = CellBase> =
|
|
109
|
-
React.ComponentType<CellComponentProps<Cell>>;
|
|
110
|
-
|
|
111
|
-
type DataComponentProps<Cell extends CellBase> = {
|
|
112
|
-
/** The rendered cell by the component */
|
|
113
|
-
cell: Cell | undefined;
|
|
114
|
-
} & Point;
|
|
115
|
-
|
|
116
|
-
/** Type of the Spreadsheet DataViewer component props */
|
|
117
|
-
export type DataViewerProps<Cell extends CellBase = CellBase> =
|
|
118
|
-
DataComponentProps<Cell> & {
|
|
119
|
-
/** Set data of the cell */
|
|
120
|
-
setCellData: (cell: Cell) => void;
|
|
121
|
-
evaluatedCell: Cell | undefined;
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
/** Type of the Spreadsheet DataViewer component */
|
|
125
|
-
export type DataViewerComponent<Cell extends CellBase = CellBase> =
|
|
126
|
-
React.ComponentType<DataViewerProps<Cell>>;
|
|
127
|
-
|
|
128
|
-
/** Type of the Spreadsheet DataEditor component props */
|
|
129
|
-
export type DataEditorProps<Cell extends CellBase = CellBase> =
|
|
130
|
-
DataComponentProps<Cell> & {
|
|
131
|
-
/** Callback to be called when the cell's value is changed */
|
|
132
|
-
onChange: (cell: Cell) => void;
|
|
133
|
-
/** Callback to be called when edit mode should be exited */
|
|
134
|
-
exitEditMode: () => void;
|
|
135
|
-
};
|
|
136
|
-
|
|
137
|
-
/** Type of the Spreadsheet DataEditor component */
|
|
138
|
-
export type DataEditorComponent<Cell extends CellBase = CellBase> =
|
|
139
|
-
React.ComponentType<DataEditorProps<Cell>>;
|
|
140
|
-
|
|
141
|
-
/** Type of the Spreadsheet Table component props */
|
|
142
|
-
export type TableProps = React.PropsWithChildren<{
|
|
143
|
-
/** Number of columns the table should render */
|
|
144
|
-
columns: number;
|
|
145
|
-
/** Whether column indicators are hidden */
|
|
146
|
-
hideColumnIndicators?: boolean | null;
|
|
147
|
-
}>;
|
|
148
|
-
|
|
149
|
-
/** Type of the Spreadsheet Table component */
|
|
150
|
-
export type TableComponent = React.ComponentType<TableProps>;
|
|
151
|
-
|
|
152
|
-
/** Type of the Spreadsheet Row component props */
|
|
153
|
-
export type RowProps = React.PropsWithChildren<{
|
|
154
|
-
/** The row index of the table */
|
|
155
|
-
row: number;
|
|
156
|
-
}>;
|
|
157
|
-
|
|
158
|
-
/** Type of the Row component */
|
|
159
|
-
export type RowComponent = React.ComponentType<RowProps>;
|
|
160
|
-
|
|
161
|
-
/** Type of the Spreadsheet HeaderRow component props */
|
|
162
|
-
export type HeaderRowProps = React.PropsWithChildren<{}>;
|
|
163
|
-
|
|
164
|
-
/** Type of the HeaderRow component */
|
|
165
|
-
export type HeaderRowComponent = React.ComponentType<HeaderRowProps>;
|
|
166
|
-
|
|
167
|
-
/** Type of the Spreadsheet RowIndicator component props */
|
|
168
|
-
export type RowIndicatorProps = {
|
|
169
|
-
/** The row the indicator indicates */
|
|
170
|
-
row: number;
|
|
171
|
-
/** A custom label for the indicator as provided in rowLabels */
|
|
172
|
-
label?: React.ReactNode | null;
|
|
173
|
-
/** Whether the entire row is selected */
|
|
174
|
-
selected: boolean;
|
|
175
|
-
/** Callback to be called when the row is selected */
|
|
176
|
-
onSelect: (row: number, extend: boolean) => void;
|
|
177
|
-
};
|
|
178
|
-
|
|
179
|
-
/** Type of the RowIndicator component */
|
|
180
|
-
export type RowIndicatorComponent = React.ComponentType<RowIndicatorProps>;
|
|
181
|
-
|
|
182
|
-
/** Type of the Spreadsheet ColumnIndicator component props */
|
|
183
|
-
export type ColumnIndicatorProps = {
|
|
184
|
-
/** The column the indicator indicates */
|
|
185
|
-
column: number;
|
|
186
|
-
/** A custom label for the indicator as provided in columnLabels */
|
|
187
|
-
label?: React.ReactNode | null;
|
|
188
|
-
/** Whether the entire column in selected */
|
|
189
|
-
selected: boolean;
|
|
190
|
-
/** Whether the entire column in Fixed */
|
|
191
|
-
fixed?: boolean;
|
|
192
|
-
/** Callback to be called when the column is selected */
|
|
193
|
-
onSelect: (column: number, extend: boolean) => void;
|
|
194
|
-
};
|
|
195
|
-
|
|
196
|
-
/** Type of the ColumnIndicator component */
|
|
197
|
-
export type ColumnIndicatorComponent =
|
|
198
|
-
React.ComponentType<ColumnIndicatorProps>;
|
|
199
|
-
|
|
200
|
-
/** Type of the Spreadsheet CornerIndicator component props */
|
|
201
|
-
export type CornerIndicatorProps = {
|
|
202
|
-
/** Whether the entire table is selected */
|
|
203
|
-
selected: boolean;
|
|
204
|
-
/** Callback to select the entire table */
|
|
205
|
-
onSelect: () => void;
|
|
206
|
-
};
|
|
207
|
-
|
|
208
|
-
/** Type of the CornerIndicator component */
|
|
209
|
-
export type CornerIndicatorComponent =
|
|
210
|
-
React.ComponentType<CornerIndicatorProps>;
|
|
211
|
-
|
|
212
|
-
export type CommitChanges<Cell extends CellBase = CellBase> = Array<{
|
|
213
|
-
prevCell: Cell | null;
|
|
214
|
-
nextCell: Cell | null;
|
|
215
|
-
}>;
|
|
216
|
-
|
|
217
|
-
export type CreateFormulaParser = (data: Matrix<CellBase>) => FormulaParser;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
declare module "fast-formula-parser" {
|
|
2
|
-
export type CellCoord = {
|
|
3
|
-
row: number;
|
|
4
|
-
col: number;
|
|
5
|
-
};
|
|
6
|
-
export type CellRef = CellCoord & {
|
|
7
|
-
sheet: string;
|
|
8
|
-
};
|
|
9
|
-
export type RangeRef = {
|
|
10
|
-
from: CellRef;
|
|
11
|
-
to: CellRef;
|
|
12
|
-
sheet: string;
|
|
13
|
-
};
|
|
14
|
-
export type BaseValue = number | string | boolean;
|
|
15
|
-
export type Value = BaseValue | BaseValue[];
|
|
16
|
-
export type FormulaParserConfig = {
|
|
17
|
-
functions?: object;
|
|
18
|
-
onCell?: (ref: CellRef) => Value;
|
|
19
|
-
onRange?: (range: RangeRef) => Value[];
|
|
20
|
-
onVariable?: (name: string, sheetName: string) => CellRef | RangeRef;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
export class FormulaError extends Error {
|
|
24
|
-
/**
|
|
25
|
-
* @param error - error code, i.e. #NUM!
|
|
26
|
-
* @param msg - detailed error message
|
|
27
|
-
* @param details - additional details
|
|
28
|
-
*/
|
|
29
|
-
constructor(error: string, msg?: string, details?: object | Error);
|
|
30
|
-
|
|
31
|
-
/** Return true if two errors are same */
|
|
32
|
-
equals(error: Error): boolean;
|
|
33
|
-
|
|
34
|
-
/** Return the formula error in string representation. */
|
|
35
|
-
toString(): string;
|
|
36
|
-
|
|
37
|
-
static DIV0 = "#DIV/0!";
|
|
38
|
-
static NA = "#N/A";
|
|
39
|
-
static NAME = "#NAME?";
|
|
40
|
-
static NULL = "#NULL!";
|
|
41
|
-
static NUM = "#NUM!";
|
|
42
|
-
static REF = "#REF!";
|
|
43
|
-
static VALUE = "#VALUE!";
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export default class FormulaParser {
|
|
47
|
-
constructor(config: FormulaParserConfig);
|
|
48
|
-
parse(
|
|
49
|
-
inputText: string,
|
|
50
|
-
position: CellRef,
|
|
51
|
-
allowReturnArray: boolean = false
|
|
52
|
-
): Value | FormulaError;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export class DepParser {
|
|
56
|
-
parse(formula: string, position: CellRef): Array<CellRef | RangeRef>;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { useContextSelector } from "use-context-selector";
|
|
2
|
-
import context from "./context";
|
|
3
|
-
import * as Types from "./types";
|
|
4
|
-
|
|
5
|
-
function useSelector<T>(selector: (state: Types.StoreState) => T): T {
|
|
6
|
-
return useContextSelector(context, ([state]) => selector(state));
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export default useSelector;
|