@fctc/sme-widget-ui 1.6.2 → 1.6.4

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.
@@ -444,6 +444,7 @@ interface Many2OneProps extends IInputFieldProps {
444
444
  setIsShowModalMany2Many?: any;
445
445
  setInputValue?: any;
446
446
  setDomainObject?: any;
447
+ listOptions?: any;
447
448
  }
448
449
 
449
450
  declare const Many2OneField: (props: Many2OneProps) => JSX.Element;
package/dist/widgets.d.ts CHANGED
@@ -444,6 +444,7 @@ interface Many2OneProps extends IInputFieldProps {
444
444
  setIsShowModalMany2Many?: any;
445
445
  setInputValue?: any;
446
446
  setDomainObject?: any;
447
+ listOptions?: any;
447
448
  }
448
449
 
449
450
  declare const Many2OneField: (props: Many2OneProps) => JSX.Element;