@solcre-org/core-ui 2.20.30 → 2.20.32
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
|
@@ -773,6 +773,7 @@ declare class DocumentFieldComponent<T extends DataBaseModelInterface> extends B
|
|
|
773
773
|
protected documentNumberControl: FormControl<string | null>;
|
|
774
774
|
private isUserEditing;
|
|
775
775
|
private isInitialized;
|
|
776
|
+
private _docTypeSignal;
|
|
776
777
|
defaultDocumentOptions: DocumentOption[];
|
|
777
778
|
fieldConfig: _angular_core.Signal<DocumentFieldConfig<T>>;
|
|
778
779
|
documentTypeOptions: _angular_core.Signal<DocumentOption[]>;
|