@infomaximum/widget-sdk 3.32.0 → 3.33.0

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/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -875,6 +875,7 @@ type TGroupLevelRecord<LevelGroupSettings extends object> = IControlRecord<Level
875
875
  interface ISelectOption {
876
876
  value: string;
877
877
  label: string;
878
+ disabled?: boolean;
878
879
  }
879
880
  interface ICustomAddButtonProps {
880
881
  options?: ISelectOption[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "3.32.0",
3
+ "version": "3.33.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",