@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "5.0.0-beta5",
3
+ "version": "5.0.0-beta6",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",