pixel-react 1.11.22 → 1.11.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ComponentProps/TreeNodeProps.d.ts +55 -0
- package/lib/ComponentProps/TreeNodeProps.js +2 -0
- package/lib/ComponentProps/TreeNodeProps.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.d.ts +3 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.js +21 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.d.ts +3 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js +490 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/index.d.ts +1 -0
- package/lib/StyleGuide/ColorPalette/index.js +2 -0
- package/lib/StyleGuide/ColorPalette/index.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/types.d.ts +17 -0
- package/lib/StyleGuide/ColorPalette/types.js +2 -0
- package/lib/StyleGuide/ColorPalette/types.js.map +1 -0
- package/lib/StyleGuide/Typography/Typography.d.ts +3 -0
- package/lib/StyleGuide/Typography/Typography.js +7 -0
- package/lib/StyleGuide/Typography/Typography.js.map +1 -0
- package/lib/StyleGuide/Typography/TypographyList.d.ts +5 -0
- package/lib/StyleGuide/Typography/TypographyList.js +4 -0
- package/lib/StyleGuide/Typography/TypographyList.js.map +1 -0
- package/lib/StyleGuide/Typography/types.d.ts +8 -0
- package/lib/StyleGuide/Typography/types.js +2 -0
- package/lib/StyleGuide/Typography/types.js.map +1 -0
- package/lib/assets/utils/functionUtils.d.ts +11 -0
- package/lib/assets/utils/functionUtils.js +74 -0
- package/lib/assets/utils/functionUtils.js.map +1 -0
- package/lib/components/Accordion/Accordion.d.ts +8 -0
- package/lib/components/Accordion/Accordion.js +30 -0
- package/lib/components/Accordion/Accordion.js.map +1 -0
- package/lib/components/Accordion/index.d.ts +1 -0
- package/lib/components/Accordion/index.js +2 -0
- package/lib/components/Accordion/index.js.map +1 -0
- package/lib/components/Accordion/types.d.ts +53 -0
- package/lib/components/Accordion/types.js +2 -0
- package/lib/components/Accordion/types.js.map +1 -0
- package/lib/components/AddContentButton/AddContentButton.d.ts +5 -0
- package/lib/components/AddContentButton/AddContentButton.js +11 -0
- package/lib/components/AddContentButton/AddContentButton.js.map +1 -0
- package/lib/components/AddContentButton/index.d.ts +1 -0
- package/lib/components/AddContentButton/index.js +2 -0
- package/lib/components/AddContentButton/index.js.map +1 -0
- package/lib/components/AddContentButton/types.d.ts +10 -0
- package/lib/components/AddContentButton/types.js +2 -0
- package/lib/components/AddContentButton/types.js.map +1 -0
- package/lib/components/AddResourceButton/AddResourceButton.d.ts +4 -0
- package/lib/components/AddResourceButton/AddResourceButton.js +71 -0
- package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +6 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js +15 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js.map +1 -0
- package/lib/components/AddResourceButton/index.d.ts +1 -0
- package/lib/components/AddResourceButton/index.js +2 -0
- package/lib/components/AddResourceButton/index.js.map +1 -0
- package/lib/components/AddResourceButton/type.d.ts +81 -0
- package/lib/components/AddResourceButton/type.js +25 -0
- package/lib/components/AddResourceButton/type.js.map +1 -0
- package/lib/components/AiToggle/AiToggle.d.ts +5 -0
- package/lib/components/AiToggle/AiToggle.js +21 -0
- package/lib/components/AiToggle/AiToggle.js.map +1 -0
- package/lib/components/AiToggle/index.d.ts +1 -0
- package/lib/components/AiToggle/index.js +2 -0
- package/lib/components/AiToggle/index.js.map +1 -0
- package/lib/components/AiToggle/types.d.ts +7 -0
- package/lib/components/AiToggle/types.js +2 -0
- package/lib/components/AiToggle/types.js.map +1 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.d.ts +4 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +85 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -0
- package/lib/components/AllProjectsDropdown/index.d.ts +1 -0
- package/lib/components/AllProjectsDropdown/index.js +2 -0
- package/lib/components/AllProjectsDropdown/index.js.map +1 -0
- package/lib/components/AllProjectsDropdown/types.d.ts +16 -0
- package/lib/components/AllProjectsDropdown/types.js +2 -0
- package/lib/components/AllProjectsDropdown/types.js.map +1 -0
- package/lib/components/AppHeader/AppHeader.d.ts +5 -0
- package/lib/components/AppHeader/AppHeader.js +92 -0
- package/lib/components/AppHeader/AppHeader.js.map +1 -0
- package/lib/components/AppHeader/index.d.ts +1 -0
- package/lib/components/AppHeader/index.js +2 -0
- package/lib/components/AppHeader/index.js.map +1 -0
- package/lib/components/AppHeader/types.d.ts +57 -0
- package/lib/components/AppHeader/types.js +2 -0
- package/lib/components/AppHeader/types.js.map +1 -0
- package/lib/components/AttachMedia/AttachMedia.d.ts +5 -0
- package/lib/components/AttachMedia/AttachMedia.js +15 -0
- package/lib/components/AttachMedia/AttachMedia.js.map +1 -0
- package/lib/components/AttachMedia/index.d.ts +1 -0
- package/lib/components/AttachMedia/index.js +2 -0
- package/lib/components/AttachMedia/index.js.map +1 -0
- package/lib/components/AttachMedia/types.d.ts +30 -0
- package/lib/components/AttachMedia/types.js +2 -0
- package/lib/components/AttachMedia/types.js.map +1 -0
- package/lib/components/AttachmentButton/AttachmentButton.d.ts +5 -0
- package/lib/components/AttachmentButton/AttachmentButton.js +90 -0
- package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -0
- package/lib/components/AttachmentButton/index.d.ts +1 -0
- package/lib/components/AttachmentButton/index.js +2 -0
- package/lib/components/AttachmentButton/index.js.map +1 -0
- package/lib/components/AttachmentButton/types.d.ts +20 -0
- package/lib/components/AttachmentButton/types.js +2 -0
- package/lib/components/AttachmentButton/types.js.map +1 -0
- package/lib/components/Avatar/Avatar.d.ts +5 -0
- package/lib/components/Avatar/Avatar.js +9 -0
- package/lib/components/Avatar/Avatar.js.map +1 -0
- package/lib/components/Avatar/index.d.ts +1 -0
- package/lib/components/Avatar/index.js +2 -0
- package/lib/components/Avatar/index.js.map +1 -0
- package/lib/components/Avatar/types.d.ts +34 -0
- package/lib/components/Avatar/types.js +2 -0
- package/lib/components/Avatar/types.js.map +1 -0
- package/lib/components/Box/Box.d.ts +5 -0
- package/lib/components/Box/Box.js +30 -0
- package/lib/components/Box/Box.js.map +1 -0
- package/lib/components/Box/index.d.ts +1 -0
- package/lib/components/Box/index.js +2 -0
- package/lib/components/Box/index.js.map +1 -0
- package/lib/components/Box/types.d.ts +34 -0
- package/lib/components/Box/types.js +2 -0
- package/lib/components/Box/types.js.map +1 -0
- package/lib/components/BrowserTabs/BrowserTabs.d.ts +5 -0
- package/lib/components/BrowserTabs/BrowserTabs.js +61 -0
- package/lib/components/BrowserTabs/BrowserTabs.js.map +1 -0
- package/lib/components/BrowserTabs/index.d.ts +1 -0
- package/lib/components/BrowserTabs/index.js +2 -0
- package/lib/components/BrowserTabs/index.js.map +1 -0
- package/lib/components/BrowserTabs/types.d.ts +68 -0
- package/lib/components/BrowserTabs/types.js +2 -0
- package/lib/components/BrowserTabs/types.js.map +1 -0
- package/lib/components/Button/Button.d.ts +5 -0
- package/lib/components/Button/Button.js +33 -0
- package/lib/components/Button/Button.js.map +1 -0
- package/lib/components/Button/index.d.ts +1 -0
- package/lib/components/Button/index.js +2 -0
- package/lib/components/Button/index.js.map +1 -0
- package/lib/components/Button/types.d.ts +103 -0
- package/lib/components/Button/types.js +2 -0
- package/lib/components/Button/types.js.map +1 -0
- package/lib/components/Charts/BarChart/BarChart.d.ts +40 -0
- package/lib/components/Charts/BarChart/BarChart.js +166 -0
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -0
- package/lib/components/Charts/BarChart/index.d.ts +1 -0
- package/lib/components/Charts/BarChart/index.js +2 -0
- package/lib/components/Charts/BarChart/index.js.map +1 -0
- package/lib/components/Charts/BarChart/types.d.ts +17 -0
- package/lib/components/Charts/BarChart/types.js +2 -0
- package/lib/components/Charts/BarChart/types.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.d.ts +5 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +511 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/index.d.ts +1 -0
- package/lib/components/Charts/DashboardDonutChart/index.js +2 -0
- package/lib/components/Charts/DashboardDonutChart/index.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/types.d.ts +61 -0
- package/lib/components/Charts/DashboardDonutChart/types.js +2 -0
- package/lib/components/Charts/DashboardDonutChart/types.js.map +1 -0
- package/lib/components/Charts/DonutChart/DonutChart.d.ts +5 -0
- package/lib/components/Charts/DonutChart/DonutChart.js +94 -0
- package/lib/components/Charts/DonutChart/DonutChart.js.map +1 -0
- package/lib/components/Charts/DonutChart/index.d.ts +1 -0
- package/lib/components/Charts/DonutChart/index.js +2 -0
- package/lib/components/Charts/DonutChart/index.js.map +1 -0
- package/lib/components/Charts/DonutChart/type.d.ts +15 -0
- package/lib/components/Charts/DonutChart/type.js +2 -0
- package/lib/components/Charts/DonutChart/type.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.d.ts +5 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js +76 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/index.d.ts +1 -0
- package/lib/components/Charts/IconRadialChart/index.js +2 -0
- package/lib/components/Charts/IconRadialChart/index.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/types.d.ts +25 -0
- package/lib/components/Charts/IconRadialChart/types.js +2 -0
- package/lib/components/Charts/IconRadialChart/types.js.map +1 -0
- package/lib/components/Charts/LineChart/LineChart.d.ts +5 -0
- package/lib/components/Charts/LineChart/LineChart.js +210 -0
- package/lib/components/Charts/LineChart/LineChart.js.map +1 -0
- package/lib/components/Charts/LineChart/index.d.ts +1 -0
- package/lib/components/Charts/LineChart/index.js +2 -0
- package/lib/components/Charts/LineChart/index.js.map +1 -0
- package/lib/components/Charts/LineChart/types.d.ts +31 -0
- package/lib/components/Charts/LineChart/types.js +2 -0
- package/lib/components/Charts/LineChart/types.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.d.ts +5 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js +145 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/index.d.ts +1 -0
- package/lib/components/Charts/MultiRadialChart/index.js +2 -0
- package/lib/components/Charts/MultiRadialChart/index.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/types.d.ts +30 -0
- package/lib/components/Charts/MultiRadialChart/types.js +2 -0
- package/lib/components/Charts/MultiRadialChart/types.js.map +1 -0
- package/lib/components/Charts/PieChart/PieChart.d.ts +5 -0
- package/lib/components/Charts/PieChart/PieChart.js +136 -0
- package/lib/components/Charts/PieChart/PieChart.js.map +1 -0
- package/lib/components/Charts/PieChart/index.d.ts +1 -0
- package/lib/components/Charts/PieChart/index.js +2 -0
- package/lib/components/Charts/PieChart/index.js.map +1 -0
- package/lib/components/Charts/PieChart/types.d.ts +27 -0
- package/lib/components/Charts/PieChart/types.js +2 -0
- package/lib/components/Charts/PieChart/types.js.map +1 -0
- package/lib/components/Charts/RadialChart/RadialChart.d.ts +5 -0
- package/lib/components/Charts/RadialChart/RadialChart.js +86 -0
- package/lib/components/Charts/RadialChart/RadialChart.js.map +1 -0
- package/lib/components/Charts/RadialChart/index.d.ts +1 -0
- package/lib/components/Charts/RadialChart/index.js +2 -0
- package/lib/components/Charts/RadialChart/index.js.map +1 -0
- package/lib/components/Charts/RadialChart/types.d.ts +25 -0
- package/lib/components/Charts/RadialChart/types.js +2 -0
- package/lib/components/Charts/RadialChart/types.js.map +1 -0
- package/lib/components/ChatModal/ChatModal.d.ts +5 -0
- package/lib/components/ChatModal/ChatModal.js +44 -0
- package/lib/components/ChatModal/ChatModal.js.map +1 -0
- package/lib/components/ChatModal/index.d.ts +1 -0
- package/lib/components/ChatModal/index.js +2 -0
- package/lib/components/ChatModal/index.js.map +1 -0
- package/lib/components/ChatModal/types.d.ts +31 -0
- package/lib/components/ChatModal/types.js +2 -0
- package/lib/components/ChatModal/types.js.map +1 -0
- package/lib/components/Checkbox/Checkbox.d.ts +6 -0
- package/lib/components/Checkbox/Checkbox.js +22 -0
- package/lib/components/Checkbox/Checkbox.js.map +1 -0
- package/lib/components/Checkbox/index.d.ts +1 -0
- package/lib/components/Checkbox/index.js +2 -0
- package/lib/components/Checkbox/index.js.map +1 -0
- package/lib/components/Checkbox/types.d.ts +38 -0
- package/lib/components/Checkbox/types.js +2 -0
- package/lib/components/Checkbox/types.js.map +1 -0
- package/lib/components/Chip/Chip.d.ts +4 -0
- package/lib/components/Chip/Chip.js +25 -0
- package/lib/components/Chip/Chip.js.map +1 -0
- package/lib/components/Chip/index.d.ts +1 -0
- package/lib/components/Chip/index.js +2 -0
- package/lib/components/Chip/index.js.map +1 -0
- package/lib/components/Chip/types.d.ts +20 -0
- package/lib/components/Chip/types.js +2 -0
- package/lib/components/Chip/types.js.map +1 -0
- package/lib/components/ChipWithCount/ChipWithCount.d.ts +5 -0
- package/lib/components/ChipWithCount/ChipWithCount.js +12 -0
- package/lib/components/ChipWithCount/ChipWithCount.js.map +1 -0
- package/lib/components/ChipWithCount/index.d.ts +1 -0
- package/lib/components/ChipWithCount/index.js +2 -0
- package/lib/components/ChipWithCount/index.js.map +1 -0
- package/lib/components/ChipWithCount/types.d.ts +6 -0
- package/lib/components/ChipWithCount/types.js +2 -0
- package/lib/components/ChipWithCount/types.js.map +1 -0
- package/lib/components/ChooseFile/ChooseFile.d.ts +4 -0
- package/lib/components/ChooseFile/ChooseFile.js +7 -0
- package/lib/components/ChooseFile/ChooseFile.js.map +1 -0
- package/lib/components/ChooseFile/types.d.ts +72 -0
- package/lib/components/ChooseFile/types.js +2 -0
- package/lib/components/ChooseFile/types.js.map +1 -0
- package/lib/components/Comments/Comments.d.ts +4 -0
- package/lib/components/Comments/Comments.js +271 -0
- package/lib/components/Comments/Comments.js.map +1 -0
- package/lib/components/Comments/childComment/ChildComment.d.ts +4 -0
- package/lib/components/Comments/childComment/ChildComment.js +232 -0
- package/lib/components/Comments/childComment/ChildComment.js.map +1 -0
- package/lib/components/Comments/childComment/useNode.d.ts +7 -0
- package/lib/components/Comments/childComment/useNode.js +49 -0
- package/lib/components/Comments/childComment/useNode.js.map +1 -0
- package/lib/components/Comments/commentCommonUtils.d.ts +10 -0
- package/lib/components/Comments/commentCommonUtils.js +15 -0
- package/lib/components/Comments/commentCommonUtils.js.map +1 -0
- package/lib/components/Comments/index.d.ts +1 -0
- package/lib/components/Comments/index.js +2 -0
- package/lib/components/Comments/index.js.map +1 -0
- package/lib/components/Comments/mentionUser/MentionUser.d.ts +5 -0
- package/lib/components/Comments/mentionUser/MentionUser.js +16 -0
- package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -0
- package/lib/components/Comments/type.d.ts +56 -0
- package/lib/components/Comments/type.js +2 -0
- package/lib/components/Comments/type.js.map +1 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.d.ts +4 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js +189 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.d.ts +5 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.js +17 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -0
- package/lib/components/ConditionalDropdown/index.d.ts +1 -0
- package/lib/components/ConditionalDropdown/index.js +2 -0
- package/lib/components/ConditionalDropdown/index.js.map +1 -0
- package/lib/components/ConditionalDropdown/types.d.ts +151 -0
- package/lib/components/ConditionalDropdown/types.js +2 -0
- package/lib/components/ConditionalDropdown/types.js.map +1 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.d.ts +3 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js +37 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js.map +1 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.d.ts +5 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.js +102 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.js.map +1 -0
- package/lib/components/ConnectingBranch/data.d.ts +70 -0
- package/lib/components/ConnectingBranch/data.js +213 -0
- package/lib/components/ConnectingBranch/data.js.map +1 -0
- package/lib/components/ConnectingBranch/index.d.ts +1 -0
- package/lib/components/ConnectingBranch/index.js +2 -0
- package/lib/components/ConnectingBranch/index.js.map +1 -0
- package/lib/components/ConnectingBranch/types.d.ts +53 -0
- package/lib/components/ConnectingBranch/types.js +2 -0
- package/lib/components/ConnectingBranch/types.js.map +1 -0
- package/lib/components/CreateVariable/CreateVariableSlider.d.ts +5 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js +18 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -0
- package/lib/components/CreateVariable/index.d.ts +1 -0
- package/lib/components/CreateVariable/index.js +2 -0
- package/lib/components/CreateVariable/index.js.map +1 -0
- package/lib/components/CreateVariable/types.d.ts +64 -0
- package/lib/components/CreateVariable/types.js +2 -0
- package/lib/components/CreateVariable/types.js.map +1 -0
- package/lib/components/DatePicker/DatePicker.d.ts +5 -0
- package/lib/components/DatePicker/DatePicker.js +283 -0
- package/lib/components/DatePicker/DatePicker.js.map +1 -0
- package/lib/components/DatePicker/Timepicker.d.ts +4 -0
- package/lib/components/DatePicker/Timepicker.js +230 -0
- package/lib/components/DatePicker/Timepicker.js.map +1 -0
- package/lib/components/DatePicker/index.d.ts +1 -0
- package/lib/components/DatePicker/index.js +2 -0
- package/lib/components/DatePicker/index.js.map +1 -0
- package/lib/components/DatePicker/types.d.ts +99 -0
- package/lib/components/DatePicker/types.js +2 -0
- package/lib/components/DatePicker/types.js.map +1 -0
- package/lib/components/DownloadClient/DownloadClient.d.ts +4 -0
- package/lib/components/DownloadClient/DownloadClient.js +24 -0
- package/lib/components/DownloadClient/DownloadClient.js.map +1 -0
- package/lib/components/DownloadClient/index.d.ts +1 -0
- package/lib/components/DownloadClient/index.js +2 -0
- package/lib/components/DownloadClient/index.js.map +1 -0
- package/lib/components/DownloadClient/type.d.ts +27 -0
- package/lib/components/DownloadClient/type.js +2 -0
- package/lib/components/DownloadClient/type.js.map +1 -0
- package/lib/components/DragAndDrop/DragAndDrop.d.ts +9 -0
- package/lib/components/DragAndDrop/DragAndDrop.js +6 -0
- package/lib/components/DragAndDrop/DragAndDrop.js.map +1 -0
- package/lib/components/DragAndDrop/DragAndDropList.d.ts +20 -0
- package/lib/components/DragAndDrop/DragAndDropList.js +54 -0
- package/lib/components/DragAndDrop/DragAndDropList.js.map +1 -0
- package/lib/components/DragAndDrop/index.d.ts +1 -0
- package/lib/components/DragAndDrop/index.js +2 -0
- package/lib/components/DragAndDrop/index.js.map +1 -0
- package/lib/components/Drawer/Drawer.d.ts +5 -0
- package/lib/components/Drawer/Drawer.js +84 -0
- package/lib/components/Drawer/Drawer.js.map +1 -0
- package/lib/components/Drawer/Types.d.ts +163 -0
- package/lib/components/Drawer/Types.js +2 -0
- package/lib/components/Drawer/Types.js.map +1 -0
- package/lib/components/Drawer/index.d.ts +1 -0
- package/lib/components/Drawer/index.js +2 -0
- package/lib/components/Drawer/index.js.map +1 -0
- package/lib/components/EditLabel/EditLabel.d.ts +4 -0
- package/lib/components/EditLabel/EditLabel.js +147 -0
- package/lib/components/EditLabel/EditLabel.js.map +1 -0
- package/lib/components/EditLabel/index.d.ts +1 -0
- package/lib/components/EditLabel/index.js +2 -0
- package/lib/components/EditLabel/index.js.map +1 -0
- package/lib/components/EditLabel/types.d.ts +37 -0
- package/lib/components/EditLabel/types.js +2 -0
- package/lib/components/EditLabel/types.js.map +1 -0
- package/lib/components/EditTextField/EditTextField.d.ts +5 -0
- package/lib/components/EditTextField/EditTextField.js +85 -0
- package/lib/components/EditTextField/EditTextField.js.map +1 -0
- package/lib/components/EditTextField/index.d.ts +1 -0
- package/lib/components/EditTextField/index.js +2 -0
- package/lib/components/EditTextField/index.js.map +1 -0
- package/lib/components/EditTextField/types.d.ts +52 -0
- package/lib/components/EditTextField/types.js +2 -0
- package/lib/components/EditTextField/types.js.map +1 -0
- package/lib/components/Editor/Editor.d.ts +4 -0
- package/lib/components/Editor/Editor.js +351 -0
- package/lib/components/Editor/Editor.js.map +1 -0
- package/lib/components/Editor/VariableDropdown.d.ts +5 -0
- package/lib/components/Editor/VariableDropdown.js +38 -0
- package/lib/components/Editor/VariableDropdown.js.map +1 -0
- package/lib/components/Editor/constants.d.ts +3 -0
- package/lib/components/Editor/constants.js +217 -0
- package/lib/components/Editor/constants.js.map +1 -0
- package/lib/components/Editor/index.d.ts +1 -0
- package/lib/components/Editor/index.js +2 -0
- package/lib/components/Editor/index.js.map +1 -0
- package/lib/components/Editor/types.d.ts +102 -0
- package/lib/components/Editor/types.js +2 -0
- package/lib/components/Editor/types.js.map +1 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +9 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.js +22 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.d.ts +8 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.js +2 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.js.map +1 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.d.ts +9 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js +23 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js.map +1 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.d.ts +12 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js +21 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +107 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js +438 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.d.ts +30 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +169 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +70 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +102 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js +13 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js +26 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +24 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.d.ts +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +35 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.d.ts +10 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js +38 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +90 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +14 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +98 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +291 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js +16 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +262 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +266 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.d.ts +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js +18 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.d.ts +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.d.ts +16 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js +94 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js +23 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.d.ts +2 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.d.ts +20 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js +127 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.d.ts +24 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js +63 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.d.ts +13 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +10 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.d.ts +67 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js +272 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.d.ts +22 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js +61 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.d.ts +11 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +624 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.d.ts +45 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +684 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.d.ts +95 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js +189 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +232 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js +2 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +52 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +231 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.d.ts +19 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +109 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -0
- package/lib/components/Excel/Types.d.ts +196 -0
- package/lib/components/Excel/Types.js +2 -0
- package/lib/components/Excel/Types.js.map +1 -0
- package/lib/components/Excel/dataConversion.d.ts +2 -0
- package/lib/components/Excel/dataConversion.js +136 -0
- package/lib/components/Excel/dataConversion.js.map +1 -0
- package/lib/components/Excel/index.d.ts +1 -0
- package/lib/components/Excel/index.js +2 -0
- package/lib/components/Excel/index.js.map +1 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.d.ts +5 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.js +41 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.js.map +1 -0
- package/lib/components/ExpandableMenu/index.d.ts +1 -0
- package/lib/components/ExpandableMenu/index.js +2 -0
- package/lib/components/ExpandableMenu/index.js.map +1 -0
- package/lib/components/ExpandableMenu/types.d.ts +35 -0
- package/lib/components/ExpandableMenu/types.js +2 -0
- package/lib/components/ExpandableMenu/types.js.map +1 -0
- package/lib/components/ExpandableTable/ExpandableTable.d.ts +12 -0
- package/lib/components/ExpandableTable/ExpandableTable.js +19 -0
- package/lib/components/ExpandableTable/ExpandableTable.js.map +1 -0
- package/lib/components/FF_Captcha/Recaptcha.d.ts +6 -0
- package/lib/components/FF_Captcha/Recaptcha.js +24 -0
- package/lib/components/FF_Captcha/Recaptcha.js.map +1 -0
- package/lib/components/FF_Captcha/index.d.ts +0 -0
- package/lib/components/FF_Captcha/index.js +2 -0
- package/lib/components/FF_Captcha/index.js.map +1 -0
- package/lib/components/FF_Captcha/types.d.ts +29 -0
- package/lib/components/FF_Captcha/types.js +2 -0
- package/lib/components/FF_Captcha/types.js.map +1 -0
- package/lib/components/FieldSet/FieldSet.d.ts +5 -0
- package/lib/components/FieldSet/FieldSet.js +8 -0
- package/lib/components/FieldSet/FieldSet.js.map +1 -0
- package/lib/components/FieldSet/index.d.ts +1 -0
- package/lib/components/FieldSet/index.js +2 -0
- package/lib/components/FieldSet/index.js.map +1 -0
- package/lib/components/FieldSet/types.d.ts +7 -0
- package/lib/components/FieldSet/types.js +2 -0
- package/lib/components/FieldSet/types.js.map +1 -0
- package/lib/components/FileDropzone/Dropzone.d.ts +5 -0
- package/lib/components/FileDropzone/Dropzone.js +22 -0
- package/lib/components/FileDropzone/Dropzone.js.map +1 -0
- package/lib/components/FileDropzone/FileDropzone.d.ts +4 -0
- package/lib/components/FileDropzone/FileDropzone.js +42 -0
- package/lib/components/FileDropzone/FileDropzone.js.map +1 -0
- package/lib/components/FileDropzone/FilePreview.d.ts +4 -0
- package/lib/components/FileDropzone/FilePreview.js +12 -0
- package/lib/components/FileDropzone/FilePreview.js.map +1 -0
- package/lib/components/FileDropzone/RadioFilePreview.d.ts +4 -0
- package/lib/components/FileDropzone/RadioFilePreview.js +33 -0
- package/lib/components/FileDropzone/RadioFilePreview.js.map +1 -0
- package/lib/components/FileDropzone/index.d.ts +1 -0
- package/lib/components/FileDropzone/index.js +2 -0
- package/lib/components/FileDropzone/index.js.map +1 -0
- package/lib/components/FileDropzone/types.d.ts +200 -0
- package/lib/components/FileDropzone/types.js +2 -0
- package/lib/components/FileDropzone/types.js.map +1 -0
- package/lib/components/Form/Form.d.ts +2 -0
- package/lib/components/Form/Form.js +3 -0
- package/lib/components/Form/Form.js.map +1 -0
- package/lib/components/Form/Forms.d.ts +13 -0
- package/lib/components/Form/Forms.js +19 -0
- package/lib/components/Form/Forms.js.map +1 -0
- package/lib/components/Form/index.d.ts +1 -0
- package/lib/components/Form/index.js +2 -0
- package/lib/components/Form/index.js.map +1 -0
- package/lib/components/Form/types.d.ts +1 -0
- package/lib/components/Form/types.js +2 -0
- package/lib/components/Form/types.js.map +1 -0
- package/lib/components/GridLayout/GridLayout.d.ts +6 -0
- package/lib/components/GridLayout/GridLayout.js +15 -0
- package/lib/components/GridLayout/GridLayout.js.map +1 -0
- package/lib/components/GridLayout/index.d.ts +2 -0
- package/lib/components/GridLayout/index.js +2 -0
- package/lib/components/GridLayout/index.js.map +1 -0
- package/lib/components/GridLayout/types.d.ts +74 -0
- package/lib/components/GridLayout/types.js +2 -0
- package/lib/components/GridLayout/types.js.map +1 -0
- package/lib/components/HighlightText/HighlightText.d.ts +4 -0
- package/lib/components/HighlightText/HighlightText.js +15 -0
- package/lib/components/HighlightText/HighlightText.js.map +1 -0
- package/lib/components/HighlightText/index.d.ts +1 -0
- package/lib/components/HighlightText/index.js +2 -0
- package/lib/components/HighlightText/index.js.map +1 -0
- package/lib/components/HighlightText/types.d.ts +4 -0
- package/lib/components/HighlightText/types.js +2 -0
- package/lib/components/HighlightText/types.js.map +1 -0
- package/lib/components/HistoryCard/HistoryCard.d.ts +25 -0
- package/lib/components/HistoryCard/HistoryCard.js +9 -0
- package/lib/components/HistoryCard/HistoryCard.js.map +1 -0
- package/lib/components/HistoryCard/index.d.ts +1 -0
- package/lib/components/HistoryCard/index.js +2 -0
- package/lib/components/HistoryCard/index.js.map +1 -0
- package/lib/components/Icon/Icon.d.ts +4 -0
- package/lib/components/Icon/Icon.js +43 -0
- package/lib/components/Icon/Icon.js.map +1 -0
- package/lib/components/Icon/iconList.d.ts +2 -0
- package/lib/components/Icon/iconList.js +765 -0
- package/lib/components/Icon/iconList.js.map +1 -0
- package/lib/components/Icon/index.d.ts +1 -0
- package/lib/components/Icon/index.js +2 -0
- package/lib/components/Icon/index.js.map +1 -0
- package/lib/components/Icon/types.d.ts +15 -0
- package/lib/components/Icon/types.js +2 -0
- package/lib/components/Icon/types.js.map +1 -0
- package/lib/components/IconButton/IconButton.d.ts +4 -0
- package/lib/components/IconButton/IconButton.js +11 -0
- package/lib/components/IconButton/IconButton.js.map +1 -0
- package/lib/components/IconButton/index.d.ts +1 -0
- package/lib/components/IconButton/index.js +2 -0
- package/lib/components/IconButton/index.js.map +1 -0
- package/lib/components/IconButton/types.d.ts +8 -0
- package/lib/components/IconButton/types.js +2 -0
- package/lib/components/IconButton/types.js.map +1 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.d.ts +5 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.js +34 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.js.map +1 -0
- package/lib/components/IconRadioGroup/index.d.ts +1 -0
- package/lib/components/IconRadioGroup/index.js +2 -0
- package/lib/components/IconRadioGroup/index.js.map +1 -0
- package/lib/components/IconRadioGroup/type.d.ts +41 -0
- package/lib/components/IconRadioGroup/type.js +2 -0
- package/lib/components/IconRadioGroup/type.js.map +1 -0
- package/lib/components/Input/Input.d.ts +4 -0
- package/lib/components/Input/Input.js +99 -0
- package/lib/components/Input/Input.js.map +1 -0
- package/lib/components/Input/index.d.ts +1 -0
- package/lib/components/Input/index.js +2 -0
- package/lib/components/Input/index.js.map +1 -0
- package/lib/components/Input/types.d.ts +93 -0
- package/lib/components/Input/types.js +2 -0
- package/lib/components/Input/types.js.map +1 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +4 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js +37 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -0
- package/lib/components/InputWithDropdown/index.d.ts +1 -0
- package/lib/components/InputWithDropdown/index.js +2 -0
- package/lib/components/InputWithDropdown/index.js.map +1 -0
- package/lib/components/InputWithDropdown/types.d.ts +95 -0
- package/lib/components/InputWithDropdown/types.js +2 -0
- package/lib/components/InputWithDropdown/types.js.map +1 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.d.ts +5 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.js +166 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.js.map +1 -0
- package/lib/components/LabelEditTextField/index.d.ts +1 -0
- package/lib/components/LabelEditTextField/index.js +2 -0
- package/lib/components/LabelEditTextField/index.js.map +1 -0
- package/lib/components/LabelEditTextField/types.d.ts +53 -0
- package/lib/components/LabelEditTextField/types.js +2 -0
- package/lib/components/LabelEditTextField/types.js.map +1 -0
- package/lib/components/LazyLoad/LazyLoad.d.ts +2 -0
- package/lib/components/LazyLoad/LazyLoad.js +3 -0
- package/lib/components/LazyLoad/LazyLoad.js.map +1 -0
- package/lib/components/LazyLoad/LazyLoading.d.ts +2 -0
- package/lib/components/LazyLoad/LazyLoading.js +10 -0
- package/lib/components/LazyLoad/LazyLoading.js.map +1 -0
- package/lib/components/LazyLoad/index.d.ts +1 -0
- package/lib/components/LazyLoad/index.js +2 -0
- package/lib/components/LazyLoad/index.js.map +1 -0
- package/lib/components/Link/Link.d.ts +4 -0
- package/lib/components/Link/Link.js +38 -0
- package/lib/components/Link/Link.js.map +1 -0
- package/lib/components/Link/index.d.ts +1 -0
- package/lib/components/Link/index.js +2 -0
- package/lib/components/Link/index.js.map +1 -0
- package/lib/components/Link/types.d.ts +88 -0
- package/lib/components/Link/types.js +2 -0
- package/lib/components/Link/types.js.map +1 -0
- package/lib/components/MachineInputField/MachineInputField.d.ts +7 -0
- package/lib/components/MachineInputField/MachineInputField.js +43 -0
- package/lib/components/MachineInputField/MachineInputField.js.map +1 -0
- package/lib/components/MachineInputField/index.d.ts +1 -0
- package/lib/components/MachineInputField/index.js +2 -0
- package/lib/components/MachineInputField/index.js.map +1 -0
- package/lib/components/MachineInputField/types.d.ts +16 -0
- package/lib/components/MachineInputField/types.js +2 -0
- package/lib/components/MachineInputField/types.js.map +1 -0
- package/lib/components/MediaPreview/MediaPreview.d.ts +4 -0
- package/lib/components/MediaPreview/MediaPreview.js +20 -0
- package/lib/components/MediaPreview/MediaPreview.js.map +1 -0
- package/lib/components/MediaPreview/index.d.ts +1 -0
- package/lib/components/MediaPreview/index.js +2 -0
- package/lib/components/MediaPreview/index.js.map +1 -0
- package/lib/components/MediaPreview/types.d.ts +8 -0
- package/lib/components/MediaPreview/types.js +2 -0
- package/lib/components/MediaPreview/types.js.map +1 -0
- package/lib/components/MenuOption/MenuOption.d.ts +4 -0
- package/lib/components/MenuOption/MenuOption.js +138 -0
- package/lib/components/MenuOption/MenuOption.js.map +1 -0
- package/lib/components/MenuOption/index.d.ts +1 -0
- package/lib/components/MenuOption/index.js +2 -0
- package/lib/components/MenuOption/index.js.map +1 -0
- package/lib/components/MenuOption/types.d.ts +208 -0
- package/lib/components/MenuOption/types.js +2 -0
- package/lib/components/MenuOption/types.js.map +1 -0
- package/lib/components/MessageBox/MessageBox.d.ts +5 -0
- package/lib/components/MessageBox/MessageBox.js +19 -0
- package/lib/components/MessageBox/MessageBox.js.map +1 -0
- package/lib/components/MessageBox/index.d.ts +1 -0
- package/lib/components/MessageBox/index.js +2 -0
- package/lib/components/MessageBox/index.js.map +1 -0
- package/lib/components/MessageBox/types.d.ts +8 -0
- package/lib/components/MessageBox/types.js +2 -0
- package/lib/components/MessageBox/types.js.map +1 -0
- package/lib/components/MiniModal/MiniModal.d.ts +4 -0
- package/lib/components/MiniModal/MiniModal.js +251 -0
- package/lib/components/MiniModal/MiniModal.js.map +1 -0
- package/lib/components/MiniModal/index.d.ts +1 -0
- package/lib/components/MiniModal/index.js +2 -0
- package/lib/components/MiniModal/index.js.map +1 -0
- package/lib/components/MiniModal/types.d.ts +130 -0
- package/lib/components/MiniModal/types.js +2 -0
- package/lib/components/MiniModal/types.js.map +1 -0
- package/lib/components/MobileSkin/MobileSkin.d.ts +5 -0
- package/lib/components/MobileSkin/MobileSkin.js +25 -0
- package/lib/components/MobileSkin/MobileSkin.js.map +1 -0
- package/lib/components/MobileSkin/MobileSkinInterface.d.ts +13 -0
- package/lib/components/MobileSkin/MobileSkinInterface.js +2 -0
- package/lib/components/MobileSkin/MobileSkinInterface.js.map +1 -0
- package/lib/components/MobileSkin/index.d.ts +1 -0
- package/lib/components/MobileSkin/index.js +2 -0
- package/lib/components/MobileSkin/index.js.map +1 -0
- package/lib/components/MobileSkin/types.d.ts +33 -0
- package/lib/components/MobileSkin/types.js +2 -0
- package/lib/components/MobileSkin/types.js.map +1 -0
- package/lib/components/Modal/Modal.d.ts +5 -0
- package/lib/components/Modal/Modal.js +40 -0
- package/lib/components/Modal/Modal.js.map +1 -0
- package/lib/components/Modal/index.d.ts +1 -0
- package/lib/components/Modal/index.js +2 -0
- package/lib/components/Modal/index.js.map +1 -0
- package/lib/components/Modal/types.d.ts +32 -0
- package/lib/components/Modal/types.js +2 -0
- package/lib/components/Modal/types.js.map +1 -0
- package/lib/components/ModulesChip/ModuleChip.d.ts +4 -0
- package/lib/components/ModulesChip/ModuleChip.js +14 -0
- package/lib/components/ModulesChip/ModuleChip.js.map +1 -0
- package/lib/components/ModulesChip/index.d.ts +1 -0
- package/lib/components/ModulesChip/index.js +2 -0
- package/lib/components/ModulesChip/index.js.map +1 -0
- package/lib/components/ModulesChip/types.d.ts +15 -0
- package/lib/components/ModulesChip/types.js +2 -0
- package/lib/components/ModulesChip/types.js.map +1 -0
- package/lib/components/MultiSelect/Dropdown.d.ts +4 -0
- package/lib/components/MultiSelect/Dropdown.js +86 -0
- package/lib/components/MultiSelect/Dropdown.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelect.d.ts +4 -0
- package/lib/components/MultiSelect/MultiSelect.js +292 -0
- package/lib/components/MultiSelect/MultiSelect.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelectTypes.d.ts +40 -0
- package/lib/components/MultiSelect/MultiSelectTypes.js +2 -0
- package/lib/components/MultiSelect/MultiSelectTypes.js.map +1 -0
- package/lib/components/MultiSelect/dropdownTypes.d.ts +26 -0
- package/lib/components/MultiSelect/dropdownTypes.js +6 -0
- package/lib/components/MultiSelect/dropdownTypes.js.map +1 -0
- package/lib/components/MultiSelect/index.d.ts +1 -0
- package/lib/components/MultiSelect/index.js +2 -0
- package/lib/components/MultiSelect/index.js.map +1 -0
- package/lib/components/NLPInput/NlpInput.d.ts +4 -0
- package/lib/components/NLPInput/NlpInput.js +213 -0
- package/lib/components/NLPInput/NlpInput.js.map +1 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.d.ts +4 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js +53 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js.map +1 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +25 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js +7 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js.map +1 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +4 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +115 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -0
- package/lib/components/NLPInput/index.d.ts +1 -0
- package/lib/components/NLPInput/index.js +2 -0
- package/lib/components/NLPInput/index.js.map +1 -0
- package/lib/components/NLPInput/sampleData.d.ts +108 -0
- package/lib/components/NLPInput/sampleData.js +168 -0
- package/lib/components/NLPInput/sampleData.js.map +1 -0
- package/lib/components/NLPInput/types.d.ts +89 -0
- package/lib/components/NLPInput/types.js +2 -0
- package/lib/components/NLPInput/types.js.map +1 -0
- package/lib/components/NoDataContent/NoDataContent.d.ts +5 -0
- package/lib/components/NoDataContent/NoDataContent.js +9 -0
- package/lib/components/NoDataContent/NoDataContent.js.map +1 -0
- package/lib/components/NoDataContent/index.d.ts +1 -0
- package/lib/components/NoDataContent/index.js +2 -0
- package/lib/components/NoDataContent/index.js.map +1 -0
- package/lib/components/NoDataContent/type.d.ts +7 -0
- package/lib/components/NoDataContent/type.js +2 -0
- package/lib/components/NoDataContent/type.js.map +1 -0
- package/lib/components/OverviewModal/index.d.ts +1 -0
- package/lib/components/OverviewModal/index.js +2 -0
- package/lib/components/OverviewModal/index.js.map +1 -0
- package/lib/components/OverviewModal/overviewModal.d.ts +5 -0
- package/lib/components/OverviewModal/overviewModal.js +22 -0
- package/lib/components/OverviewModal/overviewModal.js.map +1 -0
- package/lib/components/OverviewModal/types.d.ts +18 -0
- package/lib/components/OverviewModal/types.js +2 -0
- package/lib/components/OverviewModal/types.js.map +1 -0
- package/lib/components/Paper/Paper.d.ts +4 -0
- package/lib/components/Paper/Paper.js +9 -0
- package/lib/components/Paper/Paper.js.map +1 -0
- package/lib/components/Paper/index.d.ts +1 -0
- package/lib/components/Paper/index.js +2 -0
- package/lib/components/Paper/index.js.map +1 -0
- package/lib/components/Paper/types.d.ts +15 -0
- package/lib/components/Paper/types.js +2 -0
- package/lib/components/Paper/types.js.map +1 -0
- package/lib/components/PhoneInput/PhoneInput.d.ts +5 -0
- package/lib/components/PhoneInput/PhoneInput.js +64 -0
- package/lib/components/PhoneInput/PhoneInput.js.map +1 -0
- package/lib/components/PhoneInput/index.d.ts +1 -0
- package/lib/components/PhoneInput/index.js +2 -0
- package/lib/components/PhoneInput/index.js.map +1 -0
- package/lib/components/PhoneInput/types.d.ts +16 -0
- package/lib/components/PhoneInput/types.js +2 -0
- package/lib/components/PhoneInput/types.js.map +1 -0
- package/lib/components/PhoneInput/util.d.ts +3 -0
- package/lib/components/PhoneInput/util.js +21 -0
- package/lib/components/PhoneInput/util.js.map +1 -0
- package/lib/components/PopUpModal/PopUpModal.d.ts +5 -0
- package/lib/components/PopUpModal/PopUpModal.js +11 -0
- package/lib/components/PopUpModal/PopUpModal.js.map +1 -0
- package/lib/components/PopUpModal/types.d.ts +21 -0
- package/lib/components/PopUpModal/types.js +2 -0
- package/lib/components/PopUpModal/types.js.map +1 -0
- package/lib/components/PrePostTable/PrePostTable.d.ts +4 -0
- package/lib/components/PrePostTable/PrePostTable.js +125 -0
- package/lib/components/PrePostTable/PrePostTable.js.map +1 -0
- package/lib/components/PrePostTable/Types.d.ts +193 -0
- package/lib/components/PrePostTable/Types.js +2 -0
- package/lib/components/PrePostTable/Types.js.map +1 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.d.ts +5 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.js +39 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.js.map +1 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.d.ts +4 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.js +18 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.js.map +1 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.d.ts +9 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.js +17 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.js.map +1 -0
- package/lib/components/PrePostTable/index.d.ts +1 -0
- package/lib/components/PrePostTable/index.js +2 -0
- package/lib/components/PrePostTable/index.js.map +1 -0
- package/lib/components/ProgressBar/ProgressBar.d.ts +5 -0
- package/lib/components/ProgressBar/ProgressBar.js +57 -0
- package/lib/components/ProgressBar/ProgressBar.js.map +1 -0
- package/lib/components/ProgressBar/index.d.ts +1 -0
- package/lib/components/ProgressBar/index.js +2 -0
- package/lib/components/ProgressBar/index.js.map +1 -0
- package/lib/components/ProgressBar/types.d.ts +14 -0
- package/lib/components/ProgressBar/types.js +2 -0
- package/lib/components/ProgressBar/types.js.map +1 -0
- package/lib/components/Prompt/Prompt.d.ts +5 -0
- package/lib/components/Prompt/Prompt.js +36 -0
- package/lib/components/Prompt/Prompt.js.map +1 -0
- package/lib/components/Prompt/index.d.ts +1 -0
- package/lib/components/Prompt/index.js +2 -0
- package/lib/components/Prompt/index.js.map +1 -0
- package/lib/components/Prompt/types.d.ts +18 -0
- package/lib/components/Prompt/types.js +2 -0
- package/lib/components/Prompt/types.js.map +1 -0
- package/lib/components/PromptContainer/PromptContainer.d.ts +5 -0
- package/lib/components/PromptContainer/PromptContainer.js +41 -0
- package/lib/components/PromptContainer/PromptContainer.js.map +1 -0
- package/lib/components/PromptContainer/index.d.ts +1 -0
- package/lib/components/PromptContainer/index.js +2 -0
- package/lib/components/PromptContainer/index.js.map +1 -0
- package/lib/components/PromptContainer/types.d.ts +18 -0
- package/lib/components/PromptContainer/types.js +2 -0
- package/lib/components/PromptContainer/types.js.map +1 -0
- package/lib/components/RadioButton/RadioButton.d.ts +5 -0
- package/lib/components/RadioButton/RadioButton.js +10 -0
- package/lib/components/RadioButton/RadioButton.js.map +1 -0
- package/lib/components/RadioButton/index.d.ts +1 -0
- package/lib/components/RadioButton/index.js +2 -0
- package/lib/components/RadioButton/index.js.map +1 -0
- package/lib/components/RadioButton/radioButtonTypes.d.ts +58 -0
- package/lib/components/RadioButton/radioButtonTypes.js +2 -0
- package/lib/components/RadioButton/radioButtonTypes.js.map +1 -0
- package/lib/components/RadioGroup/RadioGroup.d.ts +4 -0
- package/lib/components/RadioGroup/RadioGroup.js +10 -0
- package/lib/components/RadioGroup/RadioGroup.js.map +1 -0
- package/lib/components/RadioGroup/index.d.ts +1 -0
- package/lib/components/RadioGroup/index.js +2 -0
- package/lib/components/RadioGroup/index.js.map +1 -0
- package/lib/components/RadioGroup/radioGroupTypes.d.ts +90 -0
- package/lib/components/RadioGroup/radioGroupTypes.js +2 -0
- package/lib/components/RadioGroup/radioGroupTypes.js.map +1 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.d.ts +9 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js +16 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js.map +1 -0
- package/lib/components/ScriptSwitchButton/index.d.ts +1 -0
- package/lib/components/ScriptSwitchButton/index.js +2 -0
- package/lib/components/ScriptSwitchButton/index.js.map +1 -0
- package/lib/components/Search/Search.d.ts +4 -0
- package/lib/components/Search/Search.js +119 -0
- package/lib/components/Search/Search.js.map +1 -0
- package/lib/components/Search/index.d.ts +1 -0
- package/lib/components/Search/index.js +2 -0
- package/lib/components/Search/index.js.map +1 -0
- package/lib/components/Search/types.d.ts +28 -0
- package/lib/components/Search/types.js +2 -0
- package/lib/components/Search/types.js.map +1 -0
- package/lib/components/Select/Select.d.ts +5 -0
- package/lib/components/Select/Select.js +182 -0
- package/lib/components/Select/Select.js.map +1 -0
- package/lib/components/Select/components/Dropdown.d.ts +5 -0
- package/lib/components/Select/components/Dropdown.js +92 -0
- package/lib/components/Select/components/Dropdown.js.map +1 -0
- package/lib/components/Select/components/types.d.ts +30 -0
- package/lib/components/Select/components/types.js +7 -0
- package/lib/components/Select/components/types.js.map +1 -0
- package/lib/components/Select/index.d.ts +1 -0
- package/lib/components/Select/index.js +2 -0
- package/lib/components/Select/index.js.map +1 -0
- package/lib/components/Select/types.d.ts +99 -0
- package/lib/components/Select/types.js +2 -0
- package/lib/components/Select/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.d.ts +5 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +66 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.d.ts +4 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +161 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.d.ts +23 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.d.ts +4 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js +23 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.d.ts +16 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.d.ts +5 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js +13 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.d.ts +8 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/index.d.ts +1 -0
- package/lib/components/SequentialConnectingBranch/index.js +2 -0
- package/lib/components/SequentialConnectingBranch/index.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/types.d.ts +66 -0
- package/lib/components/SequentialConnectingBranch/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/types.js.map +1 -0
- package/lib/components/StateDropdown/StateDropdown.d.ts +4 -0
- package/lib/components/StateDropdown/StateDropdown.js +76 -0
- package/lib/components/StateDropdown/StateDropdown.js.map +1 -0
- package/lib/components/StateDropdown/StateDropdownTypes.d.ts +12 -0
- package/lib/components/StateDropdown/StateDropdownTypes.js +2 -0
- package/lib/components/StateDropdown/StateDropdownTypes.js.map +1 -0
- package/lib/components/StateDropdown/index.d.ts +1 -0
- package/lib/components/StateDropdown/index.js +2 -0
- package/lib/components/StateDropdown/index.js.map +1 -0
- package/lib/components/StatusButton/StatusButton.d.ts +4 -0
- package/lib/components/StatusButton/StatusButton.js +10 -0
- package/lib/components/StatusButton/StatusButton.js.map +1 -0
- package/lib/components/StatusButton/index.d.ts +1 -0
- package/lib/components/StatusButton/index.js +2 -0
- package/lib/components/StatusButton/index.js.map +1 -0
- package/lib/components/StatusButton/types.d.ts +35 -0
- package/lib/components/StatusButton/types.js +2 -0
- package/lib/components/StatusButton/types.js.map +1 -0
- package/lib/components/StatusCard/StatusCard.d.ts +5 -0
- package/lib/components/StatusCard/StatusCard.js +41 -0
- package/lib/components/StatusCard/StatusCard.js.map +1 -0
- package/lib/components/StatusCard/index.d.ts +1 -0
- package/lib/components/StatusCard/index.js +2 -0
- package/lib/components/StatusCard/index.js.map +1 -0
- package/lib/components/StatusCard/types.d.ts +18 -0
- package/lib/components/StatusCard/types.js +2 -0
- package/lib/components/StatusCard/types.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.d.ts +3 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.js +34 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.d.ts +2 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.js +34 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +28 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js +130 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/Types.d.ts +180 -0
- package/lib/components/StepsLandingTable/Components/Types.js +2 -0
- package/lib/components/StepsLandingTable/Components/Types.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/index.d.ts +1 -0
- package/lib/components/StepsLandingTable/Components/index.js +2 -0
- package/lib/components/StepsLandingTable/Components/index.js.map +1 -0
- package/lib/components/StepsLandingTable/StepLandingTable.d.ts +5 -0
- package/lib/components/StepsLandingTable/StepLandingTable.js +138 -0
- package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -0
- package/lib/components/StepsLandingTable/index.d.ts +1 -0
- package/lib/components/StepsLandingTable/index.js +2 -0
- package/lib/components/StepsLandingTable/index.js.map +1 -0
- package/lib/components/StepsLandingTable/types.d.ts +90 -0
- package/lib/components/StepsLandingTable/types.js +2 -0
- package/lib/components/StepsLandingTable/types.js.map +1 -0
- package/lib/components/SwitchButton/SwitchButton.d.ts +5 -0
- package/lib/components/SwitchButton/SwitchButton.js +11 -0
- package/lib/components/SwitchButton/SwitchButton.js.map +1 -0
- package/lib/components/SwitchButton/index.d.ts +1 -0
- package/lib/components/SwitchButton/index.js +2 -0
- package/lib/components/SwitchButton/index.js.map +1 -0
- package/lib/components/SwitchButton/types.d.ts +34 -0
- package/lib/components/SwitchButton/types.js +2 -0
- package/lib/components/SwitchButton/types.js.map +1 -0
- package/lib/components/Table/EditComponent.d.ts +3 -0
- package/lib/components/Table/EditComponent.js +47 -0
- package/lib/components/Table/EditComponent.js.map +1 -0
- package/lib/components/Table/NoDataContent.d.ts +4 -0
- package/lib/components/Table/NoDataContent.js +9 -0
- package/lib/components/Table/NoDataContent.js.map +1 -0
- package/lib/components/Table/Table.d.ts +4 -0
- package/lib/components/Table/Table.js +161 -0
- package/lib/components/Table/Table.js.map +1 -0
- package/lib/components/Table/Types.d.ts +155 -0
- package/lib/components/Table/Types.js +2 -0
- package/lib/components/Table/Types.js.map +1 -0
- package/lib/components/Table/index.d.ts +1 -0
- package/lib/components/Table/index.js +2 -0
- package/lib/components/Table/index.js.map +1 -0
- package/lib/components/TableTree/Components/TableBody.d.ts +3 -0
- package/lib/components/TableTree/Components/TableBody.js +12 -0
- package/lib/components/TableTree/Components/TableBody.js.map +1 -0
- package/lib/components/TableTree/Components/TableCell.d.ts +4 -0
- package/lib/components/TableTree/Components/TableCell.js +71 -0
- package/lib/components/TableTree/Components/TableCell.js.map +1 -0
- package/lib/components/TableTree/Components/TableHead.d.ts +4 -0
- package/lib/components/TableTree/Components/TableHead.js +27 -0
- package/lib/components/TableTree/Components/TableHead.js.map +1 -0
- package/lib/components/TableTree/Components/TableRow.d.ts +4 -0
- package/lib/components/TableTree/Components/TableRow.js +9 -0
- package/lib/components/TableTree/Components/TableRow.js.map +1 -0
- package/lib/components/TableTree/TableTree.d.ts +5 -0
- package/lib/components/TableTree/TableTree.js +160 -0
- package/lib/components/TableTree/TableTree.js.map +1 -0
- package/lib/components/TableTree/Utils/addLastChild.d.ts +2 -0
- package/lib/components/TableTree/Utils/addLastChild.js +20 -0
- package/lib/components/TableTree/Utils/addLastChild.js.map +1 -0
- package/lib/components/TableTree/Utils/addNewRow.d.ts +11 -0
- package/lib/components/TableTree/Utils/addNewRow.js +51 -0
- package/lib/components/TableTree/Utils/addNewRow.js.map +1 -0
- package/lib/components/TableTree/Utils/getAllChildIds.d.ts +2 -0
- package/lib/components/TableTree/Utils/getAllChildIds.js +12 -0
- package/lib/components/TableTree/Utils/getAllChildIds.js.map +1 -0
- package/lib/components/TableTree/Utils/renderSpaces.d.ts +0 -0
- package/lib/components/TableTree/Utils/renderSpaces.js +2 -0
- package/lib/components/TableTree/Utils/renderSpaces.js.map +1 -0
- package/lib/components/TableTree/data.d.ts +130 -0
- package/lib/components/TableTree/data.js +522 -0
- package/lib/components/TableTree/data.js.map +1 -0
- package/lib/components/TableTree/index.d.ts +1 -0
- package/lib/components/TableTree/index.js +2 -0
- package/lib/components/TableTree/index.js.map +1 -0
- package/lib/components/TableTree/types.d.ts +117 -0
- package/lib/components/TableTree/types.js +2 -0
- package/lib/components/TableTree/types.js.map +1 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +5 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.js +55 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -0
- package/lib/components/TableWithAccordion/data.d.ts +8 -0
- package/lib/components/TableWithAccordion/data.js +38 -0
- package/lib/components/TableWithAccordion/data.js.map +1 -0
- package/lib/components/TableWithAccordion/index.d.ts +1 -0
- package/lib/components/TableWithAccordion/index.js +2 -0
- package/lib/components/TableWithAccordion/index.js.map +1 -0
- package/lib/components/TableWithAccordion/types.d.ts +68 -0
- package/lib/components/TableWithAccordion/types.js +2 -0
- package/lib/components/TableWithAccordion/types.js.map +1 -0
- package/lib/components/Tabs/Tabs.d.ts +5 -0
- package/lib/components/Tabs/Tabs.js +28 -0
- package/lib/components/Tabs/Tabs.js.map +1 -0
- package/lib/components/Tabs/index.d.ts +1 -0
- package/lib/components/Tabs/index.js +2 -0
- package/lib/components/Tabs/index.js.map +1 -0
- package/lib/components/Tabs/types.d.ts +52 -0
- package/lib/components/Tabs/types.js +2 -0
- package/lib/components/Tabs/types.js.map +1 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.d.ts +5 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.js +52 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.js.map +1 -0
- package/lib/components/TabsWithSilder/index.d.ts +1 -0
- package/lib/components/TabsWithSilder/index.js +2 -0
- package/lib/components/TabsWithSilder/index.js.map +1 -0
- package/lib/components/TabsWithSilder/types.d.ts +52 -0
- package/lib/components/TabsWithSilder/types.js +2 -0
- package/lib/components/TabsWithSilder/types.js.map +1 -0
- package/lib/components/TextArea/Textarea.d.ts +4 -0
- package/lib/components/TextArea/Textarea.js +83 -0
- package/lib/components/TextArea/Textarea.js.map +1 -0
- package/lib/components/TextArea/Types.d.ts +80 -0
- package/lib/components/TextArea/Types.js +2 -0
- package/lib/components/TextArea/Types.js.map +1 -0
- package/lib/components/TextArea/index.d.ts +1 -0
- package/lib/components/TextArea/index.js +2 -0
- package/lib/components/TextArea/index.js.map +1 -0
- package/lib/components/TextEditor/TextEditor.d.ts +5 -0
- package/lib/components/TextEditor/TextEditor.js +110 -0
- package/lib/components/TextEditor/TextEditor.js.map +1 -0
- package/lib/components/TextEditor/index.d.ts +1 -0
- package/lib/components/TextEditor/index.js +2 -0
- package/lib/components/TextEditor/index.js.map +1 -0
- package/lib/components/TextEditor/types.d.ts +15 -0
- package/lib/components/TextEditor/types.js +2 -0
- package/lib/components/TextEditor/types.js.map +1 -0
- package/lib/components/ThemeProvider/ThemeProvider.d.ts +7 -0
- package/lib/components/ThemeProvider/ThemeProvider.js +18 -0
- package/lib/components/ThemeProvider/ThemeProvider.js.map +1 -0
- package/lib/components/ThemeProvider/index.d.ts +1 -0
- package/lib/components/ThemeProvider/index.js +2 -0
- package/lib/components/ThemeProvider/index.js.map +1 -0
- package/lib/components/ThemeProvider/types.d.ts +11 -0
- package/lib/components/ThemeProvider/types.js +2 -0
- package/lib/components/ThemeProvider/types.js.map +1 -0
- package/lib/components/Toast/Toast.d.ts +5 -0
- package/lib/components/Toast/Toast.js +54 -0
- package/lib/components/Toast/Toast.js.map +1 -0
- package/lib/components/Toast/index.d.ts +1 -0
- package/lib/components/Toast/index.js +2 -0
- package/lib/components/Toast/index.js.map +1 -0
- package/lib/components/Toast/types.d.ts +20 -0
- package/lib/components/Toast/types.js +2 -0
- package/lib/components/Toast/types.js.map +1 -0
- package/lib/components/Toastify/Toastify.d.ts +10 -0
- package/lib/components/Toastify/Toastify.js +67 -0
- package/lib/components/Toastify/Toastify.js.map +1 -0
- package/lib/components/Toastify/index.d.ts +1 -0
- package/lib/components/Toastify/index.js +2 -0
- package/lib/components/Toastify/index.js.map +1 -0
- package/lib/components/Toastify/types.d.ts +8 -0
- package/lib/components/Toastify/types.js +2 -0
- package/lib/components/Toastify/types.js.map +1 -0
- package/lib/components/Toggle/Toggle.d.ts +5 -0
- package/lib/components/Toggle/Toggle.js +40 -0
- package/lib/components/Toggle/Toggle.js.map +1 -0
- package/lib/components/Toggle/index.d.ts +1 -0
- package/lib/components/Toggle/index.js +2 -0
- package/lib/components/Toggle/index.js.map +1 -0
- package/lib/components/Toggle/types.d.ts +50 -0
- package/lib/components/Toggle/types.js +2 -0
- package/lib/components/Toggle/types.js.map +1 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.d.ts +10 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.js +7 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.js.map +1 -0
- package/lib/components/ToggleSwitch/index.d.ts +1 -0
- package/lib/components/ToggleSwitch/index.js +2 -0
- package/lib/components/ToggleSwitch/index.js.map +1 -0
- package/lib/components/Tooltip/Tooltip.d.ts +5 -0
- package/lib/components/Tooltip/Tooltip.js +144 -0
- package/lib/components/Tooltip/Tooltip.js.map +1 -0
- package/lib/components/Tooltip/index.d.ts +1 -0
- package/lib/components/Tooltip/index.js +2 -0
- package/lib/components/Tooltip/index.js.map +1 -0
- package/lib/components/Tooltip/types.d.ts +44 -0
- package/lib/components/Tooltip/types.js +2 -0
- package/lib/components/Tooltip/types.js.map +1 -0
- package/lib/components/Typography/Typography.d.ts +5 -0
- package/lib/components/Typography/Typography.js +16 -0
- package/lib/components/Typography/Typography.js.map +1 -0
- package/lib/components/Typography/index.d.ts +1 -0
- package/lib/components/Typography/index.js +2 -0
- package/lib/components/Typography/index.js.map +1 -0
- package/lib/components/Typography/types.d.ts +51 -0
- package/lib/components/Typography/types.js +2 -0
- package/lib/components/Typography/types.js.map +1 -0
- package/lib/components/VariableInput/VariableInput.d.ts +4 -0
- package/lib/components/VariableInput/VariableInput.js +238 -0
- package/lib/components/VariableInput/VariableInput.js.map +1 -0
- package/lib/components/VariableInput/index.d.ts +1 -0
- package/lib/components/VariableInput/index.js +2 -0
- package/lib/components/VariableInput/index.js.map +1 -0
- package/lib/components/VariableInput/types.d.ts +53 -0
- package/lib/components/VariableInput/types.js +2 -0
- package/lib/components/VariableInput/types.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.d.ts +5 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +20 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.d.ts +4 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +130 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/index.d.ts +1 -0
- package/lib/components/variableSuggestionInputDropDown/index.js +2 -0
- package/lib/components/variableSuggestionInputDropDown/index.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/types.d.ts +164 -0
- package/lib/components/variableSuggestionInputDropDown/types.js +2 -0
- package/lib/components/variableSuggestionInputDropDown/types.js.map +1 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.d.ts +2 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.js +18 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.js.map +1 -0
- package/lib/hooks/useClickOutside.d.ts +2 -0
- package/lib/hooks/useClickOutside.js +19 -0
- package/lib/hooks/useClickOutside.js.map +1 -0
- package/lib/hooks/useFileDropzone.d.ts +3 -0
- package/lib/hooks/useFileDropzone.js +180 -0
- package/lib/hooks/useFileDropzone.js.map +1 -0
- package/lib/hooks/useIntersectionObserver.d.ts +9 -0
- package/lib/hooks/useIntersectionObserver.js +26 -0
- package/lib/hooks/useIntersectionObserver.js.map +1 -0
- package/lib/hooks/usePortalPosition.d.ts +9 -0
- package/lib/hooks/usePortalPosition.js +38 -0
- package/lib/hooks/usePortalPosition.js.map +1 -0
- package/lib/hooks/useTheme.d.ts +3 -0
- package/lib/hooks/useTheme.js +11 -0
- package/lib/hooks/useTheme.js.map +1 -0
- package/lib/index.cjs +53 -0
- package/lib/index.cjs.map +1 -0
- package/lib/index.d.ts +4814 -0
- package/lib/index.esm.js +53 -0
- package/lib/index.esm.js.br +0 -0
- package/lib/index.esm.js.map +1 -0
- package/lib/index.js +143 -0
- package/lib/index.js.map +1 -0
- package/lib/styles/Accordion.scss +46 -0
- package/lib/styles/AddContentButton.scss +23 -0
- package/lib/styles/AddResourceButton.scss +37 -0
- package/lib/styles/AiToggle.scss +78 -0
- package/lib/styles/AllProjectsDropdown.scss +199 -0
- package/lib/styles/AppHeader.scss +295 -0
- package/lib/styles/ArrowsButton.scss +160 -0
- package/lib/styles/AttachMedia.scss +80 -0
- package/lib/styles/AttachmentButton.scss +15 -0
- package/lib/styles/Avatar.scss +28 -0
- package/lib/styles/BarChart.scss +69 -0
- package/lib/styles/BaseTheme.scss +397 -0
- package/lib/styles/BlueTheme.scss +322 -0
- package/lib/styles/Box.scss +27 -0
- package/lib/styles/Branches.scss +199 -0
- package/lib/styles/BrowserTabs.scss +97 -0
- package/lib/styles/Button.scss +182 -0
- package/lib/styles/ChatModal.scss +117 -0
- package/lib/styles/Checkbox.scss +215 -0
- package/lib/styles/Chip.scss +89 -0
- package/lib/styles/ChipWithCount.scss +30 -0
- package/lib/styles/ChipsAccordion.scss +65 -0
- package/lib/styles/ColorBarSelector.scss +26 -0
- package/lib/styles/ColorPalette.scss +62 -0
- package/lib/styles/Comments.scss +264 -0
- package/lib/styles/ConditionalDropdown.scss +23 -0
- package/lib/styles/ConnectingBranch.scss +227 -0
- package/lib/styles/ConnectingBranches.scss +3 -0
- package/lib/styles/CreateVariableSlider.scss +20 -0
- package/lib/styles/DarkTheme.scss +393 -0
- package/lib/styles/DashboardDonutChart.scss +277 -0
- package/lib/styles/DataSetTooltip.scss +14 -0
- package/lib/styles/DatePicker.scss +785 -0
- package/lib/styles/DonutChart.scss +76 -0
- package/lib/styles/DownloadClient.scss +67 -0
- package/lib/styles/DragAndDropList.scss +69 -0
- package/lib/styles/Drawer.scss +138 -0
- package/lib/styles/Dropdown.scss +111 -0
- package/lib/styles/EditLabel.scss +125 -0
- package/lib/styles/EditTextField.scss +101 -0
- package/lib/styles/Editor.scss +62 -0
- package/lib/styles/ExcelContextMenu.scss +27 -0
- package/lib/styles/ExcelFile.scss +61 -0
- package/lib/styles/ExcelToolBar.scss +97 -0
- package/lib/styles/ExpandableMenu.scss +110 -0
- package/lib/styles/ExpandableTable.scss +0 -0
- package/lib/styles/FieldSet.scss +10 -0
- package/lib/styles/FileDropzone.scss +180 -0
- package/lib/styles/Form.scss +159 -0
- package/lib/styles/GridLayout.scss +69 -0
- package/lib/styles/GridLayoutStory.scss +25 -0
- package/lib/styles/HighlightText.scss +3 -0
- package/lib/styles/HistoryCard.scss +79 -0
- package/lib/styles/IconButton.scss +72 -0
- package/lib/styles/IconRadialChart.scss +30 -0
- package/lib/styles/IconRadioGroup.scss +64 -0
- package/lib/styles/Icons.scss +51 -0
- package/lib/styles/Input.scss +203 -0
- package/lib/styles/InputWithDropdown.scss +220 -0
- package/lib/styles/LabelEditTextField.scss +94 -0
- package/lib/styles/LineChart.scss +92 -0
- package/lib/styles/Link.scss +173 -0
- package/lib/styles/MachineInputField.scss +63 -0
- package/lib/styles/MediaPreview.scss +30 -0
- package/lib/styles/MentionUser.scss +29 -0
- package/lib/styles/MenuOption.scss +127 -0
- package/lib/styles/MessageBox.scss +73 -0
- package/lib/styles/MiniModal.scss +172 -0
- package/lib/styles/MobileSkin.scss +70 -0
- package/lib/styles/ModuleChip.scss +66 -0
- package/lib/styles/MultiRadialChart.scss +84 -0
- package/lib/styles/MultiSelect.scss +250 -0
- package/lib/styles/NLPInput.scss +312 -0
- package/lib/styles/NlpDropdown.scss +141 -0
- package/lib/styles/NoDataContent.scss +6 -0
- package/lib/styles/Paper.scss +13 -0
- package/lib/styles/PieChart.scss +41 -0
- package/lib/styles/PopUpModal.scss +36 -0
- package/lib/styles/PrePostTable.scss +183 -0
- package/lib/styles/ProgressBar.scss +46 -0
- package/lib/styles/Prompt.scss +34 -0
- package/lib/styles/PromptContainer.scss +57 -0
- package/lib/styles/RadialChart.scss +16 -0
- package/lib/styles/RadioButton.scss +106 -0
- package/lib/styles/RadioGroup.scss +17 -0
- package/lib/styles/Recaptcha.scss +11 -0
- package/lib/styles/ScriptSwitchButton.scss +33 -0
- package/lib/styles/Search.scss +153 -0
- package/lib/styles/Select.scss +214 -0
- package/lib/styles/SequentialConnectingBranch.scss +130 -0
- package/lib/styles/Spreadsheet.scss +276 -0
- package/lib/styles/StateDropdown.scss +3 -0
- package/lib/styles/StatusButton.scss +96 -0
- package/lib/styles/StatusCard.scss +101 -0
- package/lib/styles/StepGroupDetailView.scss +37 -0
- package/lib/styles/StepInnerTable.scss +169 -0
- package/lib/styles/StepLandingTable.scss +86 -0
- package/lib/styles/SwitchButton.scss +31 -0
- package/lib/styles/Table.scss +192 -0
- package/lib/styles/TableTree.scss +363 -0
- package/lib/styles/TableTreeStories.scss +22 -0
- package/lib/styles/TableWithAccordion.scss +60 -0
- package/lib/styles/Tabs.scss +193 -0
- package/lib/styles/TabsWithSilder.scss +238 -0
- package/lib/styles/TextEditor.scss +1150 -0
- package/lib/styles/Textarea.scss +175 -0
- package/lib/styles/Theme.scss +21 -0
- package/lib/styles/Toast.scss +121 -0
- package/lib/styles/Toggle.scss +133 -0
- package/lib/styles/ToggleSwitch.scss +59 -0
- package/lib/styles/Tooltip.scss +28 -0
- package/lib/styles/Typography.scss +25 -0
- package/lib/styles/VariableDropdown.scss +26 -0
- package/lib/styles/VariableInput.scss +127 -0
- package/lib/styles/VariableSuggestionInputDropDown.scss +21 -0
- package/lib/styles/_colors.scss +154 -0
- package/lib/styles/_fonts.scss +50 -0
- package/lib/styles/_mixins.scss +47 -0
- package/lib/styles/modal.scss +51 -0
- package/lib/styles/overviewmodal.scss +66 -0
- package/lib/styles/phoneInput.scss +901 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/lib/utils/AddStepGroup/AddStepGroup.d.ts +2 -0
- package/lib/utils/AddStepGroup/AddStepGroup.js +31 -0
- package/lib/utils/AddStepGroup/AddStepGroup.js.map +1 -0
- package/lib/utils/AppendNewRow/AppendNewRow.d.ts +1 -0
- package/lib/utils/AppendNewRow/AppendNewRow.js +34 -0
- package/lib/utils/AppendNewRow/AppendNewRow.js.map +1 -0
- package/lib/utils/FormatString/FormatString.d.ts +1 -0
- package/lib/utils/FormatString/FormatString.js +33 -0
- package/lib/utils/FormatString/FormatString.js.map +1 -0
- package/lib/utils/TableCell/TableCell.d.ts +1 -0
- package/lib/utils/TableCell/TableCell.js +24 -0
- package/lib/utils/TableCell/TableCell.js.map +1 -0
- package/lib/utils/capitalize/capitalize.d.ts +1 -0
- package/lib/utils/capitalize/capitalize.js +6 -0
- package/lib/utils/capitalize/capitalize.js.map +1 -0
- package/lib/utils/checkDuplicates/checkDuplicates.d.ts +1 -0
- package/lib/utils/checkDuplicates/checkDuplicates.js +13 -0
- package/lib/utils/checkDuplicates/checkDuplicates.js.map +1 -0
- package/lib/utils/checkEmpty/checkEmpty.d.ts +3 -0
- package/lib/utils/checkEmpty/checkEmpty.js +22 -0
- package/lib/utils/checkEmpty/checkEmpty.js.map +1 -0
- package/lib/utils/compareArrays/compareArrays.d.ts +11 -0
- package/lib/utils/compareArrays/compareArrays.js +25 -0
- package/lib/utils/compareArrays/compareArrays.js.map +1 -0
- package/lib/utils/compareObjects/compareObjects.d.ts +2 -0
- package/lib/utils/compareObjects/compareObjects.js +37 -0
- package/lib/utils/compareObjects/compareObjects.js.map +1 -0
- package/lib/utils/convertToBytes/convertToBytes.d.ts +1 -0
- package/lib/utils/convertToBytes/convertToBytes.js +18 -0
- package/lib/utils/convertToBytes/convertToBytes.js.map +1 -0
- package/lib/utils/convertToGB/convertToGB.d.ts +1 -0
- package/lib/utils/convertToGB/convertToGB.js +18 -0
- package/lib/utils/convertToGB/convertToGB.js.map +1 -0
- package/lib/utils/debounce/debounce.d.ts +6 -0
- package/lib/utils/debounce/debounce.js +20 -0
- package/lib/utils/debounce/debounce.js.map +1 -0
- package/lib/utils/downloadFile/saveFileFromBlob.d.ts +1 -0
- package/lib/utils/downloadFile/saveFileFromBlob.js +28 -0
- package/lib/utils/downloadFile/saveFileFromBlob.js.map +1 -0
- package/lib/utils/ffID/ffid.d.ts +1 -0
- package/lib/utils/ffID/ffid.js +3 -0
- package/lib/utils/ffID/ffid.js.map +1 -0
- package/lib/utils/findAndInsert/findAndInsert.d.ts +7 -0
- package/lib/utils/findAndInsert/findAndInsert.js +32 -0
- package/lib/utils/findAndInsert/findAndInsert.js.map +1 -0
- package/lib/utils/formData/ConvertFormDataToObject.d.ts +1 -0
- package/lib/utils/formData/ConvertFormDataToObject.js +16 -0
- package/lib/utils/formData/ConvertFormDataToObject.js.map +1 -0
- package/lib/utils/formatDate/formatDate.d.ts +1 -0
- package/lib/utils/formatDate/formatDate.js +7 -0
- package/lib/utils/formatDate/formatDate.js.map +1 -0
- package/lib/utils/functionCheck/functionCheck.d.ts +2 -0
- package/lib/utils/functionCheck/functionCheck.js +6 -0
- package/lib/utils/functionCheck/functionCheck.js.map +1 -0
- package/lib/utils/getAnchorElement/getAnchorElement.d.ts +1 -0
- package/lib/utils/getAnchorElement/getAnchorElement.js +8 -0
- package/lib/utils/getAnchorElement/getAnchorElement.js.map +1 -0
- package/lib/utils/getEncryptedData/getEncryptedData.d.ts +1 -0
- package/lib/utils/getEncryptedData/getEncryptedData.js +8 -0
- package/lib/utils/getEncryptedData/getEncryptedData.js.map +1 -0
- package/lib/utils/getExtension/getExtension.d.ts +4 -0
- package/lib/utils/getExtension/getExtension.js +22 -0
- package/lib/utils/getExtension/getExtension.js.map +1 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.d.ts +8 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.js +17 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.js.map +1 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.d.ts +2 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.js +11 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.js.map +1 -0
- package/lib/utils/getSequentialPayload/types.d.ts +35 -0
- package/lib/utils/getSequentialPayload/types.js +2 -0
- package/lib/utils/getSequentialPayload/types.js.map +1 -0
- package/lib/utils/getTreeDetails/getTreeDetails.d.ts +10 -0
- package/lib/utils/getTreeDetails/getTreeDetails.js +86 -0
- package/lib/utils/getTreeDetails/getTreeDetails.js.map +1 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.d.ts +1 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.js +15 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.js.map +1 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.d.ts +5 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js +61 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js.map +1 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.d.ts +5 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js +99 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js.map +1 -0
- package/lib/utils/indexDBStore/indexDB copy.d.ts +4 -0
- package/lib/utils/indexDBStore/indexDB copy.js +142 -0
- package/lib/utils/indexDBStore/indexDB copy.js.map +1 -0
- package/lib/utils/indexDBStore/indexDB.d.ts +4 -0
- package/lib/utils/indexDBStore/indexDB.js +76 -0
- package/lib/utils/indexDBStore/indexDB.js.map +1 -0
- package/lib/utils/isEmptyObject/isEmptyObject.d.ts +1 -0
- package/lib/utils/isEmptyObject/isEmptyObject.js +2 -0
- package/lib/utils/isEmptyObject/isEmptyObject.js.map +1 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.d.ts +2 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js +17 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js.map +1 -0
- package/lib/utils/keyBoardActionUtil/types.d.ts +4 -0
- package/lib/utils/keyBoardActionUtil/types.js +2 -0
- package/lib/utils/keyBoardActionUtil/types.js.map +1 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.d.ts +1 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.js +8 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.js.map +1 -0
- package/lib/utils/throttle/throttle.d.ts +6 -0
- package/lib/utils/throttle/throttle.js +28 -0
- package/lib/utils/throttle/throttle.js.map +1 -0
- package/lib/utils/toCamelCase/toCamelCase.d.ts +1 -0
- package/lib/utils/toCamelCase/toCamelCase.js +12 -0
- package/lib/utils/toCamelCase/toCamelCase.js.map +1 -0
- package/lib/utils/toTitleCase/toTitleCase.d.ts +1 -0
- package/lib/utils/toTitleCase/toTitleCase.js +7 -0
- package/lib/utils/toTitleCase/toTitleCase.js.map +1 -0
- package/lib/utils/truncateText/truncateText.d.ts +1 -0
- package/lib/utils/truncateText/truncateText.js +6 -0
- package/lib/utils/truncateText/truncateText.js.map +1 -0
- package/lib/utils/validateFile/validateFile.d.ts +2 -0
- package/lib/utils/validateFile/validateFile.js +23 -0
- package/lib/utils/validateFile/validateFile.js.map +1 -0
- package/lib/validations/regex.d.ts +81 -0
- package/lib/validations/regex.js +146 -0
- package/lib/validations/regex.js.map +1 -0
- package/package.json +1 -1
@@ -0,0 +1,684 @@
|
|
1
|
+
import { PointRange } from './point-range';
|
2
|
+
import * as Matrix from './matrix';
|
3
|
+
import { RangeSelection, EntireColumnsSelection, EntireRowsSelection, EmptySelection, } from './selection';
|
4
|
+
import { createFormulaParser, Model } from './engine';
|
5
|
+
import { convertPtToPx } from './util';
|
6
|
+
export function applyBoldToCells(currentData, selectedRange, editable) {
|
7
|
+
if (!selectedRange) {
|
8
|
+
return currentData;
|
9
|
+
}
|
10
|
+
const { start, end } = selectedRange;
|
11
|
+
let updatedData = currentData;
|
12
|
+
let anyBold = false;
|
13
|
+
for (let row = start.row; row <= end.row; row++) {
|
14
|
+
for (let col = start.column; col <= end.column; col++) {
|
15
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
16
|
+
if (!currentCell || !editable)
|
17
|
+
continue;
|
18
|
+
if (currentCell.readOnly)
|
19
|
+
continue;
|
20
|
+
if (currentCell.style?.fontWeight === 'bold') {
|
21
|
+
anyBold = true;
|
22
|
+
break;
|
23
|
+
}
|
24
|
+
}
|
25
|
+
if (anyBold)
|
26
|
+
break;
|
27
|
+
}
|
28
|
+
for (let row = start.row; row <= end.row; row++) {
|
29
|
+
for (let col = start.column; col <= end.column; col++) {
|
30
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
31
|
+
if (!currentCell || !editable)
|
32
|
+
continue;
|
33
|
+
if (currentCell.readOnly)
|
34
|
+
continue;
|
35
|
+
const updatedCell = {
|
36
|
+
...currentCell,
|
37
|
+
style: {
|
38
|
+
...currentCell.style,
|
39
|
+
fontWeight: anyBold ? 'normal' : 'bold',
|
40
|
+
},
|
41
|
+
};
|
42
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
43
|
+
}
|
44
|
+
}
|
45
|
+
return updatedData;
|
46
|
+
}
|
47
|
+
export function applyItalicToCells(currentData, selectedRange, editable) {
|
48
|
+
if (!selectedRange) {
|
49
|
+
return currentData;
|
50
|
+
}
|
51
|
+
const { start, end } = selectedRange;
|
52
|
+
let updatedData = currentData;
|
53
|
+
let anyItalic = false;
|
54
|
+
for (let row = start.row; row <= end.row; row++) {
|
55
|
+
for (let col = start.column; col <= end.column; col++) {
|
56
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
57
|
+
if (!currentCell || !editable)
|
58
|
+
continue;
|
59
|
+
if (currentCell.readOnly)
|
60
|
+
continue;
|
61
|
+
if (currentCell.style?.fontStyle === 'italic') {
|
62
|
+
anyItalic = true;
|
63
|
+
break;
|
64
|
+
}
|
65
|
+
}
|
66
|
+
if (anyItalic)
|
67
|
+
break;
|
68
|
+
}
|
69
|
+
for (let row = start.row; row <= end.row; row++) {
|
70
|
+
for (let col = start.column; col <= end.column; col++) {
|
71
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
72
|
+
if (!currentCell || !editable)
|
73
|
+
continue;
|
74
|
+
if (currentCell.readOnly)
|
75
|
+
continue;
|
76
|
+
const updatedCell = {
|
77
|
+
...currentCell,
|
78
|
+
style: {
|
79
|
+
...currentCell.style,
|
80
|
+
fontStyle: anyItalic ? 'normal' : 'italic',
|
81
|
+
},
|
82
|
+
};
|
83
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
84
|
+
}
|
85
|
+
}
|
86
|
+
return updatedData;
|
87
|
+
}
|
88
|
+
export function applyFontFamily(currentData, selectedRange, value, editable) {
|
89
|
+
if (!selectedRange) {
|
90
|
+
return currentData;
|
91
|
+
}
|
92
|
+
const { start, end } = selectedRange;
|
93
|
+
let updatedData = currentData;
|
94
|
+
for (let row = start.row; row <= end.row; row++) {
|
95
|
+
for (let col = start.column; col <= end.column; col++) {
|
96
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
97
|
+
if (!currentCell || !editable)
|
98
|
+
continue;
|
99
|
+
if (currentCell.readOnly)
|
100
|
+
continue;
|
101
|
+
let updatedCell = {
|
102
|
+
...currentCell,
|
103
|
+
style: {
|
104
|
+
...currentCell.style,
|
105
|
+
fontFamily: value,
|
106
|
+
},
|
107
|
+
};
|
108
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
109
|
+
}
|
110
|
+
}
|
111
|
+
return updatedData;
|
112
|
+
}
|
113
|
+
export function applyFontSize(currentData, selectedRange, value, editable) {
|
114
|
+
if (!selectedRange) {
|
115
|
+
return currentData;
|
116
|
+
}
|
117
|
+
const conversion = Number(value);
|
118
|
+
if (isNaN(conversion)) {
|
119
|
+
return currentData;
|
120
|
+
}
|
121
|
+
const fontSizeInPx = convertPtToPx(conversion);
|
122
|
+
const { start, end } = selectedRange;
|
123
|
+
let updatedData = currentData;
|
124
|
+
for (let row = start.row; row <= end.row; row++) {
|
125
|
+
for (let col = start.column; col <= end.column; col++) {
|
126
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
127
|
+
if (!currentCell || !editable)
|
128
|
+
continue;
|
129
|
+
if (currentCell.readOnly)
|
130
|
+
continue;
|
131
|
+
let updatedCell = {
|
132
|
+
...currentCell,
|
133
|
+
style: {
|
134
|
+
...currentCell.style,
|
135
|
+
fontSize: fontSizeInPx,
|
136
|
+
},
|
137
|
+
};
|
138
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
139
|
+
}
|
140
|
+
}
|
141
|
+
return updatedData;
|
142
|
+
}
|
143
|
+
export function applyBorderToCells(currentData, selectedRange, value, color, editable) {
|
144
|
+
if (!selectedRange) {
|
145
|
+
return currentData;
|
146
|
+
}
|
147
|
+
let updatedData = currentData;
|
148
|
+
const { start, end } = selectedRange;
|
149
|
+
for (let row = start.row; row <= end.row; row++) {
|
150
|
+
for (let col = start.column; col <= end.column; col++) {
|
151
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
152
|
+
if (!currentCell || !editable)
|
153
|
+
continue;
|
154
|
+
if (currentCell.readOnly)
|
155
|
+
continue;
|
156
|
+
let updatedCell = { ...currentCell };
|
157
|
+
switch (value) {
|
158
|
+
case 'border-all-sides':
|
159
|
+
updatedCell.style = {
|
160
|
+
...currentCell.style,
|
161
|
+
borderRight: `2px solid ${color}`,
|
162
|
+
borderLeft: `2px solid ${color}`,
|
163
|
+
borderTop: `2px solid ${color}`,
|
164
|
+
borderBottom: `2px solid ${color}`,
|
165
|
+
};
|
166
|
+
break;
|
167
|
+
case 'border-none':
|
168
|
+
updatedCell.style = {
|
169
|
+
...currentCell.style,
|
170
|
+
borderRight: `1px solid var(--excel-header-border)`,
|
171
|
+
borderLeft: `1px solid var(--excel-header-border)`,
|
172
|
+
borderTop: `1px solid var(--excel-header-border)`,
|
173
|
+
borderBottom: `1px solid var(--excel-header-border)`,
|
174
|
+
};
|
175
|
+
break;
|
176
|
+
case 'border-right':
|
177
|
+
updatedCell.style = {
|
178
|
+
...currentCell.style,
|
179
|
+
borderRight: `2px solid ${color}`,
|
180
|
+
};
|
181
|
+
break;
|
182
|
+
case 'border-left':
|
183
|
+
updatedCell.style = {
|
184
|
+
...currentCell.style,
|
185
|
+
borderLeft: `2px solid ${color}`,
|
186
|
+
};
|
187
|
+
break;
|
188
|
+
case 'border-top':
|
189
|
+
updatedCell.style = {
|
190
|
+
...currentCell.style,
|
191
|
+
borderTop: `2px solid ${color}`,
|
192
|
+
};
|
193
|
+
break;
|
194
|
+
case 'border-bottom':
|
195
|
+
updatedCell.style = {
|
196
|
+
...currentCell.style,
|
197
|
+
borderBottom: `2px solid ${color}`,
|
198
|
+
};
|
199
|
+
break;
|
200
|
+
default:
|
201
|
+
break;
|
202
|
+
}
|
203
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
204
|
+
}
|
205
|
+
}
|
206
|
+
return updatedData;
|
207
|
+
}
|
208
|
+
export function applyTextAlign(currentData, selectedRange, value, editable) {
|
209
|
+
if (!selectedRange) {
|
210
|
+
return currentData;
|
211
|
+
}
|
212
|
+
const { start, end } = selectedRange;
|
213
|
+
let updatedData = currentData;
|
214
|
+
for (let row = start.row; row <= end.row; row++) {
|
215
|
+
for (let col = start.column; col <= end.column; col++) {
|
216
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
217
|
+
if (!currentCell || !editable)
|
218
|
+
continue;
|
219
|
+
if (currentCell.readOnly)
|
220
|
+
continue;
|
221
|
+
let updatedCell = {
|
222
|
+
...currentCell,
|
223
|
+
style: {
|
224
|
+
...currentCell.style,
|
225
|
+
textAlign: value,
|
226
|
+
},
|
227
|
+
};
|
228
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
229
|
+
}
|
230
|
+
}
|
231
|
+
return updatedData;
|
232
|
+
}
|
233
|
+
export function applyUnderlineToCells(currentData, selectedRange, editable) {
|
234
|
+
if (!selectedRange) {
|
235
|
+
return currentData;
|
236
|
+
}
|
237
|
+
const { start, end } = selectedRange;
|
238
|
+
let updatedData = currentData;
|
239
|
+
let anyUnderlined = false;
|
240
|
+
for (let row = start.row; row <= end.row; row++) {
|
241
|
+
for (let col = start.column; col <= end.column; col++) {
|
242
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
243
|
+
if (!currentCell || !editable)
|
244
|
+
continue;
|
245
|
+
if (currentCell.readOnly)
|
246
|
+
continue;
|
247
|
+
if (currentCell.style?.textDecoration === 'underline') {
|
248
|
+
anyUnderlined = true;
|
249
|
+
break;
|
250
|
+
}
|
251
|
+
}
|
252
|
+
if (anyUnderlined)
|
253
|
+
break;
|
254
|
+
}
|
255
|
+
for (let row = start.row; row <= end.row; row++) {
|
256
|
+
for (let col = start.column; col <= end.column; col++) {
|
257
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
258
|
+
if (!currentCell || !editable)
|
259
|
+
continue;
|
260
|
+
if (currentCell.readOnly)
|
261
|
+
continue;
|
262
|
+
const updatedCell = {
|
263
|
+
...currentCell,
|
264
|
+
style: {
|
265
|
+
...currentCell.style,
|
266
|
+
textDecoration: anyUnderlined ? 'none' : 'underline',
|
267
|
+
},
|
268
|
+
};
|
269
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
270
|
+
}
|
271
|
+
}
|
272
|
+
return updatedData;
|
273
|
+
}
|
274
|
+
export function isValidHexColor(color) {
|
275
|
+
if (color.length !== 6) {
|
276
|
+
return false;
|
277
|
+
}
|
278
|
+
const hexChars = '0123456789ABCDEFabcdef';
|
279
|
+
for (let i = 1; i < color.length; i++) {
|
280
|
+
if (!hexChars.includes(color[i])) {
|
281
|
+
return false;
|
282
|
+
}
|
283
|
+
}
|
284
|
+
return true;
|
285
|
+
}
|
286
|
+
export function applyColorToCells(currentData, selectedRange, color, editable) {
|
287
|
+
if (!selectedRange) {
|
288
|
+
return currentData;
|
289
|
+
}
|
290
|
+
const { start, end } = selectedRange;
|
291
|
+
let updatedData = currentData;
|
292
|
+
const isHex = isValidHexColor(color);
|
293
|
+
const applyColor = isHex ? `#${color}` : color;
|
294
|
+
for (let row = start.row; row <= end.row; row++) {
|
295
|
+
for (let col = start.column; col <= end.column; col++) {
|
296
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
297
|
+
if (!currentCell || !editable)
|
298
|
+
continue;
|
299
|
+
if (currentCell.readOnly)
|
300
|
+
continue;
|
301
|
+
const updatedCell = {
|
302
|
+
...currentCell,
|
303
|
+
style: {
|
304
|
+
...currentCell.style,
|
305
|
+
color: applyColor,
|
306
|
+
},
|
307
|
+
};
|
308
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
309
|
+
}
|
310
|
+
}
|
311
|
+
return updatedData;
|
312
|
+
}
|
313
|
+
export function applyBackgroundColorToCells(currentData, selectedRange, backgroundColor, editable) {
|
314
|
+
if (!selectedRange) {
|
315
|
+
return currentData;
|
316
|
+
}
|
317
|
+
if (selectedRange) {
|
318
|
+
const { start, end } = selectedRange;
|
319
|
+
let updatedData = currentData;
|
320
|
+
const isHex = isValidHexColor(backgroundColor);
|
321
|
+
const applyColor = isHex ? `#${backgroundColor}` : backgroundColor;
|
322
|
+
for (let row = start.row; row <= end.row; row++) {
|
323
|
+
for (let col = start.column; col <= end.column; col++) {
|
324
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
325
|
+
if (!currentCell || !editable)
|
326
|
+
continue;
|
327
|
+
if (currentCell.readOnly)
|
328
|
+
continue;
|
329
|
+
const updatedCell = {
|
330
|
+
...currentCell,
|
331
|
+
style: {
|
332
|
+
...currentCell.style,
|
333
|
+
backgroundColor: applyColor,
|
334
|
+
},
|
335
|
+
};
|
336
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
337
|
+
}
|
338
|
+
}
|
339
|
+
return updatedData;
|
340
|
+
}
|
341
|
+
return currentData;
|
342
|
+
}
|
343
|
+
export function applyFormatePainter(currentData, activePoint) {
|
344
|
+
if (!activePoint) {
|
345
|
+
return undefined;
|
346
|
+
}
|
347
|
+
const { row, column } = activePoint;
|
348
|
+
let updatedData = { ...currentData };
|
349
|
+
const currentCell = Matrix.get({ row, column }, updatedData);
|
350
|
+
if (currentCell && currentCell.style) {
|
351
|
+
return currentCell.style;
|
352
|
+
}
|
353
|
+
return undefined;
|
354
|
+
}
|
355
|
+
export function cellFormatePainter(currentData, formattedStyle, activePoint) {
|
356
|
+
if (!activePoint || !formattedStyle.open) {
|
357
|
+
return currentData;
|
358
|
+
}
|
359
|
+
let updatedData = currentData;
|
360
|
+
const currentCell = Matrix.get(activePoint, updatedData);
|
361
|
+
if (currentCell && !currentCell.readOnly) {
|
362
|
+
const updatedCell = {
|
363
|
+
...currentCell,
|
364
|
+
style: formattedStyle.style,
|
365
|
+
};
|
366
|
+
updatedData = Matrix.set(activePoint, updatedCell, updatedData);
|
367
|
+
}
|
368
|
+
return updatedData;
|
369
|
+
}
|
370
|
+
export function dragEndFormatePainter(currentData, selectedRange, formattedStyle) {
|
371
|
+
if (!selectedRange || !formattedStyle.open) {
|
372
|
+
return currentData;
|
373
|
+
}
|
374
|
+
const { start, end } = selectedRange;
|
375
|
+
let updatedData = currentData;
|
376
|
+
for (let row = start.row; row <= end.row; row++) {
|
377
|
+
for (let col = start.column; col <= end.column; col++) {
|
378
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
379
|
+
if (!currentCell)
|
380
|
+
continue;
|
381
|
+
if (currentCell.readOnly)
|
382
|
+
continue;
|
383
|
+
const updatedCell = {
|
384
|
+
...currentCell,
|
385
|
+
style: formattedStyle.style,
|
386
|
+
};
|
387
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
388
|
+
}
|
389
|
+
}
|
390
|
+
return updatedData;
|
391
|
+
}
|
392
|
+
export function dragEndAutoFill(currentData, selectedRange, cellValue, activeCell) {
|
393
|
+
if (!selectedRange) {
|
394
|
+
return currentData;
|
395
|
+
}
|
396
|
+
const { start, end } = selectedRange;
|
397
|
+
const rowCount = start.row - end.row;
|
398
|
+
const columnCount = start.column - end.column;
|
399
|
+
let startPoint = { row: 0, column: 0 };
|
400
|
+
let endPoint = { row: 0, column: 0 };
|
401
|
+
if (rowCount > columnCount) {
|
402
|
+
startPoint = { row: activeCell?.row ?? 0, column: start.column };
|
403
|
+
endPoint = { row: activeCell?.row ?? 0, column: end.column };
|
404
|
+
}
|
405
|
+
else {
|
406
|
+
startPoint = { row: start.row, column: activeCell?.column ?? 0 };
|
407
|
+
endPoint = { row: end.row, column: activeCell?.column ?? 0 };
|
408
|
+
}
|
409
|
+
let updatedData = currentData;
|
410
|
+
for (let row = startPoint.row; row <= endPoint.row; row++) {
|
411
|
+
for (let col = startPoint.column; col <= endPoint.column; col++) {
|
412
|
+
const currentCell = Matrix.get({ row, column: col }, updatedData);
|
413
|
+
if (!currentCell)
|
414
|
+
continue;
|
415
|
+
if (currentCell.readOnly)
|
416
|
+
continue;
|
417
|
+
const updatedCell = {
|
418
|
+
...currentCell,
|
419
|
+
style: cellValue.style,
|
420
|
+
value: cellValue.value,
|
421
|
+
inputType: cellValue.inputType,
|
422
|
+
};
|
423
|
+
updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
|
424
|
+
}
|
425
|
+
}
|
426
|
+
return updatedData;
|
427
|
+
}
|
428
|
+
export function edit(state) {
|
429
|
+
if (isActiveReadOnly(state) || !state.editable) {
|
430
|
+
return state;
|
431
|
+
}
|
432
|
+
return { ...state, mode: 'edit' };
|
433
|
+
}
|
434
|
+
const canClearCell = (cell) => cell && !cell.readOnly;
|
435
|
+
const clearCell = (cell) => {
|
436
|
+
if (!canClearCell(cell)) {
|
437
|
+
return cell;
|
438
|
+
}
|
439
|
+
return {
|
440
|
+
...cell,
|
441
|
+
value: '',
|
442
|
+
style: cell?.style,
|
443
|
+
};
|
444
|
+
};
|
445
|
+
export function clear(state) {
|
446
|
+
if (!state.active) {
|
447
|
+
return state;
|
448
|
+
}
|
449
|
+
const selectedRange = state.selected.toRange(state.model.data);
|
450
|
+
const changes = [];
|
451
|
+
let newData = state.model.data;
|
452
|
+
for (const point of selectedRange || []) {
|
453
|
+
const cell = Matrix.get(point, state.model.data);
|
454
|
+
const clearedCell = clearCell(cell);
|
455
|
+
changes.push({
|
456
|
+
prevCell: cell || null,
|
457
|
+
nextCell: clearedCell || null,
|
458
|
+
});
|
459
|
+
newData = Matrix.set(point, clearedCell, newData);
|
460
|
+
}
|
461
|
+
return {
|
462
|
+
...state,
|
463
|
+
model: new Model(createFormulaParser, newData),
|
464
|
+
...commit(changes),
|
465
|
+
};
|
466
|
+
}
|
467
|
+
export function clearEditMode(state) {
|
468
|
+
if (!state.active) {
|
469
|
+
return state;
|
470
|
+
}
|
471
|
+
const selectedRange = state.selected.toRange(state.model.data);
|
472
|
+
const changes = [];
|
473
|
+
let newData = state.model.data;
|
474
|
+
for (const point of selectedRange || []) {
|
475
|
+
const cell = Matrix.get(point, state.model.data);
|
476
|
+
const clearedCell = clearCell(cell);
|
477
|
+
changes.push({
|
478
|
+
prevCell: cell || null,
|
479
|
+
nextCell: clearedCell || null,
|
480
|
+
});
|
481
|
+
newData = Matrix.set(point, clearedCell, newData);
|
482
|
+
}
|
483
|
+
return {
|
484
|
+
...state,
|
485
|
+
mode: 'edit',
|
486
|
+
model: new Model(createFormulaParser, newData),
|
487
|
+
...commit(changes),
|
488
|
+
};
|
489
|
+
}
|
490
|
+
export function blur(state) {
|
491
|
+
return {
|
492
|
+
...state,
|
493
|
+
active: null,
|
494
|
+
copied: null,
|
495
|
+
formattedStyle: { open: false, style: undefined },
|
496
|
+
selected: new EmptySelection(),
|
497
|
+
};
|
498
|
+
}
|
499
|
+
export function view(state) {
|
500
|
+
return { ...state, mode: 'view' };
|
501
|
+
}
|
502
|
+
export function commit(changes) {
|
503
|
+
return { lastCommit: changes };
|
504
|
+
}
|
505
|
+
export const go = (rowDelta, columnDelta) => (state) => {
|
506
|
+
if (!state.active) {
|
507
|
+
return;
|
508
|
+
}
|
509
|
+
const size = Matrix.getSize(state.model.data);
|
510
|
+
const newColumn = state.active.column + columnDelta;
|
511
|
+
const shouldWrap = newColumn >= size.columns;
|
512
|
+
const nextActive = {
|
513
|
+
row: state.active.row + rowDelta + (shouldWrap ? 1 : 0),
|
514
|
+
column: (state.active.column + columnDelta) % size.columns,
|
515
|
+
};
|
516
|
+
if (!Matrix.has(nextActive, state.model.data)) {
|
517
|
+
return { ...state, mode: 'view' };
|
518
|
+
}
|
519
|
+
return {
|
520
|
+
...state,
|
521
|
+
active: nextActive,
|
522
|
+
selected: new RangeSelection(new PointRange(nextActive, nextActive)),
|
523
|
+
mode: 'view',
|
524
|
+
};
|
525
|
+
};
|
526
|
+
const keyDownHandlers = {
|
527
|
+
ArrowUp: go(-1, 0),
|
528
|
+
ArrowDown: go(+1, 0),
|
529
|
+
ArrowLeft: go(0, -1),
|
530
|
+
ArrowRight: go(0, +1),
|
531
|
+
Tab: go(0, +1),
|
532
|
+
Enter: edit,
|
533
|
+
Backspace: clearEditMode,
|
534
|
+
Delete: clear,
|
535
|
+
Escape: blur,
|
536
|
+
};
|
537
|
+
const editKeyDownHandlers = {
|
538
|
+
Escape: view,
|
539
|
+
Tab: keyDownHandlers.Tab,
|
540
|
+
Enter: keyDownHandlers.ArrowDown,
|
541
|
+
};
|
542
|
+
const editShiftKeyDownHandlers = {
|
543
|
+
Tab: go(0, -1),
|
544
|
+
};
|
545
|
+
export var Direction;
|
546
|
+
(function (Direction) {
|
547
|
+
Direction["Left"] = "Left";
|
548
|
+
Direction["Right"] = "Right";
|
549
|
+
Direction["Top"] = "Top";
|
550
|
+
Direction["Bottom"] = "Bottom";
|
551
|
+
})(Direction || (Direction = {}));
|
552
|
+
const shiftKeyDownHandlers = {
|
553
|
+
ArrowUp: (state) => ({
|
554
|
+
...state,
|
555
|
+
selected: modifyEdge(state.selected, state.active, state.model.data, Direction.Top),
|
556
|
+
}),
|
557
|
+
ArrowDown: (state) => ({
|
558
|
+
...state,
|
559
|
+
selected: modifyEdge(state.selected, state.active, state.model.data, Direction.Bottom),
|
560
|
+
}),
|
561
|
+
ArrowLeft: (state) => ({
|
562
|
+
...state,
|
563
|
+
selected: modifyEdge(state.selected, state.active, state.model.data, Direction.Left),
|
564
|
+
}),
|
565
|
+
ArrowRight: (state) => ({
|
566
|
+
...state,
|
567
|
+
selected: modifyEdge(state.selected, state.active, state.model.data, Direction.Right),
|
568
|
+
}),
|
569
|
+
Tab: go(0, -1),
|
570
|
+
};
|
571
|
+
const shiftMetaKeyDownHandlers = {};
|
572
|
+
const metaKeyDownHandlers = {};
|
573
|
+
export function getKeyDownHandler(state, event) {
|
574
|
+
const { key } = event;
|
575
|
+
let handlers;
|
576
|
+
if (state.mode === 'edit') {
|
577
|
+
if (event.shiftKey) {
|
578
|
+
handlers = editShiftKeyDownHandlers;
|
579
|
+
}
|
580
|
+
else {
|
581
|
+
handlers = editKeyDownHandlers;
|
582
|
+
}
|
583
|
+
}
|
584
|
+
else if (event.shiftKey && event.metaKey) {
|
585
|
+
handlers = shiftMetaKeyDownHandlers;
|
586
|
+
}
|
587
|
+
else if (event.shiftKey) {
|
588
|
+
handlers = shiftKeyDownHandlers;
|
589
|
+
}
|
590
|
+
else if (event.metaKey) {
|
591
|
+
handlers = metaKeyDownHandlers;
|
592
|
+
}
|
593
|
+
else {
|
594
|
+
handlers = keyDownHandlers;
|
595
|
+
}
|
596
|
+
return handlers[key];
|
597
|
+
}
|
598
|
+
/** Returns whether the reducer has a handler for the given keydown event */
|
599
|
+
export function hasKeyDownHandler(state, event) {
|
600
|
+
return getKeyDownHandler(state, event) !== undefined;
|
601
|
+
}
|
602
|
+
/** Returns whether the active cell is read only */
|
603
|
+
export function isActiveReadOnly(state) {
|
604
|
+
const activeCell = getActive(state);
|
605
|
+
return Boolean(activeCell?.readOnly);
|
606
|
+
}
|
607
|
+
/** Gets active cell from given state */
|
608
|
+
export function getActive(state) {
|
609
|
+
const activeCell = state.active && Matrix.get(state.active, state.model.data);
|
610
|
+
return activeCell || null;
|
611
|
+
}
|
612
|
+
/** Modify given edge according to given active point and data */
|
613
|
+
export function modifyEdge(selection, active, data, direction) {
|
614
|
+
if (!active) {
|
615
|
+
return selection;
|
616
|
+
}
|
617
|
+
if (selection instanceof RangeSelection) {
|
618
|
+
const nextSelection = modifyRangeSelectionEdge(selection, active, data, direction);
|
619
|
+
// @ts-expect-error
|
620
|
+
return nextSelection;
|
621
|
+
}
|
622
|
+
if (selection instanceof EntireColumnsSelection) {
|
623
|
+
// @ts-expect-error
|
624
|
+
return modifyEntireColumnsSelection(selection, active, data, direction);
|
625
|
+
}
|
626
|
+
if (selection instanceof EntireRowsSelection) {
|
627
|
+
// @ts-expect-error
|
628
|
+
return modifyEntireRowsSelection(selection, active, data, direction);
|
629
|
+
}
|
630
|
+
return selection;
|
631
|
+
}
|
632
|
+
export function modifyRangeSelectionEdge(rangeSelection, active, data, edge) {
|
633
|
+
const field = edge === Direction.Left || edge === Direction.Right ? 'column' : 'row';
|
634
|
+
const key = edge === Direction.Left || edge === Direction.Top ? 'start' : 'end';
|
635
|
+
const delta = key === 'start' ? -1 : 1;
|
636
|
+
const edgeOffsets = rangeSelection.range.has({
|
637
|
+
...active,
|
638
|
+
[field]: active[field] + delta * -1,
|
639
|
+
});
|
640
|
+
const keyToModify = edgeOffsets ? (key === 'start' ? 'end' : 'start') : key;
|
641
|
+
const nextRange = new PointRange(rangeSelection.range.start, rangeSelection.range.end);
|
642
|
+
nextRange[keyToModify][field] += delta;
|
643
|
+
const nextSelection = new RangeSelection(nextRange).normalizeTo(data);
|
644
|
+
return nextSelection;
|
645
|
+
}
|
646
|
+
export function modifyEntireRowsSelection(selection, active, data, edge) {
|
647
|
+
if (edge === Direction.Left || edge === Direction.Right) {
|
648
|
+
return selection;
|
649
|
+
}
|
650
|
+
const delta = edge === Direction.Top ? -1 : 1;
|
651
|
+
const property = edge === Direction.Top ? 'start' : 'end';
|
652
|
+
const oppositeProperty = property === 'start' ? 'end' : 'start';
|
653
|
+
const newSelectionData = { ...selection };
|
654
|
+
if (edge === Direction.Top
|
655
|
+
? selection.end > active.row
|
656
|
+
: selection.start < active.row) {
|
657
|
+
newSelectionData[oppositeProperty] = selection[oppositeProperty] + delta;
|
658
|
+
}
|
659
|
+
else {
|
660
|
+
newSelectionData[property] = selection[property] + delta;
|
661
|
+
}
|
662
|
+
const nextSelection = new EntireRowsSelection(Math.max(newSelectionData.start, 0), Math.max(newSelectionData.end, 0));
|
663
|
+
return nextSelection.normalizeTo(data);
|
664
|
+
}
|
665
|
+
export function modifyEntireColumnsSelection(selection, active, data, edge) {
|
666
|
+
if (edge === Direction.Top || edge === Direction.Bottom) {
|
667
|
+
return selection;
|
668
|
+
}
|
669
|
+
const delta = edge === Direction.Left ? -1 : 1;
|
670
|
+
const property = edge === Direction.Left ? 'start' : 'end';
|
671
|
+
const oppositeProperty = property === 'start' ? 'end' : 'start';
|
672
|
+
const newSelectionData = { ...selection };
|
673
|
+
if (edge === Direction.Left
|
674
|
+
? selection.end > active.row
|
675
|
+
: selection.start < active.row) {
|
676
|
+
newSelectionData[oppositeProperty] = selection[oppositeProperty] + delta;
|
677
|
+
}
|
678
|
+
else {
|
679
|
+
newSelectionData[property] = selection[property] + delta;
|
680
|
+
}
|
681
|
+
const nextSelection = new EntireColumnsSelection(Math.max(newSelectionData.start, 0), Math.max(newSelectionData.end, 0));
|
682
|
+
return nextSelection.normalizeTo(data);
|
683
|
+
}
|
684
|
+
//# sourceMappingURL=reducerFunctions.js.map
|