@abdellatifui/react 3.2.56 → 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 +692 -696
- 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,10 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<import('../../components/Alerts/main').AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
args: {};
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const BodyBasic: any;
|
|
9
|
+
export declare const Primary: any;
|
|
10
|
+
//# sourceMappingURL=alerts.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alerts.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Alerts/alerts.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAA0B,MAAM,OAAO,CAAC;;;;;;AAK/C,wBAMC;AAuDD,eAAO,MAAM,SAAS,KAAoB,CAAC;AAE3C,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.NamedExoticComponent<import('../../components/notify/notify').NotifyProps & React.RefAttributes<import('../../components/notify/notify').NotifyProps>>;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Default: any;
|
|
8
|
+
//# sourceMappingURL=notify.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notify.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Alerts/notify.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2B,MAAM,OAAO,CAAC;;;;;AAGhD,wBAGC;AA2BD,eAAO,MAAM,OAAO,KAAoB,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: (props: import('../../components/Toast/main').MainframeProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const Primary: any;
|
|
7
|
+
//# sourceMappingURL=toast.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toast.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Alerts/toast.stories.tsx"],"names":[],"mappings":";;;;AAQA,wBAGC;AA+ED,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: (props: import('../../components').UseApiProps) => import('../../components/Api/useApi').ExtendedAxiosInstance;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const Primary: any;
|
|
7
|
+
//# sourceMappingURL=api.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Api/api.stories.tsx"],"names":[],"mappings":";;;;AAMA,wBAGC;AA2DD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../src/stories/App.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG,+CAIf,CAAA;AAGD,eAAe,GAAG,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App.stories.d.ts","sourceRoot":"","sources":["../../src/stories/App.stories.tsx"],"names":[],"mappings":";;;;AAIA,wBAGC;AAMD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
|
|
5
|
+
args: {
|
|
6
|
+
children: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const BodyBasic: any;
|
|
11
|
+
export declare const BodyBasicPadding: any;
|
|
12
|
+
export declare const ExtraClasses: any;
|
|
13
|
+
//# sourceMappingURL=Body.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Body.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Boxes/Body.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAgB,MAAM,OAAO,CAAC;;;;;;;;AAIrC,wBAMC;AAYD,eAAO,MAAM,SAAS,KAAoB,CAAC;AAE3C,eAAO,MAAM,gBAAgB,KAAoB,CAAC;AAKlD,eAAO,MAAM,YAAY,KAAoB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('react').NamedExoticComponent<import('react').RefAttributes<unknown>>;
|
|
4
|
+
args: {};
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Basic: any;
|
|
8
|
+
export declare const Resizable: any;
|
|
9
|
+
export declare const ResizableY: any;
|
|
10
|
+
export declare const CustomClass: any;
|
|
11
|
+
export declare const Padding: any;
|
|
12
|
+
export declare const ColoredBorderBlue: any;
|
|
13
|
+
export declare const Title: any;
|
|
14
|
+
//# sourceMappingURL=Container.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Container.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Boxes/Container.stories.tsx"],"names":[],"mappings":";;;;;AAEA,wBAIC;AAUD,eAAO,MAAM,KAAK,KAAoB,CAAC;AAKvC,eAAO,MAAM,SAAS,KAAoB,CAAC;AAO3C,eAAO,MAAM,UAAU,KAAoB,CAAC;AAO5C,eAAO,MAAM,WAAW,KAAoB,CAAC;AAQ7C,eAAO,MAAM,OAAO,KAAoB,CAAC;AASzC,eAAO,MAAM,iBAAiB,KAAoB,CAAC;AAYnD,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('react').ForwardRefExoticComponent<import('react').RefAttributes<unknown>>;
|
|
4
|
+
args: {};
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Basic: any;
|
|
8
|
+
//# sourceMappingURL=VirtualContainer.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VirtualContainer.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Boxes/VirtualContainer.stories.tsx"],"names":[],"mappings":";;;;;AAGA,wBAIC;AAUD,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Boxes/accordion.stories.tsx"],"names":[],"mappings":";;;;;AAGA,wBAIC;AAwBD,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: (props: import('../../components/Containers/DialogPanel').DialogPanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
args: {
|
|
5
|
+
header: string;
|
|
6
|
+
shortInfo: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Basic: any;
|
|
11
|
+
export declare const BasicWithCloseButton: any;
|
|
12
|
+
export declare const BasicWithCloseIcon: any;
|
|
13
|
+
export declare const BasicWithCloseIconAndCollapsable: any;
|
|
14
|
+
export declare const SelectBoxContent: any;
|
|
15
|
+
//# sourceMappingURL=dialogpane.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialogpane.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Boxes/dialogpane.stories.tsx"],"names":[],"mappings":";;;;;;;;AAKA,wBAOC;AAiBD,eAAO,MAAM,KAAK,KAAoB,CAAC;AAKvC,eAAO,MAAM,oBAAoB,KAAoB,CAAC;AAMtD,eAAO,MAAM,kBAAkB,KAAoB,CAAC;AAMpD,eAAO,MAAM,gCAAgC,KAAoB,CAAC;AAOlE,eAAO,MAAM,gBAAgB,KAAoB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: (props: import('../../components/Containers/Panel').PanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
args: {
|
|
5
|
+
header: string;
|
|
6
|
+
children: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const PanelBasic: any;
|
|
11
|
+
export declare const PanelAutoHeight: any;
|
|
12
|
+
export declare const PanelFixedHeight: any;
|
|
13
|
+
export declare const PanelCollapsable: any;
|
|
14
|
+
export declare const PanelNoDesc: any;
|
|
15
|
+
export declare const PanelCollapsableDefaultClosed: any;
|
|
16
|
+
export declare const PanelWithSpinner: any;
|
|
17
|
+
//# sourceMappingURL=panel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"panel.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Boxes/panel.stories.tsx"],"names":[],"mappings":";;;;;;;;AAOA,wBAQC;AAwBD,eAAO,MAAM,UAAU,KAAoB,CAAC;AAI5C,eAAO,MAAM,eAAe,KAAoB,CAAC;AAIjD,eAAO,MAAM,gBAAgB,KAAoB,CAAC;AAKlD,eAAO,MAAM,gBAAgB,KAAoB,CAAC;AAOlD,eAAO,MAAM,WAAW,KAAoB,CAAC;AAK7C,eAAO,MAAM,6BAA6B,KAAoB,CAAC;AAQ/D,eAAO,MAAM,gBAAgB,KAAoB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.NamedExoticComponent<import('../../components/Containers/Model').ModelProps & React.RefAttributes<import('../../components/Containers/Model').ModelHandle>>;
|
|
5
|
+
args: {};
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const ModelBasic: any;
|
|
9
|
+
export declare const ModelCloseWhenClickOnBody: any;
|
|
10
|
+
export declare const BlurModel: any;
|
|
11
|
+
export declare const TransparentModel: any;
|
|
12
|
+
export declare const BlurModelWithChildren: any;
|
|
13
|
+
export declare const BlurryModel: any;
|
|
14
|
+
//# sourceMappingURL=plainmodel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plainmodel.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Boxes/plainmodel.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAiB,MAAM,OAAO,CAAC;;;;;;AAGtC,wBAKC;AAiBD,eAAO,MAAM,UAAU,KAAoB,CAAC;AAG5C,eAAO,MAAM,yBAAyB,KAAoB,CAAC;AAM3D,eAAO,MAAM,SAAS,KAAoB,CAAC;AAO3C,eAAO,MAAM,gBAAgB,KAAoB,CAAC;AAMlD,eAAO,MAAM,qBAAqB,KAAoB,CAAC;AAOvD,eAAO,MAAM,WAAW,KAAoB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.NamedExoticComponent<React.RefAttributes<unknown>>;
|
|
5
|
+
args: {
|
|
6
|
+
children: string;
|
|
7
|
+
onClick: (event: any) => void;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Primary: any;
|
|
12
|
+
//# sourceMappingURL=Button.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Buttons/Button.stories.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAiB,MAAM,OAAO,CAAC;;;;;;;;;AAItC,wBASC;AAYD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.MemoExoticComponent<(props: IconButtonProps) => import("react/jsx-runtime").JSX.Element>;
|
|
5
|
+
args: {
|
|
6
|
+
tooltip: string;
|
|
7
|
+
onClick: (e: any, v: any) => void;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Primary: any;
|
|
12
|
+
export declare const Secondary: any;
|
|
13
|
+
//# sourceMappingURL=IconButton.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconButton.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Buttons/IconButton.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;;;iDA+C8S,eAAgB;;;;;;AA3CxV,wBASC;AAUD,eAAO,MAAM,OAAO,KAAoB,CAAC;AASzC,eAAO,MAAM,SAAS,KAAoB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.MemoExoticComponent<(props: any) => import("react/jsx-runtime").JSX.Element>;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Ghost: any;
|
|
8
|
+
export declare const Primary: any;
|
|
9
|
+
//# sourceMappingURL=SplitButton.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SplitButton.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Buttons/SplitButton.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;AAI1B,wBAGC;AA6BD,eAAO,MAAM,KAAK,KAAoB,CAAC;AAKvC,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
|
|
5
|
+
value: string;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const CopyButtonTemplate: any;
|
|
9
|
+
export declare const LongTimeRestoreIcon: any;
|
|
10
|
+
//# sourceMappingURL=copybtn.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copybtn.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Buttons/copybtn.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;AAG1B,wBAIC;AAUD,eAAO,MAAM,kBAAkB,KAAoB,CAAC;AAIpD,eAAO,MAAM,mBAAmB,KAAoB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.NamedExoticComponent<React.RefAttributes<unknown>>;
|
|
5
|
+
args: {
|
|
6
|
+
children: string;
|
|
7
|
+
disable: boolean;
|
|
8
|
+
disableAfterClick: boolean;
|
|
9
|
+
autoFocus: boolean;
|
|
10
|
+
addClass: any[];
|
|
11
|
+
size: string;
|
|
12
|
+
tooltip: any;
|
|
13
|
+
onClick: (e: any, ref: any) => void;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
17
|
+
export declare const Basic: any;
|
|
18
|
+
export declare const DisableAfterClick: any;
|
|
19
|
+
export declare const Primary: any;
|
|
20
|
+
export declare const Secondary: any;
|
|
21
|
+
export declare const Ghost: any;
|
|
22
|
+
export declare const DangerButton: any;
|
|
23
|
+
export declare const AddCustomClass: any;
|
|
24
|
+
export declare const ButtonWithIcon: any;
|
|
25
|
+
//# sourceMappingURL=newbuttons.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"newbuttons.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Buttons/newbuttons.stories.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAiB,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;AAItC,wBAeC;AAWD,eAAO,MAAM,KAAK,KAAoB,CAAC;AAEvC,eAAO,MAAM,iBAAiB,KAAoB,CAAC;AAKnD,eAAO,MAAM,OAAO,KAAoB,CAAC;AAOzC,eAAO,MAAM,SAAS,KAAoB,CAAC;AAO3C,eAAO,MAAM,KAAK,KAAoB,CAAC;AAMvC,eAAO,MAAM,YAAY,KAAoB,CAAC;AAM9C,eAAO,MAAM,cAAc,KAAoB,CAAC;AAKhD,eAAO,MAAM,cAAc,KAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Buttons/switch.stories.tsx"],"names":[],"mappings":";;;;AAMA,wBAGC;AAQD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.MemoExoticComponent<(props: {
|
|
5
|
+
items: {
|
|
6
|
+
title: string;
|
|
7
|
+
items: [];
|
|
8
|
+
};
|
|
9
|
+
event: React.MouseEvent<HTMLButtonElement> | null;
|
|
10
|
+
shortcutScopeRef: React.RefObject<HTMLDivElement> | null;
|
|
11
|
+
modelProps: import('../../components').ModelProps;
|
|
12
|
+
fixedLocation: {
|
|
13
|
+
x: number;
|
|
14
|
+
y: number;
|
|
15
|
+
};
|
|
16
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
17
|
+
args: {};
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
20
|
+
export declare const Basic: any;
|
|
21
|
+
export declare const InContainer: any;
|
|
22
|
+
//# sourceMappingURL=contextmenu.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contextmenu.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Contextmenu/contextmenu.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAA6B,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;AAKlD,wBAKC;AA+CD,eAAO,MAAM,KAAK,KAAoB,CAAC;AASvC,eAAO,MAAM,WAAW,KAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"help.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Help/help.stories.tsx"],"names":[],"mappings":";;;;AAIA,wBAGC;AAgBD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpIcon.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Help/helpIcon.stories.tsx"],"names":[],"mappings":";;;;AAIA,wBAGC;AAgBD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.MemoExoticComponent<({ children, title, tooltip, className, placement, delay, tooltipProps, align, defaultOpen, xOffset, yOffset, variant, }: import('../../components').TooltipProps) => import("react/jsx-runtime").JSX.Element>;
|
|
5
|
+
args: {};
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Primary: any;
|
|
9
|
+
//# sourceMappingURL=tooltip.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Help/tooltip.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqC,MAAM,OAAO,CAAC;;;;;;AAI1D,wBAKC;AAkBD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.MemoExoticComponent<(props: any) => import("react/jsx-runtime").JSX.Element>;
|
|
5
|
+
args: {
|
|
6
|
+
placement: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Password: any;
|
|
11
|
+
export declare const Email: any;
|
|
12
|
+
export declare const Number: any;
|
|
13
|
+
export declare const FrequencyInput: any;
|
|
14
|
+
export declare const TextControlled: any;
|
|
15
|
+
export declare const AutoCompleteInput: any;
|
|
16
|
+
export declare const AutoCompleteInputNestted: any;
|
|
17
|
+
export declare const AutoCompleteControlled: any;
|
|
18
|
+
export declare const Select: any;
|
|
19
|
+
export declare const Multiple: any;
|
|
20
|
+
//# sourceMappingURL=input.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Inputs/input.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsC,MAAM,OAAO,CAAC;;;;;;;;AAK3D,wBAMC;AAsCD,eAAO,MAAM,QAAQ,KAAoB,CAAC;AAU1C,eAAO,MAAM,KAAK,KAAoB,CAAC;AAgBvC,eAAO,MAAM,MAAM,KAAoB,CAAC;AAcxC,eAAO,MAAM,cAAc,KAAoB,CAAC;AAahD,eAAO,MAAM,cAAc,KAAoB,CAAC;AAehD,eAAO,MAAM,iBAAiB,KAAoB,CAAC;AAiBnD,eAAO,MAAM,wBAAwB,KAAoB,CAAC;AAmB1D,eAAO,MAAM,sBAAsB,KAAoB,CAAC;AAmBxD,eAAO,MAAM,MAAM,KAAoB,CAAC;AAkBxC,eAAO,MAAM,QAAQ,KAAoB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const Primary: any;
|
|
7
|
+
export declare const CustomChild: any;
|
|
8
|
+
export declare const Outline: any;
|
|
9
|
+
//# sourceMappingURL=legends.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legends.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Legends/legends.stories.tsx"],"names":[],"mappings":";;;;AAKA,wBAGC;AAoBD,eAAO,MAAM,OAAO,KAAoB,CAAC;AAIzC,eAAO,MAAM,WAAW,KAAoB,CAAC;AAI7C,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.MemoExoticComponent<(props: import('../../components/NetworkMap/types').NetworkMapProps) => import("react/jsx-runtime").JSX.Element>;
|
|
5
|
+
argTypes: {
|
|
6
|
+
defaultLinkColorHex: {
|
|
7
|
+
control: string;
|
|
8
|
+
};
|
|
9
|
+
linkHighlightedColorHex: {
|
|
10
|
+
control: string;
|
|
11
|
+
};
|
|
12
|
+
staticMapColor: {
|
|
13
|
+
control: string;
|
|
14
|
+
};
|
|
15
|
+
defaultAnimationLinkColor: {
|
|
16
|
+
control: string;
|
|
17
|
+
};
|
|
18
|
+
DataSource: {
|
|
19
|
+
control: string;
|
|
20
|
+
options: string[];
|
|
21
|
+
};
|
|
22
|
+
ChooseMapStyle: {
|
|
23
|
+
control: string;
|
|
24
|
+
options: string[];
|
|
25
|
+
};
|
|
26
|
+
nodeVirtualizationMethod: {
|
|
27
|
+
control: string;
|
|
28
|
+
options: string[];
|
|
29
|
+
defaultValue: string;
|
|
30
|
+
};
|
|
31
|
+
nodeSizeScaler: {
|
|
32
|
+
control: {
|
|
33
|
+
type: string;
|
|
34
|
+
min: number;
|
|
35
|
+
max: number;
|
|
36
|
+
step: number;
|
|
37
|
+
defaultValue: number;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
pathCurvature: {
|
|
41
|
+
control: {
|
|
42
|
+
type: string;
|
|
43
|
+
min: number;
|
|
44
|
+
max: number;
|
|
45
|
+
step: number;
|
|
46
|
+
defaultValue: number;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
pathThikness: {
|
|
50
|
+
control: {
|
|
51
|
+
type: string;
|
|
52
|
+
min: number;
|
|
53
|
+
max: number;
|
|
54
|
+
step: number;
|
|
55
|
+
defaultValue: number;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
GroupFilter: {
|
|
59
|
+
type: string;
|
|
60
|
+
options: (string | number)[];
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
export default _default;
|
|
65
|
+
export declare const Primary: any;
|
|
66
|
+
export declare const CustomNodeIcon: any;
|
|
67
|
+
export declare const NodeCreateRemoveApi: any;
|
|
68
|
+
export declare const AnotherMapStyle: any;
|
|
69
|
+
export declare const StaticBgMap: any;
|
|
70
|
+
export declare const GetDataApi: any;
|
|
71
|
+
//# sourceMappingURL=map.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Map/map.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAqC,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAe1D,wBAiEC;AAwGD,eAAO,MAAM,OAAO,KAAoB,CAAC;AAoFzC,eAAO,MAAM,cAAc,KAAoB,CAAC;AAYhD,eAAO,MAAM,mBAAmB,KAAoB,CAAC;AAOrD,eAAO,MAAM,eAAe,KAAoB,CAAC;AAIjD,eAAO,MAAM,WAAW,KAAoB,CAAC;AAK7C,eAAO,MAAM,UAAU,KAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Properties/item.stories.tsx"],"names":[],"mappings":";;;;;AAIA,wBAKC;AAqBD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Primary: any;
|
|
8
|
+
//# sourceMappingURL=radiogroups.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radiogroups.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/RadioGroups/radiogroups.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAA0B,MAAM,OAAO,CAAC;;;;;AAI/C,wBAGC;AA2BD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.NamedExoticComponent<import('../../components').InlineSpinnerProps & React.RefAttributes<import('../../components/Spinner/InlineSpinner').InlineSpinnerHandle>>;
|
|
5
|
+
args: {};
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Basic: any;
|
|
9
|
+
export declare const DefaultOpen: any;
|
|
10
|
+
export declare const DefaultOpenWithWhite: any;
|
|
11
|
+
//# sourceMappingURL=InlineSpinner.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InlineSpinner.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Spinner/InlineSpinner.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAiB,MAAM,OAAO,CAAC;;;;;;AAEtC,wBAIC;AAgBD,eAAO,MAAM,KAAK,KAAoB,CAAC;AAGvC,eAAO,MAAM,WAAW,KAAoB,CAAC;AAK7C,eAAO,MAAM,oBAAoB,KAAoB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
displayName?: string | undefined;
|
|
6
|
+
readonly $$typeof: symbol;
|
|
7
|
+
};
|
|
8
|
+
args: {};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Basic: any;
|
|
12
|
+
export declare const Timeout: any;
|
|
13
|
+
export declare const CustomTimeoutPeriod: any;
|
|
14
|
+
export declare const WithAbortButton: any;
|
|
15
|
+
export declare const SpinnerWhite: any;
|
|
16
|
+
//# sourceMappingURL=SpinnerDialog.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpinnerDialog.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Spinner/SpinnerDialog.stories.tsx"],"names":[],"mappings":";;;;;;;;;AAKA,wBAIC;AAwBD,eAAO,MAAM,KAAK,KAAoB,CAAC;AAIvC,eAAO,MAAM,OAAO,KAAoB,CAAC;AAMzC,eAAO,MAAM,mBAAmB,KAAoB,CAAC;AAMrD,eAAO,MAAM,eAAe,KAAoB,CAAC;AAUjD,eAAO,MAAM,YAAY,KAAoB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
|
|
5
|
+
args: {};
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Basic: any;
|
|
9
|
+
export declare const Small: any;
|
|
10
|
+
export declare const Large: any;
|
|
11
|
+
export declare const LargeBlur: any;
|
|
12
|
+
export declare const Primary: any;
|
|
13
|
+
export declare const White: any;
|
|
14
|
+
export declare const Blur: any;
|
|
15
|
+
export declare const CustomLoadingText: any;
|
|
16
|
+
//# sourceMappingURL=spinnerbox.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spinnerbox.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Spinner/spinnerbox.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;AAG1B,wBAIC;AAMD,eAAO,MAAM,KAAK,KAAoB,CAAC;AAGvC,eAAO,MAAM,KAAK,KAAoB,CAAC;AAKvC,eAAO,MAAM,KAAK,KAAoB,CAAC;AAMvC,eAAO,MAAM,SAAS,KAAoB,CAAC;AAM3C,eAAO,MAAM,OAAO,KAAoB,CAAC;AAOzC,eAAO,MAAM,KAAK,KAAoB,CAAC;AAKvC,eAAO,MAAM,IAAI,KAAoB,CAAC;AAOtC,eAAO,MAAM,iBAAiB,KAAoB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.MemoExoticComponent<(props: import('../../components/Tables/NextGen/main/main').TableProps) => import("react/jsx-runtime").JSX.Element>;
|
|
5
|
+
argTypes: {
|
|
6
|
+
rowSelectionBgColor: {
|
|
7
|
+
control: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
export declare const Basic: any;
|
|
13
|
+
//# sourceMappingURL=DataTable.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataTable.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Tables/DataTable.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkD,MAAM,OAAO,CAAC;;;;;;;;;;AAMvE,wBAQE;AA2FF,eAAO,MAAM,KAAK,KAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MuiTable.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Tables/MuiTable.stories.tsx"],"names":[],"mappings":";;;;;AAKA,wBAIC;AAQD,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|