@m4l/graphics 0.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 (269) hide show
  1. package/README.md +0 -0
  2. package/dist/features.js +2 -0
  3. package/dist/index.d.ts +3 -0
  4. package/dist/index.js +10992 -0
  5. package/dist/lib/@types/index.d.ts +6 -0
  6. package/dist/lib/components/CompanyLogo/index.d.ts +3 -0
  7. package/dist/lib/components/CompanyLogo/styles.d.ts +5 -0
  8. package/dist/lib/components/CompanyLogo/types.d.ts +6 -0
  9. package/dist/lib/components/DataGrid/components/Actions/components/Density/index.d.ts +2 -0
  10. package/dist/lib/components/DataGrid/components/Actions/components/Density/styles.d.ts +3 -0
  11. package/dist/lib/components/DataGrid/components/Actions/components/Filter/index.d.ts +2 -0
  12. package/dist/lib/components/DataGrid/components/Actions/components/Filter/styles.d.ts +2 -0
  13. package/dist/lib/components/DataGrid/components/Actions/components/RowsCount/index.d.ts +2 -0
  14. package/dist/lib/components/DataGrid/components/Actions/components/RowsCount/styles.d.ts +4 -0
  15. package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/components/FormatterColumn/index.d.ts +4 -0
  16. package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/index.d.ts +3 -0
  17. package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/styles.d.ts +8 -0
  18. package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/types.d.ts +25 -0
  19. package/dist/lib/components/DataGrid/components/Actions/components/Settings/index.d.ts +2 -0
  20. package/dist/lib/components/DataGrid/components/Actions/components/Settings/styles.d.ts +2 -0
  21. package/dist/lib/components/DataGrid/components/Actions/components/Settings/types.d.ts +2 -0
  22. package/dist/lib/components/DataGrid/components/Actions/index.d.ts +3 -0
  23. package/dist/lib/components/DataGrid/components/Actions/styles.d.ts +2 -0
  24. package/dist/lib/components/DataGrid/components/Actions/types.d.ts +11 -0
  25. package/dist/lib/components/DataGrid/components/Table/components/ActionsColumn.d.ts +4 -0
  26. package/dist/lib/components/DataGrid/components/Table/components/CheckboxFormatter.d.ts +3 -0
  27. package/dist/lib/components/DataGrid/components/Table/components/CustomIcons.d.ts +15 -0
  28. package/dist/lib/components/DataGrid/components/Table/components/DraggableHeaderRenderer.d.ts +6 -0
  29. package/dist/lib/components/DataGrid/components/Table/components/SelectColumn.d.ts +4 -0
  30. package/dist/lib/components/DataGrid/components/Table/components/SkeletonFormatter/index.d.ts +2 -0
  31. package/dist/lib/components/DataGrid/components/Table/components/SkeletonFormatter/styles.d.ts +2 -0
  32. package/dist/lib/components/DataGrid/components/Table/hooks/getDragHeaderRenderer.d.ts +3 -0
  33. package/dist/lib/components/DataGrid/components/Table/hooks/useFocusRef.d.ts +5 -0
  34. package/dist/lib/components/DataGrid/components/Table/hooks/useSortColumnsRows.d.ts +8 -0
  35. package/dist/lib/components/DataGrid/components/Table/index.d.ts +3 -0
  36. package/dist/lib/components/DataGrid/components/Table/styles.d.ts +3 -0
  37. package/dist/lib/components/DataGrid/contexts/BaseContext/index.d.ts +5 -0
  38. package/dist/lib/components/DataGrid/contexts/BaseContext/types.d.ts +51 -0
  39. package/dist/lib/components/DataGrid/contexts/FilterContext/index.d.ts +9 -0
  40. package/dist/lib/components/DataGrid/contexts/FilterContext/types.d.ts +11 -0
  41. package/dist/lib/components/DataGrid/dictionary.d.ts +3 -0
  42. package/dist/lib/components/DataGrid/formatters/BooleanFormatter/index.d.ts +3 -0
  43. package/dist/lib/components/DataGrid/formatters/BooleanFormatter/types.d.ts +5 -0
  44. package/dist/lib/components/DataGrid/formatters/DateFormatter/index.d.ts +3 -0
  45. package/dist/lib/components/DataGrid/formatters/DateFormatter/types.d.ts +6 -0
  46. package/dist/lib/components/DataGrid/formatters/index.d.ts +2 -0
  47. package/dist/lib/components/DataGrid/hooks/useBase.d.ts +1 -0
  48. package/dist/lib/components/DataGrid/hooks/useFilters.d.ts +1 -0
  49. package/dist/lib/components/DataGrid/index.d.ts +3 -0
  50. package/dist/lib/components/DataGrid/styles.d.ts +3 -0
  51. package/dist/lib/components/DataGrid/types.d.ts +56 -0
  52. package/dist/lib/components/FormActions/dictionary.d.ts +3 -0
  53. package/dist/lib/components/FormActions/index.d.ts +3 -0
  54. package/dist/lib/components/FormActions/styles.d.ts +2 -0
  55. package/dist/lib/components/FormActions/types.d.ts +7 -0
  56. package/dist/lib/components/Image/index.d.ts +3 -0
  57. package/dist/lib/components/Image/styles.d.ts +3 -0
  58. package/dist/lib/components/Image/types.d.ts +16 -0
  59. package/dist/lib/components/LanguagePopover/index.d.ts +3 -0
  60. package/dist/lib/components/LanguagePopover/types.d.ts +3 -0
  61. package/dist/lib/components/LinkWithRoute/index.d.ts +3 -0
  62. package/dist/lib/components/LinkWithRoute/types.d.ts +7 -0
  63. package/dist/lib/components/Loadable/index.d.ts +2 -0
  64. package/dist/lib/components/ModalDialog/components/Header/index.d.ts +3 -0
  65. package/dist/lib/components/ModalDialog/components/Header/types.d.ts +9 -0
  66. package/dist/lib/components/ModalDialog/dictionary.d.ts +3 -0
  67. package/dist/lib/components/ModalDialog/index.d.ts +2 -0
  68. package/dist/lib/components/ModalDialog/styles.d.ts +9 -0
  69. package/dist/lib/components/ModalDialog/types.d.ts +5 -0
  70. package/dist/lib/components/NoItemSelected/dictionary.d.ts +3 -0
  71. package/dist/lib/components/NoItemSelected/index.d.ts +2 -0
  72. package/dist/lib/components/NoItemSelected/styles.d.ts +5 -0
  73. package/dist/lib/components/NoItemSelected/types.d.ts +5 -0
  74. package/dist/lib/components/ObjectLogs/components/DetailDialog/index.d.ts +3 -0
  75. package/dist/lib/components/ObjectLogs/components/DetailDialog/styles.d.ts +3 -0
  76. package/dist/lib/components/ObjectLogs/components/DetailDialog/types.d.ts +3 -0
  77. package/dist/lib/components/ObjectLogs/components/DetailFormatter/index.d.ts +3 -0
  78. package/dist/lib/components/ObjectLogs/components/DetailFormatter/types.d.ts +3 -0
  79. package/dist/lib/components/ObjectLogs/dictionary.d.ts +3 -0
  80. package/dist/lib/components/ObjectLogs/index.d.ts +3 -0
  81. package/dist/lib/components/ObjectLogs/styles.d.ts +4 -0
  82. package/dist/lib/components/ObjectLogs/types.d.ts +18 -0
  83. package/dist/lib/components/Page/index.d.ts +9 -0
  84. package/dist/lib/components/PaperForm/index.d.ts +3 -0
  85. package/dist/lib/components/PaperForm/skeleton.d.ts +6 -0
  86. package/dist/lib/components/PaperForm/styles.d.ts +8 -0
  87. package/dist/lib/components/PaperForm/types.d.ts +7 -0
  88. package/dist/lib/components/ProgressBar/index.d.ts +3 -0
  89. package/dist/lib/components/PropertyValue/index.d.ts +3 -0
  90. package/dist/lib/components/PropertyValue/skeleton.d.ts +2 -0
  91. package/dist/lib/components/PropertyValue/styles.d.ts +6 -0
  92. package/dist/lib/components/PropertyValue/types.d.ts +11 -0
  93. package/dist/lib/components/Resizeable/index.d.ts +3 -0
  94. package/dist/lib/components/Resizeable/styles.d.ts +5 -0
  95. package/dist/lib/components/Resizeable/types.d.ts +8 -0
  96. package/dist/lib/components/ScrollBar/index.d.ts +3 -0
  97. package/dist/lib/components/ScrollBar/styles.d.ts +6 -0
  98. package/dist/lib/components/ScrollBar/types.d.ts +7 -0
  99. package/dist/lib/components/SplitLayout/index.d.ts +3 -0
  100. package/dist/lib/components/SplitLayout/styles.d.ts +4 -0
  101. package/dist/lib/components/SplitLayout/types.d.ts +9 -0
  102. package/dist/lib/components/Typography/index.d.ts +3 -0
  103. package/dist/lib/components/Typography/types.d.ts +5 -0
  104. package/dist/lib/components/animate/DialogAnimate.d.ts +7 -0
  105. package/dist/lib/components/animate/FabButtonAnimate.d.ts +8 -0
  106. package/dist/lib/components/animate/IconButtonAnimate/index.d.ts +4 -0
  107. package/dist/lib/components/animate/MotionContainer.d.ts +10 -0
  108. package/dist/lib/components/animate/MotionInView.d.ts +9 -0
  109. package/dist/lib/components/animate/MotionLazyContainer.d.ts +6 -0
  110. package/dist/lib/components/animate/TextAnimate.d.ts +9 -0
  111. package/dist/lib/components/animate/index.d.ts +8 -0
  112. package/dist/lib/components/animate/type.d.ts +26 -0
  113. package/dist/lib/components/animate/variants/actions.d.ts +5 -0
  114. package/dist/lib/components/animate/variants/background.d.ts +104 -0
  115. package/dist/lib/components/animate/variants/bounce.d.ts +136 -0
  116. package/dist/lib/components/animate/variants/container.d.ts +19 -0
  117. package/dist/lib/components/animate/variants/fade.d.ts +217 -0
  118. package/dist/lib/components/animate/variants/flip.d.ts +75 -0
  119. package/dist/lib/components/animate/variants/index.d.ts +12 -0
  120. package/dist/lib/components/animate/variants/path.d.ts +14 -0
  121. package/dist/lib/components/animate/variants/rotate.d.ts +39 -0
  122. package/dist/lib/components/animate/variants/scale.d.ts +75 -0
  123. package/dist/lib/components/animate/variants/slide.d.ts +155 -0
  124. package/dist/lib/components/animate/variants/transition.d.ts +13 -0
  125. package/dist/lib/components/animate/variants/zoom.d.ts +199 -0
  126. package/dist/lib/components/hook-form/FormProvider/components/FormActions/index.d.ts +3 -0
  127. package/dist/lib/components/hook-form/FormProvider/components/FormActions/skeleton.d.ts +2 -0
  128. package/dist/lib/components/hook-form/FormProvider/components/FormActions/styles.d.ts +3 -0
  129. package/dist/lib/components/hook-form/FormProvider/components/FormActions/types.d.ts +4 -0
  130. package/dist/lib/components/hook-form/FormProvider/index.d.ts +3 -0
  131. package/dist/lib/components/hook-form/FormProvider/styles.d.ts +2 -0
  132. package/dist/lib/components/hook-form/FormProvider/types.d.ts +10 -0
  133. package/dist/lib/components/hook-form/RHFAutocompleteAsync/index.d.ts +4 -0
  134. package/dist/lib/components/hook-form/RHFAutocompleteAsync/styles.d.ts +4 -0
  135. package/dist/lib/components/hook-form/RHFAutocompleteAsync/types.d.ts +17 -0
  136. package/dist/lib/components/hook-form/RHFCheckbox/index.d.ts +3 -0
  137. package/dist/lib/components/hook-form/RHFCheckbox/skeleton.d.ts +2 -0
  138. package/dist/lib/components/hook-form/RHFCheckbox/styles.d.ts +2 -0
  139. package/dist/lib/components/hook-form/RHFCheckbox/types.d.ts +10 -0
  140. package/dist/lib/components/hook-form/RHFMultiCheckbox/index.d.ts +3 -0
  141. package/dist/lib/components/hook-form/RHFMultiCheckbox/types.d.ts +10 -0
  142. package/dist/lib/components/hook-form/RHFRadioGroup.d.ts +9 -0
  143. package/dist/lib/components/hook-form/RHFSelect.d.ts +8 -0
  144. package/dist/lib/components/hook-form/RHFTextField/index.d.ts +4 -0
  145. package/dist/lib/components/hook-form/RHFTextField/styles.d.ts +2 -0
  146. package/dist/lib/components/hook-form/RHFTextField/types.d.ts +9 -0
  147. package/dist/lib/components/hook-form/index.d.ts +7 -0
  148. package/dist/lib/components/index.d.ts +22 -0
  149. package/dist/lib/components/mui_extended/Accordion/index.d.ts +3 -0
  150. package/dist/lib/components/mui_extended/Accordion/types.d.ts +11 -0
  151. package/dist/lib/components/mui_extended/BoxIcon/index.d.ts +3 -0
  152. package/dist/lib/components/mui_extended/BoxIcon/types.d.ts +4 -0
  153. package/dist/lib/components/mui_extended/Breadcrumbs/components/LinkItem/index.d.ts +3 -0
  154. package/dist/lib/components/mui_extended/Breadcrumbs/components/LinkItem/types.d.ts +4 -0
  155. package/dist/lib/components/mui_extended/Breadcrumbs/index.d.ts +3 -0
  156. package/dist/lib/components/mui_extended/Breadcrumbs/types.d.ts +12 -0
  157. package/dist/lib/components/mui_extended/IconButton/index.d.ts +4 -0
  158. package/dist/lib/components/mui_extended/IconButton/types.d.ts +5 -0
  159. package/dist/lib/components/mui_extended/LoadingButton/index.d.ts +3 -0
  160. package/dist/lib/components/mui_extended/LoadingButton/skeleton.d.ts +2 -0
  161. package/dist/lib/components/mui_extended/LoadingButton/styles.d.ts +2 -0
  162. package/dist/lib/components/mui_extended/LoadingButton/types.d.ts +5 -0
  163. package/dist/lib/components/mui_extended/MenuActions/index.d.ts +3 -0
  164. package/dist/lib/components/mui_extended/MenuActions/styles.d.ts +30 -0
  165. package/dist/lib/components/mui_extended/MenuActions/types.d.ts +27 -0
  166. package/dist/lib/components/mui_extended/MenuPopover/index.d.ts +3 -0
  167. package/dist/lib/components/mui_extended/MenuPopover/types.d.ts +9 -0
  168. package/dist/lib/components/mui_extended/Pager/components/PagerActions/index.d.ts +3 -0
  169. package/dist/lib/components/mui_extended/Pager/components/PagerActions/styles.d.ts +2 -0
  170. package/dist/lib/components/mui_extended/Pager/components/PagerActions/types.d.ts +7 -0
  171. package/dist/lib/components/mui_extended/Pager/dicctionary.d.ts +3 -0
  172. package/dist/lib/components/mui_extended/Pager/index.d.ts +3 -0
  173. package/dist/lib/components/mui_extended/Pager/styles.d.ts +6 -0
  174. package/dist/lib/components/mui_extended/Pager/types.d.ts +13 -0
  175. package/dist/lib/components/mui_extended/Tab/index.d.ts +2 -0
  176. package/dist/lib/components/mui_extended/Tab/styles.d.ts +2 -0
  177. package/dist/lib/components/mui_extended/index.d.ts +49 -0
  178. package/dist/lib/components/skeletons/components/SKTPerperForm/styled.d.ts +13 -0
  179. package/dist/lib/contexts/LocalesContext/index.d.ts +19 -0
  180. package/dist/lib/contexts/ModalContext/components/ContentConfirm/index.d.ts +3 -0
  181. package/dist/lib/contexts/ModalContext/components/ContentConfirm/styles.d.ts +6 -0
  182. package/dist/lib/contexts/ModalContext/components/ContentConfirm/types.d.ts +8 -0
  183. package/dist/lib/contexts/ModalContext/index.d.ts +5 -0
  184. package/dist/lib/contexts/ModalContext/types.d.ts +42 -0
  185. package/dist/lib/contexts/index.d.ts +3 -0
  186. package/dist/lib/hooks/index.d.ts +9 -0
  187. package/dist/lib/hooks/useIsMountedRef.d.ts +2 -0
  188. package/dist/lib/hooks/useLocales.d.ts +1 -0
  189. package/dist/lib/hooks/useMasterDetail.d.ts +1 -0
  190. package/dist/lib/hooks/useModal.d.ts +1 -0
  191. package/dist/lib/hooks/useModule.d.ts +1 -0
  192. package/dist/lib/hooks/useOffSetTop.d.ts +1 -0
  193. package/dist/lib/hooks/usePaginate.d.ts +15 -0
  194. package/dist/lib/hooks/useResponsive.d.ts +8 -0
  195. package/dist/lib/index.d.ts +10 -0
  196. package/dist/lib/layouts/MasterDetailLayout/components/ButtonDetail/index.d.ts +3 -0
  197. package/dist/lib/layouts/MasterDetailLayout/contexts/MasterDetailContext/index.d.ts +5 -0
  198. package/dist/lib/layouts/MasterDetailLayout/contexts/MasterDetailContext/types.d.ts +13 -0
  199. package/dist/lib/layouts/MasterDetailLayout/dicctionary.d.ts +3 -0
  200. package/dist/lib/layouts/MasterDetailLayout/index.d.ts +3 -0
  201. package/dist/lib/layouts/MasterDetailLayout/types.d.ts +10 -0
  202. package/dist/lib/layouts/ModuleLayout/components/Header/index.d.ts +2 -0
  203. package/dist/lib/layouts/ModuleLayout/components/Header/skeleton.d.ts +2 -0
  204. package/dist/lib/layouts/ModuleLayout/components/Header/styles.d.ts +8 -0
  205. package/dist/lib/layouts/ModuleLayout/components/Header/types.d.ts +2 -0
  206. package/dist/lib/layouts/ModuleLayout/components/ModuleContent/index.d.ts +3 -0
  207. package/dist/lib/layouts/ModuleLayout/components/ModuleContent/styles.d.ts +3 -0
  208. package/dist/lib/layouts/ModuleLayout/components/ModuleContent/types.d.ts +9 -0
  209. package/dist/lib/layouts/ModuleLayout/contexts/ModuleContext/index.d.ts +5 -0
  210. package/dist/lib/layouts/ModuleLayout/contexts/ModuleContext/types.d.ts +18 -0
  211. package/dist/lib/layouts/ModuleLayout/dicctionary.d.ts +3 -0
  212. package/dist/lib/layouts/ModuleLayout/index.d.ts +3 -0
  213. package/dist/lib/layouts/ModuleLayout/types.d.ts +29 -0
  214. package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/index.d.ts +3 -0
  215. package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/styles.d.ts +13 -0
  216. package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/types.d.ts +4 -0
  217. package/dist/lib/layouts/NoAuthModuleLayout/contexts/NoAuthModuleContext/index.d.ts +5 -0
  218. package/dist/lib/layouts/NoAuthModuleLayout/contexts/NoAuthModuleContext/types.d.ts +12 -0
  219. package/dist/lib/layouts/NoAuthModuleLayout/index.d.ts +3 -0
  220. package/dist/lib/layouts/NoAuthModuleLayout/types.d.ts +11 -0
  221. package/dist/lib/layouts/index.d.ts +3 -0
  222. package/dist/lib/theme/defaultThemeOptions.d.ts +2 -0
  223. package/dist/lib/theme/overrides/Accordion.d.ts +864 -0
  224. package/dist/lib/theme/overrides/Autocomplete.d.ts +26 -0
  225. package/dist/lib/theme/overrides/Avatar.d.ts +24 -0
  226. package/dist/lib/theme/overrides/Backdrop.d.ts +13 -0
  227. package/dist/lib/theme/overrides/Badge.d.ts +12 -0
  228. package/dist/lib/theme/overrides/Breadcrumbs.d.ts +11 -0
  229. package/dist/lib/theme/overrides/Button.d.ts +51 -0
  230. package/dist/lib/theme/overrides/ButtonGroup.d.ts +39 -0
  231. package/dist/lib/theme/overrides/Card.d.ts +36 -0
  232. package/dist/lib/theme/overrides/Checkbox.d.ts +18 -0
  233. package/dist/lib/theme/overrides/ControlLabel.d.ts +816 -0
  234. package/dist/lib/theme/overrides/CssBaseline.d.ts +42 -0
  235. package/dist/lib/theme/overrides/DataGrid.d.ts +1676 -0
  236. package/dist/lib/theme/overrides/Dialog.d.ts +55 -0
  237. package/dist/lib/theme/overrides/Drawer.d.ts +17 -0
  238. package/dist/lib/theme/overrides/Fab.d.ts +34 -0
  239. package/dist/lib/theme/overrides/IconButton.d.ts +23 -0
  240. package/dist/lib/theme/overrides/Input.d.ts +1667 -0
  241. package/dist/lib/theme/overrides/InputLabel.d.ts +14 -0
  242. package/dist/lib/theme/overrides/Link.d.ts +15 -0
  243. package/dist/lib/theme/overrides/List.d.ts +32 -0
  244. package/dist/lib/theme/overrides/LoadingButton.d.ts +814 -0
  245. package/dist/lib/theme/overrides/Menu.d.ts +15 -0
  246. package/dist/lib/theme/overrides/Pagination.d.ts +30 -0
  247. package/dist/lib/theme/overrides/Paper.d.ts +22 -0
  248. package/dist/lib/theme/overrides/Popover.d.ts +11 -0
  249. package/dist/lib/theme/overrides/Progress.d.ts +20 -0
  250. package/dist/lib/theme/overrides/Radio.d.ts +16 -0
  251. package/dist/lib/theme/overrides/Skeleton.d.ts +13 -0
  252. package/dist/lib/theme/overrides/Slider.d.ts +23 -0
  253. package/dist/lib/theme/overrides/Stepper.d.ts +10 -0
  254. package/dist/lib/theme/overrides/SvgIcon.d.ts +17 -0
  255. package/dist/lib/theme/overrides/Switch.d.ts +28 -0
  256. package/dist/lib/theme/overrides/Table.d.ts +3250 -0
  257. package/dist/lib/theme/overrides/Tabs.d.ts +848 -0
  258. package/dist/lib/theme/overrides/Timeline.d.ts +17 -0
  259. package/dist/lib/theme/overrides/ToggleButton.d.ts +43 -0
  260. package/dist/lib/theme/overrides/Tooltip.d.ts +13 -0
  261. package/dist/lib/theme/overrides/Typography.d.ts +13 -0
  262. package/dist/lib/theme/overrides/index.d.ts +2 -0
  263. package/dist/lib/theme/palette.d.ts +323 -0
  264. package/dist/lib/theme/shadows.d.ts +67 -0
  265. package/dist/lib/theme/typography.d.ts +133 -0
  266. package/dist/lib/utils/getColorPresets.d.ts +169 -0
  267. package/dist/lib/utils/getFontValue.d.ts +24 -0
  268. package/dist/vite-env.d.ts +1 -0
  269. package/package.json +97 -0
@@ -0,0 +1,3 @@
1
+ import { Dictionary } from '@m4l/core';
2
+ export declare function getObjectLogsComponentsDictionary(): string[];
3
+ export declare const defaultObjectLogDictionary: Dictionary;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { LogsProps } from './types';
3
+ export declare function ObjectLogs(props: LogsProps): JSX.Element;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
+ export declare const Actions: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
+ export declare const GridWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,18 @@
1
+ import { Maybe } from '@m4l/core';
2
+ export interface RowLog {
3
+ id: number;
4
+ created_at: string;
5
+ email: string;
6
+ resource_name: string;
7
+ privilege_name: string;
8
+ preview: string;
9
+ ip: string;
10
+ }
11
+ export interface LogsProps {
12
+ resource_id: number;
13
+ object_id: Maybe<number>;
14
+ }
15
+ export interface QueryParams extends LogsProps, Record<string, unknown> {
16
+ init_date: Date;
17
+ end_date: Date;
18
+ }
@@ -0,0 +1,9 @@
1
+ import { ReactNode } from 'react';
2
+ import { BoxProps } from '@mui/material';
3
+ interface PageProps extends BoxProps {
4
+ children: ReactNode;
5
+ meta?: ReactNode;
6
+ title: string;
7
+ }
8
+ export declare const Page: import("react").ForwardRefExoticComponent<Pick<PageProps, "children" | "zIndex" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textTransform" | "classes" | "meta" | "p" | "slot" | "style" | "title" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "key" | "border" | "boxShadow" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "component"> & import("react").RefAttributes<HTMLDivElement>>;
9
+ export {};
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { PaperFormProps } from './types';
3
+ export declare function PaperForm(props: PaperFormProps): JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ interface dafaultProps {
3
+ children: ReactNode;
4
+ }
5
+ export declare function SKTPaperForm(prop: dafaultProps): JSX.Element;
6
+ export {};
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ export declare const WrapperPaper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
+ export declare const Header: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
+ export declare const IconTitleContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
+ export declare const IconHeader: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const Content: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
+ export declare const SkPaperFormHeader: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
+ export declare const PaperFormBoddy: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+ export interface PaperFormProps {
3
+ isSkeleton?: boolean;
4
+ urlIcon: string;
5
+ tittle: string;
6
+ children: ReactNode;
7
+ }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ export declare function ProgressBarStyle(): JSX.Element;
3
+ export declare function ProgressBar(): null;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { PropertyValueProps } from './types';
3
+ export declare function PropertyValue(props: PropertyValueProps): JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare function SKTProperty(): JSX.Element;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { PropertyProps } from './types';
3
+ export declare const WrapperPropertyValue: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & PropertyProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
+ export declare const Property: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & PropertyProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
5
+ export declare const Value: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & PropertyProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const SKTWrapperProperty: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,11 @@
1
+ import { ReactNode } from 'react';
2
+ export interface PropertyProps {
3
+ propertyWidth?: number;
4
+ propertyHeight?: number;
5
+ isForm?: boolean;
6
+ }
7
+ export interface PropertyValueProps extends PropertyProps {
8
+ isSkeleton?: boolean;
9
+ property: string;
10
+ value: number | string | ReactNode;
11
+ }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { ResizeableProps } from './types';
3
+ export declare function Resizeable(props: ResizeableProps): JSX.Element;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { ResizableBox } from 'react-resizable';
3
+ export declare const WrapperResizeable: import("@emotion/styled").StyledComponent<import("react-resizable").ResizableProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {
4
+ ref?: import("react").Ref<ResizableBox> | undefined;
5
+ }>;
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from 'react';
2
+ export interface ResizeableProps {
3
+ children: ReactNode;
4
+ width: number;
5
+ height: number;
6
+ maxWidth?: number;
7
+ maxHeigth?: number;
8
+ }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { ScrollBarProps } from './types';
3
+ export declare function ScrollBar({ children, sx, ...other }: ScrollBarProps): JSX.Element;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import SimpleBarReact from 'simplebar-react';
3
+ export declare const RootStyle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
+ export declare const SimpleBarStyle: import("@emotion/styled").StyledComponent<SimpleBarReact.Props & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {
5
+ ref?: import("react").Ref<SimpleBarReact> | undefined;
6
+ }>;
@@ -0,0 +1,7 @@
1
+ import { SxProps } from '@mui/material';
2
+ import { ReactNode } from 'react';
3
+ import { Props as SimpleProps } from 'simplebar-react';
4
+ export interface ScrollBarProps extends SimpleProps {
5
+ children: ReactNode;
6
+ sx?: SxProps;
7
+ }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { SplitLayoutProps } from './types';
3
+ export declare function SplitLayout(props: SplitLayoutProps): JSX.Element;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const WrapperSplit: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
+ export declare const SplitMaster: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
+ export declare const SplitDetail: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,9 @@
1
+ import { ReactNode } from 'react';
2
+ export declare type SplitPosition = 'vertical' | 'horizontal' | 'none';
3
+ export interface SplitLayoutProps {
4
+ splitPosition: SplitPosition;
5
+ percentage?: boolean;
6
+ secondParrtInitialSize?: number;
7
+ firstPart: ((props?: any) => JSX.Element) | ReactNode;
8
+ secondPart: ((props?: any) => JSX.Element) | ReactNode;
9
+ }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { TypographyProps } from './types';
3
+ export declare function Typography(props: TypographyProps): JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { TypographyProps as MUITypographyProps } from '@mui/material';
2
+ import { SkeletonProps } from '~/lib/@types';
3
+ export interface TypographyProps extends MUITypographyProps {
4
+ skeletonProps?: SkeletonProps;
5
+ }
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { DialogProps } from '@mui/material';
3
+ export interface Props extends DialogProps {
4
+ variants?: Record<string, unknown>;
5
+ onClose?: VoidFunction;
6
+ }
7
+ export default function DialogAnimate({ open, variants, onClose, children, sx, ...other }: Props): JSX.Element;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { FabProps, SxProps } from '@mui/material';
3
+ interface Props extends Omit<FabProps, 'color'> {
4
+ sxWrap?: SxProps;
5
+ color?: 'inherit' | 'default' | 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'error';
6
+ }
7
+ declare const FabButtonAnimate: import("react").ForwardRefExoticComponent<Pick<Props, "value" | "children" | "disabled" | "classes" | "form" | "slot" | "style" | "title" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "key" | "variant" | "name" | "type" | "href" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "sxWrap"> & import("react").RefAttributes<HTMLButtonElement>>;
8
+ export default FabButtonAnimate;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconButtonProps } from '@mui/material';
3
+ declare const IconButtonAnimate: import("react").ForwardRefExoticComponent<Pick<IconButtonProps<"button", {}>, "value" | "children" | "disabled" | "form" | "slot" | "title" | keyof import("@mui/material/OverridableComponent").CommonProps | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "key" | "name" | "type" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge"> & import("react").RefAttributes<HTMLButtonElement>>;
4
+ export default IconButtonAnimate;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { MotionProps } from 'framer-motion';
3
+ import { BoxProps } from '@mui/material';
4
+ declare type IProps = BoxProps & MotionProps;
5
+ export interface Props extends IProps {
6
+ animate?: boolean;
7
+ action?: boolean;
8
+ }
9
+ export default function MotionContainer({ animate, action, children, ...other }: Props): JSX.Element;
10
+ export {};
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { MotionProps } from 'framer-motion';
3
+ import { BoxProps } from '@mui/material';
4
+ declare type Props = BoxProps & MotionProps;
5
+ interface MotionInViewProps extends Props {
6
+ threshold?: number | number[];
7
+ }
8
+ export default function MotionInView({ children, variants, transition, threshold, ...other }: MotionInViewProps): JSX.Element;
9
+ export {};
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ declare type Props = {
3
+ children: ReactNode;
4
+ };
5
+ export default function MotionLazyContainer({ children }: Props): JSX.Element;
6
+ export {};
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { MotionProps } from 'framer-motion';
3
+ import { BoxProps } from '@mui/material';
4
+ declare type Props = BoxProps & MotionProps;
5
+ interface TextAnimateProps extends Props {
6
+ text: string;
7
+ }
8
+ export default function TextAnimate({ text, variants, sx, ...other }: TextAnimateProps): JSX.Element;
9
+ export {};
@@ -0,0 +1,8 @@
1
+ export * from './variants';
2
+ export { default as DialogAnimate } from './DialogAnimate';
3
+ export { default as TextAnimate } from './TextAnimate';
4
+ export { default as FabButtonAnimate } from './FabButtonAnimate';
5
+ export { default as IconButtonAnimate } from './IconButtonAnimate';
6
+ export { default as MotionInView } from './MotionInView';
7
+ export { default as MotionContainer } from './MotionContainer';
8
+ export { default as MotionLazyContainer } from './MotionLazyContainer';
@@ -0,0 +1,26 @@
1
+ declare type EaseType = 'linear' | 'easeIn' | 'easeOut' | 'easeInOut' | 'circIn' | 'circOut' | 'circInOut' | 'backIn' | 'backOut' | 'backInOut' | 'anticipate' | number[];
2
+ export declare type VariantsType = {
3
+ distance?: number;
4
+ durationIn?: number;
5
+ durationOut?: number;
6
+ easeIn?: EaseType;
7
+ easeOut?: EaseType;
8
+ };
9
+ export declare type TranHoverType = {
10
+ duration?: number;
11
+ ease?: EaseType;
12
+ };
13
+ export declare type TranEnterType = {
14
+ durationIn?: number;
15
+ easeIn?: EaseType;
16
+ };
17
+ export declare type TranExitType = {
18
+ durationOut?: number;
19
+ easeOut?: EaseType;
20
+ };
21
+ export declare type BackgroundType = {
22
+ colors?: string[];
23
+ duration?: number;
24
+ ease?: EaseType;
25
+ };
26
+ export {};
@@ -0,0 +1,5 @@
1
+ export declare const varHover: (scale?: number | undefined) => {
2
+ hover: {
3
+ scale: number;
4
+ };
5
+ };
@@ -0,0 +1,104 @@
1
+ import { BackgroundType } from '../type';
2
+ export declare const varBgColor: (props?: BackgroundType | undefined) => {
3
+ animate: {
4
+ background: string[];
5
+ transition: {
6
+ duration: number;
7
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
8
+ };
9
+ };
10
+ };
11
+ export declare const varBgKenburns: (props?: BackgroundType | undefined) => {
12
+ top: {
13
+ animate: {
14
+ scale: number[];
15
+ y: number[];
16
+ transformOrigin: string[];
17
+ transition: {
18
+ duration: number;
19
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
20
+ };
21
+ };
22
+ };
23
+ right: {
24
+ animate: {
25
+ scale: number[];
26
+ x: number[];
27
+ y: number[];
28
+ transformOrigin: string[];
29
+ transition: {
30
+ duration: number;
31
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
32
+ };
33
+ };
34
+ };
35
+ bottom: {
36
+ animate: {
37
+ scale: number[];
38
+ y: number[];
39
+ transformOrigin: string[];
40
+ transition: {
41
+ duration: number;
42
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
43
+ };
44
+ };
45
+ };
46
+ left: {
47
+ animate: {
48
+ scale: number[];
49
+ x: number[];
50
+ y: number[];
51
+ transformOrigin: string[];
52
+ transition: {
53
+ duration: number;
54
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
55
+ };
56
+ };
57
+ };
58
+ };
59
+ export declare const varBgPan: (props?: BackgroundType | undefined) => {
60
+ top: {
61
+ animate: {
62
+ backgroundImage: string[];
63
+ backgroundPosition: string[];
64
+ backgroundSize: string[];
65
+ transition: {
66
+ duration: number;
67
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
68
+ };
69
+ };
70
+ };
71
+ right: {
72
+ animate: {
73
+ backgroundPosition: string[];
74
+ backgroundImage: string[];
75
+ backgroundSize: string[];
76
+ transition: {
77
+ duration: number;
78
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
79
+ };
80
+ };
81
+ };
82
+ bottom: {
83
+ animate: {
84
+ backgroundImage: string[];
85
+ backgroundPosition: string[];
86
+ backgroundSize: string[];
87
+ transition: {
88
+ duration: number;
89
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
90
+ };
91
+ };
92
+ };
93
+ left: {
94
+ animate: {
95
+ backgroundPosition: string[];
96
+ backgroundImage: string[];
97
+ backgroundSize: string[];
98
+ transition: {
99
+ duration: number;
100
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
101
+ };
102
+ };
103
+ };
104
+ };
@@ -0,0 +1,136 @@
1
+ import { VariantsType } from '../type';
2
+ export declare const varBounce: (props?: VariantsType | undefined) => {
3
+ in: {
4
+ initial: {};
5
+ animate: {
6
+ scale: number[];
7
+ opacity: number[];
8
+ transition: {
9
+ duration: number;
10
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
11
+ };
12
+ };
13
+ exit: {
14
+ scale: number[];
15
+ opacity: number[];
16
+ };
17
+ };
18
+ inUp: {
19
+ initial: {};
20
+ animate: {
21
+ y: number[];
22
+ scaleY: number[];
23
+ opacity: number[];
24
+ transition: {
25
+ duration: number;
26
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
27
+ };
28
+ };
29
+ exit: {
30
+ y: number[];
31
+ scaleY: number[];
32
+ opacity: number[];
33
+ transition: {
34
+ duration: number;
35
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
36
+ };
37
+ };
38
+ };
39
+ inDown: {
40
+ initial: {};
41
+ animate: {
42
+ y: number[];
43
+ scaleY: number[];
44
+ opacity: number[];
45
+ transition: {
46
+ duration: number;
47
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
48
+ };
49
+ };
50
+ exit: {
51
+ y: number[];
52
+ scaleY: number[];
53
+ opacity: number[];
54
+ transition: {
55
+ duration: number;
56
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
57
+ };
58
+ };
59
+ };
60
+ inLeft: {
61
+ initial: {};
62
+ animate: {
63
+ x: number[];
64
+ scaleX: number[];
65
+ opacity: number[];
66
+ transition: {
67
+ duration: number;
68
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
69
+ };
70
+ };
71
+ exit: {
72
+ x: number[];
73
+ scaleX: number[];
74
+ opacity: number[];
75
+ transition: {
76
+ duration: number;
77
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
78
+ };
79
+ };
80
+ };
81
+ inRight: {
82
+ initial: {};
83
+ animate: {
84
+ x: number[];
85
+ scaleX: number[];
86
+ opacity: number[];
87
+ transition: {
88
+ duration: number;
89
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
90
+ };
91
+ };
92
+ exit: {
93
+ x: number[];
94
+ scaleX: number[];
95
+ opacity: number[];
96
+ transition: {
97
+ duration: number;
98
+ ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
99
+ };
100
+ };
101
+ };
102
+ out: {
103
+ animate: {
104
+ scale: number[];
105
+ opacity: number[];
106
+ };
107
+ };
108
+ outUp: {
109
+ animate: {
110
+ y: number[];
111
+ scaleY: number[];
112
+ opacity: number[];
113
+ };
114
+ };
115
+ outDown: {
116
+ animate: {
117
+ y: number[];
118
+ scaleY: number[];
119
+ opacity: number[];
120
+ };
121
+ };
122
+ outLeft: {
123
+ animate: {
124
+ x: number[];
125
+ scaleX: number[];
126
+ opacity: number[];
127
+ };
128
+ };
129
+ outRight: {
130
+ animate: {
131
+ x: number[];
132
+ scaleX: number[];
133
+ opacity: number[];
134
+ };
135
+ };
136
+ };
@@ -0,0 +1,19 @@
1
+ export declare type Props = {
2
+ staggerIn?: number;
3
+ delayIn?: number;
4
+ staggerOut?: number;
5
+ };
6
+ export declare const varContainer: (props?: Props | undefined) => {
7
+ animate: {
8
+ transition: {
9
+ staggerChildren: number;
10
+ delayChildren: number;
11
+ };
12
+ };
13
+ exit: {
14
+ transition: {
15
+ staggerChildren: number;
16
+ staggerDirection: number;
17
+ };
18
+ };
19
+ };