@asaleh37/ui-base 25.8.23 → 25.8.26

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/index.d.ts CHANGED
@@ -1,3 +1,5 @@
1
+ import { GridColDef, GridRowSelectionModel, DataGridPremiumProps, GridToolbarProps, ToolbarPropsOverrides } from '@mui/x-data-grid-premium';
2
+ export { DataGridPremium } from '@mui/x-data-grid-premium';
1
3
  import { Reducer } from '@reduxjs/toolkit';
2
4
  import { IconProp } from '@fortawesome/fontawesome-svg-core';
3
5
  import { TextFieldProps, SxProps } from '@mui/material';
@@ -7,7 +9,6 @@ export { toast } from 'react-toastify';
7
9
  export { FontAwesomeIcon, FontAwesomeIconProps } from '@fortawesome/react-fontawesome';
8
10
  import * as react from 'react';
9
11
  import react__default from 'react';
10
- import { GridColDef, GridRowSelectionModel, DataGridPremiumProps, GridToolbarProps, ToolbarPropsOverrides } from '@mui/x-data-grid-premium';
11
12
  import { UseFormReturn } from 'react-hook-form';
12
13
  export { useForm } from 'react-hook-form';
13
14
  import { TFunction } from 'i18next';
@@ -334,6 +335,7 @@ type RecordFieldProps = {
334
335
  fieldLabel: string;
335
336
  fieldType: "text" | "number" | "date" | "datetime" | "combobox" | "checkbox" | "html" | "lookup" | "custom";
336
337
  lookupType?: string;
338
+ comboboxValueDataType?: "number" | "string";
337
339
  required?: boolean;
338
340
  disabled?: boolean;
339
341
  hidden?: boolean;