@scmlatam/web-ui 0.1.9 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/web-ui.d.ts CHANGED
@@ -1,10 +1,9 @@
1
1
  import { Context } from 'react';
2
2
  import { ContextMenu } from '../components/table/types/types';
3
3
  import { CoreProps } from './types/types';
4
+ import { DateFieldForm } from './form/types/types';
4
5
  import { Dayjs } from 'dayjs';
5
6
  import { Dispatch } from 'react';
6
- import { Field } from './form/types/types';
7
- import { FieldType } from './form/types/types';
8
7
  import { FormProps } from './form/types/types';
9
8
  import { FormProps as FormProps_2 } from './types/types';
10
9
  import { GridRowSelectionModel } from '@mui/x-data-grid';
@@ -17,10 +16,12 @@ import { PageProps } from './core/types/types';
17
16
  import { PaginationModel } from './table/types/types';
18
17
  import { RouteItem } from './core/types/types';
19
18
  import { Row } from './table/types/types';
19
+ import { SelectFieldForm } from './form/types/types';
20
20
  import { SetStateAction } from 'react';
21
21
  import { TableProps } from './table/types/types';
22
22
  import { TableProps as TableProps_2 } from './types/types';
23
23
  import { TableProviderProps } from './table/types/types';
24
+ import { TextFieldForm } from './form/types/types';
24
25
  import { Theme } from '@mui/material';
25
26
  import { ToolbarProps } from './table/types/types';
26
27
  import { ValueItem } from './select/types/types';
@@ -36,11 +37,9 @@ declare interface CoreProviderProps {
36
37
  children: React.ReactNode;
37
38
  }
38
39
 
39
- export { Field }
40
+ export { DateFieldForm }
40
41
 
41
- export { FieldType }
42
-
43
- export declare const Form: ({ open, setOpen, fields, onClickSave }: FormProps_2) => JSX.Element;
42
+ export declare const Form: ({ title, alert, action, fields, open, setOpen, onClickSave, }: FormProps_2) => JSX.Element;
44
43
 
45
44
  export { FormProps }
46
45
 
@@ -75,12 +74,16 @@ export { RouteItem }
75
74
 
76
75
  export { Row }
77
76
 
77
+ export { SelectFieldForm }
78
+
78
79
  export declare const Table: (props: TableProps_2) => JSX.Element;
79
80
 
80
81
  export { TableProps }
81
82
 
82
83
  export { TableProviderProps }
83
84
 
85
+ export { TextFieldForm }
86
+
84
87
  export { ToolbarProps }
85
88
 
86
89
  export declare const useTable: () => {
package/dist/web-ui.js CHANGED
@@ -1,4 +1,4 @@
1
- import { C as o, b as r, c as s, F as b, G as t, a as C, T, u as i } from "./main-EQ3lqLbX.js";
1
+ import { C as o, b as r, c as s, F as b, G as t, a as C, T, u as i } from "./main-CxK9-Uv-.js";
2
2
  export {
3
3
  o as Core,
4
4
  r as CoreContext,