Skip to content

Commit

Permalink
Merge branch '1922-table-uneven-width-on-row-selection-and-row-action…
Browse files Browse the repository at this point in the history
…-column' of https://github.com/trimble-oss/modus-web-components into 1922-table-uneven-width-on-row-selection-and-row-action-column
  • Loading branch information
ElishaSamPeterPrabhu committed Sep 23, 2024
2 parents da9d990 + 66ea43d commit 905ccdc
Show file tree
Hide file tree
Showing 36 changed files with 322 additions and 141 deletions.
8 changes: 4 additions & 4 deletions angular-workspace/ng14/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion angular-workspace/ng14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^14.1.1",
"@angular/platform-browser-dynamic": "^14.1.1",
"@angular/router": "^14.1.1",
"@trimble-oss/modus-web-components": "0.38.0",
"@trimble-oss/modus-web-components": "0.39.0",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"zone.js": "~0.12.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-angular-components",
"version": "0.38.0-ng14",
"version": "0.39.0-ng14",
"license": "MIT",
"description": "Trimble Modus Angular Components Library",
"homepage": "https://modus-web-components.trimble.com/",
Expand All @@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": "^14.1.1",
"@angular/core": "^14.1.1",
"@trimble-oss/modus-web-components": "0.38.0"
"@trimble-oss/modus-web-components": "0.39.0"
},
"dependencies": {
"tslib": "^2.5.3"
Expand Down
14 changes: 7 additions & 7 deletions angular-workspace/ng15/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion angular-workspace/ng15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^15.2.9",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@trimble-oss/modus-web-components": "0.38.0",
"@trimble-oss/modus-web-components": "0.39.0",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"zone.js": "~0.12.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-angular-components",
"version": "0.38.0-ng15",
"version": "0.39.0-ng15",
"license": "MIT",
"description": "Trimble Modus Angular Components Library",
"homepage": "https://modus-web-components.trimble.com/",
Expand All @@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": "^15.2.9",
"@angular/core": "^15.2.9",
"@trimble-oss/modus-web-components": "0.38.0"
"@trimble-oss/modus-web-components": "0.39.0"
},
"dependencies": {
"tslib": "^2.5.3"
Expand Down
14 changes: 7 additions & 7 deletions angular-workspace/ng16/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion angular-workspace/ng16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^16.1.7",
"@angular/platform-browser-dynamic": "^16.1.7",
"@angular/router": "^16.1.7",
"@trimble-oss/modus-web-components": "0.38.0",
"@trimble-oss/modus-web-components": "0.39.0",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"zone.js": "~0.13.1"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-angular-components",
"version": "0.38.0-ng16",
"version": "0.39.0-ng16",
"license": "MIT",
"description": "Trimble Modus Angular Components Library",
"homepage": "https://modus-web-components.trimble.com/",
Expand All @@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": "^16.1.7",
"@angular/core": "^16.1.7",
"@trimble-oss/modus-web-components": "0.38.0"
"@trimble-oss/modus-web-components": "0.39.0"
},
"dependencies": {
"tslib": "^2.5.3"
Expand Down
8 changes: 4 additions & 4 deletions angular-workspace/ng17/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion angular-workspace/ng17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.2.2",
"@angular/platform-browser-dynamic": "^17.2.2",
"@angular/router": "^17.2.2",
"@trimble-oss/modus-web-components": "0.38.0",
"@trimble-oss/modus-web-components": "0.39.0",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"zone.js": "~0.14.4"
Expand Down
Loading

0 comments on commit 905ccdc

Please sign in to comment.