Skip to content

Commit

Permalink
Merge branch 'main' into issue-2437/table-tabbing-in-edit-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ElishaSamPeterPrabhu committed Jul 5, 2024
2 parents 5f30eab + 42ba23a commit 9d5ee24
Show file tree
Hide file tree
Showing 101 changed files with 1,584 additions and 1,267 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"hoverable",
"inexplicitly",
"inputmode",
"labelledby",
"Lehner",
"Lemke",
"Leuschke",
Expand Down
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.31.0",
"@trimble-oss/modus-web-components": "0.33.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.31.1-ng14",
"version": "0.33.1-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.31.1"
"@trimble-oss/modus-web-components": "0.33.1"
},
"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.31.0",
"@trimble-oss/modus-web-components": "0.33.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.31.1-ng15",
"version": "0.33.1-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.31.1"
"@trimble-oss/modus-web-components": "0.33.1"
},
"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.31.0",
"@trimble-oss/modus-web-components": "0.33.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.31.1-ng16",
"version": "0.33.1-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.31.1"
"@trimble-oss/modus-web-components": "0.33.1"
},
"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.31.0",
"@trimble-oss/modus-web-components": "0.33.0",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"zone.js": "~0.14.4"
Expand Down
Loading

0 comments on commit 9d5ee24

Please sign in to comment.