vcomply-workflow-engine 8.0.12 → 8.0.13
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/index.d.ts
CHANGED
|
@@ -5901,7 +5901,7 @@ declare class CheckpointsPolicyQuestionsComponent implements OnInit {
|
|
|
5901
5901
|
addOption(questionIndex: number, optionIndex: number): void;
|
|
5902
5902
|
deleteOption(questionIndex: number, optionIndex: number): void;
|
|
5903
5903
|
focusAnOption(questionIndex: number, optionIndex: number): void;
|
|
5904
|
-
deleteOnBackspace(questionIndex: number, optionIndex: number): void;
|
|
5904
|
+
deleteOnBackspace(event: Event, questionIndex: number, optionIndex: number): void;
|
|
5905
5905
|
deleteQuestion(questionIndex: number): void;
|
|
5906
5906
|
selectRightAnswer(evt: any, index: number, answerIndex: number): void;
|
|
5907
5907
|
reValidate(questionIndex: number): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.13",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x || 20.x || 21.x || 22.x || 23.x || 24.x",
|
|
6
6
|
"@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x || 20.x || 21.x || 22.x || 23.x || 24.x"
|