@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.
Files changed (191) hide show
  1. package/dist/types/components/Tables/NextGen/main/plugins/ExpandableRow/ExpandableRow.d.ts +4 -0
  2. package/dist/types/components/Tables/NextGen/main/plugins/ExpandableRow/ExpandableRow.d.ts.map +1 -0
  3. package/dist/types/components/Tables/NextGen/main/plugins/FilterLayout/FilterLayout.d.ts +2 -0
  4. package/dist/types/components/Tables/NextGen/main/plugins/FilterLayout/FilterLayout.d.ts.map +1 -0
  5. package/dist/types/components/Tables/NextGen/main/plugins/ManageColumns/ManageColumns.d.ts +3 -0
  6. package/dist/types/components/Tables/NextGen/main/plugins/ManageColumns/ManageColumns.d.ts.map +1 -0
  7. package/dist/types/components/Tables/NextGen/main/plugins/TableSidebar/TableSidebar.d.ts +2 -0
  8. package/dist/types/components/Tables/NextGen/main/plugins/TableSidebar/TableSidebar.d.ts.map +1 -0
  9. package/dist/types/components/Tables/NextGen/main/plugins/Topbar/Topbar.d.ts +2 -0
  10. package/dist/types/components/Tables/NextGen/main/plugins/Topbar/Topbar.d.ts.map +1 -0
  11. package/dist/types/components/Tables/NextGen/main/plugins/useCustomGrouping/useCustomGrouping.d.ts +3 -0
  12. package/dist/types/components/Tables/NextGen/main/plugins/useCustomGrouping/useCustomGrouping.d.ts.map +1 -0
  13. package/dist/types/components/Tables/NextGen/main/utils/utils.d.ts +5 -0
  14. package/dist/types/components/Tables/NextGen/main/utils/utils.d.ts.map +1 -0
  15. package/dist/types/components/Tabs/shadcn/TabItem.d.ts +26 -0
  16. package/dist/types/components/Tabs/shadcn/TabItem.d.ts.map +1 -0
  17. package/dist/types/components/Tabs/shadcn/main.d.ts +17 -0
  18. package/dist/types/components/Tabs/shadcn/main.d.ts.map +1 -0
  19. package/dist/types/components/Toast/Mainframe.d.ts +5 -0
  20. package/dist/types/components/Toast/Mainframe.d.ts.map +1 -0
  21. package/dist/types/components/Toast/ToasterSideColor.d.ts +2 -0
  22. package/dist/types/components/Toast/ToasterSideColor.d.ts.map +1 -0
  23. package/dist/types/components/Toast/hooks/useToast.d.ts +1 -0
  24. package/dist/types/components/Toast/hooks/useToast.d.ts.map +1 -0
  25. package/dist/types/components/Toast/main.d.ts +18 -0
  26. package/dist/types/components/Toast/main.d.ts.map +1 -0
  27. package/dist/types/components/Toggle/ToggleGroup.d.ts +4 -0
  28. package/dist/types/components/Toggle/ToggleGroup.d.ts.map +1 -0
  29. package/dist/types/components/Toggle/ToggleItem.d.ts +2 -0
  30. package/dist/types/components/Toggle/ToggleItem.d.ts.map +1 -0
  31. package/dist/types/components/WhatsNew/Whatsnew.d.ts +4 -0
  32. package/dist/types/components/WhatsNew/Whatsnew.d.ts.map +1 -0
  33. package/dist/types/components/types.d.ts +686 -0
  34. package/dist/types/components/types.d.ts.map +1 -0
  35. package/dist/types/components/ui/accordion.d.ts +8 -0
  36. package/dist/types/components/ui/accordion.d.ts.map +1 -0
  37. package/dist/types/components/ui/alert-dialog.d.ts +21 -0
  38. package/dist/types/components/ui/alert-dialog.d.ts.map +1 -0
  39. package/dist/types/components/ui/badge.d.ts +10 -0
  40. package/dist/types/components/ui/badge.d.ts.map +1 -0
  41. package/dist/types/components/ui/button.d.ts +12 -0
  42. package/dist/types/components/ui/button.d.ts.map +1 -0
  43. package/dist/types/components/ui/card.d.ts +9 -0
  44. package/dist/types/components/ui/card.d.ts.map +1 -0
  45. package/dist/types/components/ui/carousel.d.ts +19 -0
  46. package/dist/types/components/ui/carousel.d.ts.map +1 -0
  47. package/dist/types/components/ui/checkbox.d.ts +5 -0
  48. package/dist/types/components/ui/checkbox.d.ts.map +1 -0
  49. package/dist/types/components/ui/command.d.ts +83 -0
  50. package/dist/types/components/ui/command.d.ts.map +1 -0
  51. package/dist/types/components/ui/context-menu.d.ts +28 -0
  52. package/dist/types/components/ui/context-menu.d.ts.map +1 -0
  53. package/dist/types/components/ui/dialog.d.ts +20 -0
  54. package/dist/types/components/ui/dialog.d.ts.map +1 -0
  55. package/dist/types/components/ui/dropdown-menu.d.ts +28 -0
  56. package/dist/types/components/ui/dropdown-menu.d.ts.map +1 -0
  57. package/dist/types/components/ui/hover-card.d.ts +7 -0
  58. package/dist/types/components/ui/hover-card.d.ts.map +1 -0
  59. package/dist/types/components/ui/input.d.ts +6 -0
  60. package/dist/types/components/ui/input.d.ts.map +1 -0
  61. package/dist/types/components/ui/label.d.ts +6 -0
  62. package/dist/types/components/ui/label.d.ts.map +1 -0
  63. package/dist/types/components/ui/popover.d.ts +8 -0
  64. package/dist/types/components/ui/popover.d.ts.map +1 -0
  65. package/dist/types/components/ui/resizable.d.ts +24 -0
  66. package/dist/types/components/ui/resizable.d.ts.map +1 -0
  67. package/dist/types/components/ui/scroll-area.d.ts +6 -0
  68. package/dist/types/components/ui/scroll-area.d.ts.map +1 -0
  69. package/dist/types/components/ui/select.d.ts +14 -0
  70. package/dist/types/components/ui/select.d.ts.map +1 -0
  71. package/dist/types/components/ui/separator.d.ts +5 -0
  72. package/dist/types/components/ui/separator.d.ts.map +1 -0
  73. package/dist/types/components/ui/slider.d.ts +5 -0
  74. package/dist/types/components/ui/slider.d.ts.map +1 -0
  75. package/dist/types/components/ui/switch.d.ts +5 -0
  76. package/dist/types/components/ui/switch.d.ts.map +1 -0
  77. package/dist/types/components/ui/tabs.d.ts +14 -0
  78. package/dist/types/components/ui/tabs.d.ts.map +1 -0
  79. package/dist/types/components/ui/textarea.d.ts +6 -0
  80. package/dist/types/components/ui/textarea.d.ts.map +1 -0
  81. package/dist/types/components/ui/toggle.d.ts +13 -0
  82. package/dist/types/components/ui/toggle.d.ts.map +1 -0
  83. package/dist/types/components/ui/tooltip.d.ts +8 -0
  84. package/dist/types/components/ui/tooltip.d.ts.map +1 -0
  85. package/dist/types/components/utils/hotkeyregister.d.ts +16 -0
  86. package/dist/types/components/utils/hotkeyregister.d.ts.map +1 -0
  87. package/dist/types/components/utils/optics.d.ts +2 -0
  88. package/dist/types/components/utils/optics.d.ts.map +1 -0
  89. package/dist/types/components/utils/useFont.d.ts +9 -0
  90. package/dist/types/components/utils/useFont.d.ts.map +1 -0
  91. package/dist/types/components/utils/utils.d.ts +9 -0
  92. package/dist/types/components/utils/utils.d.ts.map +1 -0
  93. package/dist/types/lib/utils.d.ts +3 -0
  94. package/dist/types/lib/utils.d.ts.map +1 -0
  95. package/dist/types/main.d.ts +2 -0
  96. package/dist/types/main.d.ts.map +1 -0
  97. package/dist/types/stories/Alerts/alerts.stories.d.ts +10 -0
  98. package/dist/types/stories/Alerts/alerts.stories.d.ts.map +1 -0
  99. package/dist/types/stories/Alerts/notify.stories.d.ts +8 -0
  100. package/dist/types/stories/Alerts/notify.stories.d.ts.map +1 -0
  101. package/dist/types/stories/Alerts/toast.stories.d.ts +7 -0
  102. package/dist/types/stories/Alerts/toast.stories.d.ts.map +1 -0
  103. package/dist/types/stories/Api/api.stories.d.ts +25 -0
  104. package/dist/types/stories/Api/api.stories.d.ts.map +1 -0
  105. package/dist/types/stories/App.d.ts +3 -0
  106. package/dist/types/stories/App.d.ts.map +1 -0
  107. package/dist/types/stories/App.stories.d.ts +7 -0
  108. package/dist/types/stories/App.stories.d.ts.map +1 -0
  109. package/dist/types/stories/Boxes/Body.stories.d.ts +13 -0
  110. package/dist/types/stories/Boxes/Body.stories.d.ts.map +1 -0
  111. package/dist/types/stories/Boxes/Container.stories.d.ts +14 -0
  112. package/dist/types/stories/Boxes/Container.stories.d.ts.map +1 -0
  113. package/dist/types/stories/Boxes/VirtualContainer.stories.d.ts +8 -0
  114. package/dist/types/stories/Boxes/VirtualContainer.stories.d.ts.map +1 -0
  115. package/dist/types/stories/Boxes/accordion.stories.d.ts +8 -0
  116. package/dist/types/stories/Boxes/accordion.stories.d.ts.map +1 -0
  117. package/dist/types/stories/Boxes/dialogpane.stories.d.ts +15 -0
  118. package/dist/types/stories/Boxes/dialogpane.stories.d.ts.map +1 -0
  119. package/dist/types/stories/Boxes/panel.stories.d.ts +17 -0
  120. package/dist/types/stories/Boxes/panel.stories.d.ts.map +1 -0
  121. package/dist/types/stories/Boxes/plainmodel.stories.d.ts +14 -0
  122. package/dist/types/stories/Boxes/plainmodel.stories.d.ts.map +1 -0
  123. package/dist/types/stories/Buttons/Button.stories.d.ts +12 -0
  124. package/dist/types/stories/Buttons/Button.stories.d.ts.map +1 -0
  125. package/dist/types/stories/Buttons/IconButton.stories.d.ts +13 -0
  126. package/dist/types/stories/Buttons/IconButton.stories.d.ts.map +1 -0
  127. package/dist/types/stories/Buttons/SplitButton.stories.d.ts +9 -0
  128. package/dist/types/stories/Buttons/SplitButton.stories.d.ts.map +1 -0
  129. package/dist/types/stories/Buttons/copybtn.stories.d.ts +10 -0
  130. package/dist/types/stories/Buttons/copybtn.stories.d.ts.map +1 -0
  131. package/dist/types/stories/Buttons/newbuttons.stories.d.ts +25 -0
  132. package/dist/types/stories/Buttons/newbuttons.stories.d.ts.map +1 -0
  133. package/dist/types/stories/Buttons/switch.stories.d.ts +7 -0
  134. package/dist/types/stories/Buttons/switch.stories.d.ts.map +1 -0
  135. package/dist/types/stories/Contextmenu/contextmenu.stories.d.ts +22 -0
  136. package/dist/types/stories/Contextmenu/contextmenu.stories.d.ts.map +1 -0
  137. package/dist/types/stories/Help/help.stories.d.ts +7 -0
  138. package/dist/types/stories/Help/help.stories.d.ts.map +1 -0
  139. package/dist/types/stories/Help/helpIcon.stories.d.ts +7 -0
  140. package/dist/types/stories/Help/helpIcon.stories.d.ts.map +1 -0
  141. package/dist/types/stories/Help/tooltip.stories.d.ts +9 -0
  142. package/dist/types/stories/Help/tooltip.stories.d.ts.map +1 -0
  143. package/dist/types/stories/Inputs/input.stories.d.ts +20 -0
  144. package/dist/types/stories/Inputs/input.stories.d.ts.map +1 -0
  145. package/dist/types/stories/Legends/legends.stories.d.ts +9 -0
  146. package/dist/types/stories/Legends/legends.stories.d.ts.map +1 -0
  147. package/dist/types/stories/Map/map.stories.d.ts +53 -0
  148. package/dist/types/stories/Map/map.stories.d.ts.map +1 -0
  149. package/dist/types/stories/Properties/item.stories.d.ts +8 -0
  150. package/dist/types/stories/Properties/item.stories.d.ts.map +1 -0
  151. package/dist/types/stories/RadioGroups/radiogroups.stories.d.ts +8 -0
  152. package/dist/types/stories/RadioGroups/radiogroups.stories.d.ts.map +1 -0
  153. package/dist/types/stories/Spinner/InlineSpinner.stories.d.ts +11 -0
  154. package/dist/types/stories/Spinner/InlineSpinner.stories.d.ts.map +1 -0
  155. package/dist/types/stories/Spinner/SpinnerDialog.stories.d.ts +16 -0
  156. package/dist/types/stories/Spinner/SpinnerDialog.stories.d.ts.map +1 -0
  157. package/dist/types/stories/Spinner/spinnerbox.stories.d.ts +16 -0
  158. package/dist/types/stories/Spinner/spinnerbox.stories.d.ts.map +1 -0
  159. package/dist/types/stories/Tables/DataTable.stories.d.ts +13 -0
  160. package/dist/types/stories/Tables/DataTable.stories.d.ts.map +1 -0
  161. package/dist/types/stories/Tables/MuiTable.stories.d.ts +8 -0
  162. package/dist/types/stories/Tables/MuiTable.stories.d.ts.map +1 -0
  163. package/dist/types/stories/Tables/informationtable.stories.d.ts +14 -0
  164. package/dist/types/stories/Tables/informationtable.stories.d.ts.map +1 -0
  165. package/dist/types/stories/Tabs/tabs.stories.d.ts +13 -0
  166. package/dist/types/stories/Tabs/tabs.stories.d.ts.map +1 -0
  167. package/dist/types/stories/Toggle Switches/toggle-group.stories.d.ts +16 -0
  168. package/dist/types/stories/Toggle Switches/toggle-group.stories.d.ts.map +1 -0
  169. package/dist/types/stories/Toggle Switches/toggle.stories.d.ts +16 -0
  170. package/dist/types/stories/Toggle Switches/toggle.stories.d.ts.map +1 -0
  171. package/dist/types/stories/fonts/fonts.stories.d.ts +32 -0
  172. package/dist/types/stories/fonts/fonts.stories.d.ts.map +1 -0
  173. package/dist/types/stories/paragraphs/paragraph.stories.d.ts +7 -0
  174. package/dist/types/stories/paragraphs/paragraph.stories.d.ts.map +1 -0
  175. package/dist/types/stories/playground/ApiNotify.stories.d.ts +9 -0
  176. package/dist/types/stories/playground/ApiNotify.stories.d.ts.map +1 -0
  177. package/dist/types/stories/playground/ModelSetChildrenApi.stories.d.ts +8 -0
  178. package/dist/types/stories/playground/ModelSetChildrenApi.stories.d.ts.map +1 -0
  179. package/dist/types/stories/playground/Tailwindclass.stories.d.ts +9 -0
  180. package/dist/types/stories/playground/Tailwindclass.stories.d.ts.map +1 -0
  181. package/dist/types/stories/playground/spinnerANDdialog.stories.d.ts +7 -0
  182. package/dist/types/stories/playground/spinnerANDdialog.stories.d.ts.map +1 -0
  183. package/dist/types/stories/sidebar/sidebar.stories.d.ts +9 -0
  184. package/dist/types/stories/sidebar/sidebar.stories.d.ts.map +1 -0
  185. package/dist/types/stories/whatsnew/whatsnew.stories.d.ts +9 -0
  186. package/dist/types/stories/whatsnew/whatsnew.stories.d.ts.map +1 -0
  187. package/dist/types/tsconfig.app.tsbuildinfo +1 -0
  188. package/package.json +3 -1
  189. package/dist/nextgen.css +0 -1
  190. package/dist/nextgen.d.ts +0 -1401
  191. 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,8 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: (props: any) => import("react/jsx-runtime").JSX.Element;
4
+ args: {};
5
+ };
6
+ export default _default;
7
+ export declare const Story: any;
8
+ //# sourceMappingURL=MuiTable.stories.d.ts.map
@@ -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,7 @@
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
+ //# sourceMappingURL=paragraph.stories.d.ts.map
@@ -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.26",
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",