@infomaximum/widget-sdk 4.0.0-beta59 → 4.0.0-beta60
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 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -860,7 +860,7 @@ interface IWidgetColumnIndicator extends IWidgetIndicator {
|
|
|
860
860
|
formatting?: EFormattingPresets;
|
|
861
861
|
formattingTemplate?: string;
|
|
862
862
|
displayCondition?: TDisplayCondition;
|
|
863
|
-
|
|
863
|
+
onClick?: TActionsOnClick[];
|
|
864
864
|
}
|
|
865
865
|
interface IWidgetDimensionHierarchy<D extends IWidgetDimension = IWidgetDimension> extends IAutoIdentifiedArrayItem {
|
|
866
866
|
name: string;
|