herum-shared 1.0.9 → 1.0.10

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
@@ -689,7 +689,7 @@ declare class QuizMultiAnswerQuestionComponent {
689
689
  private iAnswerCorrect;
690
690
  _onAnswersChange(answer: Answer, isChosen: boolean): void;
691
691
  private getFormControlValue;
692
- get controlNamePrefix(): string;
692
+ get answerControlNamePrefix(): string;
693
693
  get isBlocked(): boolean;
694
694
  ngOnDestroy(): void;
695
695
  static ɵfac: i0.ɵɵFactoryDeclaration<QuizMultiAnswerQuestionComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "herum-shared",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^20.3.2",
6
6
  "@angular/cdk": "^20.1.2",