valtech-components 2.0.903 → 2.0.905

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.
@@ -21,6 +21,7 @@ export declare class ContentReactionComponent implements OnInit, OnChanges {
21
21
  private toast;
22
22
  private i18n;
23
23
  private auth;
24
+ readonly isConfigured: import("@angular/core").Signal<boolean>;
24
25
  props: Partial<ContentReactionMetadata>;
25
26
  reactionSubmit: EventEmitter<ReactionSubmitEvent>;
26
27
  reactionChange: EventEmitter<ReactionChangeEvent>;
@@ -27,6 +27,8 @@ export declare class FeedbackService {
27
27
  private firestore;
28
28
  private storage;
29
29
  private auth;
30
+ readonly isConfigured: import("@angular/core").WritableSignal<boolean>;
31
+ constructor();
30
32
  /**
31
33
  * URL base para endpoints de feedback.
32
34
  */
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "2.0.903";
5
+ export declare const VERSION = "2.0.905";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.903",
3
+ "version": "2.0.905",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"