@infomaximum/widget-sdk 4.0.0-beta20 → 4.0.0-beta22
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 +0 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -876,8 +876,6 @@ interface IWidgetActionInput {
|
|
|
876
876
|
declare const isActionValid: (action: TActionsOnClick, { scripts, tables, variables }: IWidgetsContext) => boolean;
|
|
877
877
|
|
|
878
878
|
interface IBaseWidgetSettings {
|
|
879
|
-
apiVersion: string;
|
|
880
|
-
type: string;
|
|
881
879
|
header?: string;
|
|
882
880
|
headerSize?: number;
|
|
883
881
|
stateName?: string | null;
|