sccoreui 5.5.5 → 5.5.6

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.
@@ -307,7 +307,7 @@ export interface FormulaTemplateTypes {
307
307
  footerTemplateClassName?: string;
308
308
  onSaveFormula?: (payload: any) => void;
309
309
  onClose?: () => void;
310
- onChange?: (payload: any) => void;
310
+ onChange?: (payload: any) => void | undefined;
311
311
  options: ConfigurValueOptionsTypes[];
312
312
  optionLabel?: string;
313
313
  menuClassName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "5.5.5",
3
+ "version": "5.5.6",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",