Skip to content

Commit 0201081

Browse files
committed
Merge branch 'main' into fix-layout-trigger
2 parents 3749ea4 + 41e011d commit 0201081

29 files changed

+252
-123
lines changed

package-lock.json

Lines changed: 74 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"@angular/router": "^10.0.4",
3838
"@apollo/client": "^3.2.5",
3939
"@hypertrace/hyperdash": "^1.1.2",
40-
"@hypertrace/hyperdash-angular": "^2.1.0",
40+
"@hypertrace/hyperdash-angular": "^2.2.0",
4141
"@types/d3-hierarchy": "^2.0.0",
4242
"@types/d3-transition": "1.1.5",
43-
"apollo-angular": "^2.0.4",
43+
"apollo-angular": "^2.1.0",
4444
"core-js": "^3.5.0",
4545
"d3-array": "^2.8.0",
4646
"d3-axis": "^1.0.12",
@@ -62,7 +62,7 @@
6262
"lodash-es": "^4.17.15",
6363
"rxjs": "~6.6.2",
6464
"tslib": "^2.0.1",
65-
"uuid": "^8.2.0",
65+
"uuid": "^8.3.1",
6666
"zone.js": "^0.10.3"
6767
},
6868
"devDependencies": {
@@ -80,7 +80,7 @@
8080
"@types/d3-axis": "^2.0.0",
8181
"@types/d3-brush": "^1.1.1",
8282
"@types/d3-drag": "^1.2.3",
83-
"@types/d3-force": "^1.2.1",
83+
"@types/d3-force": "^2.1.0",
8484
"@types/d3-path": "^1.0.8",
8585
"@types/d3-quadtree": "^1.0.7",
8686
"@types/d3-scale": "^2.1.1",
@@ -97,11 +97,11 @@
9797
"cz-conventional-changelog": "^3.3.0",
9898
"husky": "^4.3.0",
9999
"jest": "^26.6.0",
100-
"jest-config": "^26.6.2",
100+
"jest-config": "^26.6.3",
101101
"jest-html-reporter": "^3.2.0",
102102
"jest-junit": "^12.0.0",
103103
"lodash": "^4.17.20",
104-
"ng-mocks": "^10.2.1",
104+
"ng-mocks": "^11.0.0",
105105
"ng-packagr": "^10.1.2",
106106
"prettier": "^2.1.2",
107107
"pretty-quick": "^3.0.0",

projects/components/src/table/cells/data-parsers/table-cell-icon-parser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ type FilterValue = string | boolean | undefined;
3030

3131
export interface IconData {
3232
icon: string;
33+
label?: string;
3334
color?: string;
3435
size?: IconSize;
3536
filterValue?: FilterValue;

0 commit comments

Comments
 (0)