@scmlatam/web-ui 0.1.12 → 0.1.14

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,3 +1,4 @@
1
+ import { AutoCompleteFieldForm } from './form/types/types';
1
2
  import { CheckboxFieldForm } from './form/types/types';
2
3
  import { CheckboxGroupForm } from './form/types/types';
3
4
  import { Context } from 'react';
@@ -13,6 +14,7 @@ import { GroupItem } from './core/types/types';
13
14
  import { ITableContext } from './table/types/types';
14
15
  import { Item } from './core/types/types';
15
16
  import { JSX } from 'react/jsx-runtime';
17
+ import { ListFieldForm } from './form/types/types';
16
18
  import { Option as Option_2 } from './table/types/types';
17
19
  import { PageProps } from './core/types/types';
18
20
  import { PaginationModel } from './table/types/types';
@@ -26,8 +28,10 @@ import { TableProviderProps } from './table/types/types';
26
28
  import { TextFieldForm } from './form/types/types';
27
29
  import { Theme } from '@mui/material';
28
30
  import { ToolbarProps } from './table/types/types';
29
- import { ValueItem } from './select/types/types';
30
- import { ValueItem as ValueItem_2 } from '../components/select/types/types';
31
+ import { ValueItem } from './form/select/types/types';
32
+ import { ValueItem as ValueItem_2 } from '../components/form/select/types/types';
33
+
34
+ export { AutoCompleteFieldForm }
31
35
 
32
36
  export { CheckboxFieldForm }
33
37
 
@@ -70,6 +74,8 @@ export { ITableContext }
70
74
 
71
75
  export { Item }
72
76
 
77
+ export { ListFieldForm }
78
+
73
79
  export { Option_2 as Option }
74
80
 
75
81
  export { PageProps }
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-xmmZhQ7F.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-BY-YXM0S.js";
2
2
  export {
3
3
  o as Core,
4
4
  r as CoreContext,