@solcre-org/core-ui 2.20.2 → 2.20.3

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
@@ -770,6 +770,7 @@ declare class DocumentFieldComponent<T extends DataBaseModelInterface> extends B
770
770
  readonly: boolean;
771
771
  clearable: boolean;
772
772
  options: DocumentOption[];
773
+ defaultValue: any;
773
774
  }>;
774
775
  constructor();
775
776
  private emitValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.20.2",
3
+ "version": "2.20.3",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"