@infomaximum/widget-sdk 5.0.0-beta3 → 5.0.0-beta4
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
|
@@ -416,7 +416,7 @@ interface IStagesFilterValue {
|
|
|
416
416
|
/** Этапы */
|
|
417
417
|
stages: IStagesFilterItem[];
|
|
418
418
|
}
|
|
419
|
-
type TWidgetFilterValue =
|
|
419
|
+
type TWidgetFilterValue = TExtendedFormulaFilterValue | IStagesFilterValue | IProcessEventFilterValue | IProcessTransitionFilterValue;
|
|
420
420
|
interface IWidgetFilter {
|
|
421
421
|
/** Значение фильтра */
|
|
422
422
|
filterValue: TWidgetFilterValue;
|