@veloceapps/sdk 6.0.0-82 → 6.0.0-84

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "6.0.0-82",
3
+ "version": "6.0.0-84",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^12.2.0",
@@ -3,4 +3,5 @@ export interface FlowDialogConfig {
3
3
  description?: string;
4
4
  primaryButton: string;
5
5
  secondaryButton?: string;
6
+ oppositeButtonActions?: boolean;
6
7
  }