@ldquocc/dynamic-form 0.0.10 → 0.0.12

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.
@@ -28,6 +28,7 @@ export declare abstract class BaseValueAccessor<T> implements ControlValueAccess
28
28
  protected onTouched: () => void;
29
29
  protected isDisabled: boolean;
30
30
  protected readonly disabledSignal: import("@angular/core").WritableSignal<boolean>;
31
+ protected readonly rootDataSignal: import("@angular/core").WritableSignal<any>;
31
32
  protected dFormService: DynamicFormService;
32
33
  protected formDataService: FormDataService;
33
34
  protected fieldService: FieldService;
@@ -4,10 +4,12 @@ import * as i0 from "@angular/core";
4
4
  export declare class SingleSelectComponent extends BaseSelectComponent<string | Record<string, unknown>> {
5
5
  isCustomInputText: boolean;
6
6
  readonly field: import("@angular/core").Signal<SingleSelectField>;
7
+ log: import("@angular/core").Signal<string | Record<string, unknown> | null>;
7
8
  readonly viewDisplayValue: import("@angular/core").Signal<string>;
8
9
  constructor();
9
10
  protected onApiOptionsLoaded(): void;
10
11
  resolvePlaceholderText(): string;
12
+ displayValue: string;
11
13
  protected writeValueToView(value: string | null): void;
12
14
  protected handleValueChange(value: string): void;
13
15
  handleChangeOptions(optionValue: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ldquocc/dynamic-form",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",