@netgrif/components-core 6.1.0 → 6.1.1-rc.1

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.
@@ -89,6 +89,10 @@ export declare abstract class AbstractFileFieldComponent extends AbstractDataFie
89
89
  * Extension of file to preview
90
90
  */
91
91
  previewExtension: FilePreviewType;
92
+ /**
93
+ * Form control subscription
94
+ */
95
+ private updatedFieldSubscription;
92
96
  /**
93
97
  * Only inject services.
94
98
  * @param _taskResourceService Provides to download a file from the backend
@@ -56,6 +56,7 @@ export declare class FileField extends DataField<FileFieldValue> {
56
56
  downloaded: boolean;
57
57
  set value(value: FileFieldValue);
58
58
  get value(): FileFieldValue;
59
+ get updated(): Observable<void>;
59
60
  valueWithoutChange(value: FileFieldValue): void;
60
61
  /**
61
62
  * Create new instance for file field with all his properties.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netgrif/components-core",
3
- "version": "6.1.0",
3
+ "version": "6.1.1-rc.1",
4
4
  "description": "Netgrif Application engine frontend core Angular library",
5
5
  "homepage": "https://components.netgrif.com",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "SchematicsCreateNaeFiles",
3
+ "$id": "SchematicsCreateNaeFiles",
4
4
  "title": "Create vital files for NAE project",
5
5
  "type": "object",
6
6
  "properties": {}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "SchematicsCreateConfigurationService",
3
+ "$id": "SchematicsCreateConfigurationService",
4
4
  "title": "Create Configuration Service Schematic",
5
5
  "type": "object",
6
6
  "properties": {}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "SchematicsCreateViewService",
3
+ "$id": "SchematicsCreateViewService",
4
4
  "title": "Create View Service Schematic",
5
5
  "type": "object",
6
6
  "properties": {}