@dangl/angular-ava 1.5.2-beta0059 → 1.5.2-beta0064
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
|
@@ -1615,6 +1615,7 @@ declare class AvaTreeComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
|
1615
1615
|
avaTreeFilterInput: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
1616
1616
|
private selectedElement;
|
|
1617
1617
|
serviceSpecification: _angular_core.WritableSignal<_dangl_ava_model.ServiceSpecificationDto | null>;
|
|
1618
|
+
elements: _angular_core.WritableSignal<IElementDto[]>;
|
|
1618
1619
|
private isEmiteSelectedElements;
|
|
1619
1620
|
private selectingElementsTreeData;
|
|
1620
1621
|
flatElements: IElementDto[] | null;
|