@dereekb/dbx-form 13.6.10 → 13.6.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-form",
3
- "version": "13.6.10",
3
+ "version": "13.6.11",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "21.2.3",
6
6
  "@angular/common": "21.2.3",
@@ -10,12 +10,12 @@
10
10
  "@angular/material-date-fns-adapter": "21.2.3",
11
11
  "@angular/platform-browser": "21.2.3",
12
12
  "@bobbyquantum/ngx-editor": "21.0.0",
13
- "@dereekb/date": "13.6.10",
14
- "@dereekb/dbx-core": "13.6.10",
15
- "@dereekb/dbx-web": "13.6.10",
16
- "@dereekb/model": "13.6.10",
17
- "@dereekb/rxjs": "13.6.10",
18
- "@dereekb/util": "13.6.10",
13
+ "@dereekb/date": "13.6.11",
14
+ "@dereekb/dbx-core": "13.6.11",
15
+ "@dereekb/dbx-web": "13.6.11",
16
+ "@dereekb/model": "13.6.11",
17
+ "@dereekb/rxjs": "13.6.11",
18
+ "@dereekb/util": "13.6.11",
19
19
  "@ng-web-apis/geolocation": "^5.1.0",
20
20
  "@ngbracket/ngx-layout": "^21.0.0",
21
21
  "@ngrx/component-store": "^21.0.0",
@@ -579,7 +579,7 @@ type DbxQuizPostQuizState = 'presubmit' | 'postsubmit';
579
579
  declare class DbxQuizPostQuizComponent {
580
580
  readonly quizStore: QuizStore;
581
581
  readonly quizSubmittedSignal: _angular_core.Signal<boolean | undefined>;
582
- readonly stateSignal: _angular_core.Signal<"presubmit" | "postsubmit">;
582
+ readonly stateSignal: _angular_core.Signal<"postsubmit" | "presubmit">;
583
583
  readonly handleSubmitQuiz: _angular_core.InputSignal<Work<void> | undefined>;
584
584
  readonly handleSubmitQuizButton: Work<void>;
585
585
  readonly handleSubmitQuizSuccess: DbxActionSuccessHandlerFunction;