@metadev/daga-angular 4.2.4 → 4.2.5

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
@@ -91,6 +91,7 @@ declare class PaletteComponent implements Palette, OnInit, AfterViewInit, OnDest
91
91
  location: Corner;
92
92
  direction: Side;
93
93
  width: string;
94
+ height?: string;
94
95
  gap: string;
95
96
  private priorityThreshold?;
96
97
  private sub?;
@@ -107,7 +108,7 @@ declare class PaletteComponent implements Palette, OnInit, AfterViewInit, OnDest
107
108
  private appendNodeTemplate;
108
109
  private appendConnectionTemplate;
109
110
  static ɵfac: i0.ɵɵFactoryDeclaration<PaletteComponent, never>;
110
- static ɵcmp: i0.ɵɵComponentDeclaration<PaletteComponent, "daga-palette", never, { "palettes": { "alias": "palettes"; "required": false; }; "currentPalette": { "alias": "currentPalette"; "required": false; }; "currentCategory": { "alias": "currentCategory"; "required": false; }; "location": { "alias": "location"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "width": { "alias": "width"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, {}, never, never, true, never>;
111
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaletteComponent, "daga-palette", never, { "palettes": { "alias": "palettes"; "required": false; }; "currentPalette": { "alias": "currentPalette"; "required": false; }; "currentCategory": { "alias": "currentCategory"; "required": false; }; "location": { "alias": "location"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, {}, never, never, true, never>;
111
112
  }
112
113
 
113
114
  /**
@@ -121,6 +122,7 @@ declare class PropertyEditorComponent implements PropertyEditor, OnInit, AfterVi
121
122
  location: Corner;
122
123
  direction: Side;
123
124
  width: string;
125
+ height?: string;
124
126
  title?: string;
125
127
  _valueSet: ValueSet | undefined;
126
128
  get valueSet(): ValueSet | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metadev/daga-angular",
3
3
  "description": "Diagramming engine for editing models on the Web. Made by Metadev.",
4
- "version": "4.2.4",
4
+ "version": "4.2.5",
5
5
  "author": "Metadev (https://metadev.pro)",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
7
  "repository": "git+https://github.com/metadevpro/daga-tutorial.git",
@@ -21,7 +21,7 @@
21
21
  "@angular/common": ">= 20.1.3 < 22",
22
22
  "@angular/core": ">= 20.1.3 < 22",
23
23
  "@angular/forms": ">= 20.1.3 < 22",
24
- "@metadev/daga": "^4.2.4",
24
+ "@metadev/daga": "^4.2.5",
25
25
  "d3": "^7.9.0",
26
26
  "rxjs": "~7.8.1"
27
27
  },