@kashifd/jwero-components 0.8.17 → 0.8.18

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.
@@ -15,6 +15,7 @@ export type JweroCustomFieldType = {
15
15
  options?: OptionType[];
16
16
  value?: any;
17
17
  textFieldProps?: any;
18
+ isGroupBy?: boolean;
18
19
  type?: "text" | "number" | "dropdown" | "date" | "time" | "datetime" | "checkbox" | "radio" | "password" | "date-range" | "autocomplete" | "single_solo_autocomplete";
19
20
  labelRight?: ReactNode;
20
21
  sx?: object;
@@ -27,5 +28,5 @@ export type JweroCustomFieldType = {
27
28
  autocompleteProps?: any;
28
29
  isCheckboxSelectAll?: boolean;
29
30
  };
30
- declare const JweroCustomField: ({ label, onChange, options, value: _value, textFieldProps, type, labelRight, sx, error, helperText, backgroundColor, tooltip, inputFieldProps, helperTextProps, autocompleteProps, isCheckboxSelectAll, }: JweroCustomFieldType) => import("react/jsx-runtime").JSX.Element;
31
+ declare const JweroCustomField: ({ label, onChange, options, value: _value, textFieldProps, type, isGroupBy, labelRight, sx, error, helperText, backgroundColor, tooltip, inputFieldProps, helperTextProps, autocompleteProps, isCheckboxSelectAll, }: JweroCustomFieldType) => import("react/jsx-runtime").JSX.Element;
31
32
  export default JweroCustomField;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kashifd/jwero-components",
3
3
  "description": "A Jwero UI library for React",
4
4
  "private": false,
5
- "version": "0.8.17",
5
+ "version": "0.8.18",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",