@truenas/ui-components 0.1.4 → 0.1.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.
|
@@ -16,7 +16,6 @@ import { TemplatePortal, PortalModule, ComponentPortal } from '@angular/cdk/port
|
|
|
16
16
|
import { CdkMenu, CdkMenuItem, CdkMenuTrigger } from '@angular/cdk/menu';
|
|
17
17
|
import { trigger, state, transition, style, animate } from '@angular/animations';
|
|
18
18
|
import { SPACE, ENTER, END, HOME, DOWN_ARROW, UP_ARROW, RIGHT_ARROW, LEFT_ARROW } from '@angular/cdk/keycodes';
|
|
19
|
-
import { jest } from '@jest/globals';
|
|
20
19
|
import { DataSource } from '@angular/cdk/collections';
|
|
21
20
|
import * as i1$2 from '@angular/cdk/tree';
|
|
22
21
|
import { CdkTree, CdkTreeModule, CdkTreeNode, CDK_TREE_NODE_OUTLET_NODE, CdkTreeNodeOutlet, CdkNestedTreeNode } from '@angular/cdk/tree';
|
|
@@ -2623,6 +2622,7 @@ function libIconMarker(iconName) {
|
|
|
2623
2622
|
return iconName;
|
|
2624
2623
|
}
|
|
2625
2624
|
|
|
2625
|
+
/// <reference types="jest" />
|
|
2626
2626
|
/**
|
|
2627
2627
|
* Creates default mock implementation of TnSpriteLoaderService.
|
|
2628
2628
|
* All methods return safe default values.
|