@tetacom/ng-components 1.0.69 → 1.0.70
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/esm2020/component/tree/tree-item/tree-item.component.mjs +3 -3
- package/fesm2015/tetacom-ng-components.mjs +2 -2
- package/fesm2015/tetacom-ng-components.mjs.map +1 -1
- package/fesm2020/tetacom-ng-components.mjs +2 -2
- package/fesm2020/tetacom-ng-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -8616,7 +8616,7 @@ TreeItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
8616
8616
|
style({ opacity: '0' }),
|
|
8617
8617
|
animate(200, style({ opacity: '1' })),
|
|
8618
8618
|
]),
|
|
8619
|
-
transition('* => void', [animate(200, style({
|
|
8619
|
+
// transition('* => void', [animate(200, style({opacity: '0'}))]),
|
|
8620
8620
|
]),
|
|
8621
8621
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8622
8622
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: TreeItemComponent, decorators: [{
|
|
@@ -8627,7 +8627,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
|
|
|
8627
8627
|
style({ opacity: '0' }),
|
|
8628
8628
|
animate(200, style({ opacity: '1' })),
|
|
8629
8629
|
]),
|
|
8630
|
-
transition('* => void', [animate(200, style({
|
|
8630
|
+
// transition('* => void', [animate(200, style({opacity: '0'}))]),
|
|
8631
8631
|
]),
|
|
8632
8632
|
], template: "<div class=\"tree__item_content\" [ngClass]=\"'tree__item_content-' + computedDepth\" (click)=\"openItem()\">\n <ng-container\n *ngTemplateOutlet=\"template; context: {$implicit: item, item: item, open: itemIsOpen, service: service, depth: depth}\"></ng-container>\n</div>\n" }]
|
|
8633
8633
|
}], ctorParameters: function () { return [{ type: TreeService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { item: [{
|