@bsol-oss/react-datatable5 12.0.0-beta.72 → 12.0.0-beta.74

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.
@@ -1,4 +1,4 @@
1
- import { CustomJSONSchema7 } from "../types/CustomJSONSchema7";
1
+ import { CustomJSONSchema7 } from '../types/CustomJSONSchema7';
2
2
  export interface IdPickerProps {
3
3
  column: string;
4
4
  isMultiple?: boolean;
@@ -1,4 +1,4 @@
1
- import { CustomJSONSchema7 } from "../types/CustomJSONSchema7";
1
+ import { CustomJSONSchema7 } from '../types/CustomJSONSchema7';
2
2
  export interface NumberInputFieldProps {
3
3
  column: string;
4
4
  schema: CustomJSONSchema7;
@@ -18,6 +18,16 @@ export interface IdPickerLabels {
18
18
  emptySearchResult?: string;
19
19
  initialResults?: string;
20
20
  }
21
+ export interface EnumPickerLabels {
22
+ undefined?: string;
23
+ addMore?: string;
24
+ typeToSearch?: string;
25
+ total?: string;
26
+ showing?: string;
27
+ perPage?: string;
28
+ emptySearchResult?: string;
29
+ initialResults?: string;
30
+ }
21
31
  export interface CustomJSONSchema7 extends JSONSchema7 {
22
32
  gridColumn?: string;
23
33
  gridRow?: string;
@@ -41,6 +51,7 @@ export interface CustomJSONSchema7 extends JSONSchema7 {
41
51
  timeFormat?: string;
42
52
  displayTimeFormat?: string;
43
53
  showLabel?: boolean;
54
+ formatOptions?: Intl.NumberFormatOptions;
44
55
  }
45
56
  export interface TagPickerProps {
46
57
  column: string;
@@ -1,4 +1,4 @@
1
- import { CustomJSONSchema7 } from "../types/CustomJSONSchema7";
1
+ import { CustomJSONSchema7 } from '../types/CustomJSONSchema7';
2
2
  export interface NumberInputFieldProps {
3
3
  column: string;
4
4
  schema: CustomJSONSchema7;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsol-oss/react-datatable5",
3
- "version": "12.0.0-beta.72",
3
+ "version": "12.0.0-beta.74",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",