@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 @@
|
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/shadcn/main.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAYrC,MAAM,MAAM,eAAe,GAAG;IAC1B,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,UAAU,4GA8IrB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mainframe.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Mainframe.tsx"],"names":[],"mappings":"AA8GA,eAAO,MAAM,SAAS;;;CA8DrB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToasterSideColor.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/ToasterSideColor.tsx"],"names":[],"mappings":"AAiBA,eAAO,MAAM,gBAAgB,GAAI,UAAK,4CAYrC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=useToast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useToast.d.ts","sourceRoot":"","sources":["../../../../src/components/Toast/hooks/useToast.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface MainframeProps {
|
|
2
|
+
item: {
|
|
3
|
+
id: string;
|
|
4
|
+
header: string;
|
|
5
|
+
body: string;
|
|
6
|
+
type: string | null;
|
|
7
|
+
duration?: number;
|
|
8
|
+
buttons: [];
|
|
9
|
+
onLoad: () => void;
|
|
10
|
+
onAfterLoad: () => void;
|
|
11
|
+
toastId: string;
|
|
12
|
+
};
|
|
13
|
+
duration?: number;
|
|
14
|
+
ref: React.RefObject;
|
|
15
|
+
}
|
|
16
|
+
export declare const Toast: (props: MainframeProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
//# sourceMappingURL=main.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/main.tsx"],"names":[],"mappings":"AAMA,OAAO,cAAc,CAAA;AAGrB,MAAM,WAAW,cAAc;IAC3B,IAAI,EAAE;QACF,EAAE,EAAE,MAAM,CAAC;QACX,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,EAAE,CAAC;QACZ,MAAM,EAAE,MAAM,IAAI,CAAC;QACnB,WAAW,EAAE,MAAM,IAAI,CAAC;QACxB,OAAO,EAAE,MAAM,CAAA;KAClB,CAAC;IACF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAA;CACvB;AAED,eAAO,MAAM,KAAK,GAAI,OAAO,cAAc,4CAqC1C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToggleGroup.d.ts","sourceRoot":"","sources":["../../../src/components/Toggle/ToggleGroup.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAgC,MAAM,OAAO,CAAA;AAGpD,eAAO,MAAM,kBAAkB,mBAAoB,CAAA;AAEnD,eAAO,MAAM,WAAW,GAAI,UAAK,4CA8ChC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToggleItem.d.ts","sourceRoot":"","sources":["../../../src/components/Toggle/ToggleItem.tsx"],"names":[],"mappings":"AA0BA,eAAO,MAAM,UAAU,GAAI,UAAK,4CAqG/B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Whatsnew.d.ts","sourceRoot":"","sources":["../../../src/components/WhatsNew/Whatsnew.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAA;AASzC,OAAO,aAAa,CAAA;AAGpB,eAAO,MAAM,QAAQ,+DAqCnB,CAAA"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
export { AbuiContextProvider, AbuiContext } from './LibContext/AbuiContext';
|
|
2
|
+
export { AutoComplete } from './Inputs/Autocomplete';
|
|
3
|
+
export { InlineSpinner } from './Spinner/InlineSpinner';
|
|
4
|
+
export { default as Tooltip } from './Help/tooltip';
|
|
5
|
+
export { MainHeader, SubHeader, Label } from './Paragraph/Headlines/Headline/MainHeader';
|
|
6
|
+
export { cn } from '../lib/utils';
|
|
7
|
+
export { ScrolBarStyle } from './Containers/ScrolBarStyle';
|
|
8
|
+
export { Sidebar } from './Sidebar/Sidebar';
|
|
9
|
+
export { default as LazyContainer } from './Containers/LazyContainer';
|
|
10
|
+
export { getRandomColor } from './NetworkMap/utils';
|
|
11
|
+
export { default as NetworkMap } from './NetworkMap/Map';
|
|
12
|
+
export { AccordionGroup } from './Accordion/AccordionGroup';
|
|
13
|
+
export { AccordionItem } from './Accordion/AccordionItem';
|
|
14
|
+
export { default as HorizontalDiv } from './Containers/HorizontalDiv';
|
|
15
|
+
export { TestButton as Button } from './Buttons/Button';
|
|
16
|
+
export { BadgeLegend } from './Legends/LegendBadge';
|
|
17
|
+
export { mapStyles } from './NetworkMap/Map';
|
|
18
|
+
export { IconButton } from './Buttons/IconButton';
|
|
19
|
+
export { Body } from './Containers/AppBody';
|
|
20
|
+
export { Frame } from './Containers/MainFrame';
|
|
21
|
+
export { CopyButton } from './Buttons/CopyButton';
|
|
22
|
+
export { Panel } from './Containers/Panel';
|
|
23
|
+
export { SwapIconButton } from './Buttons/SwapIconButton';
|
|
24
|
+
export { Model } from './Containers/Model';
|
|
25
|
+
export { ModelContext } from './Contexts/ModelContext';
|
|
26
|
+
export { AppContext } from './Contexts/AppContext';
|
|
27
|
+
export { DialogPanel } from './Containers/DialogPanel';
|
|
28
|
+
export { CloseButton } from './Buttons/CloseButton';
|
|
29
|
+
export { Spinner } from './Spinner/Spinner';
|
|
30
|
+
export { SpinnerDialog } from './Spinner/SpinnerDialog';
|
|
31
|
+
export { default as InformationTableMui } from './Tables/InformationTable/InformationTable';
|
|
32
|
+
export { ContextMenu } from './Contextmenu/ContextMenuNG/ContextMenu';
|
|
33
|
+
export { ScrollArea } from './Containers/ScrollArea';
|
|
34
|
+
export { Switch } from './Buttons/Switch';
|
|
35
|
+
export { MenuButton } from './Buttons/MenuButton';
|
|
36
|
+
export { Container } from './Containers/Container';
|
|
37
|
+
export { AllInput as Input } from './Inputs/Input';
|
|
38
|
+
export * from 'lucide-react';
|
|
39
|
+
export { Frequency } from './Inputs/frequency';
|
|
40
|
+
export { Whatsnew } from './WhatsNew/Whatsnew';
|
|
41
|
+
export { VirtualContainer } from './Containers/VirtualContainer';
|
|
42
|
+
export { DataTable } from './Tables/NextGen';
|
|
43
|
+
export { Headline } from './Paragraph/Headlines/Headline/Headline';
|
|
44
|
+
export { useRandomId, convertTimestampToDate, GetRandomStr, range, useGeneratedId, capitalizeFirstLetter, convertNumberToArray, getWholeSpectrum } from './utils/utils';
|
|
45
|
+
export { Alert } from './Alerts/main';
|
|
46
|
+
export { Toast } from '../components/Toast/main';
|
|
47
|
+
export { RadioGroup, RadioItem } from './RadioGroup/main';
|
|
48
|
+
export { useApi } from './Api/useApi';
|
|
49
|
+
export { ShadcnTabs as Tabs } from './Tabs/shadcn/main';
|
|
50
|
+
export * from './types';
|
|
51
|
+
export type { ShadcnTabsProps } from './Tabs/shadcn/main';
|
|
52
|
+
export type { Tab } from './Tabs/shadcn/TabItem';
|
|
53
|
+
export { cva } from 'class-variance-authority';
|
|
54
|
+
export { TTextArea as TextArea } from './Inputs/TextArea';
|
|
55
|
+
export { PropertiesItem as PropItem } from './Properties/PropertiesItem/PropertiesItem';
|
|
56
|
+
export { TinnyHelp } from './Help/TinnyHelp';
|
|
57
|
+
export { HelpPopover } from './Help/HelpPopover';
|
|
58
|
+
export { SplitButton } from './Buttons/SplitButton';
|
|
59
|
+
export { useStore } from './Api/useStore';
|
|
60
|
+
export { useVariable } from './Api/useVariable';
|
|
61
|
+
export { default as MuiTable } from './Tables/MuiTable/MuiTable';
|
|
62
|
+
export { default as useBoxSize } from './Contextmenu/ContextMenuNG/hooks/useBoxSize';
|
|
63
|
+
export { NgSuccessLegend } from './Legends/NgSuccessLegend';
|
|
64
|
+
export { NgFailedLegend } from './Legends/NgFailedLegend';
|
|
65
|
+
export { ToggleItem } from './Toggle/ToggleItem';
|
|
66
|
+
export { ToggleGroup } from './Toggle/ToggleGroup';
|
|
67
|
+
export { ErrorBoundry } from './ErrorBoundry/errorBoundry';
|
|
68
|
+
export * from './NetworkMap/utils';
|
|
69
|
+
export { default as Notify } from './notify/notify';
|
|
70
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { AlertProps } from '../Alerts/main';
|
|
3
|
+
import { ToastProps, SpinnerProps } from '../types';
|
|
4
|
+
declare global {
|
|
5
|
+
interface Window {
|
|
6
|
+
abui: {
|
|
7
|
+
spinner: {
|
|
8
|
+
open: () => void;
|
|
9
|
+
close: () => void;
|
|
10
|
+
readonly isOpen: boolean;
|
|
11
|
+
};
|
|
12
|
+
alert: (dialog: AlertProps['dialog']) => void;
|
|
13
|
+
toast: (item: ToastProps['item']) => void;
|
|
14
|
+
ready: boolean;
|
|
15
|
+
props?: NotifyProps;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export interface NotifyProps {
|
|
20
|
+
spinnerProps?: SpinnerProps;
|
|
21
|
+
alertProps?: AlertProps;
|
|
22
|
+
toastProps?: ToastProps;
|
|
23
|
+
onLoad?: () => void;
|
|
24
|
+
}
|
|
25
|
+
declare const _default: React.NamedExoticComponent<NotifyProps & React.RefAttributes<NotifyProps>>;
|
|
26
|
+
export default _default;
|
|
27
|
+
//# sourceMappingURL=notify.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notify.d.ts","sourceRoot":"","sources":["../../../src/components/notify/notify.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmH,MAAM,OAAO,CAAA;AAEvI,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAEvD,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,YAAY,EAAE,MAAM,UAAU,CAAA;AAG7D,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,IAAI,EAAE;YACJ,OAAO,EAAE;gBACP,IAAI,EAAE,MAAM,IAAI,CAAC;gBACjB,KAAK,EAAE,MAAM,IAAI,CAAC;gBAClB,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;aAC1B,CAAC;YACF,KAAK,EAAE,CAAC,MAAM,EAAE,UAAU,CAAC,QAAQ,CAAC,KAAK,IAAI,CAAC;YAC9C,KAAK,EAAE,CAAC,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;YAC1C,KAAK,EAAE,OAAO,CAAC;YACf,KAAK,CAAC,EAAE,WAAW,CAAC;SACrB,CAAA;KACF;CACF;AAED,MAAM,WAAW,WAAW;IAC1B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;CACpB;;AAmDD,wBAA2B"}
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
export declare const data: ({
|
|
2
|
+
label: string;
|
|
3
|
+
action: () => void;
|
|
4
|
+
seperator: boolean;
|
|
5
|
+
size: string;
|
|
6
|
+
type: string;
|
|
7
|
+
shortcut: {
|
|
8
|
+
ctrl: boolean;
|
|
9
|
+
key: string;
|
|
10
|
+
alt: boolean;
|
|
11
|
+
shift: boolean;
|
|
12
|
+
};
|
|
13
|
+
pinned: boolean;
|
|
14
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
subItems?: undefined;
|
|
16
|
+
disabled?: undefined;
|
|
17
|
+
danger?: undefined;
|
|
18
|
+
defaultChecked?: undefined;
|
|
19
|
+
defaultOpen?: undefined;
|
|
20
|
+
content?: undefined;
|
|
21
|
+
onChange?: undefined;
|
|
22
|
+
group?: undefined;
|
|
23
|
+
} | {
|
|
24
|
+
label: string;
|
|
25
|
+
action: () => void;
|
|
26
|
+
seperator: boolean;
|
|
27
|
+
size: string;
|
|
28
|
+
type: string;
|
|
29
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
subItems: {
|
|
31
|
+
label: string;
|
|
32
|
+
action: () => void;
|
|
33
|
+
seperator: boolean;
|
|
34
|
+
size: string;
|
|
35
|
+
type: string;
|
|
36
|
+
shortcut: {
|
|
37
|
+
ctrl: boolean;
|
|
38
|
+
key: string;
|
|
39
|
+
alt: boolean;
|
|
40
|
+
shift: boolean;
|
|
41
|
+
};
|
|
42
|
+
subItems: ({
|
|
43
|
+
label: string;
|
|
44
|
+
action: () => void;
|
|
45
|
+
seperator: boolean;
|
|
46
|
+
size: string;
|
|
47
|
+
type: string;
|
|
48
|
+
shortcut: {
|
|
49
|
+
ctrl: boolean;
|
|
50
|
+
key: string;
|
|
51
|
+
alt: boolean;
|
|
52
|
+
shift: boolean;
|
|
53
|
+
};
|
|
54
|
+
} | {
|
|
55
|
+
label: string;
|
|
56
|
+
action: () => void;
|
|
57
|
+
seperator: boolean;
|
|
58
|
+
size: string;
|
|
59
|
+
type: string;
|
|
60
|
+
shortcut?: undefined;
|
|
61
|
+
})[];
|
|
62
|
+
}[];
|
|
63
|
+
shortcut?: undefined;
|
|
64
|
+
pinned?: undefined;
|
|
65
|
+
disabled?: undefined;
|
|
66
|
+
danger?: undefined;
|
|
67
|
+
defaultChecked?: undefined;
|
|
68
|
+
defaultOpen?: undefined;
|
|
69
|
+
content?: undefined;
|
|
70
|
+
onChange?: undefined;
|
|
71
|
+
group?: undefined;
|
|
72
|
+
} | {
|
|
73
|
+
label: string;
|
|
74
|
+
action: () => void;
|
|
75
|
+
seperator: boolean;
|
|
76
|
+
size: string;
|
|
77
|
+
disabled: boolean;
|
|
78
|
+
type: string;
|
|
79
|
+
shortcut: {
|
|
80
|
+
ctrl: boolean;
|
|
81
|
+
key: string;
|
|
82
|
+
alt: boolean;
|
|
83
|
+
shift: boolean;
|
|
84
|
+
};
|
|
85
|
+
pinned: boolean;
|
|
86
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
87
|
+
subItems?: undefined;
|
|
88
|
+
danger?: undefined;
|
|
89
|
+
defaultChecked?: undefined;
|
|
90
|
+
defaultOpen?: undefined;
|
|
91
|
+
content?: undefined;
|
|
92
|
+
onChange?: undefined;
|
|
93
|
+
group?: undefined;
|
|
94
|
+
} | {
|
|
95
|
+
label: string;
|
|
96
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
97
|
+
pinned: string;
|
|
98
|
+
action: () => void;
|
|
99
|
+
seperator: boolean;
|
|
100
|
+
size: string;
|
|
101
|
+
type: string;
|
|
102
|
+
subItems: any[];
|
|
103
|
+
disabled: boolean;
|
|
104
|
+
shortcut?: undefined;
|
|
105
|
+
danger?: undefined;
|
|
106
|
+
defaultChecked?: undefined;
|
|
107
|
+
defaultOpen?: undefined;
|
|
108
|
+
content?: undefined;
|
|
109
|
+
onChange?: undefined;
|
|
110
|
+
group?: undefined;
|
|
111
|
+
} | {
|
|
112
|
+
label: string;
|
|
113
|
+
action: () => void;
|
|
114
|
+
danger: boolean;
|
|
115
|
+
seperator: boolean;
|
|
116
|
+
size: string;
|
|
117
|
+
type: string;
|
|
118
|
+
shortcut: {
|
|
119
|
+
ctrl: boolean;
|
|
120
|
+
key: string;
|
|
121
|
+
alt: boolean;
|
|
122
|
+
shift: boolean;
|
|
123
|
+
};
|
|
124
|
+
disabled: boolean;
|
|
125
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
126
|
+
pinned?: undefined;
|
|
127
|
+
subItems?: undefined;
|
|
128
|
+
defaultChecked?: undefined;
|
|
129
|
+
defaultOpen?: undefined;
|
|
130
|
+
content?: undefined;
|
|
131
|
+
onChange?: undefined;
|
|
132
|
+
group?: undefined;
|
|
133
|
+
} | {
|
|
134
|
+
label: string;
|
|
135
|
+
action: () => void;
|
|
136
|
+
danger: boolean;
|
|
137
|
+
seperator: boolean;
|
|
138
|
+
size: string;
|
|
139
|
+
type: string;
|
|
140
|
+
defaultChecked: boolean;
|
|
141
|
+
shortcut?: undefined;
|
|
142
|
+
pinned?: undefined;
|
|
143
|
+
icon?: undefined;
|
|
144
|
+
subItems?: undefined;
|
|
145
|
+
disabled?: undefined;
|
|
146
|
+
defaultOpen?: undefined;
|
|
147
|
+
content?: undefined;
|
|
148
|
+
onChange?: undefined;
|
|
149
|
+
group?: undefined;
|
|
150
|
+
} | {
|
|
151
|
+
label: string;
|
|
152
|
+
action: () => void;
|
|
153
|
+
danger: boolean;
|
|
154
|
+
seperator: boolean;
|
|
155
|
+
size: string;
|
|
156
|
+
type: string;
|
|
157
|
+
defaultChecked: boolean;
|
|
158
|
+
disabled: boolean;
|
|
159
|
+
shortcut?: undefined;
|
|
160
|
+
pinned?: undefined;
|
|
161
|
+
icon?: undefined;
|
|
162
|
+
subItems?: undefined;
|
|
163
|
+
defaultOpen?: undefined;
|
|
164
|
+
content?: undefined;
|
|
165
|
+
onChange?: undefined;
|
|
166
|
+
group?: undefined;
|
|
167
|
+
} | {
|
|
168
|
+
label: string;
|
|
169
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
170
|
+
action: () => void;
|
|
171
|
+
seperator: boolean;
|
|
172
|
+
size: string;
|
|
173
|
+
type: string;
|
|
174
|
+
shortcut: {
|
|
175
|
+
ctrl: boolean;
|
|
176
|
+
key: string;
|
|
177
|
+
alt: boolean;
|
|
178
|
+
shift: boolean;
|
|
179
|
+
};
|
|
180
|
+
subItems: ({
|
|
181
|
+
label: string;
|
|
182
|
+
action: () => void;
|
|
183
|
+
seperator: boolean;
|
|
184
|
+
size: string;
|
|
185
|
+
type: string;
|
|
186
|
+
shortcut: {
|
|
187
|
+
ctrl: boolean;
|
|
188
|
+
key: string;
|
|
189
|
+
alt: boolean;
|
|
190
|
+
shift: boolean;
|
|
191
|
+
};
|
|
192
|
+
subItems: {
|
|
193
|
+
label: string;
|
|
194
|
+
action: () => void;
|
|
195
|
+
shortcut: {
|
|
196
|
+
ctrl: boolean;
|
|
197
|
+
alt: boolean;
|
|
198
|
+
key: string;
|
|
199
|
+
};
|
|
200
|
+
}[];
|
|
201
|
+
danger?: undefined;
|
|
202
|
+
defaultChecked?: undefined;
|
|
203
|
+
} | {
|
|
204
|
+
label: string;
|
|
205
|
+
action: () => void;
|
|
206
|
+
danger: boolean;
|
|
207
|
+
seperator: boolean;
|
|
208
|
+
size: string;
|
|
209
|
+
type: string;
|
|
210
|
+
defaultChecked: boolean;
|
|
211
|
+
shortcut?: undefined;
|
|
212
|
+
subItems?: undefined;
|
|
213
|
+
})[];
|
|
214
|
+
pinned?: undefined;
|
|
215
|
+
disabled?: undefined;
|
|
216
|
+
danger?: undefined;
|
|
217
|
+
defaultChecked?: undefined;
|
|
218
|
+
defaultOpen?: undefined;
|
|
219
|
+
content?: undefined;
|
|
220
|
+
onChange?: undefined;
|
|
221
|
+
group?: undefined;
|
|
222
|
+
} | {
|
|
223
|
+
label: string;
|
|
224
|
+
action: () => void;
|
|
225
|
+
danger: boolean;
|
|
226
|
+
seperator: boolean;
|
|
227
|
+
size: string;
|
|
228
|
+
type: string;
|
|
229
|
+
defaultOpen: boolean;
|
|
230
|
+
disabled: boolean;
|
|
231
|
+
content: string;
|
|
232
|
+
shortcut?: undefined;
|
|
233
|
+
pinned?: undefined;
|
|
234
|
+
icon?: undefined;
|
|
235
|
+
subItems?: undefined;
|
|
236
|
+
defaultChecked?: undefined;
|
|
237
|
+
onChange?: undefined;
|
|
238
|
+
group?: undefined;
|
|
239
|
+
} | {
|
|
240
|
+
label: string;
|
|
241
|
+
action: () => void;
|
|
242
|
+
danger: boolean;
|
|
243
|
+
seperator: boolean;
|
|
244
|
+
size: string;
|
|
245
|
+
type: string;
|
|
246
|
+
disabled: boolean;
|
|
247
|
+
onChange: (e: any, v: any, s: any) => void;
|
|
248
|
+
group: ({
|
|
249
|
+
label: string;
|
|
250
|
+
value: number;
|
|
251
|
+
defaultChecked?: undefined;
|
|
252
|
+
} | {
|
|
253
|
+
label: string;
|
|
254
|
+
value: number;
|
|
255
|
+
defaultChecked: boolean;
|
|
256
|
+
})[];
|
|
257
|
+
shortcut?: undefined;
|
|
258
|
+
pinned?: undefined;
|
|
259
|
+
icon?: undefined;
|
|
260
|
+
subItems?: undefined;
|
|
261
|
+
defaultChecked?: undefined;
|
|
262
|
+
defaultOpen?: undefined;
|
|
263
|
+
content?: undefined;
|
|
264
|
+
})[];
|
|
265
|
+
//# sourceMappingURL=ContextmenuItems.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContextmenuItems.d.ts","sourceRoot":"","sources":["../../../src/components/playground-data/ContextmenuItems.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+NhB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datatableitems.d.ts","sourceRoot":"","sources":["../../../src/components/playground-data/datatableitems.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,GAAI,SAAI,UAetC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"informationtabledata.d.ts","sourceRoot":"","sources":["../../../src/components/playground-data/informationtabledata.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;GAMhB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const longtext = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br>Where does it come from?\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\"";
|
|
2
|
+
//# sourceMappingURL=longtext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"longtext.d.ts","sourceRoot":"","sources":["../../../src/components/playground-data/longtext.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,+oDAGoR,CAAA"}
|