@obr-fe/utils 1.0.22 → 1.0.23

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/types.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -20,7 +20,8 @@ interface MappingType {
20
20
  }
21
21
  interface BaseOptionType<T = ObjectDataType> extends ObjectDataType {
22
22
  label: string;
23
- value: string | number;
23
+ value: any;
24
+ disabled?: boolean;
24
25
  json?: T;
25
26
  }
26
27
  interface OptionResAlias {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obr-fe/utils",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Generic JavaScript utility functions by Beijing Oubeier Software.",
5
5
  "author": "oberyun",
6
6
  "license": "MIT",