@ldquocc/dynamic-form 0.0.10 → 0.0.11

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.
@@ -11,4 +11,4 @@ import { AvatarUploadComponent } from "./fields/upload/avatar-upload/avatar-uplo
11
11
  import { MultiFileUploadComponent } from "./fields/upload/multi-file-upload/multi-file-upload.component";
12
12
  import { MultiImageUploadComponent } from "./fields/upload/multi-image-upload/multi-image-upload.component";
13
13
  import { SingleFileUploadComponent } from "./fields/upload/single-file-upload/single-file-upload.component";
14
- export declare const FIELD_COMPONENTS: (typeof DatePickerComponent | typeof DateRangeComponent | typeof InputFormattedComponent | typeof InputPasswordComponent | typeof InputTextComponent | typeof MultiSelectComponent | typeof SingleSelectComponent | typeof TreeSelectComponent | typeof TextareaComponent | typeof AvatarUploadComponent | typeof MultiFileUploadComponent | typeof MultiImageUploadComponent | typeof SingleFileUploadComponent)[];
14
+ export declare const FIELD_COMPONENTS: (typeof SingleSelectComponent | typeof DatePickerComponent | typeof DateRangeComponent | typeof InputFormattedComponent | typeof InputPasswordComponent | typeof InputTextComponent | typeof MultiSelectComponent | typeof TreeSelectComponent | typeof TextareaComponent | typeof AvatarUploadComponent | typeof MultiFileUploadComponent | typeof MultiImageUploadComponent | typeof SingleFileUploadComponent)[];
@@ -8,6 +8,7 @@ export declare class SingleSelectComponent extends BaseSelectComponent<string |
8
8
  constructor();
9
9
  protected onApiOptionsLoaded(): void;
10
10
  resolvePlaceholderText(): string;
11
+ displayValue: string;
11
12
  protected writeValueToView(value: string | null): void;
12
13
  protected handleValueChange(value: string): void;
13
14
  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.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",