@abdellatifui/react 3.2.57 → 3.2.60
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/dist/App.d.ts +3 -0
- package/dist/App.d.ts.map +1 -0
- package/dist/components/Accordion/AccordionGroup.d.ts +4 -0
- package/dist/components/Accordion/AccordionGroup.d.ts.map +1 -0
- package/dist/components/Accordion/AccordionItem.d.ts +3 -0
- package/dist/components/Accordion/AccordionItem.d.ts.map +1 -0
- package/dist/components/AdvancedSpinner/main.d.ts +4 -0
- package/dist/components/AdvancedSpinner/main.d.ts.map +1 -0
- package/dist/components/Alerts/Store/AlertRouter.d.ts +3 -0
- package/dist/components/Alerts/Store/AlertRouter.d.ts.map +1 -0
- package/dist/components/Alerts/Store/Draggable.d.ts +43 -0
- package/dist/components/Alerts/Store/Draggable.d.ts.map +1 -0
- package/dist/components/Alerts/Store/PrimaryAlertPaper.d.ts +3 -0
- package/dist/components/Alerts/Store/PrimaryAlertPaper.d.ts.map +1 -0
- package/dist/components/Alerts/Store/PrimaryFooter.d.ts +2 -0
- package/dist/components/Alerts/Store/PrimaryFooter.d.ts.map +1 -0
- package/dist/components/Alerts/Store/PrimaryHeader.d.ts +2 -0
- package/dist/components/Alerts/Store/PrimaryHeader.d.ts.map +1 -0
- package/dist/components/Alerts/hooks/useConfirmbox.d.ts +2 -0
- package/dist/components/Alerts/hooks/useConfirmbox.d.ts.map +1 -0
- package/dist/components/Alerts/hooks/useDrag.d.ts +9 -0
- package/dist/components/Alerts/hooks/useDrag.d.ts.map +1 -0
- package/dist/components/Alerts/hooks/useQueueHook.d.ts +2 -0
- package/dist/components/Alerts/hooks/useQueueHook.d.ts.map +1 -0
- package/dist/components/Alerts/main.d.ts +26 -0
- package/dist/components/Alerts/main.d.ts.map +1 -0
- package/dist/components/Api/useApi.d.ts +31 -0
- package/dist/components/Api/useApi.d.ts.map +1 -0
- package/dist/components/Api/useFetch.d.ts +2 -0
- package/dist/components/Api/useFetch.d.ts.map +1 -0
- package/dist/components/Api/useSecondEffect.d.ts +2 -0
- package/dist/components/Api/useSecondEffect.d.ts.map +1 -0
- package/dist/components/Api/useStore.d.ts +2 -0
- package/dist/components/Api/useStore.d.ts.map +1 -0
- package/dist/components/Api/useVariable.d.ts +2 -0
- package/dist/components/Api/useVariable.d.ts.map +1 -0
- package/dist/components/Buttons/Button.d.ts +15 -0
- package/dist/components/Buttons/Button.d.ts.map +1 -0
- package/dist/components/Buttons/CloseButton.d.ts +3 -0
- package/dist/components/Buttons/CloseButton.d.ts.map +1 -0
- package/dist/components/Buttons/CopyButton.d.ts +3 -0
- package/dist/components/Buttons/CopyButton.d.ts.map +1 -0
- package/dist/components/Buttons/GenericIconButton.d.ts +1 -0
- package/dist/components/Buttons/GenericIconButton.d.ts.map +1 -0
- package/dist/components/Buttons/IconButton.d.ts +3 -0
- package/dist/components/Buttons/IconButton.d.ts.map +1 -0
- package/dist/components/Buttons/MenuButton.d.ts +3 -0
- package/dist/components/Buttons/MenuButton.d.ts.map +1 -0
- package/dist/components/Buttons/SplitButton.d.ts +3 -0
- package/dist/components/Buttons/SplitButton.d.ts.map +1 -0
- package/dist/components/Buttons/SwapIconButton.d.ts +3 -0
- package/dist/components/Buttons/SwapIconButton.d.ts.map +1 -0
- package/dist/components/Buttons/Switch.d.ts +15 -0
- package/dist/components/Buttons/Switch.d.ts.map +1 -0
- package/dist/components/Containers/AppBody.d.ts +3 -0
- package/dist/components/Containers/AppBody.d.ts.map +1 -0
- package/dist/components/Containers/Container.d.ts +3 -0
- package/dist/components/Containers/Container.d.ts.map +1 -0
- package/dist/components/Containers/DialogPanel.d.ts +21 -0
- package/dist/components/Containers/DialogPanel.d.ts.map +1 -0
- package/dist/components/Containers/HorizontalDiv.d.ts +3 -0
- package/dist/components/Containers/HorizontalDiv.d.ts.map +1 -0
- package/dist/components/Containers/LazyContainer.d.ts +12 -0
- package/dist/components/Containers/LazyContainer.d.ts.map +1 -0
- package/dist/components/Containers/MainFrame.d.ts +3 -0
- package/dist/components/Containers/MainFrame.d.ts.map +1 -0
- package/dist/components/Containers/Model.d.ts +24 -0
- package/dist/components/Containers/Model.d.ts.map +1 -0
- package/dist/components/Containers/Panel.d.ts +16 -0
- package/dist/components/Containers/Panel.d.ts.map +1 -0
- package/dist/components/Containers/ScrolBarStyle.d.ts +2 -0
- package/dist/components/Containers/ScrolBarStyle.d.ts.map +1 -0
- package/dist/components/Containers/ScrollArea.d.ts +3 -0
- package/dist/components/Containers/ScrollArea.d.ts.map +1 -0
- package/dist/components/Containers/Sub_Components/PanelFooter.d.ts +3 -0
- package/dist/components/Containers/Sub_Components/PanelFooter.d.ts.map +1 -0
- package/dist/components/Containers/Sub_Components/PanelHeader.d.ts +2 -0
- package/dist/components/Containers/Sub_Components/PanelHeader.d.ts.map +1 -0
- package/dist/components/Containers/VirtualContainer.d.ts +3 -0
- package/dist/components/Containers/VirtualContainer.d.ts.map +1 -0
- package/dist/components/Contextmenu/ContextMenuNG/Components/MenuBox.d.ts +3 -0
- package/dist/components/Contextmenu/ContextMenuNG/Components/MenuBox.d.ts.map +1 -0
- package/dist/components/Contextmenu/ContextMenuNG/Components/MenuItems.d.ts +4 -0
- package/dist/components/Contextmenu/ContextMenuNG/Components/MenuItems.d.ts.map +1 -0
- package/dist/components/Contextmenu/ContextMenuNG/ContextMenu.d.ts +18 -0
- package/dist/components/Contextmenu/ContextMenuNG/ContextMenu.d.ts.map +1 -0
- package/dist/components/Contextmenu/ContextMenuNG/hooks/useBoxDimensions.d.ts +3 -0
- package/dist/components/Contextmenu/ContextMenuNG/hooks/useBoxDimensions.d.ts.map +1 -0
- package/dist/components/Contextmenu/ContextMenuNG/hooks/useBoxSize.d.ts +17 -0
- package/dist/components/Contextmenu/ContextMenuNG/hooks/useBoxSize.d.ts.map +1 -0
- package/dist/components/Contextmenu/ContextMenuNG/hooks/useMouseLocation.d.ts +14 -0
- package/dist/components/Contextmenu/ContextMenuNG/hooks/useMouseLocation.d.ts.map +1 -0
- package/dist/components/Contextmenu/ContextMenuNG/hooks/useOpacityChange.d.ts +3 -0
- package/dist/components/Contextmenu/ContextMenuNG/hooks/useOpacityChange.d.ts.map +1 -0
- package/dist/components/Contextmenu/ContextMenuNG/hooks/useSubmenuPosition.d.ts +21 -0
- package/dist/components/Contextmenu/ContextMenuNG/hooks/useSubmenuPosition.d.ts.map +1 -0
- package/dist/components/Contexts/AppContext.d.ts +2 -0
- package/dist/components/Contexts/AppContext.d.ts.map +1 -0
- package/dist/components/Contexts/ModelContext.d.ts +2 -0
- package/dist/components/Contexts/ModelContext.d.ts.map +1 -0
- package/dist/components/ErrorBoundry/errorBoundry.d.ts +2 -0
- package/dist/components/ErrorBoundry/errorBoundry.d.ts.map +1 -0
- package/dist/components/Help/HelpPopover.d.ts +2 -0
- package/dist/components/Help/HelpPopover.d.ts.map +1 -0
- package/dist/components/Help/TinnyHelp.d.ts +9 -0
- package/dist/components/Help/TinnyHelp.d.ts.map +1 -0
- package/dist/components/Help/tooltip.d.ts +19 -0
- package/dist/components/Help/tooltip.d.ts.map +1 -0
- package/dist/components/Inputs/Autocomplete.d.ts +18 -0
- package/dist/components/Inputs/Autocomplete.d.ts.map +1 -0
- package/dist/components/Inputs/Input.d.ts +21 -0
- package/dist/components/Inputs/Input.d.ts.map +1 -0
- package/dist/components/Inputs/TextArea.d.ts +2 -0
- package/dist/components/Inputs/TextArea.d.ts.map +1 -0
- package/dist/components/Inputs/frequency.d.ts +2 -0
- package/dist/components/Inputs/frequency.d.ts.map +1 -0
- package/dist/components/Inputs/frequencyOld.d.ts +3 -0
- package/dist/components/Inputs/frequencyOld.d.ts.map +1 -0
- package/dist/components/Legends/LegendBadge.d.ts +2 -0
- package/dist/components/Legends/LegendBadge.d.ts.map +1 -0
- package/dist/components/Legends/NgFailedLegend.d.ts +2 -0
- package/dist/components/Legends/NgFailedLegend.d.ts.map +1 -0
- package/dist/components/Legends/NgSuccessLegend.d.ts +2 -0
- package/dist/components/Legends/NgSuccessLegend.d.ts.map +1 -0
- package/dist/components/LibContext/AbuiContext.d.ts +16 -0
- package/dist/components/LibContext/AbuiContext.d.ts.map +1 -0
- package/dist/components/NetworkMap/CentralTextBox.d.ts +2 -0
- package/dist/components/NetworkMap/CentralTextBox.d.ts.map +1 -0
- package/dist/components/NetworkMap/CustomMarker.d.ts +7 -0
- package/dist/components/NetworkMap/CustomMarker.d.ts.map +1 -0
- package/dist/components/NetworkMap/CustomNavigateButtons.d.ts +7 -0
- package/dist/components/NetworkMap/CustomNavigateButtons.d.ts.map +1 -0
- package/dist/components/NetworkMap/CustomerMapLegends.d.ts +3 -0
- package/dist/components/NetworkMap/CustomerMapLegends.d.ts.map +1 -0
- package/dist/components/NetworkMap/LinkCountCircule.d.ts +3 -0
- package/dist/components/NetworkMap/LinkCountCircule.d.ts.map +1 -0
- package/dist/components/NetworkMap/LinkOverContainer.d.ts +3 -0
- package/dist/components/NetworkMap/LinkOverContainer.d.ts.map +1 -0
- package/dist/components/NetworkMap/LngLatBox.d.ts +4 -0
- package/dist/components/NetworkMap/LngLatBox.d.ts.map +1 -0
- package/dist/components/NetworkMap/Map.d.ts +29 -0
- package/dist/components/NetworkMap/Map.d.ts.map +1 -0
- package/dist/components/NetworkMap/OptionsOverlay/CheckboxTab.d.ts +4 -0
- package/dist/components/NetworkMap/OptionsOverlay/CheckboxTab.d.ts.map +1 -0
- package/dist/components/NetworkMap/OptionsOverlay/OptionsOverlay.d.ts +4 -0
- package/dist/components/NetworkMap/OptionsOverlay/OptionsOverlay.d.ts.map +1 -0
- package/dist/components/NetworkMap/OptionsOverlay/SelectBoxTab.d.ts +10 -0
- package/dist/components/NetworkMap/OptionsOverlay/SelectBoxTab.d.ts.map +1 -0
- package/dist/components/NetworkMap/PinItem.d.ts +7 -0
- package/dist/components/NetworkMap/PinItem.d.ts.map +1 -0
- package/dist/components/NetworkMap/Searchbox.d.ts +4 -0
- package/dist/components/NetworkMap/Searchbox.d.ts.map +1 -0
- package/dist/components/NetworkMap/SourcePort.d.ts +6 -0
- package/dist/components/NetworkMap/SourcePort.d.ts.map +1 -0
- package/dist/components/NetworkMap/types.d.ts +81 -0
- package/dist/components/NetworkMap/types.d.ts.map +1 -0
- package/dist/components/NetworkMap/useCreatePath.d.ts +55 -0
- package/dist/components/NetworkMap/useCreatePath.d.ts.map +1 -0
- package/dist/components/NetworkMap/utils.d.ts +32 -0
- package/dist/components/NetworkMap/utils.d.ts.map +1 -0
- package/dist/components/NewButtons/BaseButton.d.ts +12 -0
- package/dist/components/NewButtons/BaseButton.d.ts.map +1 -0
- package/dist/components/Paragraph/Headlines/Headline/Headline.d.ts +2 -0
- package/dist/components/Paragraph/Headlines/Headline/Headline.d.ts.map +1 -0
- package/dist/components/Paragraph/Headlines/Headline/MHeader.d.ts +2 -0
- package/dist/components/Paragraph/Headlines/Headline/MHeader.d.ts.map +1 -0
- package/dist/components/Paragraph/Headlines/Headline/MainHeader.d.ts +4 -0
- package/dist/components/Paragraph/Headlines/Headline/MainHeader.d.ts.map +1 -0
- package/dist/components/Paragraph/Headlines/Headline/index.d.ts +1 -0
- package/dist/components/Paragraph/Headlines/Headline/index.d.ts.map +1 -0
- package/dist/components/Paragraph/Headlines/index.d.ts +2 -0
- package/dist/components/Paragraph/Headlines/index.d.ts.map +1 -0
- package/dist/components/Properties/PropertiesItem/PropertiesItem.d.ts +2 -0
- package/dist/components/Properties/PropertiesItem/PropertiesItem.d.ts.map +1 -0
- package/dist/components/RadioGroup/main.d.ts +16 -0
- package/dist/components/RadioGroup/main.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.d.ts +40 -0
- package/dist/components/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/components/Spinner/InlineSpinner.d.ts +7 -0
- package/dist/components/Spinner/InlineSpinner.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.d.ts +3 -0
- package/dist/components/Spinner/Spinner.d.ts.map +1 -0
- package/dist/components/Spinner/SpinnerDialog.d.ts +14 -0
- package/dist/components/Spinner/SpinnerDialog.d.ts.map +1 -0
- package/dist/components/Tables/InformationTable/InformationTable.d.ts +2 -0
- package/dist/components/Tables/InformationTable/InformationTable.d.ts.map +1 -0
- package/dist/components/Tables/MuiTable/MuiTable.d.ts +3 -0
- package/dist/components/Tables/MuiTable/MuiTable.d.ts.map +1 -0
- package/dist/components/Tables/MuiTable/hooks/useHeaders.d.ts +5 -0
- package/dist/components/Tables/MuiTable/hooks/useHeaders.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/index.d.ts +2 -0
- package/dist/components/Tables/NextGen/index.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/hooks/useGenerateHeaders.d.ts +25 -0
- package/dist/components/Tables/NextGen/main/hooks/useGenerateHeaders.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/hooks/usePaginationPageSizeSelector.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/hooks/usePaginationPageSizeSelector.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/hooks/useRowHeight.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/hooks/useRowHeight.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/hooks/useRowSizeChange.d.ts +8 -0
- package/dist/components/Tables/NextGen/main/hooks/useRowSizeChange.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/hooks/useStreamRowApi.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/hooks/useStreamRowApi.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/hooks/useTableMenu.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/hooks/useTableMenu.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/hooks/useTablePreferencesMenu.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/hooks/useTablePreferencesMenu.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/hooks/useTheme.d.ts +3 -0
- package/dist/components/Tables/NextGen/main/hooks/useTheme.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/main.d.ts +75 -0
- package/dist/components/Tables/NextGen/main/main.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/AdvancedFilter/AdvancedFilter.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/plugins/AdvancedFilter/AdvancedFilter.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/AdvancedFilter/DoesFilterPass.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/plugins/AdvancedFilter/DoesFilterPass.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/ArrayViewer/ArrayViewer.d.ts +5 -0
- package/dist/components/Tables/NextGen/main/plugins/ArrayViewer/ArrayViewer.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/ColorInput/ColorInputBox.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/plugins/ColorInput/ColorInputBox.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/CustomDetailViewer/CustomDetailViewer.d.ts +3 -0
- package/dist/components/Tables/NextGen/main/plugins/CustomDetailViewer/CustomDetailViewer.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/ExpandableRow/ExpandableRow.d.ts +4 -0
- package/dist/components/Tables/NextGen/main/plugins/ExpandableRow/ExpandableRow.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/FilterLayout/FilterLayout.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/plugins/FilterLayout/FilterLayout.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/ManageColumns/ManageColumns.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/plugins/ManageColumns/ManageColumns.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/TableSidebar/TableSidebar.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/plugins/TableSidebar/TableSidebar.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/Topbar/Topbar.d.ts +2 -0
- package/dist/components/Tables/NextGen/main/plugins/Topbar/Topbar.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/context/TableGlobalContext.d.ts +4 -0
- package/dist/components/Tables/NextGen/main/plugins/context/TableGlobalContext.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/plugins/useCustomGrouping/useCustomGrouping.d.ts +3 -0
- package/dist/components/Tables/NextGen/main/plugins/useCustomGrouping/useCustomGrouping.d.ts.map +1 -0
- package/dist/components/Tables/NextGen/main/utils/utils.d.ts +5 -0
- package/dist/components/Tables/NextGen/main/utils/utils.d.ts.map +1 -0
- package/dist/components/Tabs/shadcn/TabItem.d.ts +25 -0
- package/dist/components/Tabs/shadcn/TabItem.d.ts.map +1 -0
- package/dist/components/Tabs/shadcn/main.d.ts +17 -0
- package/dist/components/Tabs/shadcn/main.d.ts.map +1 -0
- package/dist/components/Toast/Mainframe.d.ts +5 -0
- package/dist/components/Toast/Mainframe.d.ts.map +1 -0
- package/dist/components/Toast/ToasterSideColor.d.ts +2 -0
- package/dist/components/Toast/ToasterSideColor.d.ts.map +1 -0
- package/dist/components/Toast/hooks/useToast.d.ts +1 -0
- package/dist/components/Toast/hooks/useToast.d.ts.map +1 -0
- package/dist/components/Toast/main.d.ts +17 -0
- package/dist/components/Toast/main.d.ts.map +1 -0
- package/dist/components/Toggle/ToggleGroup.d.ts +4 -0
- package/dist/components/Toggle/ToggleGroup.d.ts.map +1 -0
- package/dist/components/Toggle/ToggleItem.d.ts +2 -0
- package/dist/components/Toggle/ToggleItem.d.ts.map +1 -0
- package/dist/components/WhatsNew/Whatsnew.d.ts +3 -0
- package/dist/components/WhatsNew/Whatsnew.d.ts.map +1 -0
- package/dist/components/index.d.ts +70 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/notify/notify.d.ts +27 -0
- package/dist/components/notify/notify.d.ts.map +1 -0
- package/dist/components/playground-data/ContextmenuItems.d.ts +265 -0
- package/dist/components/playground-data/ContextmenuItems.d.ts.map +1 -0
- package/dist/components/playground-data/datatableitems.d.ts +2 -0
- package/dist/components/playground-data/datatableitems.d.ts.map +1 -0
- package/dist/components/playground-data/informationtabledata.d.ts +5 -0
- package/dist/components/playground-data/informationtabledata.d.ts.map +1 -0
- package/dist/components/playground-data/longtext.d.ts +2 -0
- package/dist/components/playground-data/longtext.d.ts.map +1 -0
- package/dist/components/types.d.ts +699 -0
- package/dist/components/types.d.ts.map +1 -0
- package/dist/components/ui/accordion.d.ts +8 -0
- package/dist/components/ui/accordion.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog.d.ts +21 -0
- package/dist/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +12 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +9 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/carousel.d.ts +19 -0
- package/dist/components/ui/carousel.d.ts.map +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/command.d.ts +83 -0
- package/dist/components/ui/command.d.ts.map +1 -0
- package/dist/components/ui/context-menu.d.ts +28 -0
- package/dist/components/ui/context-menu.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +20 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +28 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/hover-card.d.ts +7 -0
- package/dist/components/ui/hover-card.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +6 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +6 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +8 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/radio-group.d.ts +6 -0
- package/dist/components/ui/radio-group.d.ts.map +1 -0
- package/dist/components/ui/resizable.d.ts +24 -0
- package/dist/components/ui/resizable.d.ts.map +1 -0
- package/dist/components/ui/scroll-area.d.ts +6 -0
- package/dist/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +14 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/slider.d.ts +5 -0
- package/dist/components/ui/slider.d.ts.map +1 -0
- package/dist/components/ui/switch.d.ts +5 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +14 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +6 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/toggle.d.ts +13 -0
- package/dist/components/ui/toggle.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/utils/hotkeyregister.d.ts +16 -0
- package/dist/components/utils/hotkeyregister.d.ts.map +1 -0
- package/dist/components/utils/optics.d.ts +2 -0
- package/dist/components/utils/optics.d.ts.map +1 -0
- package/dist/components/utils/useFont.d.ts +9 -0
- package/dist/components/utils/useFont.d.ts.map +1 -0
- package/dist/components/utils/utils.d.ts +9 -0
- package/dist/components/utils/utils.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/nextgen.css +1 -1
- package/dist/nextgen.d.ts +2 -1452
- package/dist/nextgen.js +674 -681
- package/dist/stories/Alerts/alerts.stories.d.ts +10 -0
- package/dist/stories/Alerts/alerts.stories.d.ts.map +1 -0
- package/dist/stories/Alerts/notify.stories.d.ts +8 -0
- package/dist/stories/Alerts/notify.stories.d.ts.map +1 -0
- package/dist/stories/Alerts/toast.stories.d.ts +7 -0
- package/dist/stories/Alerts/toast.stories.d.ts.map +1 -0
- package/dist/stories/Api/api.stories.d.ts +7 -0
- package/dist/stories/Api/api.stories.d.ts.map +1 -0
- package/dist/stories/App.d.ts +3 -0
- package/dist/stories/App.d.ts.map +1 -0
- package/dist/stories/App.stories.d.ts +7 -0
- package/dist/stories/App.stories.d.ts.map +1 -0
- package/dist/stories/Boxes/Body.stories.d.ts +13 -0
- package/dist/stories/Boxes/Body.stories.d.ts.map +1 -0
- package/dist/stories/Boxes/Container.stories.d.ts +14 -0
- package/dist/stories/Boxes/Container.stories.d.ts.map +1 -0
- package/dist/stories/Boxes/VirtualContainer.stories.d.ts +8 -0
- package/dist/stories/Boxes/VirtualContainer.stories.d.ts.map +1 -0
- package/dist/stories/Boxes/accordion.stories.d.ts +8 -0
- package/dist/stories/Boxes/accordion.stories.d.ts.map +1 -0
- package/dist/stories/Boxes/dialogpane.stories.d.ts +15 -0
- package/dist/stories/Boxes/dialogpane.stories.d.ts.map +1 -0
- package/dist/stories/Boxes/panel.stories.d.ts +17 -0
- package/dist/stories/Boxes/panel.stories.d.ts.map +1 -0
- package/dist/stories/Boxes/plainmodel.stories.d.ts +14 -0
- package/dist/stories/Boxes/plainmodel.stories.d.ts.map +1 -0
- package/dist/stories/Buttons/Button.stories.d.ts +12 -0
- package/dist/stories/Buttons/Button.stories.d.ts.map +1 -0
- package/dist/stories/Buttons/IconButton.stories.d.ts +13 -0
- package/dist/stories/Buttons/IconButton.stories.d.ts.map +1 -0
- package/dist/stories/Buttons/SplitButton.stories.d.ts +9 -0
- package/dist/stories/Buttons/SplitButton.stories.d.ts.map +1 -0
- package/dist/stories/Buttons/copybtn.stories.d.ts +10 -0
- package/dist/stories/Buttons/copybtn.stories.d.ts.map +1 -0
- package/dist/stories/Buttons/newbuttons.stories.d.ts +25 -0
- package/dist/stories/Buttons/newbuttons.stories.d.ts.map +1 -0
- package/dist/stories/Buttons/switch.stories.d.ts +7 -0
- package/dist/stories/Buttons/switch.stories.d.ts.map +1 -0
- package/dist/stories/Contextmenu/contextmenu.stories.d.ts +22 -0
- package/dist/stories/Contextmenu/contextmenu.stories.d.ts.map +1 -0
- package/dist/stories/Help/help.stories.d.ts +7 -0
- package/dist/stories/Help/help.stories.d.ts.map +1 -0
- package/dist/stories/Help/helpIcon.stories.d.ts +7 -0
- package/dist/stories/Help/helpIcon.stories.d.ts.map +1 -0
- package/dist/stories/Help/tooltip.stories.d.ts +9 -0
- package/dist/stories/Help/tooltip.stories.d.ts.map +1 -0
- package/dist/stories/Inputs/input.stories.d.ts +20 -0
- package/dist/stories/Inputs/input.stories.d.ts.map +1 -0
- package/dist/stories/Legends/legends.stories.d.ts +9 -0
- package/dist/stories/Legends/legends.stories.d.ts.map +1 -0
- package/dist/stories/Map/map.stories.d.ts +71 -0
- package/dist/stories/Map/map.stories.d.ts.map +1 -0
- package/dist/stories/Properties/item.stories.d.ts +8 -0
- package/dist/stories/Properties/item.stories.d.ts.map +1 -0
- package/dist/stories/RadioGroups/radiogroups.stories.d.ts +8 -0
- package/dist/stories/RadioGroups/radiogroups.stories.d.ts.map +1 -0
- package/dist/stories/Spinner/InlineSpinner.stories.d.ts +11 -0
- package/dist/stories/Spinner/InlineSpinner.stories.d.ts.map +1 -0
- package/dist/stories/Spinner/SpinnerDialog.stories.d.ts +16 -0
- package/dist/stories/Spinner/SpinnerDialog.stories.d.ts.map +1 -0
- package/dist/stories/Spinner/spinnerbox.stories.d.ts +16 -0
- package/dist/stories/Spinner/spinnerbox.stories.d.ts.map +1 -0
- package/dist/stories/Tables/DataTable.stories.d.ts +13 -0
- package/dist/stories/Tables/DataTable.stories.d.ts.map +1 -0
- package/dist/stories/Tables/MuiTable.stories.d.ts +8 -0
- package/dist/stories/Tables/MuiTable.stories.d.ts.map +1 -0
- package/dist/stories/Tables/informationtable.stories.d.ts +14 -0
- package/dist/stories/Tables/informationtable.stories.d.ts.map +1 -0
- package/dist/stories/Tabs/tabs.stories.d.ts +13 -0
- package/dist/stories/Tabs/tabs.stories.d.ts.map +1 -0
- package/dist/stories/Toggle Switches/toggle-group.stories.d.ts +16 -0
- package/dist/stories/Toggle Switches/toggle-group.stories.d.ts.map +1 -0
- package/dist/stories/Toggle Switches/toggle.stories.d.ts +16 -0
- package/dist/stories/Toggle Switches/toggle.stories.d.ts.map +1 -0
- package/dist/stories/fonts/fonts.stories.d.ts +30 -0
- package/dist/stories/fonts/fonts.stories.d.ts.map +1 -0
- package/dist/stories/paragraphs/paragraph.stories.d.ts +7 -0
- package/dist/stories/paragraphs/paragraph.stories.d.ts.map +1 -0
- package/dist/stories/playground/ApiNotify.stories.d.ts +8 -0
- package/dist/stories/playground/ApiNotify.stories.d.ts.map +1 -0
- package/dist/stories/playground/ModelSetChildrenApi.stories.d.ts +8 -0
- package/dist/stories/playground/ModelSetChildrenApi.stories.d.ts.map +1 -0
- package/dist/stories/playground/Tailwindclass.stories.d.ts +8 -0
- package/dist/stories/playground/Tailwindclass.stories.d.ts.map +1 -0
- package/dist/stories/playground/spinnerANDdialog.stories.d.ts +7 -0
- package/dist/stories/playground/spinnerANDdialog.stories.d.ts.map +1 -0
- package/dist/stories/sidebar/sidebar.stories.d.ts +9 -0
- package/dist/stories/sidebar/sidebar.stories.d.ts.map +1 -0
- package/dist/stories/whatsnew/whatsnew.stories.d.ts +9 -0
- package/dist/stories/whatsnew/whatsnew.stories.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,699 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { AgGridReactProps } from 'ag-grid-react';
|
|
3
|
+
import { MapProps, ViewState } from 'react-map-gl/maplibre';
|
|
4
|
+
export { type TooltipProps } from './Help/tooltip';
|
|
5
|
+
export { type SpinnerDialogProps } from './Spinner/SpinnerDialog';
|
|
6
|
+
export { type TinnyHelpProps } from './Help/TinnyHelp';
|
|
7
|
+
export { type UseApiProps } from './Api/useApi';
|
|
8
|
+
export { type AutocompeleteProps } from './Inputs/Autocomplete';
|
|
9
|
+
export { type AbuiContextType } from './LibContext/AbuiContext';
|
|
10
|
+
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
11
|
+
variant?: 'primary' | 'transparent' | 'secondary' | 'danger' | 'danger2' | 'green' | 'ghost' | 'dangerghost';
|
|
12
|
+
size?: 'button' | 'sm' | 'lg' | 'xl';
|
|
13
|
+
border?: boolean | 'ghost';
|
|
14
|
+
disable?: boolean;
|
|
15
|
+
hover?: boolean | 'ghost';
|
|
16
|
+
addClass?: string[];
|
|
17
|
+
autoFocus?: boolean;
|
|
18
|
+
icon?: React.ReactNode;
|
|
19
|
+
disableAfterClick?: boolean;
|
|
20
|
+
tooltip?: string;
|
|
21
|
+
outline?: boolean;
|
|
22
|
+
asChild?: boolean;
|
|
23
|
+
style: React.CSSProperties;
|
|
24
|
+
}
|
|
25
|
+
export interface IconButtonProps extends ButtonProps {
|
|
26
|
+
icon: React.ReactNode;
|
|
27
|
+
size?: 'sm' | 'md' | 'lg';
|
|
28
|
+
}
|
|
29
|
+
export interface CopyButtonProps extends ButtonProps {
|
|
30
|
+
text: string;
|
|
31
|
+
onCopy?: (text: string) => void;
|
|
32
|
+
}
|
|
33
|
+
export interface SwapIconButtonProps extends ButtonProps {
|
|
34
|
+
icon1: React.ReactNode;
|
|
35
|
+
icon2: React.ReactNode;
|
|
36
|
+
state?: boolean;
|
|
37
|
+
onSwap?: (state: boolean) => void;
|
|
38
|
+
}
|
|
39
|
+
export interface MenuButtonProps extends ButtonProps {
|
|
40
|
+
menuItems: Array<{
|
|
41
|
+
label: string;
|
|
42
|
+
action: () => void;
|
|
43
|
+
icon?: React.ReactNode;
|
|
44
|
+
}>;
|
|
45
|
+
}
|
|
46
|
+
export interface SplitButtonProps extends ButtonProps {
|
|
47
|
+
primaryAction: () => void;
|
|
48
|
+
secondaryActions: Array<{
|
|
49
|
+
label: string;
|
|
50
|
+
action: () => void;
|
|
51
|
+
icon?: React.ReactNode;
|
|
52
|
+
}>;
|
|
53
|
+
}
|
|
54
|
+
export interface SwitchProps {
|
|
55
|
+
checked?: boolean;
|
|
56
|
+
onCheckedChange?: (checked: boolean) => void;
|
|
57
|
+
disabled?: boolean;
|
|
58
|
+
className?: string;
|
|
59
|
+
}
|
|
60
|
+
export interface ContainerProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
61
|
+
title?: string;
|
|
62
|
+
padding?: boolean | 'sm' | 'lg' | 'xl';
|
|
63
|
+
resizable?: boolean | 'y' | 'x';
|
|
64
|
+
color?: 'primary' | 'secondary';
|
|
65
|
+
border?: boolean | 'blue';
|
|
66
|
+
shadow?: boolean | 'sm' | 'xl' | 'xxl';
|
|
67
|
+
}
|
|
68
|
+
export interface PanelProps extends ContainerProps {
|
|
69
|
+
header?: React.ReactNode;
|
|
70
|
+
footer?: React.ReactNode;
|
|
71
|
+
collapsible?: boolean;
|
|
72
|
+
defaultCollapsed?: boolean;
|
|
73
|
+
}
|
|
74
|
+
export interface DialogPanelProps extends ContainerProps {
|
|
75
|
+
header: string;
|
|
76
|
+
collapsible?: boolean;
|
|
77
|
+
close?: boolean;
|
|
78
|
+
onClose?: () => void;
|
|
79
|
+
}
|
|
80
|
+
export interface ScrollAreaProps extends ContainerProps {
|
|
81
|
+
orientation?: 'horizontal' | 'vertical';
|
|
82
|
+
scrollHideDelay?: number;
|
|
83
|
+
}
|
|
84
|
+
export interface HorizontalDivProps extends ContainerProps {
|
|
85
|
+
gap?: number;
|
|
86
|
+
align?: 'start' | 'center' | 'end';
|
|
87
|
+
justify?: 'start' | 'center' | 'end' | 'between';
|
|
88
|
+
}
|
|
89
|
+
export interface VirtualContainerProps extends ContainerProps {
|
|
90
|
+
itemCount: number;
|
|
91
|
+
itemHeight: number;
|
|
92
|
+
renderItem: (index: number) => React.ReactNode;
|
|
93
|
+
}
|
|
94
|
+
export interface AppBodyProps extends ContainerProps {
|
|
95
|
+
sidebar?: React.ReactNode;
|
|
96
|
+
header?: React.ReactNode;
|
|
97
|
+
footer?: React.ReactNode;
|
|
98
|
+
}
|
|
99
|
+
export interface MainFrameProps extends ContainerProps {
|
|
100
|
+
title?: string;
|
|
101
|
+
subtitle?: string;
|
|
102
|
+
actions?: React.ReactNode;
|
|
103
|
+
}
|
|
104
|
+
export interface ModelProps {
|
|
105
|
+
children?: React.ReactNode;
|
|
106
|
+
bodyClick?: boolean;
|
|
107
|
+
className?: string;
|
|
108
|
+
variant?: 'transparent' | 'blur' | 'dimmed';
|
|
109
|
+
inline?: boolean;
|
|
110
|
+
hideOnContextMenu?: boolean;
|
|
111
|
+
onBodyClick?: (event: React.MouseEvent<HTMLDivElement>) => void;
|
|
112
|
+
blur?: boolean;
|
|
113
|
+
}
|
|
114
|
+
export interface ModelHandle {
|
|
115
|
+
open: () => void;
|
|
116
|
+
close: () => void;
|
|
117
|
+
readonly isOpen: boolean;
|
|
118
|
+
}
|
|
119
|
+
export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
120
|
+
placeholder: string;
|
|
121
|
+
size: 'screen' | 'frequency' | 'full';
|
|
122
|
+
description: string;
|
|
123
|
+
inputRef?: object;
|
|
124
|
+
invalid?: string;
|
|
125
|
+
type?: string;
|
|
126
|
+
defaultValue?: string;
|
|
127
|
+
value?: string;
|
|
128
|
+
multiple?: boolean;
|
|
129
|
+
loading?: boolean;
|
|
130
|
+
controlled?: boolean;
|
|
131
|
+
tmpdescription?: {
|
|
132
|
+
state: boolean;
|
|
133
|
+
message: string;
|
|
134
|
+
};
|
|
135
|
+
onChange?: (value: string) => void;
|
|
136
|
+
}
|
|
137
|
+
export interface TextAreaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {
|
|
138
|
+
placeholder: string;
|
|
139
|
+
rows?: number;
|
|
140
|
+
maxLength?: number;
|
|
141
|
+
showCharacterCount?: boolean;
|
|
142
|
+
}
|
|
143
|
+
export interface FrequencyProps {
|
|
144
|
+
value: number;
|
|
145
|
+
onChange: (value: number) => void;
|
|
146
|
+
min?: number;
|
|
147
|
+
max?: number;
|
|
148
|
+
step?: number;
|
|
149
|
+
unit?: string;
|
|
150
|
+
}
|
|
151
|
+
export interface TableProps {
|
|
152
|
+
tid: string | number;
|
|
153
|
+
dataset: any[];
|
|
154
|
+
aggrid: AgGridReactProps;
|
|
155
|
+
pageSize: number;
|
|
156
|
+
rowHeight: string;
|
|
157
|
+
tableName: string;
|
|
158
|
+
enablePagination?: boolean;
|
|
159
|
+
enableContextMenu?: boolean;
|
|
160
|
+
rowSelection?: string;
|
|
161
|
+
toolbarBtns?: any[];
|
|
162
|
+
hidden?: any[];
|
|
163
|
+
enableExpand: boolean;
|
|
164
|
+
autoSizeStrategy?: string;
|
|
165
|
+
headerMapper?: Array<{
|
|
166
|
+
key: string;
|
|
167
|
+
value: any;
|
|
168
|
+
}>;
|
|
169
|
+
menuItems?: Array<{
|
|
170
|
+
label: string;
|
|
171
|
+
icon: any;
|
|
172
|
+
action: () => void;
|
|
173
|
+
type: string;
|
|
174
|
+
size: string;
|
|
175
|
+
}>;
|
|
176
|
+
onRowClick?: (params: any, rowData: any, rows: any[]) => void;
|
|
177
|
+
onRowDoubleClicked?: (params: any, rowData: any) => void;
|
|
178
|
+
onCellClick?: (params: any, value: any, field: string) => void;
|
|
179
|
+
onTableBuilt?: (callback: any) => void;
|
|
180
|
+
onExpand?: (params: any) => void;
|
|
181
|
+
onRefresh?: (callback: any) => void;
|
|
182
|
+
onChangeItem: {
|
|
183
|
+
key: string;
|
|
184
|
+
operation: void;
|
|
185
|
+
};
|
|
186
|
+
onChange?: Array<{
|
|
187
|
+
key: string;
|
|
188
|
+
operation: void;
|
|
189
|
+
}>;
|
|
190
|
+
ready?: boolean;
|
|
191
|
+
multiple?: boolean;
|
|
192
|
+
autoHideSpinner?: boolean;
|
|
193
|
+
aggridProps?: Partial<AgGridReactProps>;
|
|
194
|
+
className?: string;
|
|
195
|
+
topbar?: boolean;
|
|
196
|
+
hideFromTable?: any[];
|
|
197
|
+
formater?: any;
|
|
198
|
+
viewAsArray?: any[];
|
|
199
|
+
filter?: any;
|
|
200
|
+
groupBy?: any;
|
|
201
|
+
onMultiRowSelection?: (params: any, rows: any[]) => void;
|
|
202
|
+
}
|
|
203
|
+
export interface MuiTableProps {
|
|
204
|
+
dataset: any[];
|
|
205
|
+
columns?: Array<{
|
|
206
|
+
accessorKey: string;
|
|
207
|
+
header: string;
|
|
208
|
+
size?: number;
|
|
209
|
+
enableSorting?: boolean;
|
|
210
|
+
enableColumnFilter?: boolean;
|
|
211
|
+
}>;
|
|
212
|
+
enableRowSelection?: boolean;
|
|
213
|
+
enableColumnResizing?: boolean;
|
|
214
|
+
enableColumnDragging?: boolean;
|
|
215
|
+
enableColumnOrdering?: boolean;
|
|
216
|
+
onRowSelectionChange?: (rows: any[]) => void;
|
|
217
|
+
className?: string;
|
|
218
|
+
}
|
|
219
|
+
export interface InformationTableProps {
|
|
220
|
+
data: any[];
|
|
221
|
+
columns: Array<{
|
|
222
|
+
key: string;
|
|
223
|
+
label: string;
|
|
224
|
+
render?: (value: any, row: any) => React.ReactNode;
|
|
225
|
+
}>;
|
|
226
|
+
sortable?: boolean;
|
|
227
|
+
filterable?: boolean;
|
|
228
|
+
pagination?: boolean;
|
|
229
|
+
pageSize?: number;
|
|
230
|
+
className?: string;
|
|
231
|
+
}
|
|
232
|
+
export interface SpinnerProps {
|
|
233
|
+
variant?: 'blur' | 'primary' | 'white' | 'dark' | 'transparent';
|
|
234
|
+
size?: 'xs' | 'small' | 'large';
|
|
235
|
+
text?: string;
|
|
236
|
+
timeout?: boolean;
|
|
237
|
+
period?: number;
|
|
238
|
+
onAbort?: () => void;
|
|
239
|
+
className?: string;
|
|
240
|
+
}
|
|
241
|
+
export interface InlineSpinnerProps extends SpinnerProps {
|
|
242
|
+
inline?: boolean;
|
|
243
|
+
defaultOpen?: boolean;
|
|
244
|
+
modelClassName?: string | Record<string, any>;
|
|
245
|
+
}
|
|
246
|
+
export interface InlineSpinnerHandle extends ModelHandle {
|
|
247
|
+
}
|
|
248
|
+
export interface SpinnerDialogProps extends SpinnerProps {
|
|
249
|
+
isOpen: boolean;
|
|
250
|
+
onClose?: () => void;
|
|
251
|
+
title?: string;
|
|
252
|
+
message?: string;
|
|
253
|
+
}
|
|
254
|
+
export interface AdvancedSpinnerProps extends SpinnerProps {
|
|
255
|
+
type?: 'dots' | 'bars' | 'pulse' | 'ring';
|
|
256
|
+
color?: string;
|
|
257
|
+
thickness?: number;
|
|
258
|
+
}
|
|
259
|
+
export interface ToastProps {
|
|
260
|
+
item: {
|
|
261
|
+
id: string;
|
|
262
|
+
header: string;
|
|
263
|
+
body: string;
|
|
264
|
+
type: 'alert' | 'error' | 'warning' | 'info' | 'progress' | 'success' | null;
|
|
265
|
+
duration?: number;
|
|
266
|
+
buttons: any[];
|
|
267
|
+
};
|
|
268
|
+
duration?: number;
|
|
269
|
+
}
|
|
270
|
+
export interface MainframeProps {
|
|
271
|
+
item: {
|
|
272
|
+
id: string;
|
|
273
|
+
header: string;
|
|
274
|
+
body: string;
|
|
275
|
+
type: string | null;
|
|
276
|
+
duration?: number;
|
|
277
|
+
buttons: any[];
|
|
278
|
+
};
|
|
279
|
+
}
|
|
280
|
+
export interface AccordionGroupProps {
|
|
281
|
+
multiple?: boolean;
|
|
282
|
+
children: React.ReactNode;
|
|
283
|
+
border?: boolean;
|
|
284
|
+
onChange?: (params: {
|
|
285
|
+
value: any;
|
|
286
|
+
props: any;
|
|
287
|
+
api: any;
|
|
288
|
+
}) => void;
|
|
289
|
+
onOpen?: (params: {
|
|
290
|
+
value: any;
|
|
291
|
+
props: any;
|
|
292
|
+
api: any;
|
|
293
|
+
}) => void;
|
|
294
|
+
onClose?: (params: {
|
|
295
|
+
value: any;
|
|
296
|
+
props: any;
|
|
297
|
+
api: any;
|
|
298
|
+
}) => void;
|
|
299
|
+
}
|
|
300
|
+
export interface AccordionItemProps {
|
|
301
|
+
value: string;
|
|
302
|
+
header: React.ReactNode;
|
|
303
|
+
children: React.ReactNode;
|
|
304
|
+
disabled?: boolean;
|
|
305
|
+
className?: string;
|
|
306
|
+
defaultOpen?: boolean;
|
|
307
|
+
onOpen?: (params: {
|
|
308
|
+
value: any;
|
|
309
|
+
props: any;
|
|
310
|
+
api: any;
|
|
311
|
+
}) => void;
|
|
312
|
+
onClose?: (params: {
|
|
313
|
+
value: any;
|
|
314
|
+
props: any;
|
|
315
|
+
api: any;
|
|
316
|
+
}) => void;
|
|
317
|
+
}
|
|
318
|
+
export interface Tab {
|
|
319
|
+
value: string;
|
|
320
|
+
label: string;
|
|
321
|
+
content: React.ReactNode;
|
|
322
|
+
default?: boolean;
|
|
323
|
+
disabled?: boolean;
|
|
324
|
+
icon?: React.ReactNode;
|
|
325
|
+
}
|
|
326
|
+
export interface ShadcnTabsProps {
|
|
327
|
+
tabs: Tab[];
|
|
328
|
+
onChange?: (tab: Tab, value: string) => void;
|
|
329
|
+
className?: string;
|
|
330
|
+
size?: 'full' | string;
|
|
331
|
+
body?: boolean;
|
|
332
|
+
theme?: 'minimal' | 'modern';
|
|
333
|
+
outline?: boolean;
|
|
334
|
+
center?: boolean;
|
|
335
|
+
border?: boolean;
|
|
336
|
+
full?: boolean;
|
|
337
|
+
}
|
|
338
|
+
export interface TabItemProps {
|
|
339
|
+
tab: Tab;
|
|
340
|
+
isActive?: boolean;
|
|
341
|
+
onClick?: () => void;
|
|
342
|
+
className?: string;
|
|
343
|
+
}
|
|
344
|
+
export interface NetworkMapProps {
|
|
345
|
+
nodes: object[];
|
|
346
|
+
connections: object[];
|
|
347
|
+
linkHighlightedColorHex: string;
|
|
348
|
+
defaultLinkColorHex: string;
|
|
349
|
+
className: string;
|
|
350
|
+
hideLinksOnDrag: boolean;
|
|
351
|
+
showHoveredLinksOnly: boolean;
|
|
352
|
+
showGoNodeControlButton: boolean;
|
|
353
|
+
draggingMode: boolean;
|
|
354
|
+
maxZoomOutForLinkCount: number;
|
|
355
|
+
nodeSizeScaler: number;
|
|
356
|
+
boundMargin: number;
|
|
357
|
+
defaultAnimationLinkColor: string;
|
|
358
|
+
linkAnimation: boolean;
|
|
359
|
+
debug: boolean;
|
|
360
|
+
staticMapColor: string;
|
|
361
|
+
isolateNonSelectedLinksOnNodeClick: boolean;
|
|
362
|
+
showLinkCount: boolean;
|
|
363
|
+
showEndpoints: boolean;
|
|
364
|
+
MapLogo: React.ReactNode;
|
|
365
|
+
MapLogoClassName: string;
|
|
366
|
+
MapLogoStyle: React.CSSProperties;
|
|
367
|
+
getOverLinkElementDelay: number;
|
|
368
|
+
tid: string | number;
|
|
369
|
+
onConnClick: (conn: object) => void;
|
|
370
|
+
onNodeClick: (node: object) => void;
|
|
371
|
+
getCenterBox: (conn: object) => void;
|
|
372
|
+
onConnection: (mapApi: object) => void;
|
|
373
|
+
onNodeMouseOver: (node: object) => void;
|
|
374
|
+
nodeIconMapperParentClassName: string;
|
|
375
|
+
getMenuTitle: (connection: object) => void;
|
|
376
|
+
getOverLinkElement: (connection: object) => void;
|
|
377
|
+
initialViewState: ViewState | null;
|
|
378
|
+
getEndpointText: (connection: object) => void;
|
|
379
|
+
onLinkContextMenu: (info: {
|
|
380
|
+
data: object;
|
|
381
|
+
event: React.MouseEvent;
|
|
382
|
+
mapApi: MapProps;
|
|
383
|
+
type: string;
|
|
384
|
+
}) => void;
|
|
385
|
+
enableNativeContextMenu: boolean;
|
|
386
|
+
enableLngLatBox: boolean;
|
|
387
|
+
mapStyle: {
|
|
388
|
+
url: string;
|
|
389
|
+
index: number;
|
|
390
|
+
name: string;
|
|
391
|
+
};
|
|
392
|
+
hideLinks: boolean;
|
|
393
|
+
customNavigateButtonsClassName: string;
|
|
394
|
+
mapProps: MapProps;
|
|
395
|
+
customControlButtons: React.ReactNode[];
|
|
396
|
+
menuItems: Array<{
|
|
397
|
+
label: string;
|
|
398
|
+
action?: (args: {
|
|
399
|
+
data: object;
|
|
400
|
+
event: React.MouseEvent;
|
|
401
|
+
mapApi: MapProps;
|
|
402
|
+
type: string;
|
|
403
|
+
}) => void;
|
|
404
|
+
}>;
|
|
405
|
+
nodeMenuItems: Array<{
|
|
406
|
+
label: string;
|
|
407
|
+
action?: (args: {
|
|
408
|
+
data: object;
|
|
409
|
+
event: React.MouseEvent;
|
|
410
|
+
mapApi: MapProps;
|
|
411
|
+
type: string;
|
|
412
|
+
}) => void;
|
|
413
|
+
}>;
|
|
414
|
+
nodeIconMapper?: (object: any) => React.ReactNode | null;
|
|
415
|
+
}
|
|
416
|
+
export interface NodeParams {
|
|
417
|
+
name: string;
|
|
418
|
+
id: string;
|
|
419
|
+
color: string;
|
|
420
|
+
lng: number;
|
|
421
|
+
lat: number;
|
|
422
|
+
details?: Record<string, any>;
|
|
423
|
+
groups: Array<string>;
|
|
424
|
+
}
|
|
425
|
+
export interface NodeTemplate {
|
|
426
|
+
name: string;
|
|
427
|
+
color: string;
|
|
428
|
+
elementId: string;
|
|
429
|
+
details: Record<string, any>;
|
|
430
|
+
groups: Array<string>;
|
|
431
|
+
location: {
|
|
432
|
+
lng: number;
|
|
433
|
+
lat: number;
|
|
434
|
+
};
|
|
435
|
+
}
|
|
436
|
+
export interface ConnectionParams {
|
|
437
|
+
name: string;
|
|
438
|
+
id: string;
|
|
439
|
+
sourceId: string;
|
|
440
|
+
destinationId: string;
|
|
441
|
+
details?: Record<string, any>;
|
|
442
|
+
linkColor?: string | null;
|
|
443
|
+
linkAnimationColor?: string | null;
|
|
444
|
+
layer?: number;
|
|
445
|
+
group?: number;
|
|
446
|
+
bidir?: boolean;
|
|
447
|
+
sourcePort: string | null;
|
|
448
|
+
destinationPort: string | null;
|
|
449
|
+
}
|
|
450
|
+
export interface ConnectionTemplate {
|
|
451
|
+
name: string;
|
|
452
|
+
id: string;
|
|
453
|
+
details: Record<string, any>;
|
|
454
|
+
sourceId: string;
|
|
455
|
+
destinationId: string;
|
|
456
|
+
linkColor: string | null;
|
|
457
|
+
linkAnimationColor: string | null;
|
|
458
|
+
layer: number;
|
|
459
|
+
group: number;
|
|
460
|
+
bidir: boolean;
|
|
461
|
+
sourcePort: string | null;
|
|
462
|
+
destinationPort: string | null;
|
|
463
|
+
}
|
|
464
|
+
export interface HelpPopoverProps {
|
|
465
|
+
title?: string;
|
|
466
|
+
content: React.ReactNode;
|
|
467
|
+
trigger?: React.ReactNode;
|
|
468
|
+
placement?: 'top' | 'bottom' | 'left' | 'right';
|
|
469
|
+
className?: string;
|
|
470
|
+
}
|
|
471
|
+
export interface RadioItemProps {
|
|
472
|
+
children?: React.ReactNode;
|
|
473
|
+
header?: React.ReactNode;
|
|
474
|
+
onSelect?: (ev: React.ChangeEvent<HTMLInputElement>, checked: boolean, state: any) => void;
|
|
475
|
+
onClick?: (state: any) => void;
|
|
476
|
+
onDoubleClick?: (state: any) => void;
|
|
477
|
+
onContextMenu?: (state: any) => void;
|
|
478
|
+
labelProps?: React.LabelHTMLAttributes<HTMLLabelElement>;
|
|
479
|
+
inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
|
|
480
|
+
className?: string;
|
|
481
|
+
defaultChecked?: boolean;
|
|
482
|
+
}
|
|
483
|
+
export interface RadioGroupProps {
|
|
484
|
+
name: string;
|
|
485
|
+
value?: string;
|
|
486
|
+
onChange?: (value: string) => void;
|
|
487
|
+
children: React.ReactNode;
|
|
488
|
+
className?: string;
|
|
489
|
+
orientation?: 'horizontal' | 'vertical';
|
|
490
|
+
}
|
|
491
|
+
export interface ToggleItemProps {
|
|
492
|
+
value: string;
|
|
493
|
+
label: string;
|
|
494
|
+
icon?: React.ReactNode;
|
|
495
|
+
disabled?: boolean;
|
|
496
|
+
className?: string;
|
|
497
|
+
}
|
|
498
|
+
export interface ToggleGroupProps {
|
|
499
|
+
value?: string;
|
|
500
|
+
onValueChange?: (value: string) => void;
|
|
501
|
+
children: React.ReactNode;
|
|
502
|
+
className?: string;
|
|
503
|
+
orientation?: 'horizontal' | 'vertical';
|
|
504
|
+
size?: 'sm' | 'md' | 'lg';
|
|
505
|
+
}
|
|
506
|
+
export interface NgSuccessLegendProps {
|
|
507
|
+
title?: string;
|
|
508
|
+
description?: string;
|
|
509
|
+
className?: string;
|
|
510
|
+
}
|
|
511
|
+
export interface NgFailedLegendProps {
|
|
512
|
+
title?: string;
|
|
513
|
+
description?: string;
|
|
514
|
+
className?: string;
|
|
515
|
+
}
|
|
516
|
+
export interface PropertiesItemProps {
|
|
517
|
+
label: string;
|
|
518
|
+
value: any;
|
|
519
|
+
type?: 'text' | 'number' | 'boolean' | 'date' | 'array' | 'object';
|
|
520
|
+
editable?: boolean;
|
|
521
|
+
onChange?: (value: any) => void;
|
|
522
|
+
className?: string;
|
|
523
|
+
}
|
|
524
|
+
export interface ContextMenuProps {
|
|
525
|
+
items: {
|
|
526
|
+
items: Array<{
|
|
527
|
+
label: string;
|
|
528
|
+
icon?: React.ReactNode;
|
|
529
|
+
action: () => void;
|
|
530
|
+
disabled?: boolean;
|
|
531
|
+
separator?: boolean;
|
|
532
|
+
}>;
|
|
533
|
+
};
|
|
534
|
+
event: React.MouseEvent | null;
|
|
535
|
+
onClose?: () => void;
|
|
536
|
+
className?: string;
|
|
537
|
+
}
|
|
538
|
+
export interface HeadlineProps {
|
|
539
|
+
level?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
540
|
+
children: React.ReactNode;
|
|
541
|
+
className?: string;
|
|
542
|
+
variant?: 'default' | 'muted' | 'accent';
|
|
543
|
+
}
|
|
544
|
+
export interface MainHeaderProps extends HeadlineProps {
|
|
545
|
+
subtitle?: string;
|
|
546
|
+
actions?: React.ReactNode;
|
|
547
|
+
}
|
|
548
|
+
export interface SubHeaderProps extends HeadlineProps {
|
|
549
|
+
description?: string;
|
|
550
|
+
}
|
|
551
|
+
export interface LabelProps extends HeadlineProps {
|
|
552
|
+
required?: boolean;
|
|
553
|
+
error?: string;
|
|
554
|
+
}
|
|
555
|
+
export interface AlertProps {
|
|
556
|
+
dialog?: {
|
|
557
|
+
body: string;
|
|
558
|
+
header?: string;
|
|
559
|
+
onAccept?: () => void;
|
|
560
|
+
onDecline?: () => void;
|
|
561
|
+
autoAccept?: boolean;
|
|
562
|
+
autoDecline?: boolean;
|
|
563
|
+
variant?: string;
|
|
564
|
+
type?: string;
|
|
565
|
+
extraButtons?: any[];
|
|
566
|
+
acceptButtonParams?: object;
|
|
567
|
+
declineButtonParams?: object;
|
|
568
|
+
warning?: boolean;
|
|
569
|
+
id?: string;
|
|
570
|
+
acceptLabel?: string;
|
|
571
|
+
declineLabel?: string;
|
|
572
|
+
success?: boolean;
|
|
573
|
+
alert?: boolean;
|
|
574
|
+
error?: boolean;
|
|
575
|
+
};
|
|
576
|
+
}
|
|
577
|
+
export interface NotifyProps {
|
|
578
|
+
spinnerProps?: SpinnerProps;
|
|
579
|
+
alertProps?: AlertProps;
|
|
580
|
+
toastProps?: ToastProps;
|
|
581
|
+
}
|
|
582
|
+
export interface ErrorBoundaryProps {
|
|
583
|
+
children: React.ReactNode;
|
|
584
|
+
fallback?: React.ComponentType<{
|
|
585
|
+
error: Error;
|
|
586
|
+
resetError: () => void;
|
|
587
|
+
}>;
|
|
588
|
+
onError?: (error: Error, errorInfo: React.ErrorInfo) => void;
|
|
589
|
+
}
|
|
590
|
+
export interface WhatsnewProps {
|
|
591
|
+
items: Array<{
|
|
592
|
+
title: string;
|
|
593
|
+
description: string;
|
|
594
|
+
image?: string;
|
|
595
|
+
date: string;
|
|
596
|
+
version: string;
|
|
597
|
+
}>;
|
|
598
|
+
onClose?: () => void;
|
|
599
|
+
className?: string;
|
|
600
|
+
}
|
|
601
|
+
export interface CommonProps {
|
|
602
|
+
className?: string;
|
|
603
|
+
children?: React.ReactNode;
|
|
604
|
+
id?: string;
|
|
605
|
+
style?: React.CSSProperties;
|
|
606
|
+
}
|
|
607
|
+
export interface EventHandlers {
|
|
608
|
+
onClick?: (event: React.MouseEvent) => void;
|
|
609
|
+
onDoubleClick?: (event: React.MouseEvent) => void;
|
|
610
|
+
onContextMenu?: (event: React.MouseEvent) => void;
|
|
611
|
+
onChange?: (event: React.ChangeEvent) => void;
|
|
612
|
+
onFocus?: (event: React.FocusEvent) => void;
|
|
613
|
+
onBlur?: (event: React.FocusEvent) => void;
|
|
614
|
+
}
|
|
615
|
+
export interface SizeVariants {
|
|
616
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
617
|
+
}
|
|
618
|
+
export interface ColorVariants {
|
|
619
|
+
variant?: 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'info';
|
|
620
|
+
}
|
|
621
|
+
export interface DisabledProps {
|
|
622
|
+
disabled?: boolean;
|
|
623
|
+
loading?: boolean;
|
|
624
|
+
}
|
|
625
|
+
export type SidebarVariant = 'default';
|
|
626
|
+
export type SidebarDirection = 'left' | 'right';
|
|
627
|
+
export type SidebarModelProps = Partial<Omit<ModelProps, 'children'>>;
|
|
628
|
+
export interface SidebarEvent {
|
|
629
|
+
isOpen: boolean;
|
|
630
|
+
id: string;
|
|
631
|
+
modelRef: React.RefObject<ModelHandle | null>;
|
|
632
|
+
element: HTMLElement | null;
|
|
633
|
+
}
|
|
634
|
+
export interface SidebarHandle {
|
|
635
|
+
open: () => void;
|
|
636
|
+
close: () => void;
|
|
637
|
+
toggle: () => void;
|
|
638
|
+
readonly id: string;
|
|
639
|
+
readonly element: HTMLElement | null;
|
|
640
|
+
readonly model: React.RefObject<ModelHandle | null>;
|
|
641
|
+
}
|
|
642
|
+
export interface SidebarProps {
|
|
643
|
+
variant?: SidebarVariant;
|
|
644
|
+
rounded?: 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
645
|
+
padding?: boolean;
|
|
646
|
+
margin?: 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
647
|
+
direction?: SidebarDirection;
|
|
648
|
+
defaultOpen?: boolean;
|
|
649
|
+
children?: React.ReactNode;
|
|
650
|
+
onOpen?: (event: SidebarEvent) => void;
|
|
651
|
+
onClose?: (event: SidebarEvent) => void;
|
|
652
|
+
onChange?: (event: SidebarEvent) => void;
|
|
653
|
+
modelProps?: SidebarModelProps;
|
|
654
|
+
className?: string;
|
|
655
|
+
style?: React.CSSProperties;
|
|
656
|
+
ref?: React.RefObject<HTMLDivElement>;
|
|
657
|
+
}
|
|
658
|
+
export interface ExcelFilterProps {
|
|
659
|
+
columnField: string;
|
|
660
|
+
columnDisplayName: string;
|
|
661
|
+
data: any[];
|
|
662
|
+
onFilterChange: (field: string, selectedValues: any[]) => void;
|
|
663
|
+
currentFilter?: any[];
|
|
664
|
+
tid?: string;
|
|
665
|
+
}
|
|
666
|
+
export interface FilterState {
|
|
667
|
+
[columnField: string]: any[];
|
|
668
|
+
}
|
|
669
|
+
export interface UseExcelFiltersProps {
|
|
670
|
+
data: any[];
|
|
671
|
+
tid?: string;
|
|
672
|
+
onFilteredDataChange?: (filteredData: any[]) => void;
|
|
673
|
+
}
|
|
674
|
+
export interface ArrayViewerProps {
|
|
675
|
+
header: string;
|
|
676
|
+
}
|
|
677
|
+
export interface UseApiReturn {
|
|
678
|
+
data: any;
|
|
679
|
+
loading: boolean;
|
|
680
|
+
error: Error | null;
|
|
681
|
+
refetch: () => void;
|
|
682
|
+
}
|
|
683
|
+
export interface UseStoreReturn<T> {
|
|
684
|
+
state: T;
|
|
685
|
+
setState: (newState: T | ((prev: T) => T)) => void;
|
|
686
|
+
reset: () => void;
|
|
687
|
+
}
|
|
688
|
+
export interface UseVariableReturn<T> {
|
|
689
|
+
value: T;
|
|
690
|
+
setValue: (newValue: T) => void;
|
|
691
|
+
reset: () => void;
|
|
692
|
+
}
|
|
693
|
+
export interface UseBoxSizeReturn {
|
|
694
|
+
x: number;
|
|
695
|
+
y: number;
|
|
696
|
+
width: number;
|
|
697
|
+
height: number;
|
|
698
|
+
}
|
|
699
|
+
//# sourceMappingURL=types.d.ts.map
|