react-asc 25.18.1 → 26.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (284) hide show
  1. package/components/Alert/Alert.d.ts +10 -0
  2. package/components/AppBar/AppBar.d.ts +9 -0
  3. package/{lib/components → components}/AppBar/AppBarTitle.d.ts +2 -3
  4. package/{lib/components → components}/AutoComplete/AutoComplete.d.ts +3 -3
  5. package/{lib/components → components}/Backdrop/Backdrop.d.ts +2 -2
  6. package/{lib/components → components}/Badge/Badge.d.ts +2 -2
  7. package/components/Breadcrumb/Breadcrumb.d.ts +5 -0
  8. package/{lib/components → components}/Breadcrumb/BreadcrumbItem.d.ts +2 -2
  9. package/{lib/components → components}/Button/Button.d.ts +1 -1
  10. package/{lib/components → components}/Button/ButtonContext.d.ts +1 -2
  11. package/{lib/components → components}/ButtonGroup/ButtonGroup.d.ts +2 -2
  12. package/components/Card/Card.d.ts +6 -0
  13. package/components/Card/CardBody.d.ts +2 -0
  14. package/components/Card/CardFooter.d.ts +2 -0
  15. package/components/Card/CardImage.d.ts +2 -0
  16. package/components/Card/CardSubtitle.d.ts +2 -0
  17. package/components/Card/CardText.d.ts +2 -0
  18. package/components/Card/CardTitle.d.ts +6 -0
  19. package/{lib/components → components}/Checkbox/Checkbox.d.ts +2 -2
  20. package/{lib/components → components}/Chip/Chip.d.ts +4 -4
  21. package/components/ConditionalWrapper/ConditionalWrapper.d.ts +8 -0
  22. package/{lib/components → components}/CssTransition/CssTransition.d.ts +2 -2
  23. package/{lib/components → components}/DatePicker/DatePicker.d.ts +1 -3
  24. package/{lib/components → components}/DateSelect/DateSelect.d.ts +1 -2
  25. package/{lib/components → components}/DateSelect/DaySelect.d.ts +1 -2
  26. package/{lib/components → components}/DateSelect/MonthSelect.d.ts +1 -2
  27. package/{lib/components → components}/DateSelect/YearSelect.d.ts +1 -2
  28. package/{lib/components → components}/Drawer/Drawer.d.ts +2 -2
  29. package/{lib/components → components}/ExpansionPanel/ExpansionPanel.d.ts +3 -4
  30. package/{lib/components → components}/ExpansionPanel/ExpansionPanelContent.d.ts +2 -2
  31. package/{lib/components → components}/ExpansionPanel/ExpansionPanelHeader.d.ts +2 -3
  32. package/{lib/components → components}/FileInput/FileInput.d.ts +2 -2
  33. package/{lib/components → components}/FloatingActionButton/FloatingActionButton.d.ts +2 -2
  34. package/{lib/components → components}/Form/Form.d.ts +5 -5
  35. package/components/Form/FormError.d.ts +7 -0
  36. package/components/Form/FormGroup.d.ts +7 -0
  37. package/components/Form/FormHint/FormHint.d.ts +2 -0
  38. package/{lib/components → components}/Form/FormInput/FormInput.d.ts +4 -4
  39. package/components/Form/FormLabel/FormLabel.d.ts +2 -0
  40. package/{lib/components → components}/Form/form.interfaces.d.ts +1 -2
  41. package/components/Form/form.models.d.ts +12 -0
  42. package/components/Grid/Column/Column.d.ts +7 -0
  43. package/{lib/components → components}/Grid/Row/Row.d.ts +2 -2
  44. package/components/Icon/Icon.d.ts +7 -0
  45. package/{lib/components → components}/IconButton/IconButton.d.ts +2 -2
  46. package/components/Link/Link.d.ts +2 -0
  47. package/components/List/List.d.ts +5 -0
  48. package/{lib/components → components}/List/ListItem.d.ts +3 -3
  49. package/components/List/ListItemAction.d.ts +2 -0
  50. package/{lib/components → components}/List/ListItemAvatar.d.ts +2 -2
  51. package/{lib/components → components}/List/ListItemIcon.d.ts +2 -2
  52. package/{lib/components → components}/List/ListItemText.d.ts +2 -3
  53. package/{lib/components → components}/List/list.models.d.ts +2 -2
  54. package/components/LoadingIndicator/LoadingIndicator.d.ts +2 -0
  55. package/{lib/components → components}/LoadingIndicator/LoadingIndicatorContainer.d.ts +2 -2
  56. package/{lib/components → components}/Menu/Menu.d.ts +4 -5
  57. package/components/Menu/MenuBody.d.ts +12 -0
  58. package/{lib/components → components}/Menu/MenuContext.d.ts +1 -1
  59. package/components/Menu/MenuDivider.d.ts +1 -0
  60. package/components/Menu/MenuItem.d.ts +3 -0
  61. package/{lib/components → components}/Menu/MenuToggle.d.ts +1 -1
  62. package/{lib/components → components}/Modal/GlobalModal.d.ts +4 -4
  63. package/{lib/components → components}/Modal/Modal.d.ts +3 -3
  64. package/{lib/components → components}/Modal/ModalBody.d.ts +2 -2
  65. package/{lib/components → components}/Modal/ModalFooter.d.ts +2 -2
  66. package/{lib/components → components}/Modal/ModalHeader.d.ts +2 -2
  67. package/{lib/components → components}/Modal/modal.interfaces.d.ts +2 -2
  68. package/{lib/components → components}/Modal/modal.service.d.ts +4 -4
  69. package/{lib/components → components}/NumberSelect/NumberSelect.d.ts +1 -2
  70. package/{lib/components → components}/Portal/Portal.d.ts +1 -2
  71. package/{lib/components → components}/ProgressBar/ProgressBar.d.ts +2 -2
  72. package/{lib/components → components}/Select/Select.d.ts +3 -3
  73. package/components/Sidebar/Sidebar.d.ts +9 -0
  74. package/{lib/components → components}/Skeleton/SkeletonAvatar.d.ts +2 -2
  75. package/{lib/components → components}/Skeleton/SkeletonFooter.d.ts +2 -2
  76. package/{lib/components → components}/Skeleton/SkeletonImage.d.ts +2 -2
  77. package/{lib/components → components}/Skeleton/SkeletonText.d.ts +2 -2
  78. package/{lib/components → components}/Snackbar/Snackbar.d.ts +2 -3
  79. package/{lib/components → components}/Snackbar/snackbar.service.d.ts +1 -1
  80. package/{lib/components → components}/SpeedDial/SpeedDial.d.ts +2 -2
  81. package/{lib/components → components}/SpeedDial/SpeedDialAction.d.ts +2 -2
  82. package/components/SpeedDial/SpeedDialActions.d.ts +2 -0
  83. package/{lib/components → components}/SpeedDial/SpeedDialIcon.d.ts +2 -3
  84. package/{lib/components → components}/Stepper/Dot/Dot.d.ts +2 -2
  85. package/{lib/components → components}/Stepper/Step/Step.d.ts +2 -3
  86. package/{lib/components → components}/Stepper/StepConnector/StepConnector.d.ts +1 -2
  87. package/components/Stepper/StepPanel/StepPanel.d.ts +5 -0
  88. package/{lib/components → components}/Stepper/Stepper.d.ts +3 -3
  89. package/{lib/components → components}/Stepper/StepperActions/StepperActions.d.ts +1 -2
  90. package/{lib/components → components}/Table/Table.d.ts +2 -2
  91. package/components/Table/TableBody.d.ts +2 -0
  92. package/{lib/components → components}/Table/TableCell.d.ts +2 -2
  93. package/{lib/components → components}/Table/TableContext.d.ts +1 -1
  94. package/components/Table/TableHead.d.ts +2 -0
  95. package/components/Table/TableRow.d.ts +2 -0
  96. package/{lib/components → components}/Tabs/Tab.d.ts +2 -3
  97. package/{lib/components → components}/Tabs/TabContext.d.ts +1 -1
  98. package/{lib/components → components}/Tabs/TabIndicator.d.ts +2 -2
  99. package/{lib/components → components}/Tabs/TabPanel.d.ts +2 -2
  100. package/{lib/components → components}/Tabs/Tabs.d.ts +3 -3
  101. package/components/Textarea/Textarea.d.ts +5 -0
  102. package/{lib/components → components}/TimeSelect/HourSelect.d.ts +1 -2
  103. package/{lib/components → components}/TimeSelect/MilliSecondSelect.d.ts +1 -2
  104. package/{lib/components → components}/TimeSelect/MinuteSelect.d.ts +1 -2
  105. package/{lib/components → components}/TimeSelect/SecondSelect.d.ts +1 -2
  106. package/{lib/components → components}/TimeSelect/TimeSelect.d.ts +1 -2
  107. package/{lib/components → components}/Tooltip/Tooltip.d.ts +2 -2
  108. package/{lib/components → components}/TreeView/TreeItem.d.ts +2 -2
  109. package/components/TreeView/TreeView.d.ts +2 -0
  110. package/{lib/components → components}/Typography/Typography.d.ts +2 -2
  111. package/{lib/components → components}/component.interfaces.d.ts +0 -1
  112. package/{lib/hooks → hooks}/useDebounce.d.ts +1 -1
  113. package/{lib/hooks → hooks}/useHover.d.ts +0 -1
  114. package/icons/CaretDownSolidIcon.d.ts +1 -0
  115. package/icons/CheckSolidIcon.d.ts +1 -0
  116. package/icons/CheckSquareRegularIcon.d.ts +1 -0
  117. package/icons/ChevronDownSolidIcon.d.ts +1 -0
  118. package/icons/ChevronLeftSolidIcon.d.ts +1 -0
  119. package/icons/ChevronRightSolidIcon.d.ts +1 -0
  120. package/icons/ChevronUpSolidIcon.d.ts +1 -0
  121. package/icons/CircleSolidIcon.d.ts +1 -0
  122. package/icons/HomeSolidIcon.d.ts +1 -0
  123. package/icons/PlusSolidIcon.d.ts +1 -0
  124. package/icons/SpinnerSolidIcon.d.ts +1 -0
  125. package/icons/SquareRegularIcon.d.ts +1 -0
  126. package/icons/TimesCircleSolidIcon.d.ts +1 -0
  127. package/icons/TimesSolidIcon.d.ts +1 -0
  128. package/index.cjs.js +21 -0
  129. package/index.d.ts +7 -1149
  130. package/index.es.d.ts +1 -0
  131. package/index.es.js +3143 -7253
  132. package/index.umd.js +21 -0
  133. package/package.json +7 -8
  134. package/readme.md +2 -2
  135. package/{lib/typings → typings}/array-extension.d.ts +1 -1
  136. package/{lib/typings → typings}/date-extension.d.ts +1 -1
  137. package/vite.config.d.ts +1 -1
  138. package/index.js +0 -7461
  139. package/lib/components/Alert/Alert.d.ts +0 -12
  140. package/lib/components/AppBar/AppBar.d.ts +0 -11
  141. package/lib/components/Breadcrumb/Breadcrumb.d.ts +0 -6
  142. package/lib/components/Card/Card.d.ts +0 -6
  143. package/lib/components/Card/CardBody.d.ts +0 -2
  144. package/lib/components/Card/CardFooter.d.ts +0 -2
  145. package/lib/components/Card/CardImage.d.ts +0 -2
  146. package/lib/components/Card/CardSubtitle.d.ts +0 -2
  147. package/lib/components/Card/CardText.d.ts +0 -2
  148. package/lib/components/Card/CardTitle.d.ts +0 -6
  149. package/lib/components/ConditionalWrapper/ConditionalWrapper.d.ts +0 -8
  150. package/lib/components/Form/FormError.d.ts +0 -8
  151. package/lib/components/Form/FormGroup.d.ts +0 -7
  152. package/lib/components/Form/FormHint/FormHint.d.ts +0 -2
  153. package/lib/components/Form/FormLabel/FormLabel.d.ts +0 -2
  154. package/lib/components/Form/form.models.d.ts +0 -12
  155. package/lib/components/Grid/Column/Column.d.ts +0 -7
  156. package/lib/components/Icon/Icon.d.ts +0 -8
  157. package/lib/components/Link/Link.d.ts +0 -2
  158. package/lib/components/List/List.d.ts +0 -5
  159. package/lib/components/List/ListItemAction.d.ts +0 -2
  160. package/lib/components/LoadingIndicator/LoadingIndicator.d.ts +0 -2
  161. package/lib/components/Menu/MenuBody.d.ts +0 -13
  162. package/lib/components/Menu/MenuDivider.d.ts +0 -2
  163. package/lib/components/Menu/MenuItem.d.ts +0 -3
  164. package/lib/components/Sidebar/Sidebar.d.ts +0 -9
  165. package/lib/components/SpeedDial/SpeedDialActions.d.ts +0 -2
  166. package/lib/components/Stepper/StepPanel/StepPanel.d.ts +0 -5
  167. package/lib/components/Table/TableBody.d.ts +0 -2
  168. package/lib/components/Table/TableHead.d.ts +0 -2
  169. package/lib/components/Table/TableRow.d.ts +0 -2
  170. package/lib/components/Textarea/Textarea.d.ts +0 -5
  171. package/lib/components/TreeView/TreeView.d.ts +0 -2
  172. package/lib/icons/CaretDownSolidIcon.d.ts +0 -2
  173. package/lib/icons/CheckSolidIcon.d.ts +0 -2
  174. package/lib/icons/CheckSquareRegularIcon.d.ts +0 -2
  175. package/lib/icons/ChevronDownSolidIcon.d.ts +0 -2
  176. package/lib/icons/ChevronLeftSolidIcon.d.ts +0 -2
  177. package/lib/icons/ChevronRightSolidIcon.d.ts +0 -2
  178. package/lib/icons/ChevronUpSolidIcon.d.ts +0 -2
  179. package/lib/icons/CircleSolidIcon.d.ts +0 -2
  180. package/lib/icons/HomeSolidIcon.d.ts +0 -2
  181. package/lib/icons/PlusSolidIcon.d.ts +0 -2
  182. package/lib/icons/SpinnerSolidIcon.d.ts +0 -2
  183. package/lib/icons/SquareRegularIcon.d.ts +0 -2
  184. package/lib/icons/TimesCircleSolidIcon.d.ts +0 -2
  185. package/lib/icons/TimesSolidIcon.d.ts +0 -2
  186. package/lib/index.d.ts +0 -8
  187. package/lib/services/clipboard.service.d.ts +0 -5
  188. package/lib/services/file.service.d.ts +0 -14
  189. package/lib/services/index.d.ts +0 -4
  190. package/lib/services/local.service.d.ts +0 -10
  191. package/lib/services/logger.service.d.ts +0 -25
  192. package/react-asc.scss +0 -382
  193. /package/{lib/components → components}/Alert/index.d.ts +0 -0
  194. /package/{lib/components → components}/AppBar/index.d.ts +0 -0
  195. /package/{lib/components → components}/AutoComplete/index.d.ts +0 -0
  196. /package/{lib/components → components}/Backdrop/index.d.ts +0 -0
  197. /package/{lib/components → components}/Badge/index.d.ts +0 -0
  198. /package/{lib/components → components}/Breadcrumb/index.d.ts +0 -0
  199. /package/{lib/components → components}/Button/index.d.ts +0 -0
  200. /package/{lib/components → components}/ButtonGroup/index.d.ts +0 -0
  201. /package/{lib/components → components}/Card/index.d.ts +0 -0
  202. /package/{lib/components → components}/Checkbox/index.d.ts +0 -0
  203. /package/{lib/components → components}/Chip/index.d.ts +0 -0
  204. /package/{lib/components → components}/ConditionalWrapper/index.d.ts +0 -0
  205. /package/{lib/components → components}/CssTransition/index.d.ts +0 -0
  206. /package/{lib/components → components}/DatePicker/index.d.ts +0 -0
  207. /package/{lib/components → components}/DateSelect/index.d.ts +0 -0
  208. /package/{lib/components → components}/Drawer/index.d.ts +0 -0
  209. /package/{lib/components → components}/ExpansionPanel/index.d.ts +0 -0
  210. /package/{lib/components → components}/FileInput/index.d.ts +0 -0
  211. /package/{lib/components → components}/FloatingActionButton/index.d.ts +0 -0
  212. /package/{lib/components → components}/Form/FormHint/index.d.ts +0 -0
  213. /package/{lib/components → components}/Form/FormInput/index.d.ts +0 -0
  214. /package/{lib/components → components}/Form/FormLabel/index.d.ts +0 -0
  215. /package/{lib/components → components}/Form/form.types.d.ts +0 -0
  216. /package/{lib/components → components}/Form/index.d.ts +0 -0
  217. /package/{lib/components → components}/Form/validators/EmailValidtor.d.ts +0 -0
  218. /package/{lib/components → components}/Form/validators/IsEmptyValidator.d.ts +0 -0
  219. /package/{lib/components → components}/Form/validators/IsEqualValidator.d.ts +0 -0
  220. /package/{lib/components → components}/Form/validators/MaxValidator.d.ts +0 -0
  221. /package/{lib/components → components}/Form/validators/MinValidator.d.ts +0 -0
  222. /package/{lib/components → components}/Form/validators/index.d.ts +0 -0
  223. /package/{lib/components → components}/Grid/Column/column.types.d.ts +0 -0
  224. /package/{lib/components → components}/Grid/Column/index.d.ts +0 -0
  225. /package/{lib/components → components}/Grid/Row/index.d.ts +0 -0
  226. /package/{lib/components → components}/Grid/index.d.ts +0 -0
  227. /package/{lib/components → components}/Icon/index.d.ts +0 -0
  228. /package/{lib/components → components}/IconButton/index.d.ts +0 -0
  229. /package/{lib/components → components}/Link/Link.test.d.ts +0 -0
  230. /package/{lib/components → components}/Link/index.d.ts +0 -0
  231. /package/{lib/components → components}/List/index.d.ts +0 -0
  232. /package/{lib/components → components}/LoadingIndicator/index.d.ts +0 -0
  233. /package/{lib/components → components}/LoadingIndicator/loading-indicator.service.d.ts +0 -0
  234. /package/{lib/components → components}/Menu/index.d.ts +0 -0
  235. /package/{lib/components → components}/Menu/menu.types.d.ts +0 -0
  236. /package/{lib/components → components}/Modal/index.d.ts +0 -0
  237. /package/{lib/components → components}/Modal/modal.enum.d.ts +0 -0
  238. /package/{lib/components → components}/NumberSelect/index.d.ts +0 -0
  239. /package/{lib/components → components}/Portal/index.d.ts +0 -0
  240. /package/{lib/components → components}/ProgressBar/index.d.ts +0 -0
  241. /package/{lib/components → components}/Select/index.d.ts +0 -0
  242. /package/{lib/components → components}/Sidebar/index.d.ts +0 -0
  243. /package/{lib/components → components}/Sidebar/sidebar.interfaces.d.ts +0 -0
  244. /package/{lib/components → components}/Sidebar/sidebar.models.d.ts +0 -0
  245. /package/{lib/components → components}/Skeleton/index.d.ts +0 -0
  246. /package/{lib/components → components}/Snackbar/index.d.ts +0 -0
  247. /package/{lib/components → components}/SpeedDial/index.d.ts +0 -0
  248. /package/{lib/components → components}/Stepper/Dot/index.d.ts +0 -0
  249. /package/{lib/components → components}/Stepper/Step/index.d.ts +0 -0
  250. /package/{lib/components → components}/Stepper/StepperActions/index.d.ts +0 -0
  251. /package/{lib/components → components}/Stepper/index.d.ts +0 -0
  252. /package/{lib/components → components}/Table/index.d.ts +0 -0
  253. /package/{lib/components → components}/Tabs/index.d.ts +0 -0
  254. /package/{lib/components → components}/Textarea/index.d.ts +0 -0
  255. /package/{lib/components → components}/TimeSelect/index.d.ts +0 -0
  256. /package/{lib/components → components}/Tooltip/index.d.ts +0 -0
  257. /package/{lib/components → components}/Tooltip/tooltip.enums.d.ts +0 -0
  258. /package/{lib/components → components}/TreeView/index.d.ts +0 -0
  259. /package/{lib/components → components}/Typography/index.d.ts +0 -0
  260. /package/{lib/components → components}/index.d.ts +0 -0
  261. /package/{lib/enums → enums}/color.enum.d.ts +0 -0
  262. /package/{lib/enums → enums}/index.d.ts +0 -0
  263. /package/{lib/enums → enums}/position.enum.d.ts +0 -0
  264. /package/{lib/enums → enums}/screensize.enum.d.ts +0 -0
  265. /package/{lib/enums → enums}/size.enum.d.ts +0 -0
  266. /package/{lib/enums → enums}/status.enum.d.ts +0 -0
  267. /package/{lib/enums → enums}/variant.enum.d.ts +0 -0
  268. /package/{lib/helpers → helpers}/index.d.ts +0 -0
  269. /package/{lib/helpers → helpers}/sort.helper.d.ts +0 -0
  270. /package/{lib/hooks → hooks}/index.d.ts +0 -0
  271. /package/{lib/hooks → hooks}/useConstructor.d.ts +0 -0
  272. /package/{lib/hooks → hooks}/useCssClasses.d.ts +0 -0
  273. /package/{lib/hooks → hooks}/useMobileDetect.d.ts +0 -0
  274. /package/{lib/hooks → hooks}/useOnDestroy.d.ts +0 -0
  275. /package/{lib/hooks → hooks}/usePrevious.d.ts +0 -0
  276. /package/{lib/hooks → hooks}/useScreenSizeDetect.d.ts +0 -0
  277. /package/{lib/hooks → hooks}/useWindowSize.d.ts +0 -0
  278. /package/{lib/icons → icons}/index.d.ts +0 -0
  279. /package/{lib/interfaces → interfaces}/index.d.ts +0 -0
  280. /package/{lib/interfaces → interfaces}/interfaces.d.ts +0 -0
  281. /package/{lib/types → types}/index.d.ts +0 -0
  282. /package/{lib/types → types}/nullable.type.d.ts +0 -0
  283. /package/{lib/typings → typings}/index.d.ts +0 -0
  284. /package/{lib/typings → typings}/string-extensions.d.ts +0 -0
@@ -1,12 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import React from 'react';
3
- import type { SIZE } from '../../enums';
4
- import { Color, VARIANT } from '../../enums';
5
- export interface IAlertProps extends React.ComponentProps<'div'> {
6
- children?: ReactNode;
7
- className?: string;
8
- variant?: VARIANT;
9
- color?: Color;
10
- shadow?: boolean | SIZE.sm | SIZE.md | SIZE.lg;
11
- }
12
- export declare const Alert: (props: IAlertProps) => JSX.Element;
@@ -1,11 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import React from 'react';
3
- import type { SIZE } from '../../enums';
4
- import { Color } from '../../enums';
5
- export interface IAppBarProps extends React.ComponentProps<'nav'> {
6
- children?: ReactNode;
7
- className?: string;
8
- color?: Color;
9
- shadow?: boolean | SIZE.sm | SIZE.md | SIZE.lg;
10
- }
11
- export declare const AppBar: (props: IAppBarProps) => JSX.Element;
@@ -1,6 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import React from 'react';
3
- export interface IBreadcrumbProps extends React.ComponentProps<'nav'> {
4
- children?: ReactNode;
5
- }
6
- export declare const Breadcrumb: (props: IBreadcrumbProps) => JSX.Element;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface ICardProps extends React.ComponentProps<'div'> {
3
- shadow?: boolean;
4
- }
5
- export declare const Card: (props: ICardProps) => JSX.Element;
6
- export {};
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const CardBody: (props: React.ComponentProps<'div'>) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const CardFooter: (props: React.ComponentProps<'div'>) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const CardImage: (props: React.ComponentProps<'img'>) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const CardSubtitle: (props: React.ComponentProps<'div'>) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const CardText: (props: React.ComponentProps<'p'>) => JSX.Element;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface ICardTitleProps extends React.ComponentProps<'div'> {
3
- as?: any;
4
- }
5
- export declare const CardTitle: (props: ICardTitleProps) => JSX.Element;
6
- export {};
@@ -1,8 +0,0 @@
1
- import type React from 'react';
2
- interface IConditionalWrapperProps {
3
- condition: boolean;
4
- wrapper: (children: React.ReactNode) => JSX.Element;
5
- children: any;
6
- }
7
- export declare const ConditionalWrapper: ({ condition, wrapper, children }: IConditionalWrapperProps) => JSX.Element;
8
- export {};
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import type { IFormInputError } from './form.interfaces';
3
- interface IFormErrorProps {
4
- className?: string;
5
- errors?: IFormInputError[];
6
- }
7
- export declare const FormError: (props: IFormErrorProps) => JSX.Element;
8
- export {};
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- interface IFormGroupProps {
3
- children?: React.ReactNode;
4
- className?: string;
5
- }
6
- export declare const FormGroup: (props: IFormGroupProps) => JSX.Element;
7
- export {};
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const FormHint: (props: React.ComponentProps<'small'>) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const FormLabel: ({ children, className, htmlFor, ...rest }: React.ComponentProps<'label'>) => JSX.Element;
@@ -1,12 +0,0 @@
1
- import type { IFormControlConfig, IFormInputError } from './form.interfaces';
2
- import type { IFormControlType } from './form.types';
3
- export declare class FormControl {
4
- value: any;
5
- validators: string[];
6
- type: IFormControlType;
7
- config: IFormControlConfig;
8
- constructor(value: any, validators: string[], type: IFormControlType, config: IFormControlConfig);
9
- errors: IFormInputError[];
10
- isValid: boolean;
11
- isDirty: boolean;
12
- }
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { ColumnSize } from './column.types';
3
- interface IColProps extends React.ComponentProps<'div'> {
4
- size?: ColumnSize;
5
- }
6
- export declare const Column: (props: IColProps) => JSX.Element;
7
- export {};
@@ -1,8 +0,0 @@
1
- import type { ComponentProps } from 'react';
2
- import React from 'react';
3
- import type { Color } from '../../enums';
4
- export interface IIconProps extends ComponentProps<'div'> {
5
- iconColor?: Color;
6
- children?: React.ReactNode;
7
- }
8
- export declare const Icon: (props: IIconProps) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const Link: (props: React.ComponentProps<'a'>) => JSX.Element;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- export interface IListProps extends React.ComponentProps<'ul'> {
3
- isFlush?: boolean;
4
- }
5
- export declare const List: (props: IListProps) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ListItemAction: ({ children, onClick, ...rest }: React.ComponentProps<'div'>) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const LoadingIndicator: ({ ...rest }: React.ComponentProps<'div'>) => JSX.Element;
@@ -1,13 +0,0 @@
1
- import type { ReactElement } from 'react';
2
- import React from 'react';
3
- import type { IListItemProps } from '../List';
4
- import type { MenuPosition } from './menu.types';
5
- export interface IMenuBodyProps {
6
- children?: ReactElement<IListItemProps> | ReactElement<IListItemProps>[];
7
- className?: string;
8
- menuPosition?: MenuPosition;
9
- parentRef: React.RefObject<HTMLDivElement>;
10
- shadow?: boolean;
11
- onClickBackdrop?: () => void;
12
- }
13
- export declare const MenuBody: (props: IMenuBodyProps) => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const MenuDivider: () => JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type { IListItemProps } from '../List';
3
- export declare const MenuItem: (props: IListItemProps) => JSX.Element;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import type { ISidebarItem } from './sidebar.interfaces';
3
- interface ISidebarProps extends React.ComponentProps<'nav'> {
4
- items: ISidebarItem[];
5
- currentUrl: string;
6
- onItemClicked: (path: string) => void;
7
- }
8
- export declare const Sidebar: (props: ISidebarProps) => JSX.Element;
9
- export {};
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const SpeedDialActions: (props: React.ComponentProps<'div'>) => JSX.Element;
@@ -1,5 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- export interface IStepPanelProps {
3
- children?: ReactNode;
4
- }
5
- export declare const StepPanel: (props: IStepPanelProps) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const TableBody: (props: React.ComponentProps<'tbody'>) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const TableHead: (props: React.ComponentProps<'thead'>) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const TableRow: (props: React.ComponentProps<'tr'>) => JSX.Element;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- export interface ITextareaProps extends React.ComponentProps<'textarea'> {
3
- error?: boolean;
4
- }
5
- export declare const Textarea: (props: ITextareaProps) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const TreeView: (props: React.ComponentProps<'ul'>) => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const CaretDownSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const CheckSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const CheckSquareRegularIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ChevronDownSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ChevronLeftSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ChevronRightSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ChevronUpSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const CircleSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const HomeSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const PlusSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const SpinnerSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const SquareRegularIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const TimesCircleSolidIcon: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const TimesSolidIcon: () => JSX.Element;
package/lib/index.d.ts DELETED
@@ -1,8 +0,0 @@
1
- export * from './components';
2
- export * from './enums';
3
- export * from './hooks';
4
- export * from './icons';
5
- export * from './interfaces';
6
- export * from './services';
7
- export * from './types';
8
- export * from './typings';
@@ -1,5 +0,0 @@
1
- declare class ClipboardService {
2
- copy(text: string): Promise<void>;
3
- }
4
- export declare const clipboardService: ClipboardService;
5
- export {};
@@ -1,14 +0,0 @@
1
- import type { ParseResult, UnparseObject } from 'papaparse';
2
- export declare class FileService {
3
- readAsText(file: File): Promise<ProgressEvent<FileReader>>;
4
- readAsBinaryString(file: File): Promise<ProgressEvent<FileReader>>;
5
- unparse<T>(data: T[] | UnparseObject<T>, config?: IFileUnparseConfig): string;
6
- parse<T>(content: string | File): Promise<ParseResult<T>>;
7
- saveAs(content: BlobPart, fileName: string, fileType: string): void;
8
- getFileExtension(filename: string): string;
9
- }
10
- export interface IFileUnparseConfig {
11
- delimiter?: string;
12
- header?: boolean;
13
- }
14
- export declare const fileService: FileService;
@@ -1,4 +0,0 @@
1
- export * from './clipboard.service';
2
- export * from './file.service';
3
- export * from './local.service';
4
- export * from './logger.service';
@@ -1,10 +0,0 @@
1
- import type { Nullable } from '../types';
2
- declare class LocalService {
3
- set<T>(key: string, value: T): void;
4
- get<T>(key: string): Nullable<T>;
5
- remove(key: string): void;
6
- removeAll(): void;
7
- getKeysBy(key: string): string[];
8
- }
9
- export declare const localService: LocalService;
10
- export {};
@@ -1,25 +0,0 @@
1
- export interface ILoggerService {
2
- log(...args: unknown[]): void;
3
- info(...args: unknown[]): void;
4
- warn(...args: unknown[]): void;
5
- debug(...args: unknown[]): void;
6
- error(...args: unknown[]): void;
7
- }
8
- export declare enum LogType {
9
- log = "log",
10
- info = "info",
11
- warn = "warn",
12
- debug = "debug",
13
- error = "error"
14
- }
15
- declare class LoggerService implements ILoggerService {
16
- logType: typeof LogType;
17
- log(...args: unknown[]): void;
18
- info(...args: unknown[]): void;
19
- warn(...args: unknown[]): void;
20
- debug(...args: unknown[]): void;
21
- error(...args: unknown[]): void;
22
- _doLog(logType: LogType, ...args: unknown[]): void;
23
- }
24
- export declare const loggerService: LoggerService;
25
- export {};