@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/fesm2022/esfaenza-flow-builder.mjs +16510 -15509
- package/index.d.ts +1 -1
- package/package.json +1 -1
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" | "
|
|
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;
|