@abdellatifui/react 3.0.31 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-WzrKES98.js → index-DIdJu4_D.js} +3 -3
- package/dist/{maplibre-gl-CqX8DC51.js → maplibre-gl-B3h0Spfa.js} +1 -1
- package/dist/nextgen.d.ts +76 -48
- package/dist/nextgen.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/App.d.ts +4 -0
- package/dist/types/App.d.ts.map +1 -0
- package/dist/types/components/Accordion/AccordionGroup.d.ts +4 -0
- package/dist/types/components/Accordion/AccordionGroup.d.ts.map +1 -0
- package/dist/types/components/Accordion/AccordionItem.d.ts +2 -0
- package/dist/types/components/Accordion/AccordionItem.d.ts.map +1 -0
- package/dist/types/components/AdvancedSpinner/main.d.ts +4 -0
- package/dist/types/components/AdvancedSpinner/main.d.ts.map +1 -0
- package/dist/types/components/Alerts/Store/AlertRouter.d.ts +3 -0
- package/dist/types/components/Alerts/Store/AlertRouter.d.ts.map +1 -0
- package/dist/types/components/Alerts/Store/PrimaryAlertPaper.d.ts +3 -0
- package/dist/types/components/Alerts/Store/PrimaryAlertPaper.d.ts.map +1 -0
- package/dist/types/components/Alerts/Store/PrimaryFooter.d.ts +2 -0
- package/dist/types/components/Alerts/Store/PrimaryFooter.d.ts.map +1 -0
- package/dist/types/components/Alerts/Store/PrimaryHeader.d.ts +2 -0
- package/dist/types/components/Alerts/Store/PrimaryHeader.d.ts.map +1 -0
- package/dist/types/components/Alerts/hooks/useConfirmbox.d.ts +2 -0
- package/dist/types/components/Alerts/hooks/useConfirmbox.d.ts.map +1 -0
- package/dist/types/components/Alerts/hooks/useDrag.d.ts +9 -0
- package/dist/types/components/Alerts/hooks/useDrag.d.ts.map +1 -0
- package/dist/types/components/Alerts/hooks/useQueueHook.d.ts +3 -0
- package/dist/types/components/Alerts/hooks/useQueueHook.d.ts.map +1 -0
- package/dist/types/components/Alerts/main.d.ts +18 -0
- package/dist/types/components/Alerts/main.d.ts.map +1 -0
- package/dist/types/components/Api/useApi.d.ts +18 -0
- package/dist/types/components/Api/useApi.d.ts.map +1 -0
- package/dist/types/components/Api/useSecondEffect.d.ts +2 -0
- package/dist/types/components/Api/useSecondEffect.d.ts.map +1 -0
- package/dist/types/components/Api/useStore.d.ts +2 -0
- package/dist/types/components/Api/useStore.d.ts.map +1 -0
- package/dist/types/components/Api/useVariable.d.ts +2 -0
- package/dist/types/components/Api/useVariable.d.ts.map +1 -0
- package/dist/types/components/Buttons/Button.d.ts +20 -0
- package/dist/types/components/Buttons/Button.d.ts.map +1 -0
- package/dist/types/components/Buttons/CloseButton.d.ts +3 -0
- package/dist/types/components/Buttons/CloseButton.d.ts.map +1 -0
- package/dist/types/components/Buttons/CopyButton.d.ts +3 -0
- package/dist/types/components/Buttons/CopyButton.d.ts.map +1 -0
- package/dist/types/components/Buttons/GenericIconButton.d.ts +1 -0
- package/dist/types/components/Buttons/GenericIconButton.d.ts.map +1 -0
- package/dist/types/components/Buttons/IconButton.d.ts +3 -0
- package/dist/types/components/Buttons/IconButton.d.ts.map +1 -0
- package/dist/types/components/Buttons/MenuButton.d.ts +3 -0
- package/dist/types/components/Buttons/MenuButton.d.ts.map +1 -0
- package/dist/types/components/Buttons/SplitButton.d.ts +2 -0
- package/dist/types/components/Buttons/SplitButton.d.ts.map +1 -0
- package/dist/types/components/Buttons/SwapIconButton.d.ts +3 -0
- package/dist/types/components/Buttons/SwapIconButton.d.ts.map +1 -0
- package/dist/types/components/Buttons/Switch.d.ts +8 -0
- package/dist/types/components/Buttons/Switch.d.ts.map +1 -0
- package/dist/types/components/Containers/AppBody.d.ts +3 -0
- package/dist/types/components/Containers/AppBody.d.ts.map +1 -0
- package/dist/types/components/Containers/Container.d.ts +4 -0
- package/dist/types/components/Containers/Container.d.ts.map +1 -0
- package/dist/types/components/Containers/DialogPanel.d.ts +13 -0
- package/dist/types/components/Containers/DialogPanel.d.ts.map +1 -0
- package/dist/types/components/Containers/HorizontalDiv.d.ts +3 -0
- package/dist/types/components/Containers/HorizontalDiv.d.ts.map +1 -0
- package/dist/types/components/Containers/MainFrame.d.ts +3 -0
- package/dist/types/components/Containers/MainFrame.d.ts.map +1 -0
- package/dist/types/components/Containers/Model.d.ts +11 -0
- package/dist/types/components/Containers/Model.d.ts.map +1 -0
- package/dist/types/components/Containers/Panel.d.ts +14 -0
- package/dist/types/components/Containers/Panel.d.ts.map +1 -0
- package/dist/types/components/Containers/ScrolBarStyle.d.ts +3 -0
- package/dist/types/components/Containers/ScrolBarStyle.d.ts.map +1 -0
- package/dist/types/components/Containers/ScrollArea.d.ts +4 -0
- package/dist/types/components/Containers/ScrollArea.d.ts.map +1 -0
- package/dist/types/components/Containers/Sub_Components/PanelFooter.d.ts +3 -0
- package/dist/types/components/Containers/Sub_Components/PanelFooter.d.ts.map +1 -0
- package/dist/types/components/Containers/Sub_Components/PanelHeader.d.ts +3 -0
- package/dist/types/components/Containers/Sub_Components/PanelHeader.d.ts.map +1 -0
- package/dist/types/components/Containers/VirtualContainer.d.ts +3 -0
- package/dist/types/components/Containers/VirtualContainer.d.ts.map +1 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/Components/MenuBox.d.ts +3 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/Components/MenuBox.d.ts.map +1 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/Components/MenuItems.d.ts +4 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/Components/MenuItems.d.ts.map +1 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/ContextMenu.d.ts +16 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/ContextMenu.d.ts.map +1 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/hooks/useBoxDimensions.d.ts +3 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/hooks/useBoxDimensions.d.ts.map +1 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/hooks/useBoxSize.d.ts +9 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/hooks/useBoxSize.d.ts.map +1 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/hooks/useMouseLocation.d.ts +9 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/hooks/useMouseLocation.d.ts.map +1 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/hooks/useOpacityChange.d.ts +3 -0
- package/dist/types/components/Contextmenu/ContextMenuNG/hooks/useOpacityChange.d.ts.map +1 -0
- package/dist/types/components/Contexts/AppContext.d.ts +3 -0
- package/dist/types/components/Contexts/AppContext.d.ts.map +1 -0
- package/dist/types/components/Contexts/ModelContext.d.ts +3 -0
- package/dist/types/components/Contexts/ModelContext.d.ts.map +1 -0
- package/dist/types/components/ErrorBoundry/errorBoundry.d.ts +2 -0
- package/dist/types/components/ErrorBoundry/errorBoundry.d.ts.map +1 -0
- package/dist/types/components/Help/HelpPopover.d.ts +2 -0
- package/dist/types/components/Help/HelpPopover.d.ts.map +1 -0
- package/dist/types/components/Help/TinnyHelp.d.ts +2 -0
- package/dist/types/components/Help/TinnyHelp.d.ts.map +1 -0
- package/dist/types/components/Inputs/AutoCompleteBox.d.ts +3 -0
- package/dist/types/components/Inputs/AutoCompleteBox.d.ts.map +1 -0
- package/dist/types/components/Inputs/Autocomplete.d.ts +18 -0
- package/dist/types/components/Inputs/Autocomplete.d.ts.map +1 -0
- package/dist/types/components/Inputs/Input.d.ts +20 -0
- package/dist/types/components/Inputs/Input.d.ts.map +1 -0
- package/dist/types/components/Inputs/TextArea.d.ts +3 -0
- package/dist/types/components/Inputs/TextArea.d.ts.map +1 -0
- package/dist/types/components/Inputs/frequency.d.ts +3 -0
- package/dist/types/components/Inputs/frequency.d.ts.map +1 -0
- package/dist/types/components/Inputs/frequencyOld.d.ts +3 -0
- package/dist/types/components/Inputs/frequencyOld.d.ts.map +1 -0
- package/dist/types/components/Legends/NgFailedLegend.d.ts +2 -0
- package/dist/types/components/Legends/NgFailedLegend.d.ts.map +1 -0
- package/dist/types/components/Legends/NgSuccessLegend.d.ts +2 -0
- package/dist/types/components/Legends/NgSuccessLegend.d.ts.map +1 -0
- package/dist/types/components/NetworkMap/Connection.backup.d.ts +3 -0
- package/dist/types/components/NetworkMap/Connection.backup.d.ts.map +1 -0
- package/dist/types/components/NetworkMap/Connection.d.ts +3 -0
- package/dist/types/components/NetworkMap/Connection.d.ts.map +1 -0
- package/dist/types/components/NetworkMap/CustomMarker.d.ts +3 -0
- package/dist/types/components/NetworkMap/CustomMarker.d.ts.map +1 -0
- package/dist/types/components/NetworkMap/CustomerMapLegends.d.ts +3 -0
- package/dist/types/components/NetworkMap/CustomerMapLegends.d.ts.map +1 -0
- package/dist/types/components/NetworkMap/LngLatBox.d.ts +3 -0
- package/dist/types/components/NetworkMap/LngLatBox.d.ts.map +1 -0
- package/dist/types/components/NetworkMap/Map.d.ts +6 -0
- package/dist/types/components/NetworkMap/Map.d.ts.map +1 -0
- package/dist/types/components/NetworkMap/PinItem.d.ts +4 -0
- package/dist/types/components/NetworkMap/PinItem.d.ts.map +1 -0
- package/dist/types/components/NetworkMap/types.d.ts +34 -0
- package/dist/types/components/NetworkMap/types.d.ts.map +1 -0
- package/dist/types/components/NetworkMap/useCreatePath.d.ts +89 -0
- package/dist/types/components/NetworkMap/useCreatePath.d.ts.map +1 -0
- package/dist/types/components/NetworkMap/utils.d.ts +25 -0
- package/dist/types/components/NetworkMap/utils.d.ts.map +1 -0
- package/dist/types/components/Paragraph/Headlines/Headline/Headline.d.ts +3 -0
- package/dist/types/components/Paragraph/Headlines/Headline/Headline.d.ts.map +1 -0
- package/dist/types/components/Paragraph/Headlines/Headline/MHeader.d.ts +2 -0
- package/dist/types/components/Paragraph/Headlines/Headline/MHeader.d.ts.map +1 -0
- package/dist/types/components/Paragraph/Headlines/Headline/MainHeader.d.ts +4 -0
- package/dist/types/components/Paragraph/Headlines/Headline/MainHeader.d.ts.map +1 -0
- package/dist/types/components/Paragraph/Headlines/Headline/index.d.ts +1 -0
- package/dist/types/components/Paragraph/Headlines/Headline/index.d.ts.map +1 -0
- package/dist/types/components/Paragraph/Headlines/index.d.ts +2 -0
- package/dist/types/components/Paragraph/Headlines/index.d.ts.map +1 -0
- package/dist/types/components/Properties/PropertiesItem/PropertiesItem.d.ts +2 -0
- package/dist/types/components/Properties/PropertiesItem/PropertiesItem.d.ts.map +1 -0
- package/dist/types/components/RadioGroup/main.d.ts +16 -0
- package/dist/types/components/RadioGroup/main.d.ts.map +1 -0
- package/dist/types/components/Spinner/InlineSpinner.d.ts +3 -0
- package/dist/types/components/Spinner/InlineSpinner.d.ts.map +1 -0
- package/dist/types/components/Spinner/Spinner.d.ts +4 -0
- package/dist/types/components/Spinner/Spinner.d.ts.map +1 -0
- package/dist/types/components/Spinner/SpinnerDialog.d.ts +3 -0
- package/dist/types/components/Spinner/SpinnerDialog.d.ts.map +1 -0
- package/dist/types/components/Tables/InformationTable/InformationTable.d.ts +2 -0
- package/dist/types/components/Tables/InformationTable/InformationTable.d.ts.map +1 -0
- package/dist/types/components/Tables/MuiTable/MuiTable.d.ts +3 -0
- package/dist/types/components/Tables/MuiTable/MuiTable.d.ts.map +1 -0
- package/dist/types/components/Tables/MuiTable/hooks/useHeaders.d.ts +5 -0
- package/dist/types/components/Tables/MuiTable/hooks/useHeaders.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/index.d.ts +2 -0
- package/dist/types/components/Tables/NextGen/index.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useAutoFit.d.ts +2 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useAutoFit.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useCheckboxFilter.d.ts +3 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useCheckboxFilter.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useCustomCallback.d.ts +15 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useCustomCallback.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useGenerateHeaders.d.ts +10 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useGenerateHeaders.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/hooks/usePaginationPageSizeSelector.d.ts +3 -0
- package/dist/types/components/Tables/NextGen/main/hooks/usePaginationPageSizeSelector.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useRowHeight.d.ts +2 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useRowHeight.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useRowSizeChange.d.ts +9 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useRowSizeChange.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useTableMenu.d.ts +3 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useTableMenu.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useTablePreferencesMenu.d.ts +2 -0
- package/dist/types/components/Tables/NextGen/main/hooks/useTablePreferencesMenu.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/main.d.ts +53 -0
- package/dist/types/components/Tables/NextGen/main/main.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/ArrayViewer/ArrayViewer.d.ts +6 -0
- package/dist/types/components/Tables/NextGen/main/plugins/ArrayViewer/ArrayViewer.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/ColorInput/ColorInputBox.d.ts +3 -0
- package/dist/types/components/Tables/NextGen/main/plugins/ColorInput/ColorInputBox.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/CustomDetailViewer/CustomDetailViewer.d.ts +3 -0
- package/dist/types/components/Tables/NextGen/main/plugins/CustomDetailViewer/CustomDetailViewer.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/CustomFooter/CustomFooter.d.ts +6 -0
- package/dist/types/components/Tables/NextGen/main/plugins/CustomFooter/CustomFooter.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/ExpandableRow/ExpandableRow.d.ts +3 -0
- package/dist/types/components/Tables/NextGen/main/plugins/ExpandableRow/ExpandableRow.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/FilterLayout/FilterLayout.d.ts +2 -0
- package/dist/types/components/Tables/NextGen/main/plugins/FilterLayout/FilterLayout.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/ManageColumns/ManageColumns.d.ts +3 -0
- package/dist/types/components/Tables/NextGen/main/plugins/ManageColumns/ManageColumns.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/PaginationField/PaginationField.d.ts +2 -0
- package/dist/types/components/Tables/NextGen/main/plugins/PaginationField/PaginationField.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/SearchField/SearchField.d.ts +6 -0
- package/dist/types/components/Tables/NextGen/main/plugins/SearchField/SearchField.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/Topbar/Topbar.d.ts +2 -0
- package/dist/types/components/Tables/NextGen/main/plugins/Topbar/Topbar.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/context/TableGlobalContext.d.ts +4 -0
- package/dist/types/components/Tables/NextGen/main/plugins/context/TableGlobalContext.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/plugins/useCustomGrouping/useCustomGrouping.d.ts +3 -0
- package/dist/types/components/Tables/NextGen/main/plugins/useCustomGrouping/useCustomGrouping.d.ts.map +1 -0
- package/dist/types/components/Tables/NextGen/main/utils/utils.d.ts +5 -0
- package/dist/types/components/Tables/NextGen/main/utils/utils.d.ts.map +1 -0
- package/dist/types/components/Tabs/shadcn/TabItem.d.ts +25 -0
- package/dist/types/components/Tabs/shadcn/TabItem.d.ts.map +1 -0
- package/dist/types/components/Tabs/shadcn/main.d.ts +15 -0
- package/dist/types/components/Tabs/shadcn/main.d.ts.map +1 -0
- package/dist/types/components/Toast/Mainframe.d.ts +3 -0
- package/dist/types/components/Toast/Mainframe.d.ts.map +1 -0
- package/dist/types/components/Toast/ToasterSideColor.d.ts +2 -0
- package/dist/types/components/Toast/ToasterSideColor.d.ts.map +1 -0
- package/dist/types/components/Toast/hooks/useToast.d.ts +1 -0
- package/dist/types/components/Toast/hooks/useToast.d.ts.map +1 -0
- package/dist/types/components/Toast/main.d.ts +14 -0
- package/dist/types/components/Toast/main.d.ts.map +1 -0
- package/dist/types/components/Toggle/ToggleGroup.d.ts +4 -0
- package/dist/types/components/Toggle/ToggleGroup.d.ts.map +1 -0
- package/dist/types/components/Toggle/ToggleItem.d.ts +2 -0
- package/dist/types/components/Toggle/ToggleItem.d.ts.map +1 -0
- package/dist/types/components/WhatsNew/Whatsnew.d.ts +4 -0
- package/dist/types/components/WhatsNew/Whatsnew.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +67 -0
- package/dist/types/components/index.d.ts.map +1 -0
- package/dist/types/components/playground-data/ContextmenuItems.d.ts +265 -0
- package/dist/types/components/playground-data/ContextmenuItems.d.ts.map +1 -0
- package/dist/types/components/playground-data/datatableitems.d.ts +2 -0
- package/dist/types/components/playground-data/datatableitems.d.ts.map +1 -0
- package/dist/types/components/playground-data/informationtabledata.d.ts +5 -0
- package/dist/types/components/playground-data/informationtabledata.d.ts.map +1 -0
- package/dist/types/components/playground-data/longtext.d.ts +2 -0
- package/dist/types/components/playground-data/longtext.d.ts.map +1 -0
- package/dist/types/components/ui/accordion.d.ts +8 -0
- package/dist/types/components/ui/accordion.d.ts.map +1 -0
- package/dist/types/components/ui/alert-dialog.d.ts +21 -0
- package/dist/types/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/types/components/ui/button.d.ts +12 -0
- package/dist/types/components/ui/button.d.ts.map +1 -0
- package/dist/types/components/ui/card.d.ts +9 -0
- package/dist/types/components/ui/card.d.ts.map +1 -0
- package/dist/types/components/ui/carousel.d.ts +19 -0
- package/dist/types/components/ui/carousel.d.ts.map +1 -0
- package/dist/types/components/ui/command.d.ts +83 -0
- package/dist/types/components/ui/command.d.ts.map +1 -0
- package/dist/types/components/ui/context-menu.d.ts +28 -0
- package/dist/types/components/ui/context-menu.d.ts.map +1 -0
- package/dist/types/components/ui/dialog.d.ts +20 -0
- package/dist/types/components/ui/dialog.d.ts.map +1 -0
- package/dist/types/components/ui/dropdown-menu.d.ts +28 -0
- package/dist/types/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/types/components/ui/hover-card.d.ts +7 -0
- package/dist/types/components/ui/hover-card.d.ts.map +1 -0
- package/dist/types/components/ui/input.d.ts +6 -0
- package/dist/types/components/ui/input.d.ts.map +1 -0
- package/dist/types/components/ui/label.d.ts +6 -0
- package/dist/types/components/ui/label.d.ts.map +1 -0
- package/dist/types/components/ui/popover.d.ts +8 -0
- package/dist/types/components/ui/popover.d.ts.map +1 -0
- package/dist/types/components/ui/resizable.d.ts +25 -0
- package/dist/types/components/ui/resizable.d.ts.map +1 -0
- package/dist/types/components/ui/scroll-area.d.ts +6 -0
- package/dist/types/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/types/components/ui/select.d.ts +14 -0
- package/dist/types/components/ui/select.d.ts.map +1 -0
- package/dist/types/components/ui/separator.d.ts +5 -0
- package/dist/types/components/ui/separator.d.ts.map +1 -0
- package/dist/types/components/ui/slider.d.ts +5 -0
- package/dist/types/components/ui/slider.d.ts.map +1 -0
- package/dist/types/components/ui/switch.d.ts +5 -0
- package/dist/types/components/ui/switch.d.ts.map +1 -0
- package/dist/types/components/ui/tabs.d.ts +8 -0
- package/dist/types/components/ui/tabs.d.ts.map +1 -0
- package/dist/types/components/ui/textarea.d.ts +6 -0
- package/dist/types/components/ui/textarea.d.ts.map +1 -0
- package/dist/types/components/ui/toggle.d.ts +13 -0
- package/dist/types/components/ui/toggle.d.ts.map +1 -0
- package/dist/types/components/ui/tooltip.d.ts +8 -0
- package/dist/types/components/ui/tooltip.d.ts.map +1 -0
- package/dist/types/components/utils/hotkeyregister.d.ts +19 -0
- package/dist/types/components/utils/hotkeyregister.d.ts.map +1 -0
- package/dist/types/components/utils/optics.d.ts +2 -0
- package/dist/types/components/utils/optics.d.ts.map +1 -0
- package/dist/types/components/utils/utils.d.ts +9 -0
- package/dist/types/components/utils/utils.d.ts.map +1 -0
- package/dist/types/lib/utils.d.ts +3 -0
- package/dist/types/lib/utils.d.ts.map +1 -0
- package/dist/types/main.d.ts +2 -0
- package/dist/types/main.d.ts.map +1 -0
- package/dist/types/stories/Alerts/alerts.stories.d.ts +10 -0
- package/dist/types/stories/Alerts/alerts.stories.d.ts.map +1 -0
- package/dist/types/stories/Alerts/toast.stories.d.ts +8 -0
- package/dist/types/stories/Alerts/toast.stories.d.ts.map +1 -0
- package/dist/types/stories/Api/api.stories.d.ts +23 -0
- package/dist/types/stories/Api/api.stories.d.ts.map +1 -0
- package/dist/types/stories/Boxes/Body.stories.d.ts +13 -0
- package/dist/types/stories/Boxes/Body.stories.d.ts.map +1 -0
- package/dist/types/stories/Boxes/Container.stories.d.ts +15 -0
- package/dist/types/stories/Boxes/Container.stories.d.ts.map +1 -0
- package/dist/types/stories/Boxes/VirtualContainer.stories.d.ts +9 -0
- package/dist/types/stories/Boxes/VirtualContainer.stories.d.ts.map +1 -0
- package/dist/types/stories/Boxes/accordion.stories.d.ts +8 -0
- package/dist/types/stories/Boxes/accordion.stories.d.ts.map +1 -0
- package/dist/types/stories/Boxes/dialogpane.stories.d.ts +15 -0
- package/dist/types/stories/Boxes/dialogpane.stories.d.ts.map +1 -0
- package/dist/types/stories/Boxes/panel.stories.d.ts +18 -0
- package/dist/types/stories/Boxes/panel.stories.d.ts.map +1 -0
- package/dist/types/stories/Boxes/plainmodel.stories.d.ts +14 -0
- package/dist/types/stories/Boxes/plainmodel.stories.d.ts.map +1 -0
- package/dist/types/stories/Buttons/Button.stories.d.ts +26 -0
- package/dist/types/stories/Buttons/Button.stories.d.ts.map +1 -0
- package/dist/types/stories/Buttons/IconButton.stories.d.ts +13 -0
- package/dist/types/stories/Buttons/IconButton.stories.d.ts.map +1 -0
- package/dist/types/stories/Buttons/SplitButton.stories.d.ts +8 -0
- package/dist/types/stories/Buttons/SplitButton.stories.d.ts.map +1 -0
- package/dist/types/stories/Buttons/copybtn.stories.d.ts +10 -0
- package/dist/types/stories/Buttons/copybtn.stories.d.ts.map +1 -0
- package/dist/types/stories/Buttons/switch.stories.d.ts +8 -0
- package/dist/types/stories/Buttons/switch.stories.d.ts.map +1 -0
- package/dist/types/stories/Contextmenu/contextmenu.stories.d.ts +22 -0
- package/dist/types/stories/Contextmenu/contextmenu.stories.d.ts.map +1 -0
- package/dist/types/stories/Help/help.stories.d.ts +7 -0
- package/dist/types/stories/Help/help.stories.d.ts.map +1 -0
- package/dist/types/stories/Help/helpIcon.stories.d.ts +7 -0
- package/dist/types/stories/Help/helpIcon.stories.d.ts.map +1 -0
- package/dist/types/stories/Help/tooltip.stories.d.ts +10 -0
- package/dist/types/stories/Help/tooltip.stories.d.ts.map +1 -0
- package/dist/types/stories/Inputs/input.stories.d.ts +18 -0
- package/dist/types/stories/Inputs/input.stories.d.ts.map +1 -0
- package/dist/types/stories/Legends/legends.stories.d.ts +9 -0
- package/dist/types/stories/Legends/legends.stories.d.ts.map +1 -0
- package/dist/types/stories/Map/map.stories.d.ts +22 -0
- package/dist/types/stories/Map/map.stories.d.ts.map +1 -0
- package/dist/types/stories/Properties/item.stories.d.ts +8 -0
- package/dist/types/stories/Properties/item.stories.d.ts.map +1 -0
- package/dist/types/stories/RadioGroups/radiogroups.stories.d.ts +8 -0
- package/dist/types/stories/RadioGroups/radiogroups.stories.d.ts.map +1 -0
- package/dist/types/stories/Spinner/InlineSpinner.stories.d.ts +11 -0
- package/dist/types/stories/Spinner/InlineSpinner.stories.d.ts.map +1 -0
- package/dist/types/stories/Spinner/SpinnerDialog.stories.d.ts +13 -0
- package/dist/types/stories/Spinner/SpinnerDialog.stories.d.ts.map +1 -0
- package/dist/types/stories/Spinner/spinnerbox.stories.d.ts +16 -0
- package/dist/types/stories/Spinner/spinnerbox.stories.d.ts.map +1 -0
- package/dist/types/stories/Tables/DataTable.stories.d.ts +9 -0
- package/dist/types/stories/Tables/DataTable.stories.d.ts.map +1 -0
- package/dist/types/stories/Tables/MuiTable.stories.d.ts +8 -0
- package/dist/types/stories/Tables/MuiTable.stories.d.ts.map +1 -0
- package/dist/types/stories/Tables/informationtable.stories.d.ts +14 -0
- package/dist/types/stories/Tables/informationtable.stories.d.ts.map +1 -0
- package/dist/types/stories/Tabs/tabs.stories.d.ts +10 -0
- package/dist/types/stories/Tabs/tabs.stories.d.ts.map +1 -0
- package/dist/types/stories/Toggle Switches/toggle-group.stories.d.ts +16 -0
- package/dist/types/stories/Toggle Switches/toggle-group.stories.d.ts.map +1 -0
- package/dist/types/stories/Toggle Switches/toggle.stories.d.ts +16 -0
- package/dist/types/stories/Toggle Switches/toggle.stories.d.ts.map +1 -0
- package/dist/types/stories/paragraphs/paragraph.stories.d.ts +7 -0
- package/dist/types/stories/paragraphs/paragraph.stories.d.ts.map +1 -0
- package/dist/types/stories/playground/spinnerANDdialog.stories.d.ts +8 -0
- package/dist/types/stories/playground/spinnerANDdialog.stories.d.ts.map +1 -0
- package/dist/types/stories/whatsnew/whatsnew.stories.d.ts +9 -0
- package/dist/types/stories/whatsnew/whatsnew.stories.d.ts.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface ArrayViewerProps {
|
|
3
|
+
header: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const ArrayViewer: import("react").ForwardRefExoticComponent<ArrayViewerProps & import("react").RefAttributes<HTMLAreaElement>>;
|
|
6
|
+
//# sourceMappingURL=ArrayViewer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrayViewer.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/ArrayViewer/ArrayViewer.tsx"],"names":[],"mappings":";AAIA,MAAM,WAAW,gBAAgB;IAC7B,MAAM,EAAG,MAAM,CAAA;CAClB;AAED,eAAO,MAAM,WAAW,8GA8ErB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorInputBox.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/ColorInput/ColorInputBox.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,aAAa,mFAcxB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomDetailViewer.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/CustomDetailViewer/CustomDetailViewer.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,kBAAkB,yDASvB,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './styles.css';
|
|
3
|
+
declare function CustomFooter(): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare const _default: import("react").MemoExoticComponent<typeof CustomFooter>;
|
|
5
|
+
export default _default;
|
|
6
|
+
//# sourceMappingURL=CustomFooter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomFooter.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/CustomFooter/CustomFooter.tsx"],"names":[],"mappings":";AAGA,OAAO,cAAc,CAAA;AAOrB,iBAAS,YAAY,4CAsDpB;;AAED,wBAAiC"}
|
package/dist/types/components/Tables/NextGen/main/plugins/ExpandableRow/ExpandableRow.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandableRow.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/ExpandableRow/ExpandableRow.tsx"],"names":[],"mappings":"AAaA,QAAA,MAAM,aAAa,yDAmHlB,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterLayout.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/FilterLayout/FilterLayout.tsx"],"names":[],"mappings":"AAKA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,KAAA,2CAKzC"}
|
package/dist/types/components/Tables/NextGen/main/plugins/ManageColumns/ManageColumns.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ManageColumns.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/ManageColumns/ManageColumns.tsx"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAA;AAIrB,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,KAAA,2CAmD1C"}
|
package/dist/types/components/Tables/NextGen/main/plugins/PaginationField/PaginationField.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginationField.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/PaginationField/PaginationField.tsx"],"names":[],"mappings":"AACA,MAAM,CAAC,OAAO,UAAU,eAAe,4CAMtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchField.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/SearchField/SearchField.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8C,MAAM,OAAO,CAAC;AAEnE,OAAO,cAAc,CAAC;AAOtB,OAAO,cAAc,CAAA;;AAwErB,wBAAgC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Topbar.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/Topbar/Topbar.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,MAAM,yDAwKlB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableGlobalContext.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/context/TableGlobalContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,QAAA,MAAM,kBAAkB,wBAA6B,CAAC;AAEtD,eAAe,kBAAkB,CAAE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCustomGrouping.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Tables/NextGen/main/plugins/useCustomGrouping/useCustomGrouping.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,cAAc,yDAkCnB,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Tables/NextGen/main/utils/utils.tsx"],"names":[],"mappings":"AAKA,eAAO,IAAI,KAAK;;;CAwBf,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
export type Tab = {
|
|
4
|
+
label: string;
|
|
5
|
+
value: string;
|
|
6
|
+
content?: ReactNode;
|
|
7
|
+
default?: boolean;
|
|
8
|
+
onSelected?: (tab: Tab, value: string) => void;
|
|
9
|
+
data?: unknown;
|
|
10
|
+
updateTableRows?: (rows: unknown[]) => void;
|
|
11
|
+
};
|
|
12
|
+
export type TabItemProps = {
|
|
13
|
+
tab: Tab;
|
|
14
|
+
onChange?: (tab: Tab, value: string) => void;
|
|
15
|
+
index: number;
|
|
16
|
+
outline?: boolean;
|
|
17
|
+
setDefaultTab: (value: string) => void;
|
|
18
|
+
className?: string;
|
|
19
|
+
defaultTab: string | undefined;
|
|
20
|
+
full?: boolean;
|
|
21
|
+
};
|
|
22
|
+
export declare const TabItem: React.ForwardRefExoticComponent<TabItemProps & React.RefAttributes<HTMLButtonElement>>;
|
|
23
|
+
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<TabItemProps & React.RefAttributes<HTMLButtonElement>>>;
|
|
24
|
+
export default _default;
|
|
25
|
+
//# sourceMappingURL=TabItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Tabs/shadcn/TabItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAwC,MAAM,OAAO,CAAA;AAC5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAiBtC,MAAM,MAAM,GAAG,GAAG;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACvB,GAAG,EAAE,GAAG,CAAC;IACT,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,OAAO,wFAiClB,CAAA;;AAEF,wBAA4B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { Tab } from './TabItem';
|
|
3
|
+
export type ShadcnTabsProps = {
|
|
4
|
+
tabs: Tab[];
|
|
5
|
+
onChange?: (tab: Tab, value: string) => void;
|
|
6
|
+
className?: string;
|
|
7
|
+
size?: 'full' | string;
|
|
8
|
+
body?: boolean;
|
|
9
|
+
outline?: boolean;
|
|
10
|
+
center?: boolean;
|
|
11
|
+
border?: boolean;
|
|
12
|
+
full?: boolean;
|
|
13
|
+
};
|
|
14
|
+
export declare const ShadcnTabs: import("react").ForwardRefExoticComponent<ShadcnTabsProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
//# sourceMappingURL=main.d.ts.map
|
|
@@ -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,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,UAAU,4GAqHrB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mainframe.d.ts","sourceRoot":"","sources":["../../../../src/components/Toast/Mainframe.tsx"],"names":[],"mappings":";AA6GA,eAAO,MAAM,SAAS,mFAwCpB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToasterSideColor.d.ts","sourceRoot":"","sources":["../../../../src/components/Toast/ToasterSideColor.tsx"],"names":[],"mappings":"AAiBA,eAAO,MAAM,gBAAgB,yDAY5B,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,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './styles.css';
|
|
3
|
+
export interface MainframeProps {
|
|
4
|
+
item: {
|
|
5
|
+
id: string;
|
|
6
|
+
header: string;
|
|
7
|
+
body: string;
|
|
8
|
+
type: string | null;
|
|
9
|
+
duration?: number;
|
|
10
|
+
buttons: [];
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export declare const Toast: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
|
|
14
|
+
//# 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,EAAG;QACH,EAAE,EAAG,MAAM,CAAE;QACb,MAAM,EAAG,MAAM,CAAC;QAChB,IAAI,EAAG,MAAM,CAAC;QACd,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;QACrB,QAAQ,CAAC,EAAG,MAAM,CAAE;QACpB,OAAO,EAAG,EAAE,CAAE;KACjB,CAAA;CACJ;AAED,eAAO,MAAM,KAAK,mFAoChB,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,yDA8CvB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToggleItem.d.ts","sourceRoot":"","sources":["../../../../src/components/Toggle/ToggleItem.tsx"],"names":[],"mappings":"AA0BA,eAAO,MAAM,UAAU,yDAmGtB,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,67 @@
|
|
|
1
|
+
export { AutoComplete } from './Inputs/Autocomplete';
|
|
2
|
+
export { InlineSpinner } from './Spinner/InlineSpinner';
|
|
3
|
+
export { StyledTooltip as Tooltip } from './Buttons/Button';
|
|
4
|
+
export { MainHeader, SubHeader, Label } from './Paragraph/Headlines/Headline/MainHeader';
|
|
5
|
+
export { cn } from '@/lib/utils';
|
|
6
|
+
export { ScrolBarStyle } from './Containers/ScrolBarStyle';
|
|
7
|
+
import './fonts/Geist/stylesheet.css';
|
|
8
|
+
import './fonts/fonts/roboto/roboto.css';
|
|
9
|
+
import './fonts/aptos/stylesheet.css';
|
|
10
|
+
export { default as NetworkMap } from './NetworkMap/Map';
|
|
11
|
+
export { AccordionGroup } from './Accordion/AccordionGroup';
|
|
12
|
+
export { AccordionItem } from './Accordion/AccordionItem';
|
|
13
|
+
export { default as HorizontalDiv } from './Containers/HorizontalDiv';
|
|
14
|
+
export { TestButton as Button } from './Buttons/Button';
|
|
15
|
+
export { IconButton } from './Buttons/IconButton';
|
|
16
|
+
export { Body } from './Containers/AppBody';
|
|
17
|
+
export { Frame } from './Containers/MainFrame';
|
|
18
|
+
export { CopyButton } from './Buttons/CopyButton';
|
|
19
|
+
export { Panel } from './Containers/Panel';
|
|
20
|
+
export { SwapIconButton } from './Buttons/SwapIconButton';
|
|
21
|
+
export { Model } from './Containers/Model';
|
|
22
|
+
export { ModelContext } from './Contexts/ModelContext';
|
|
23
|
+
export { AppContext } from './Contexts/AppContext';
|
|
24
|
+
export { DialogPanel } from './Containers/DialogPanel';
|
|
25
|
+
export { CloseButton } from './Buttons/CloseButton';
|
|
26
|
+
export { Spinner } from './Spinner/Spinner';
|
|
27
|
+
export { SpinnerDialog } from './Spinner/SpinnerDialog';
|
|
28
|
+
export { useRandomId, convertTimestampToDate } from './utils/utils';
|
|
29
|
+
export { default as InformationTableMui } from "./Tables/InformationTable/InformationTable";
|
|
30
|
+
export { ContextMenu } from './Contextmenu/ContextMenuNG/ContextMenu';
|
|
31
|
+
export { ScrollArea } from './Containers/ScrollArea';
|
|
32
|
+
export { Switch } from './Buttons/Switch';
|
|
33
|
+
export { MenuButton } from './Buttons/MenuButton';
|
|
34
|
+
export { Container } from './Containers/Container';
|
|
35
|
+
export { AllInput as Input } from './Inputs/Input';
|
|
36
|
+
export * from 'lucide-react';
|
|
37
|
+
export { Frequency } from './Inputs/frequency';
|
|
38
|
+
export { Whatsnew } from './WhatsNew/Whatsnew';
|
|
39
|
+
export { VirtualContainer } from './Containers/VirtualContainer';
|
|
40
|
+
export { DataTable } from './Tables/NextGen';
|
|
41
|
+
export { Headline } from './Paragraph/Headlines/Headline/Headline';
|
|
42
|
+
export * from './utils/utils';
|
|
43
|
+
export { Alert } from './Alerts/main';
|
|
44
|
+
export { Toast } from '../components/Toast/main';
|
|
45
|
+
export { RadioGroup, RadioItem } from './RadioGroup/main';
|
|
46
|
+
export { useApi } from './Api/useApi';
|
|
47
|
+
export { ShadcnTabs as Tabs } from './Tabs/shadcn/main';
|
|
48
|
+
export type { ShadcnTabsProps } from './Tabs/shadcn/main';
|
|
49
|
+
export type { Tab } from './Tabs/shadcn/TabItem';
|
|
50
|
+
export { cva } from "class-variance-authority";
|
|
51
|
+
export { TTextArea as TextArea } from './Inputs/TextArea';
|
|
52
|
+
export { PropertiesItem as PropItem } from './Properties/PropertiesItem/PropertiesItem';
|
|
53
|
+
export { TinnyHelp } from './Help/TinnyHelp';
|
|
54
|
+
export { HelpPopover } from './Help/HelpPopover';
|
|
55
|
+
export { SplitButton } from './Buttons/SplitButton';
|
|
56
|
+
export { useStore } from './Api/useStore';
|
|
57
|
+
export { useVariable } from './Api/useVariable';
|
|
58
|
+
export { default as MuiTable } from "./Tables/MuiTable/MuiTable";
|
|
59
|
+
export { default as useBoxSize } from "./Contextmenu/ContextMenuNG/hooks/useBoxSize";
|
|
60
|
+
export { NgSuccessLegend } from './Legends/NgSuccessLegend';
|
|
61
|
+
export { NgFailedLegend } from './Legends/NgFailedLegend';
|
|
62
|
+
export { ToggleItem } from './Toggle/ToggleItem';
|
|
63
|
+
export { ToggleGroup } from './Toggle/ToggleGroup';
|
|
64
|
+
export { ErrorBoundry } from './ErrorBoundry/errorBoundry';
|
|
65
|
+
export { GetRandomStr } from './utils/utils';
|
|
66
|
+
export * from './NetworkMap/utils';
|
|
67
|
+
//# 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,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
|
+
action: () => void;
|
|
98
|
+
seperator: boolean;
|
|
99
|
+
size: string;
|
|
100
|
+
type: string;
|
|
101
|
+
shortcut: {
|
|
102
|
+
ctrl: boolean;
|
|
103
|
+
key: string;
|
|
104
|
+
alt: boolean;
|
|
105
|
+
shift: boolean;
|
|
106
|
+
};
|
|
107
|
+
subItems: ({
|
|
108
|
+
label: string;
|
|
109
|
+
action: () => void;
|
|
110
|
+
seperator: boolean;
|
|
111
|
+
size: string;
|
|
112
|
+
type: string;
|
|
113
|
+
shortcut: {
|
|
114
|
+
ctrl: boolean;
|
|
115
|
+
key: string;
|
|
116
|
+
alt: boolean;
|
|
117
|
+
shift: boolean;
|
|
118
|
+
};
|
|
119
|
+
subItems: {
|
|
120
|
+
label: string;
|
|
121
|
+
action: () => void;
|
|
122
|
+
shortcut: {
|
|
123
|
+
ctrl: boolean;
|
|
124
|
+
alt: boolean;
|
|
125
|
+
key: string;
|
|
126
|
+
};
|
|
127
|
+
}[];
|
|
128
|
+
danger?: undefined;
|
|
129
|
+
defaultChecked?: undefined;
|
|
130
|
+
} | {
|
|
131
|
+
label: string;
|
|
132
|
+
action: () => void;
|
|
133
|
+
danger: boolean;
|
|
134
|
+
seperator: boolean;
|
|
135
|
+
size: string;
|
|
136
|
+
type: string;
|
|
137
|
+
defaultChecked: boolean;
|
|
138
|
+
shortcut?: undefined;
|
|
139
|
+
subItems?: undefined;
|
|
140
|
+
})[];
|
|
141
|
+
pinned?: undefined;
|
|
142
|
+
disabled?: undefined;
|
|
143
|
+
danger?: undefined;
|
|
144
|
+
defaultChecked?: undefined;
|
|
145
|
+
defaultOpen?: undefined;
|
|
146
|
+
content?: undefined;
|
|
147
|
+
onChange?: undefined;
|
|
148
|
+
group?: undefined;
|
|
149
|
+
} | {
|
|
150
|
+
label: string;
|
|
151
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
152
|
+
pinned: string;
|
|
153
|
+
action: () => void;
|
|
154
|
+
seperator: boolean;
|
|
155
|
+
size: string;
|
|
156
|
+
type: string;
|
|
157
|
+
subItems: any[];
|
|
158
|
+
disabled: boolean;
|
|
159
|
+
shortcut?: undefined;
|
|
160
|
+
danger?: undefined;
|
|
161
|
+
defaultChecked?: undefined;
|
|
162
|
+
defaultOpen?: undefined;
|
|
163
|
+
content?: undefined;
|
|
164
|
+
onChange?: undefined;
|
|
165
|
+
group?: undefined;
|
|
166
|
+
} | {
|
|
167
|
+
label: string;
|
|
168
|
+
action: () => void;
|
|
169
|
+
danger: boolean;
|
|
170
|
+
seperator: boolean;
|
|
171
|
+
size: string;
|
|
172
|
+
type: string;
|
|
173
|
+
shortcut: {
|
|
174
|
+
ctrl: boolean;
|
|
175
|
+
key: string;
|
|
176
|
+
alt: boolean;
|
|
177
|
+
shift: boolean;
|
|
178
|
+
};
|
|
179
|
+
disabled: boolean;
|
|
180
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
181
|
+
pinned?: undefined;
|
|
182
|
+
subItems?: undefined;
|
|
183
|
+
defaultChecked?: undefined;
|
|
184
|
+
defaultOpen?: undefined;
|
|
185
|
+
content?: undefined;
|
|
186
|
+
onChange?: undefined;
|
|
187
|
+
group?: undefined;
|
|
188
|
+
} | {
|
|
189
|
+
label: string;
|
|
190
|
+
action: () => void;
|
|
191
|
+
danger: boolean;
|
|
192
|
+
seperator: boolean;
|
|
193
|
+
size: string;
|
|
194
|
+
type: string;
|
|
195
|
+
defaultChecked: boolean;
|
|
196
|
+
shortcut?: undefined;
|
|
197
|
+
pinned?: undefined;
|
|
198
|
+
icon?: undefined;
|
|
199
|
+
subItems?: undefined;
|
|
200
|
+
disabled?: undefined;
|
|
201
|
+
defaultOpen?: undefined;
|
|
202
|
+
content?: undefined;
|
|
203
|
+
onChange?: undefined;
|
|
204
|
+
group?: undefined;
|
|
205
|
+
} | {
|
|
206
|
+
label: string;
|
|
207
|
+
action: () => void;
|
|
208
|
+
danger: boolean;
|
|
209
|
+
seperator: boolean;
|
|
210
|
+
size: string;
|
|
211
|
+
type: string;
|
|
212
|
+
defaultChecked: boolean;
|
|
213
|
+
disabled: boolean;
|
|
214
|
+
shortcut?: undefined;
|
|
215
|
+
pinned?: undefined;
|
|
216
|
+
icon?: undefined;
|
|
217
|
+
subItems?: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8NhB,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,sBAa9B,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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
3
|
+
declare const Accordion: React.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const AccordionItem: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
declare const AccordionTrigger: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
6
|
+
declare const AccordionContent: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
|
|
8
|
+
//# sourceMappingURL=accordion.d.ts.map
|