@infomaximum/widget-sdk 4.0.0-beta39 → 4.0.0-beta40
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 +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -969,6 +969,7 @@ interface ISelectLeafOption {
|
|
|
969
969
|
label: string;
|
|
970
970
|
value: string;
|
|
971
971
|
onSelect: <T = object>(value: string, update: <R extends object>(f: (prevItems: (T | R)[]) => (T | R)[]) => void) => void;
|
|
972
|
+
/** Строка в формате base64 */
|
|
972
973
|
icon?: string;
|
|
973
974
|
disabled?: boolean;
|
|
974
975
|
}
|
|
@@ -986,7 +987,7 @@ interface IWidgetIndicatorMenuConfig {
|
|
|
986
987
|
hideQuantityOption?: boolean;
|
|
987
988
|
}
|
|
988
989
|
interface IMeasureMenuConfig extends IWidgetIndicatorMenuConfig {
|
|
989
|
-
options?: TMeasureAddButtonSelectOption;
|
|
990
|
+
options?: TMeasureAddButtonSelectOption[];
|
|
990
991
|
}
|
|
991
992
|
interface ISortingMenuConfig extends IWidgetIndicatorMenuConfig {
|
|
992
993
|
}
|