sag_components 2.0.0-beta107 → 2.0.0-beta109

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.
package/dist/index.d.ts CHANGED
@@ -1433,18 +1433,13 @@ declare function RangePop(props: any): react_jsx_runtime.JSX.Element;
1433
1433
 
1434
1434
  declare function SearchInput(props: any): react_jsx_runtime.JSX.Element;
1435
1435
 
1436
- declare function ItemManagerPanel({ width, height, onSendForms, editMode, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, onDelete, }: {
1436
+ declare function ItemManagerPanel({ width, height, onSendForms, editMode, disabledSendForms, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, onDelete, }: {
1437
1437
  width?: string;
1438
1438
  height?: string;
1439
1439
  onSendForms?: () => void;
1440
1440
  editMode?: boolean;
1441
- itemAndPackage?: {
1442
- name: string;
1443
- packages: {
1444
- brands: string;
1445
- component: string;
1446
- }[];
1447
- }[];
1441
+ disabledSendForms?: boolean;
1442
+ itemAndPackage?: any[];
1448
1443
  setItemAndPackage: any;
1449
1444
  linkColor?: string;
1450
1445
  backgroundColor?: string;