@myrmidon/gve-core 7.0.7 → 7.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrmidon/gve-core",
3
- "version": "7.0.7",
3
+ "version": "7.0.8",
4
4
  "description": "Cadmus - GVE Angular frontend core components.",
5
5
  "keywords": [
6
6
  "GVE"
@@ -774,6 +774,7 @@ declare class FeatureEditorComponent implements OnInit, OnDestroy {
774
774
  private readonly _currentName;
775
775
  name: FormControl<string>;
776
776
  value: FormControl<string>;
777
+ valuePrefix: FormControl<string>;
777
778
  selectedValue: FormControl<string>;
778
779
  setPolicy: FormControl<FeatureSetPolicy>;
779
780
  isNegated: FormControl<boolean>;