@abdellatifui/react 3.2.26 → 3.2.28
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/types/components/Tables/NextGen/main/plugins/ExpandableRow/ExpandableRow.d.ts +4 -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/TableSidebar/TableSidebar.d.ts +2 -0
- package/dist/types/components/Tables/NextGen/main/plugins/TableSidebar/TableSidebar.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/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 +26 -0
- package/dist/types/components/Tabs/shadcn/TabItem.d.ts.map +1 -0
- package/dist/types/components/Tabs/shadcn/main.d.ts +17 -0
- package/dist/types/components/Tabs/shadcn/main.d.ts.map +1 -0
- package/dist/types/components/Toast/Mainframe.d.ts +5 -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 +18 -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/types.d.ts +686 -0
- package/dist/types/components/types.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/badge.d.ts +10 -0
- package/dist/types/components/ui/badge.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/checkbox.d.ts +5 -0
- package/dist/types/components/ui/checkbox.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 +24 -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 +14 -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 +16 -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/useFont.d.ts +9 -0
- package/dist/types/components/utils/useFont.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/notify.stories.d.ts +8 -0
- package/dist/types/stories/Alerts/notify.stories.d.ts.map +1 -0
- package/dist/types/stories/Alerts/toast.stories.d.ts +7 -0
- package/dist/types/stories/Alerts/toast.stories.d.ts.map +1 -0
- package/dist/types/stories/Api/api.stories.d.ts +25 -0
- package/dist/types/stories/Api/api.stories.d.ts.map +1 -0
- package/dist/types/stories/App.d.ts +3 -0
- package/dist/types/stories/App.d.ts.map +1 -0
- package/dist/types/stories/App.stories.d.ts +7 -0
- package/dist/types/stories/App.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 +14 -0
- package/dist/types/stories/Boxes/Container.stories.d.ts.map +1 -0
- package/dist/types/stories/Boxes/VirtualContainer.stories.d.ts +8 -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 +17 -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 +12 -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 +9 -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/newbuttons.stories.d.ts +25 -0
- package/dist/types/stories/Buttons/newbuttons.stories.d.ts.map +1 -0
- package/dist/types/stories/Buttons/switch.stories.d.ts +7 -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 +9 -0
- package/dist/types/stories/Help/tooltip.stories.d.ts.map +1 -0
- package/dist/types/stories/Inputs/input.stories.d.ts +20 -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 +53 -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 +16 -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 +13 -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 +13 -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/fonts/fonts.stories.d.ts +32 -0
- package/dist/types/stories/fonts/fonts.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/ApiNotify.stories.d.ts +9 -0
- package/dist/types/stories/playground/ApiNotify.stories.d.ts.map +1 -0
- package/dist/types/stories/playground/ModelSetChildrenApi.stories.d.ts +8 -0
- package/dist/types/stories/playground/ModelSetChildrenApi.stories.d.ts.map +1 -0
- package/dist/types/stories/playground/Tailwindclass.stories.d.ts +9 -0
- package/dist/types/stories/playground/Tailwindclass.stories.d.ts.map +1 -0
- package/dist/types/stories/playground/spinnerANDdialog.stories.d.ts +7 -0
- package/dist/types/stories/playground/spinnerANDdialog.stories.d.ts.map +1 -0
- package/dist/types/stories/sidebar/sidebar.stories.d.ts +9 -0
- package/dist/types/stories/sidebar/sidebar.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/dist/types/tsconfig.app.tsbuildinfo +1 -0
- package/package.json +3 -1
- package/dist/nextgen.css +0 -1
- package/dist/nextgen.d.ts +0 -1401
- package/dist/nextgen.js +0 -22103
|
@@ -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 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 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,KAAsC,MAAM,OAAO,CAAC;;;;;;;;;;AAM3D,wBAQE;AA8EF,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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { InformationTableMui } from '@/components';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: typeof InformationTableMui;
|
|
5
|
+
args: {
|
|
6
|
+
data: {
|
|
7
|
+
header: string;
|
|
8
|
+
value: number;
|
|
9
|
+
}[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const Basic: any;
|
|
14
|
+
//# sourceMappingURL=informationtable.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"informationtable.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/Tables/informationtable.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;;;;;;;;;;;AAGnD,wBAMC;AAYD,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<import("@/components").ShadcnTabsProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
args: {};
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Primary: any;
|
|
9
|
+
export declare const TabWithBorder: any;
|
|
10
|
+
export declare const ModernTabs: any;
|
|
11
|
+
export declare const ModernTabsWithBorder: any;
|
|
12
|
+
export declare const V2Theme: any;
|
|
13
|
+
//# sourceMappingURL=tabs.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/Tabs/tabs.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAO,OAAO,CAAC;;;;;;AAG3B,wBAKC;AAiDD,eAAO,MAAM,OAAO,KAAoB,CAAC;AAazC,eAAO,MAAM,aAAa,KAAoB,CAAC;AAa/C,eAAO,MAAM,UAAU,KAAoB,CAAC;AAa5C,eAAO,MAAM,oBAAoB,KAAoB,CAAC;AAYtD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
args: {};
|
|
5
|
+
argTypes: {
|
|
6
|
+
variant: {
|
|
7
|
+
control: {
|
|
8
|
+
type: string;
|
|
9
|
+
};
|
|
10
|
+
options: string[];
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
15
|
+
export declare const Story: any;
|
|
16
|
+
//# sourceMappingURL=toggle-group.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle-group.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/Toggle Switches/toggle-group.stories.tsx"],"names":[],"mappings":";;;;;;;;;;;;;AAKA,wBAUE;AAkCF,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
args: {};
|
|
5
|
+
argTypes: {
|
|
6
|
+
variant: {
|
|
7
|
+
control: {
|
|
8
|
+
type: string;
|
|
9
|
+
};
|
|
10
|
+
options: string[];
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
15
|
+
export declare const Story: any;
|
|
16
|
+
//# sourceMappingURL=toggle.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/Toggle Switches/toggle.stories.tsx"],"names":[],"mappings":";;;;;;;;;;;;;AAKA,wBAUE;AAUF,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import '../../components/global.css';
|
|
2
|
+
import '@/components/fonts/fonts.css';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
argTypes: {
|
|
6
|
+
fontFamily: {
|
|
7
|
+
control: string;
|
|
8
|
+
options: any;
|
|
9
|
+
};
|
|
10
|
+
fontSize: {
|
|
11
|
+
control: {
|
|
12
|
+
type: string;
|
|
13
|
+
min: number;
|
|
14
|
+
max: number;
|
|
15
|
+
step: number;
|
|
16
|
+
defaultValue: number;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
weight: {
|
|
20
|
+
control: {
|
|
21
|
+
type: string;
|
|
22
|
+
min: number;
|
|
23
|
+
max: number;
|
|
24
|
+
step: number;
|
|
25
|
+
defaultValue: number;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
export default _default;
|
|
31
|
+
export declare const Primary: any;
|
|
32
|
+
//# sourceMappingURL=fonts.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fonts.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/fonts/fonts.stories.tsx"],"names":[],"mappings":"AAGA,OAAO,6BAA6B,CAAA;AAEpC,OAAO,8BAA8B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGtC,wBA2BC;AAgDD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paragraph.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/paragraphs/paragraph.stories.tsx"],"names":[],"mappings":";;;;AAKA,wBAGC;AAmBD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import '@/index.css';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.NamedExoticComponent<React.RefAttributes<unknown>>;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Primary: any;
|
|
9
|
+
//# sourceMappingURL=ApiNotify.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiNotify.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/playground/ApiNotify.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAC1D,OAAO,aAAa,CAAA;;;;;AAKpB,wBAGC;AAuCD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import 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
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Primary: any;
|
|
8
|
+
//# sourceMappingURL=ModelSetChildrenApi.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModelSetChildrenApi.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/playground/ModelSetChildrenApi.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqC,MAAM,OAAO,CAAC;;;;;AAI1D,wBAGC;AAiCD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import '@/index.css';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: React.NamedExoticComponent<React.RefAttributes<unknown>>;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Primary: any;
|
|
9
|
+
//# sourceMappingURL=Tailwindclass.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tailwindclass.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/playground/Tailwindclass.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAC1D,OAAO,aAAa,CAAA;;;;;AAIpB,wBAGC;AAYD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: (props: import("../../components/Containers/DialogPanel").DialogPanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const Primary: any;
|
|
7
|
+
//# sourceMappingURL=spinnerANDdialog.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spinnerANDdialog.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/playground/spinnerANDdialog.stories.tsx"],"names":[],"mappings":";;;;AAKA,wBAGC;AA2BD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.ForwardRefExoticComponent<Omit<import("../../components/Sidebar/Sidebar").SidebarProps, "ref"> & React.RefAttributes<import("../../components/Sidebar/Sidebar").SidebarHandle>>;
|
|
5
|
+
args: {};
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Primary: any;
|
|
9
|
+
//# sourceMappingURL=sidebar.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidebar.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/sidebar/sidebar.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA4B,MAAO,OAAO,CAAC;;;;;;AAKlD,wBAKC;AA6BD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import 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 Story: any;
|
|
9
|
+
//# sourceMappingURL=whatsnew.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"whatsnew.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/whatsnew/whatsnew.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;AAK1B,wBAIE;AASF,eAAO,MAAM,KAAK,KAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"root":["../../src/app.tsx","../../src/main.tsx","../../src/components/index.tsx","../../src/components/types.ts","../../src/components/accordion/accordiongroup.tsx","../../src/components/accordion/accordionitem.tsx","../../src/components/advancedspinner/main.tsx","../../src/components/alerts/main.tsx","../../src/components/alerts/store/alertrouter.tsx","../../src/components/alerts/store/draggable.tsx","../../src/components/alerts/store/primaryalertpaper.tsx","../../src/components/alerts/store/primaryfooter.tsx","../../src/components/alerts/store/primaryheader.tsx","../../src/components/alerts/hooks/useconfirmbox.tsx","../../src/components/alerts/hooks/usedrag.tsx","../../src/components/alerts/hooks/usequeuehook.tsx","../../src/components/api/useapi.tsx","../../src/components/api/usefetch.tsx","../../src/components/api/usesecondeffect.tsx","../../src/components/api/usestore.tsx","../../src/components/api/usevariable.tsx","../../src/components/buttons/button.tsx","../../src/components/buttons/closebutton.tsx","../../src/components/buttons/copybutton.tsx","../../src/components/buttons/genericiconbutton.tsx","../../src/components/buttons/iconbutton.tsx","../../src/components/buttons/menubutton.tsx","../../src/components/buttons/splitbutton.tsx","../../src/components/buttons/swapiconbutton.tsx","../../src/components/buttons/switch.tsx","../../src/components/containers/appbody.tsx","../../src/components/containers/container.tsx","../../src/components/containers/dialogpanel.tsx","../../src/components/containers/horizontaldiv.tsx","../../src/components/containers/lazycontainer.tsx","../../src/components/containers/mainframe.tsx","../../src/components/containers/model.tsx","../../src/components/containers/panel.tsx","../../src/components/containers/scrolbarstyle.tsx","../../src/components/containers/scrollarea.tsx","../../src/components/containers/virtualcontainer.tsx","../../src/components/containers/sub_components/panelfooter.tsx","../../src/components/containers/sub_components/panelheader.tsx","../../src/components/contextmenu/contextmenung/contextmenu.tsx","../../src/components/contextmenu/contextmenung/components/menubox.tsx","../../src/components/contextmenu/contextmenung/components/menuitems.tsx","../../src/components/contextmenu/contextmenung/hooks/useboxdimensions.tsx","../../src/components/contextmenu/contextmenung/hooks/useboxsize.tsx","../../src/components/contextmenu/contextmenung/hooks/usemouselocation.tsx","../../src/components/contextmenu/contextmenung/hooks/useopacitychange.tsx","../../src/components/contextmenu/contextmenung/hooks/usesubmenuposition.tsx","../../src/components/contexts/appcontext.tsx","../../src/components/contexts/modelcontext.tsx","../../src/components/errorboundry/errorboundry.tsx","../../src/components/help/helppopover.tsx","../../src/components/help/tinnyhelp.tsx","../../src/components/help/tooltip.tsx","../../src/components/inputs/autocomplete.tsx","../../src/components/inputs/input.tsx","../../src/components/inputs/textarea.tsx","../../src/components/inputs/frequency.tsx","../../src/components/inputs/frequencyold.tsx","../../src/components/legends/legendbadge.tsx","../../src/components/legends/ngfailedlegend.tsx","../../src/components/legends/ngsuccesslegend.tsx","../../src/components/libcontext/abuicontext.tsx","../../src/components/networkmap/centraltextbox.tsx","../../src/components/networkmap/custommarker.tsx","../../src/components/networkmap/customnavigatebuttons.tsx","../../src/components/networkmap/customermaplegends.tsx","../../src/components/networkmap/linkcountcircule.tsx","../../src/components/networkmap/linkovercontainer.tsx","../../src/components/networkmap/lnglatbox.tsx","../../src/components/networkmap/map.tsx","../../src/components/networkmap/pinitem.tsx","../../src/components/networkmap/searchbox.tsx","../../src/components/networkmap/sourceport.tsx","../../src/components/networkmap/types.tsx","../../src/components/networkmap/usecreatepath.tsx","../../src/components/networkmap/utils.tsx","../../src/components/networkmap/optionsoverlay/checkboxtab.tsx","../../src/components/networkmap/optionsoverlay/optionsoverlay.tsx","../../src/components/networkmap/optionsoverlay/selectboxtab.tsx","../../src/components/newbuttons/basebutton.tsx","../../src/components/paragraph/headlines/index.tsx","../../src/components/paragraph/headlines/headline/headline.tsx","../../src/components/paragraph/headlines/headline/mheader.tsx","../../src/components/paragraph/headlines/headline/mainheader.tsx","../../src/components/paragraph/headlines/headline/index.tsx","../../src/components/properties/propertiesitem/propertiesitem.tsx","../../src/components/radiogroup/main.tsx","../../src/components/sidebar/sidebar.tsx","../../src/components/spinner/inlinespinner.tsx","../../src/components/spinner/spinner.tsx","../../src/components/spinner/spinnerdialog.tsx","../../src/components/tables/informationtable/informationtable.tsx","../../src/components/tables/muitable/muitable.tsx","../../src/components/tables/muitable/hooks/useheaders.tsx","../../src/components/tables/nextgen/index.tsx","../../src/components/tables/nextgen/main/main.tsx","../../src/components/tables/nextgen/main/hooks/usegenerateheaders.tsx","../../src/components/tables/nextgen/main/hooks/usepaginationpagesizeselector.tsx","../../src/components/tables/nextgen/main/hooks/userowheight.tsx","../../src/components/tables/nextgen/main/hooks/userowsizechange.tsx","../../src/components/tables/nextgen/main/hooks/usestreamrowapi.tsx","../../src/components/tables/nextgen/main/hooks/usetablemenu.tsx","../../src/components/tables/nextgen/main/hooks/usetablepreferencesmenu.tsx","../../src/components/tables/nextgen/main/hooks/usetheme.tsx","../../src/components/tables/nextgen/main/plugins/arrayviewer/arrayviewer.tsx","../../src/components/tables/nextgen/main/plugins/colorinput/colorinputbox.tsx","../../src/components/tables/nextgen/main/plugins/customdetailviewer/customdetailviewer.tsx","../../src/components/tables/nextgen/main/plugins/expandablerow/expandablerow.tsx","../../src/components/tables/nextgen/main/plugins/filterlayout/filterlayout.tsx","../../src/components/tables/nextgen/main/plugins/managecolumns/managecolumns.tsx","../../src/components/tables/nextgen/main/plugins/tablesidebar/tablesidebar.tsx","../../src/components/tables/nextgen/main/plugins/topbar/topbar.tsx","../../src/components/tables/nextgen/main/plugins/context/tableglobalcontext.tsx","../../src/components/tables/nextgen/main/plugins/usecustomgrouping/usecustomgrouping.tsx","../../src/components/tables/nextgen/main/utils/utils.tsx","../../src/components/tabs/shadcn/tabitem.tsx","../../src/components/tabs/shadcn/main.tsx","../../src/components/toast/mainframe.tsx","../../src/components/toast/toastersidecolor.tsx","../../src/components/toast/main.tsx","../../src/components/toast/hooks/usetoast.tsx","../../src/components/toggle/togglegroup.tsx","../../src/components/toggle/toggleitem.tsx","../../src/components/whatsnew/whatsnew.tsx","../../src/components/notify/notify.tsx","../../src/components/playground-data/contextmenuitems.tsx","../../src/components/playground-data/datatableitems.tsx","../../src/components/playground-data/informationtabledata.tsx","../../src/components/playground-data/longtext.tsx","../../src/components/ui/accordion.tsx","../../src/components/ui/alert-dialog.tsx","../../src/components/ui/badge.tsx","../../src/components/ui/button.tsx","../../src/components/ui/card.tsx","../../src/components/ui/carousel.tsx","../../src/components/ui/checkbox.tsx","../../src/components/ui/command.tsx","../../src/components/ui/context-menu.tsx","../../src/components/ui/dialog.tsx","../../src/components/ui/dropdown-menu.tsx","../../src/components/ui/hover-card.tsx","../../src/components/ui/input.tsx","../../src/components/ui/label.tsx","../../src/components/ui/popover.tsx","../../src/components/ui/resizable.tsx","../../src/components/ui/scroll-area.tsx","../../src/components/ui/select.tsx","../../src/components/ui/separator.tsx","../../src/components/ui/slider.tsx","../../src/components/ui/switch.tsx","../../src/components/ui/tabs.tsx","../../src/components/ui/textarea.tsx","../../src/components/ui/toggle.tsx","../../src/components/ui/tooltip.tsx","../../src/components/utils/hotkeyregister.ts","../../src/components/utils/optics.tsx","../../src/components/utils/usefont.ts","../../src/components/utils/utils.tsx","../../src/dist/nextgen.d.ts","../../src/lib/utils.ts","../../src/stories/app.stories.tsx","../../src/stories/app.tsx","../../src/stories/alerts/alerts.stories.tsx","../../src/stories/alerts/notify.stories.tsx","../../src/stories/alerts/toast.stories.tsx","../../src/stories/api/api.stories.tsx","../../src/stories/boxes/body.stories.tsx","../../src/stories/boxes/container.stories.tsx","../../src/stories/boxes/virtualcontainer.stories.tsx","../../src/stories/boxes/accordion.stories.tsx","../../src/stories/boxes/dialogpane.stories.tsx","../../src/stories/boxes/panel.stories.tsx","../../src/stories/boxes/plainmodel.stories.tsx","../../src/stories/buttons/button.stories.tsx","../../src/stories/buttons/iconbutton.stories.tsx","../../src/stories/buttons/splitbutton.stories.tsx","../../src/stories/buttons/copybtn.stories.tsx","../../src/stories/buttons/newbuttons.stories.tsx","../../src/stories/buttons/switch.stories.tsx","../../src/stories/contextmenu/contextmenu.stories.tsx","../../src/stories/help/help.stories.tsx","../../src/stories/help/helpicon.stories.tsx","../../src/stories/help/tooltip.stories.tsx","../../src/stories/inputs/input.stories.tsx","../../src/stories/legends/legends.stories.tsx","../../src/stories/map/map.stories.tsx","../../src/stories/properties/item.stories.tsx","../../src/stories/radiogroups/radiogroups.stories.tsx","../../src/stories/spinner/inlinespinner.stories.tsx","../../src/stories/spinner/spinnerdialog.stories.tsx","../../src/stories/spinner/spinnerbox.stories.tsx","../../src/stories/tables/datatable.stories.tsx","../../src/stories/tables/muitable.stories.tsx","../../src/stories/tables/informationtable.stories.tsx","../../src/stories/tabs/tabs.stories.tsx","../../src/stories/toggle switches/toggle-group.stories.tsx","../../src/stories/toggle switches/toggle.stories.tsx","../../src/stories/fonts/fonts.stories.tsx","../../src/stories/paragraphs/paragraph.stories.tsx","../../src/stories/playground/apinotify.stories.tsx","../../src/stories/playground/modelsetchildrenapi.stories.tsx","../../src/stories/playground/tailwindclass.stories.tsx","../../src/stories/playground/spinneranddialog.stories.tsx","../../src/stories/sidebar/sidebar.stories.tsx","../../src/stories/whatsnew/whatsnew.stories.tsx"],"version":"5.9.3"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abdellatifui/react",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.28",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "dist/nextgen.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"@reactuses/core": "^6.1.6",
|
|
58
58
|
"@tailwindcss/postcss": "^4.1.17",
|
|
59
59
|
"@tailwindcss/vite": "^4.1.17",
|
|
60
|
+
"@turf/turf": "^7.3.1",
|
|
60
61
|
"@vis.gl/react-maplibre": "^8.1.0",
|
|
61
62
|
"axios": "^1.13.2",
|
|
62
63
|
"class-variance-authority": "^0.7.1",
|
|
@@ -86,6 +87,7 @@
|
|
|
86
87
|
"react-intersection-observer": "^10.0.0",
|
|
87
88
|
"react-map-gl": "^8.1.0",
|
|
88
89
|
"react-resizable-panels": "^3.0.6",
|
|
90
|
+
"react-scan": "^0.4.3",
|
|
89
91
|
"react-window": "^2.2.3",
|
|
90
92
|
"socket.io-client": "^4.8.1",
|
|
91
93
|
"tailwind-merge": "^3.4.0",
|