@infomaximum/widget-sdk 5.0.0-beta5 → 5.0.0-beta6
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 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -728,6 +728,7 @@ interface IParameterFromManualInput {
|
|
|
728
728
|
inputMethod: EWidgetActionInputMethod.MANUALLY;
|
|
729
729
|
description: string;
|
|
730
730
|
defaultValue?: string;
|
|
731
|
+
filterByRows?: boolean;
|
|
731
732
|
}
|
|
732
733
|
interface IParameterFromStaticList {
|
|
733
734
|
inputMethod: EWidgetActionInputMethod.STATIC_LIST;
|
|
@@ -740,6 +741,7 @@ interface IParameterFromDynamicList {
|
|
|
740
741
|
defaultValue: string;
|
|
741
742
|
displayOptions: string;
|
|
742
743
|
filters: TExtendedFormulaFilterValue[];
|
|
744
|
+
filterByRows?: boolean;
|
|
743
745
|
}
|
|
744
746
|
interface IWidgetActionParameterCommon {
|
|
745
747
|
name: string;
|