@scmlatam/web-ui 0.1.59 → 0.1.62

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
@@ -23,6 +23,7 @@ import { JSX } from 'react/jsx-runtime';
23
23
  import { Language } from './core/types/types';
24
24
  import { ListFieldForm } from './form/types/types';
25
25
  import { Option as Option_2 } from './table/types/types';
26
+ import { OptionGroup } from '../components/table/types/types';
26
27
  import { PageProps } from './core/types/types';
27
28
  import { PaginationModel } from './table/types/types';
28
29
  import { PickersShortcutsItem } from '@mui/x-date-pickers';
@@ -153,6 +154,8 @@ export declare const useTable: () => {
153
154
  setRowSelectionModel: Dispatch<SetStateAction<GridRowSelectionModel>>;
154
155
  contextMenu: ContextMenu | null;
155
156
  setContextMenu: Dispatch<SetStateAction<ContextMenu | null>>;
157
+ optionGroup: OptionGroup;
158
+ setOptionGroup: Dispatch<SetStateAction<OptionGroup>>;
156
159
  };
157
160
 
158
161
  export { ValueItem }
package/dist/web-ui.js CHANGED
@@ -1,4 +1,4 @@
1
- import { C as o, b as s, c as r, F as t, G as b, a as m, T as C, d as T, u as d } from "./main-DUR3pDCH.js";
1
+ import { C as o, b as s, c as r, F as t, G as b, a as m, T as C, d as T, u as d } from "./main-BWcWOghy.js";
2
2
  export {
3
3
  o as Core,
4
4
  s as CoreContext,