sag_components 2.0.0-beta107 → 2.0.0-beta108
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 +1 -7
- package/dist/index.esm.js +319 -1232
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +319 -1232
- package/dist/index.js.map +1 -1
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +0 -60
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +0 -57
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +1 -7
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1438,13 +1438,7 @@ declare function ItemManagerPanel({ width, height, onSendForms, editMode, itemAn
|
|
|
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
|
+
itemAndPackage?: any[];
|
|
1448
1442
|
setItemAndPackage: any;
|
|
1449
1443
|
linkColor?: string;
|
|
1450
1444
|
backgroundColor?: string;
|