@scmlatam/web-ui 0.1.17 → 0.1.19

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 (2) hide show
  1. package/dist/web-ui.d.ts +6 -0
  2. package/package.json +1 -1
package/dist/web-ui.d.ts CHANGED
@@ -4,6 +4,7 @@ import { CheckboxGroupForm } from './form/types/types';
4
4
  import { Context } from 'react';
5
5
  import { ContextMenu } from '../components/table/types/types';
6
6
  import { CoreProps } from './types/types';
7
+ import { CustomTreeItem } from './form/types/types';
7
8
  import { DateFieldForm } from './form/types/types';
8
9
  import { Dayjs } from 'dayjs';
9
10
  import { Dispatch } from 'react';
@@ -28,6 +29,7 @@ import { TableProviderProps } from './table/types/types';
28
29
  import { TextFieldForm } from './form/types/types';
29
30
  import { Theme } from '@mui/material';
30
31
  import { ToolbarProps } from './table/types/types';
32
+ import { TreeviewFieldForm } from './form/types/types';
31
33
  import { ValueItem } from './form/select/types/types';
32
34
  import { ValueItem as ValueItem_2 } from '../components/form/select/types/types';
33
35
 
@@ -47,6 +49,8 @@ declare interface CoreProviderProps {
47
49
  children: React.ReactNode;
48
50
  }
49
51
 
52
+ export { CustomTreeItem }
53
+
50
54
  export { DateFieldForm }
51
55
 
52
56
  export declare const Form: ({ title, alert, action, fields, open, setOpen, onClickSave, }: FormProps_2) => JSX.Element;
@@ -98,6 +102,8 @@ export { TextFieldForm }
98
102
 
99
103
  export { ToolbarProps }
100
104
 
105
+ export { TreeviewFieldForm }
106
+
101
107
  export declare const useTable: () => {
102
108
  rows: any[];
103
109
  setRows: Dispatch<SetStateAction<any[]>>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scmlatam/web-ui",
3
3
  "private": false,
4
- "version": "0.1.17",
4
+ "version": "0.1.19",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"