@esfaenza/flow-builder 20.3.33 → 20.3.34

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
@@ -4466,7 +4466,7 @@ declare class ReferencePickerComponent {
4466
4466
  * percorso inesistente di uno scope che i percorsi li dichiara, perche' lì il backend
4467
4467
  * risponderebbe `GLOBAL_UNKNOWN`.
4468
4468
  */
4469
- readonly valueState: _angular_core.Signal<"empty" | "known" | "navigated" | "host" | "member" | "containerRoot" | "memberUnknown" | "memberNotWritable" | "pathUnverified" | "globalPathUntyped" | "globalPathInvalid" | "unknown">;
4469
+ readonly valueState: _angular_core.Signal<"empty" | "unknown" | "member" | "known" | "navigated" | "host" | "containerRoot" | "memberUnknown" | "memberNotWritable" | "pathUnverified" | "globalPathUntyped" | "globalPathInvalid">;
4470
4470
  /** Le parole cambiano con la tappa: un campo di un'entita' non e' un membro di una classe. */
4471
4471
  private readonly tailIsObject;
4472
4472
  private readonly tailContainer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/flow-builder",
3
- "version": "20.3.33",
3
+ "version": "20.3.34",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.2.14",
6
6
  "@angular/common": "^20.3.28",