@m4l/components 9.3.1-BE24072025-beta.2 → 9.3.1

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 (70) hide show
  1. package/@types/types.d.ts +0 -15
  2. package/components/DataGrid/subcomponents/Table/hooks/useSortColumnsRows.js +2 -0
  3. package/components/NumberInput/hooks/useNumberInput/useNumberInput.js +2 -0
  4. package/components/areas/contexts/AreasContext/store.js +2 -2
  5. package/components/hook-form/RHFAutocompleteAsync/reducer/RHFAutocompleteReducer.js +5 -0
  6. package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +2 -2
  7. package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
  8. package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
  9. package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +1 -1
  10. package/components/index.d.ts +0 -1
  11. package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +1 -1
  12. package/components/mui_extended/Select/index.d.ts +2 -2
  13. package/components/mui_extended/Select/slots/SelectSlots.d.ts +1 -1
  14. package/components/mui_extended/Select/slots/SelectSlots.js +1 -1
  15. package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +1 -1
  16. package/components/mui_extended/index.d.ts +1 -0
  17. package/index.js +12 -12
  18. package/package.json +3 -3
  19. package/components/SettingsLayout/SettingsLayout.d.ts +0 -5
  20. package/components/SettingsLayout/SettingsLayout.js +0 -50
  21. package/components/SettingsLayout/SettingsLayout.styles.d.ts +0 -2
  22. package/components/SettingsLayout/SettingsLayout.styles.js +0 -270
  23. package/components/SettingsLayout/constants.d.ts +0 -7
  24. package/components/SettingsLayout/constants.js +0 -10
  25. package/components/SettingsLayout/dictionary.d.ts +0 -56
  26. package/components/SettingsLayout/dictionary.js +0 -12
  27. package/components/SettingsLayout/icons.d.ts +0 -14
  28. package/components/SettingsLayout/icons.js +0 -17
  29. package/components/SettingsLayout/index.d.ts +0 -2
  30. package/components/SettingsLayout/index.js +0 -1
  31. package/components/SettingsLayout/slots/SettingsLayoutEnum.d.ts +0 -17
  32. package/components/SettingsLayout/slots/SettingsLayoutEnum.js +0 -21
  33. package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +0 -47
  34. package/components/SettingsLayout/slots/SettingsLayoutSlots.js +0 -83
  35. package/components/SettingsLayout/subcomponents/SettingColorPresets/SettingColorPresets.d.ts +0 -4
  36. package/components/SettingsLayout/subcomponents/SettingColorPresets/SettingColorPresets.js +0 -34
  37. package/components/SettingsLayout/subcomponents/SettingColorPresets/index.d.ts +0 -1
  38. package/components/SettingsLayout/subcomponents/SettingColorPresets/index.js +0 -1
  39. package/components/SettingsLayout/subcomponents/SettingDirection/SettingDirection.d.ts +0 -4
  40. package/components/SettingsLayout/subcomponents/SettingDirection/SettingDirection.js +0 -34
  41. package/components/SettingsLayout/subcomponents/SettingDirection/index.d.ts +0 -1
  42. package/components/SettingsLayout/subcomponents/SettingFullscreen/SettingFullscreen.d.ts +0 -4
  43. package/components/SettingsLayout/subcomponents/SettingFullscreen/SettingFullscreen.js +0 -40
  44. package/components/SettingsLayout/subcomponents/SettingFullscreen/index.d.ts +0 -1
  45. package/components/SettingsLayout/subcomponents/SettingFullscreen/index.js +0 -1
  46. package/components/SettingsLayout/subcomponents/SettingItem/SettingItem.d.ts +0 -8
  47. package/components/SettingsLayout/subcomponents/SettingItem/SettingItem.js +0 -23
  48. package/components/SettingsLayout/subcomponents/SettingItem/index.d.ts +0 -1
  49. package/components/SettingsLayout/subcomponents/SettingItem/index.js +0 -1
  50. package/components/SettingsLayout/subcomponents/SettingItem/types.d.ts +0 -5
  51. package/components/SettingsLayout/subcomponents/SettingItemColor/SettingItemColor.d.ts +0 -8
  52. package/components/SettingsLayout/subcomponents/SettingItemColor/SettingItemColor.js +0 -24
  53. package/components/SettingsLayout/subcomponents/SettingItemColor/index.d.ts +0 -1
  54. package/components/SettingsLayout/subcomponents/SettingItemColor/index.js +0 -1
  55. package/components/SettingsLayout/subcomponents/SettingItemColor/types.d.ts +0 -6
  56. package/components/SettingsLayout/subcomponents/SettingMode/SettingMode.d.ts +0 -4
  57. package/components/SettingsLayout/subcomponents/SettingMode/SettingMode.js +0 -34
  58. package/components/SettingsLayout/subcomponents/SettingMode/index.d.ts +0 -1
  59. package/components/SettingsLayout/subcomponents/SettingMode/index.js +0 -1
  60. package/components/SettingsLayout/subcomponents/SettingsLayoutBase/SettingsLayoutBase.d.ts +0 -4
  61. package/components/SettingsLayout/subcomponents/SettingsLayoutBase/SettingsLayoutBase.js +0 -76
  62. package/components/SettingsLayout/subcomponents/SettingsLayoutBase/index.d.ts +0 -1
  63. package/components/SettingsLayout/subcomponents/SettingsLayoutBase/index.js +0 -1
  64. package/components/SettingsLayout/subcomponents/SettingsLayoutBase/types.d.ts +0 -0
  65. package/components/SettingsLayout/test/SettingsLayout.test.d.ts +0 -1
  66. package/components/SettingsLayout/types.d.ts +0 -51
  67. package/components/mui_extended/Select/types.js +0 -1
  68. package/storybook/components/SettingsLayout/SettingsLayout.stories.d.ts +0 -6
  69. package/storybook/components/SettingsLayout/subcomponents/SettingsLayoutRender/SettingsLayoutsRender.d.ts +0 -5
  70. package/storybook/components/SettingsLayout/subcomponents/SettingsLayoutRender/index.d.ts +0 -1
@@ -1,6 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import { SettingsLayout } from '../../../src/components/SettingsLayout/SettingsLayout';
3
- declare const meta: Meta<typeof SettingsLayout>;
4
- export default meta;
5
- type Story = StoryObj<typeof SettingsLayout>;
6
- export declare const Test: Story;
@@ -1,5 +0,0 @@
1
- import { SettingsLayoutProps } from '../../../../../src/components/SettingsLayout/';
2
- /**
3
- * Wrapper para el componente SettingsLayout encargado de aplicar estilos y props por defecto
4
- */
5
- export declare const SettingsLayoutRender: (props: Partial<SettingsLayoutProps>) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export { SettingsLayoutRender } from './SettingsLayoutsRender';